- From: Jon Hanna <jon@hackcraft.net>
- Date: Thu, 20 May 2004 10:42:50 +0100
- To: Richard Lennox <listserve@richardlennox.net>
- Cc: "www-rdf-interest@w3.org" <www-rdf-interest@w3.org>
Quoting Richard Lennox <listserve@richardlennox.net>: > Hi, > > I was wondering if this is at all possible. > > I have a triple: > > Class1 dc:relation Class2 > > Such that there is a relation between Class1 and Class2 - and while there > are/could be more refinements > of the property dc:relation, say for the sake of arguments they are not > correct in this particular usage. Is it then possible to add a property to > the property, a particular comment. > <rdf:Statement> <rdf:subject rdf:resource="Class1"/> <rdf:predicate rdf:resource="http://purl.org/dc/elements/1.1/relation"/> <rdf:object rdf:resource="Class2"/> <x:comment>blahblah</x:comment> </rdf:Statement> _:jARP662 <rdf:type> <rdf:Statement> . _:jARP662 <rdf:subject> <Class1> . _:jARP662 <rdf:predicate> <http://purl.org/dc/elements/1.1/relation> . _:jARP662 <rdf:object> <Class2> . _:jARP662 <x:comment> "blahblah" . -- Jon Hanna <http://www.hackcraft.net/> "…it has been truly said that hackers have even more words for equipment failures than Yiddish has for obnoxious people." - jargon.txt
Received on Thursday, 20 May 2004 05:43:13 UTC