- From: pawel stroinski <pawel@pabloware.w.pl>
- Date: Mon, 22 Jul 2002 06:34:24 -0400 (EDT)
- To: www-rdf-interest@w3.org
Hello
I wrote following code:
<ct:content>
<rdf:Seq>
<rdf:li>
<ct:part rdf:about="http://example.com/gm/intro.xml">
<dc:title>An Introduction</dc:title>
</ct:part>
</rdf:li>
<rdf:li rdf:resource="http://example.com/gm/faq.xml"/>
</rdf:Seq>
</ct:content>
Is it a correct vocabulary of "content" class?
<rdf:Property rdf:about="http://pb.wckp.lodz.pl/ct/rdf#content">
<rdfs:range rdf:resource="http://pb.wckp.lodz.pl/ct/rdf#group"/>
<rdfs:range rdf:resource="http://pb.wckp.lodz.pl/ct/rdf#part"/>
<rdfs:isDefinedBy rdf:resource="http://pb.wckp.lodz.pl/ct/rdf#"/>
<rdfs:label xml:lang="en">Content</rdfs:label>
<rdfs:domain rdf:resource="http://pb.wckp.lodz.pl/ct/rdf#group"/>
<rdfs:domain rdf:resource="http://pb.wckp.lodz.pl/ct/rdf#part"/>
</rdf:Property>
"group" and "part" are classes.
Thanks in advance!
--
Pawel Stroinski
Received on Monday, 22 July 2002 14:05:26 UTC