RE: GUIDE: wine.owl

Jeremy,

A couple other things in wine.owl and food.owl:

Food.owl 

1 needs an xml:base like:
   xml:base="http://www.w3.org/2001/sw/WebOnt/guide-src/food#"
Or everything will default to http://www.w3.org/2001/sw/WebOnt/guide-src/food.owl#... It's the .owl that causes the problem.

2 Legacy of DAML+OIL, there are several Restrictions with
hasClass... should be someValuesFrom


Wine.owl

1 needs an xml:base like:
   xml:base="http://www.w3.org/2001/sw/WebOnt/guide-src/wine#">
Similar reason as in food.owl



> -----Original Message-----
> From: Jeremy Carroll [mailto:jjc@hpl.hp.com]
> Sent: 29 April 2003 13:12
> To: www-webont-wg@w3.org
> Subject: GUIDE: wine.owl 
> 
> 
> 
> 
> 
> One point is that the construct
> 
> <owl:Class rdf:ID="Wine">
>    <rdfs:subClassOf>
>      <owl:Restriciton>
>       <owl:onProperty rdf:about="#hasMaker"/>
>       <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger"
>       >1</owl:cardinality>
>     </owl:Restriction>
>    </rdfs:subClassOf>
> </owl:Class>
> 
> 
> is repeated. I suspect this is unintentional.
> 
> Jeremy
> 
> 
> 

Received on Thursday, 8 May 2003 12:01:04 UTC