- From: Jeremy Wong 黃泓量 <jeremy@miko.hk>
- Date: Fri, 2 Dec 2005 14:09:46 +0800
- To: "Hans Teijgeler" <hans.teijgeler@quicknet.nl>, "Semantic Web Forum" <semantic-web@w3.org>
Hans, The values of rdf:ID attribute should be unique within the same RDF/XML document. You should consider "rdf:about" or "rdf:type" for your case. Jeremy Wong 黃泓量 -- Miko-Kings Instruments Ltd. Web: http://www.miko.com.hk/ ----- Original Message ----- From: "Hans Teijgeler" <hans.teijgeler@quicknet.nl> To: "Semantic Web Forum" <semantic-web@w3.org> Sent: Friday, December 02, 2005 1:37 PM Subject: Class and Thing with same ID > Hi, > > > > Is it allowed to have, for the same baseURI, an owl:Class and an owl:Thing > with the same ID? > > > > <owl:Class rdf:ID="COIP-369539"> > > <rdfs:label xml:lang="en">rated output power</rdfs:label> > > <rdfs:subClassOf rdf:resource="#COIP-13281757"/> > > </owl:Class> > > > > <owl:Thing rdf:ID="COIP-369539"> > > <rdfs:label xml:lang="en">rated output power</rdfs:label> > > <rdf:type rdf:resource="#COIP-369539 > <http://www.infowebml.ws/description/ontology-for-rdl/ontology-for-rdl.htm#C > OIP_369539#COIP_369539> "/> > > </owl:Thing> > > > > Regards, > > Hans > > > > _______________________ > > Hans Teijgeler > > ISO 15926 specialist > > <http://www.InfowebML.ws> www.InfowebML.ws > > <mailto:hans.teijgeler@quicknet.nl> hans.teijgeler@quicknet.nl > > phone +31-72-509 2005 > > > >
Received on Friday, 2 December 2005 06:11:21 UTC