Re: owl:Ontology in abstract syntax

>I will add a production like
>
>Ontology(<directive> ...)	#  rdf:type owl:Ontology .
>
>peter


This would have the side effect of making the

<owl:Ontology rdf:about="" />

obligatory in OWL Lite and OWL DL.
I would prefer if it can be done in a way that is optional.

>PS: By the way, how DO you refer to the current URI in an N-triple?

With the absolute URI of the file.
The "" in the RDF/XMl fragment above is an RFC 2396 same document reference.
This is expanded using the inscope base URI to create an absolute URI.

Jeremy

Received on Wednesday, 18 December 2002 11:04:01 UTC