- From: Rob McCool <robm@robm.com>
- Date: Fri, 11 Jun 2004 11:49:03 -0700
- To: Sandro Hawke <sandro@w3.org>
- Cc: 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. Yes, this was fixed a while ago but the downloads weren't updated. That entry now looks like this: <tap:ProductType rdf:ID="http://tap.stanford.edu/data/EarDrops"> <rdfs:subClassOf rdf:resource="http://tap.stanford.edu/data/EarCareProduct"/> </tap:ProductType> If you want to download an updated tap.rdf, go here: http://panic.stanford.edu/tap-all.rdf.gz
Received on Friday, 11 June 2004 14:59:46 UTC