Re: OWL equivalentClass question

Slight correction:

Am 13.07.2012 14:43, schrieb Michael Schneider:

> Further, from that same table entry, you can see that the RDF encoding
> of datatype definitions must use a blank node (as in your first
> example), the mapping isn't defined for URIs (as in your second example).

It's not the same table entry, but the last entry in Table 12 in

> [2] <http://www.w3.org/TR/2009/REC-owl2-mapping-to-rdf-20091027/>

Michael

> Am 13.07.2012 14:17, schrieb Nathan:
>> Hi all,
>>
>> I'm looking to define a few Datatype's, and wondered why
>> owl:equivalentClass is used for all complex types in the
>> primer/documentation.
>>
>> For example what's the difference between:
>>
>> :personAge  owl:equivalentClass
>>    [ rdf:type  rdfs:Datatype;
>>      owl:onDatatype  xsd:integer;
>>      owl:withRestrictions (
>>       [ xsd:minInclusive  "0"^^xsd:integer ]
>>       [ xsd:maxInclusive  "150"^^xsd:integer ]
>>      )
>>    ] .
>>
>> and:
>>
>> :personAge rdf:type  rdfs:Datatype;
>>    owl:onDatatype  xsd:integer;
>>    owl:withRestrictions (
>>     [ xsd:minInclusive  "0"^^xsd:integer ]
>>     [ xsd:maxInclusive  "150"^^xsd:integer ]
>>    ) .
>>
>> Is the second example valid, any reasons not to do it, what am I missing
>> here?
>>
>> TIA,
>>
>> Nathan
>>
>

-- 
.........................................................
Dipl.-Inform. Michael Schneider
Research Scientist, IPE / WIM

FZI Forschungszentrum Informatik
Haid-und-Neu-Str. 10–14
76131 Karlsruhe, Germany
Tel.: +49 721 9654-726
Fax: +49 721 9654-727

michael.schneider@fzi.de
www.fzi.de

.........................................................
Forschungszentrum Informatik (FZI) an der Universität Karlsruhe
Stiftung des bürgerlichen Rechts
Stiftung Az: 14-0563.1 Regierungspräsidium Karlsruhe
Vorstand: Dipl. Wi.-Ing. Michael Flor, Prof. Dr. Ralf Reussner,
Prof. Dr. Rudi Studer, Prof. Dr.-Ing. J. Marius Zöllner
Vorsitzender des Kuratoriums: Ministerialdirigent Günther Leßnerkraus
.........................................................

Received on Friday, 13 July 2012 12:51:56 UTC