- From: Roger L. Costello <costello@mitre.org>
- Date: Wed, 14 May 2003 08:31:37 -0400
- To: www-rdf-interest@w3.org
- CC: "Costello,Roger L." <costello@mitre.org>
Hi Folks, It dawned on me today that there are times when it may be useful to state in an RDF Schema document (or an OWL document) that "the range of this property is EMPTY" Example: I would like to be able to "tag" a Document with a security classification, e.g., <Document> <secret/> <content> ... </content> </Document> Note the <secret/> property. Its purpose it simply to "tag" this Document as having a secret classification. Thus, in an RDF Schema (or OWL document) I would like to state: <rdf:Property rdf:ID="secret"> <rdfs:domain rdf:resource="#Document"/> <rdfs:range rdf:resource="EMPTY"/> </rdf:Property> Obviously, this is not correct, as there is no EMPTY in RDF (or OWL). Am I looking at this incorrectly? How would you do this? What are your thoughts? /Roger
Received on Wednesday, 14 May 2003 08:31:56 UTC