Re: Proposal to resolve ISSUE-86

From: "Michael Schneider" <schneid@fzi.de>
Subject: RE: Proposal to resolve ISSUE-86
Date: Fri, 28 Mar 2008 09:44:03 +0100

> Hi Alan and Mike!

[...]

> But I recognize that there are people who dislike this restrictive
> suggestion. So an alternative might be for them to have a conditional
> RDF mapping:
> 
>   ObjectPropertyAssertion(p s o) --->
> 
>     IF "p" is a name 
>         s p o
>     ELSE
>         s rdf:type owl11:ObjectRestriction 
>         s owl:onProperty _:p 
>         s owl:hasValue o

You probably meant something like

         s rdf:type _:x
	 _:x rdf:type owl11:ObjectRestriction 
         _:x owl:onProperty _:p 
         _:x owl:hasValue o

[...]

> Cheers,
> Michael

peter

Received on Friday, 28 March 2008 10:26:26 UTC