Per my action of the previous telecon, I have added the stuff below to the owl.owl file. One consequence of this resolution is, by the way, that using annotation properties such as dc:creator in an OWL DL or Lite ontology requires adding a triple dc:creator rdf:type owl:AnnotationProperty to the ontology. Guus --------------------------------------------- <rdfs:Class rdf:ID="AnnotationProperty"> <rdfs:subClassOf rdf:resource="&rdf;Property"/> </rdfs:Class> <rdf:Description rdf:about="&rdfs;label"> <rdf:type rdf:resource="#AnnotationProperty"/> </rdf:Description> <rdf:Description rdf:about="&rdfs;comment"> <rdf:type rdf:resource="#AnnotationProperty"/> </rdf:Description> <rdf:Description rdf:about="&rdfs;seeAlso"> <rdf:type rdf:resource="#AnnotationProperty"/> </rdf:Description> <rdf:Description rdf:about="&rdfs;isDefinedBy"> <rdf:type rdf:resource="#AnnotationProperty"/> </rdf:Description> plus statements of the form: <rdf:type rdf:resource="#AnnotationProperty"/> to the import and versioning properties. ---------------------------------------------- -- A. Th. Schreiber, SWI, University of Amsterdam, http://www.swi.psy.uva.nl/usr/Schreiber/home.htmlReceived on Wednesday, 19 February 2003 09:43:37 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:57:57 GMT