- From: Jonas Liljegren <jonas@paranormal.o.se>
- Date: Sat, 18 Dec 1999 23:36:19 +0100
- To: RDF Intrest Group <www-rdf-interest@w3.org>
on Lake wrote:
>
> Hi,
>
> One thing that has bothered me about the rdfs is the assignment of
> properties to classes via rdfs:domain. Suppose I have very generic
> properties such as in the Dublin core .. now I want these to be
> properties of some very domain specific classes. Can I put these
> domain statements anywhere or do they have to be part of the
> Property definition ?
You can put them anywhere.
<rdf:Property id ="name">
<rdfs:comment>This is a very general property</rdfs:comment>
<rdfs:domain resource = "#Ship" />
</rdf:Property>
<rdf:Description about="#name">
<rdfs:domain resource = "#Person" />
</rdf:Description>
--
/ Jonas - http://paranormal.o.se/perl/proj/rdf/schema_editor/
--
/ Jonas - http://paranormal.o.se/myself/cv/index.html
Received on Saturday, 18 December 1999 17:36:40 UTC