LANG: owl:Ontology

There is no requirement that an RDF document have a root element <rdf:RDF>.
Particularly because OWL may be used, or make have interpretations that go
beyond the base RDF (e.g. OWL is colloquially 'layered' on RDF, use of a
distinct root element e.g. <owl:Ontology> is a clearcut signal to interested
OWL processors, that the contents are OWL.

i.e.:

<owl:Ontology xmlns:owl="...">
    <rdf:Description rdf:about="...">
    ...
    </rdf:Description>

    <owl:Class rdf:ID="bar"/>
...
</owl:Ontology>

is perfectly legal RDF and good practice.

Jonathan

Received on Wednesday, 13 March 2002 19:18:13 UTC