Re: Are there any plans to develop an OWL version of QUDT?

On Thu, May 8, 2014 at 1:31 AM, Holger Knublauch <holger@topquadrant.com>wrote:

>  Simon,
>
> Yes in OWL, but in RDF this is perfectly valid, see
>
>
> http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#dfn-recognized-datatype-iris
>
> "Semantic extensions of RDF might choose to recognize other datatype
> IRIs..."
>

Right.  Except you define the data type using OWL. Which means you defined
the  lexical space to be empty.
What happens when you have a literal in RDF whose string is not in its
lexical space.

I will grant you that there are many legal RDF statements in the
vocabularies. Can you tell me what's going on with these ones?  If you
think they're fine, and perfectly consistent, feel free to just let this
thread die.

vaem:namespace

  rdf:type owl:DatatypeProperty ;

  rdfs:label "namespace"^^xsd:string ;

  rdfs:range xsd:anyURI ;

.

<http://qudt.org/1.1/schema/qudt>

      rdf:type owl:Ontology ;

      vaem:namespace "http://qudt.org/schema/qudt"^^xsd:string ;

.

Received on Friday, 9 May 2014 01:54:19 UTC