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.htmlReceived on Saturday, 18 December 1999 17:36:40 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:21 UTC