Re: expectations of vocabulary

On 21 Jul 2006, at 17:21, Henry Story wrote:
> @prefix iana: <http://www.iana.org/assignments/relation/> .
> @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
> @prefix owl: <http://www.w3.org/2002/07/owl#> .
>
> iana:categories a owl:DatatypePropery;
>                 rdfs:domain :FeedOrEntry;
>                 rdfs:range :CategoryList .


Of course I meant owl:ObjectProperty. Sorry


@prefix iana: <http://www.iana.org/assignments/relation/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

iana:categories a owl:ObjectProperty;
                 rdfs:domain :FeedOrEntry;
                 rdfs:range :CategoryList .

Received on Friday, 21 July 2006 15:56:59 UTC