Re: Namespace Error in RDF/OWL Ontology

Hi all,

I have issued an updated version of the SKOS RDF/OWL description to 
fix the error described below:

http://www.w3.org/2004/02/skos/core/history/2006-04-18.rdf

I have updated the redirection from the SKOS Core namespace URI 
accordingly:

http://www.w3.org/2004/02/skos/core

Thanks to Rob for spotting this ... this is just the sort of error 
that can lead to really painful bugs in applications.

Interestingly the W3C RDF validation service does not spot this error.

Cheers,

Al.

Rob Gonzalez wrote:
> Hi all,
> 
> When generating Java beans to access SKOS instance data, I discovered
> that there is a slight error in the SKOS RDF ontology.  The namespace
> for "Resource" is not rdf, but rather rdfs.  Here is the relevant
> code.
> 
> <rdf:Property rdf:ID="symbol">
>     <rdfs:label xml:lang="en">symbolic label</rdfs:label>
>     <rdfs:domain rdf:resource="&rdf;Resource"/>
> 
> should be:
> 
> <rdf:Property rdf:ID="symbol">
>     <rdfs:label xml:lang="en">symbolic label</rdfs:label>
>     <rdfs:domain rdf:resource="&rdfs;Resource"/>
> 
> 
> Apologies for nit-picking.
> 
> best,
> Rob Gonzalez
> 
> 

-- 
Alistair Miles
Research Associate
CCLRC - Rutherford Appleton Laboratory
Building R1 Room 1.60
Fermi Avenue
Chilton
Didcot
Oxfordshire OX11 0QX
United Kingdom
Web: http://purl.org/net/aliman
Email: a.j.miles@rl.ac.uk
Tel: +44 (0)1235 445440

Received on Tuesday, 18 April 2006 12:32:02 UTC