W3C home > Mailing lists > Public > semantic-web@w3.org > June 2005

Doubt about name space declaration block

From: Andrea Splendiani <andrea.splendiani@unimib.it>
Date: Fri, 10 Jun 2005 02:38:34 +0200
To: semantic-web@w3.org
Message-Id: <77758320a2dbd9515c429bf314e1ee84@unimib.it>
Citing from:   http://www.w3.org/TR/owl-guide/


I get the following namespace declaration:

<rdf:RDF
     xmlns     ="http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine#"
     xmlns:vin ="http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine#"
     xml:base  ="http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine#"
     xmlns:food="http://www.w3.org/TR/2004/REC-owl-guide-20040210/food#"
     xmlns:owl ="http://www.w3.org/2002/07/owl#"
     xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:xsd ="http://www.w3.org/2001/XMLSchema#">

Later in the document internal references are like this:

<owl:Class rdf:ID="Pasta">
   <rdfs:subClassOf rdf:resource="#EdibleThing" />
   ...
</owl:Class>

xml:base  ="http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine#"
Why do we have the "#" character ath the end of basename ? Isn't it a 
duplicate ?

best,
Andrea Splendiani
Received on Friday, 10 June 2005 07:10:50 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:44:44 GMT