- From: Paul Rogers <PaulRogers@smarttech.com>
- Date: Tue, 22 Nov 2011 16:56:00 -0700
- To: "public-rdf-ruby@w3.org" <public-rdf-ruby@w3.org>
Received on Wednesday, 23 November 2011 09:14:10 UTC
Hello, Im a complete beginner with rdf.
Im using the ruby rdf xml libraries ( rdf/rdfxml)
How would I create a <rdf:type rdf:resource="http://server/path/Person"/>
Entry as a child of rdf:description ?
Ie like this sample
<rdf:Description rdf:about="http://server/path/temppersonresource">
<j.3:country-name>US</j.3:country-name>
<rdf:type rdf:resource="http://server/path/Person"/>
</rdf:Description>
I have created the rdf:description ok, as well as various statements, but am stumped on the type.
Hope that is enough of an explanation.
Thanks
Paul
Received on Wednesday, 23 November 2011 09:14:10 UTC