Re: Primer: error in an OWL/XML example

On Mittwoch, 5. August 2009, Antoine Zimmermann wrote:
> One more! :)
>
> <IreflexiveObjectProperty>
>     <ObjectProperty IRI="parentOf"/>
>   </IreflexiveObjectProperty>
>
>
> should be
>
> <IrreflexiveObjectProperty>
>     <ObjectProperty IRI="parentOf"/>
>   </IrreflexiveObjectProperty>

Thank you again. Fixed.

Markus

>
>
> 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,


-- 
Markus Krötzsch
Institute AIFB, Universität Karlsruhe (TH), 76128 Karlsruhe
phone +49 (0)721 608 7362           fax +49 (0)721 608 5998
mak@aifb.uni-karlsruhe.de           www  http://korrekt.org
http://semantic-web-book.org  http://semantic-mediawiki.org

Received on Saturday, 8 August 2009 14:00:36 UTC