Re: Proposed XML Syntax for DQL

From: Mike Dean (mdean@bbn.com)
Date: 09/24/02

  • Next message: pat hayes: "finite universes"
    Thanks very much for sending this to the list.  Here are a
    couple quick comments:
    
    1) It would be nice to show use of literal values as well as
    instances, perhaps retrieving the license plate number of
    the Red Car.
    
    2) RDF doesn't (currently) use QNames in its attribute
    values, so
    
      rdf:resource="rdf:type"
    
    doesn't produce the results you probably want.  You can
    expand the URI or use XML entities, e.g.
    
      rdf:resource="&rdf;type"
    
    Even if you're defining your own XML-based language, you
    probably want to be consistent with RDF if you're using its
    namespace.
    
    	Mike
    


    This archive was generated by hypermail 2.1.4 : 09/24/02 EDT