Re: Primer: error in an OWL/XML example

One more! :)

<IreflexiveObjectProperty>
    <ObjectProperty IRI="parentOf"/>
  </IreflexiveObjectProperty>


should be

<IrreflexiveObjectProperty>
    <ObjectProperty IRI="parentOf"/>
  </IrreflexiveObjectProperty>


AZ.



Markus Krötzsch wrote:
> On Mittwoch, 5. August 2009, Antoine Zimmermann wrote:
>> Other errors spotted:
>>
>> Sect.5.2, "Property restrictins can also ..." -> restrictions
>> + the OWL/XML example says:
>>
>> <EquivalentClasses>
>>     <Class IRI="JohnsChildren"/>
>>     <ObjectHasValue>
>>       <ObjectProperty IRI="hasParent"/>
>>       <Class IRI="John"/>
>>     </ObjectHasValue>
>>   </EquivalentClasses>
>>
>> should be <Individual IRI="John"/> instead of <Class IRI="John"/>
> 
> Thanks! Fixed.
> 
> Markus
> 
>> Regards,
>> AZ.
>>
>> Pascal Hitzler wrote:
>>> Thanks! Corrected.
>>>
>>> P.
>>>
>>> Antoine Zimmermann wrote:
>>>> Dear all,
>>>>
>>>> I've spotted an error in an example of the OWL 2 Primer.
>>>> In Sect.7, the examples use <EquivalentClasses> to define datatypes.
>>>> It should be <DatatypeDefinition> instead.
>>>> The error occurs 3 times in this section, and is repeated in the
>>>> Appendix (Sect.13).
>>>>
>>>> Regards,
> 
> 


-- 
Antoine Zimmermann
Post-doctoral researcher at:
Digital Enterprise Research Institute
National University of Ireland, Galway
IDA Business Park
Lower Dangan
Galway, Ireland
antoine.zimmermann@deri.org
http://vmgal34.deri.ie/~antzim/

Received on Wednesday, 5 August 2009 18:40:02 UTC