Re: using datatype for ObjectProperty range

Not checking any docs, so I may be having a brain lapse, but I think  
you're looking for owl:DatatypeProperty.

-Rich

On 23 Aug 2004, at 20:20, Prajakta Nivargi wrote:
>  <owl:ObjectProperty rdf:ID="level" rdfs:label="level">
>  <rdfs:domain  
> rdf:resource="http://www.public.asu.edu/~pnivargi/ppm/ontologies/ 
> Data.owl#Category" />
>   <rdfs:range   
> rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
>  </owl:ObjectProperty>

> I used this because I saw this being used in an example on the OWL  
> specifications on w3c website. Is this not allowed? Is there any  
> workaround for it?

Received on Monday, 23 August 2004 20:26:39 UTC