- From: Hans Teijgeler <hans.teijgeler@quicknet.nl>
- Date: Thu, 25 Aug 2005 12:10:00 +0200
- To: <semantic-web@w3.org>
- Cc: "Christiansen Thore" <tore.r.christiansen@dnv.com>
Received on Thursday, 25 August 2005 10:10:27 UTC
Hi, In the OWL Web OntologyLanguage Guide, par. 3.1.2 I found; <owl:Thing rdf:ID="CentralCoastRegion" /> <owl:Thing rdf:about="#CentralCoastRegion"> <rdf:type rdf:resource="#Region"/> </owl:Thing> When I ran similar constructs in the W3C RDF Validation Service it resulted in two perfectly identical triples, like for the above case: <http://www.example.com#CentralCoastRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Thing> . <http://www.example.com#CentralCoastRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Thing> . I assume that I can throw away one of them. Is that correct? 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 Thursday, 25 August 2005 10:10:27 UTC