RDF Schema Question: adding new domains to a property?
Roger L. Costello
costello at mitre.org
Tue May 4 17:17:35 BST 1999
As a followup to my last question, where I had the Camera example:
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#
xmlns:rdfs=.../PR-rdf-schema-19990303#>
<rdfs:Class rdf:ID=Camera>
<rdfs:subClassOf
rdf:resource=...#Resource/>
</rdfs:Class>
<rdfs:Class rdf:ID=SLR>
<rdfs:subClassOf rdf:resource=#Camera/>
</rdf:Class>
<rdf:Property ID=f-stop>
<rdfs:domain rdf:resource=#Camera/>
<rdfs:domain rdf:resource=#SLR/>
<rdfs:range rdf:resource=...#Real/>
</rdf:Property>
</rdf:RDF>
Here I show (using the rdfs:domain definitions) f-stop as being usable
by Camera and SLR objects. Suppose that I create a new Class (not a
subclass of Camera), and I wish to be able to use the f-stop property
with that new Class. What do I need to do? Add a new line to the
f-stop property definition? In general, what advantage is there in
forcing a property to be used specifically with a Class? When would you
ever want to do this? It seems like there would not be many, if any,
cases where you would want to restrict where a property could be used.
/Roger
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list