- From: Sandro Hawke <sandro@w3.org>
- Date: Fri, 11 Jun 2004 14:36:22 -0400
- To: public-rdf-tap@w3.org
The data at http://tap.stanford.edu/tap.rdf is all like this:
<rdf:Description rdf:about="EarDrops">
<rdf:type>ProductType</rdf:type>
<rdfs:subClassOf>EarCareProduct</rdfs:subClassOf>
</rdf:Description>
when I assume you mean something like
<rdf:Description rdf:about="EarDrops">
<rdf:type rdf:resource="&tap;ProductType" />
<rdfs:subClassOf rdf:resource="&tap;EarCareProduct" />
</rdf:Description>
Let me know if it gets fixed.
-- sandro
Received on Friday, 11 June 2004 14:35:57 UTC