- From: Karsten Tolle <tolle@csi.forth.gr>
- Date: Fri, 15 Oct 1999 14:12:22 +0300 (EET DST)
- To: swick@w3.org
- Cc: www-rdf-comments@w3.org
Hi,
I just found a difference between the Basic and the Compact XML
Serialization of the RDF-Schema. At the declaration of the
property "domain" I am missing the domain and range declarations
for it like given in the Compact version.
So, I think we should read in the Basic version:
<rdf:Description ID="domain">
<rdf:type resource="#ConstraintProperty"/>
<rdfs:label xml:lang="en">domain</rdfs:label>
<rdfs:label xml:lang="fr">domaine</rdfs:label>
<rdfs:comment>This is how we associate a class with
properties that its instances can have</rdfs:comment>
<rdfs:range rdf:resource="#Class"/>
<rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
</rdf:Description>
There is also the difference between the two versions that the Basic version
presents the labels in two languages, while the Compact version only represents
the english version (not important by it says in the text "The following is the
same RDF data expressed using the more compact XML serialisation syntax. ...").
Greetings,
Karsten
Received on Friday, 15 October 1999 07:12:31 UTC