-------- Original Message --------
Subject: Re: [Owlim-discussion] Chain Axiom with OWLIM 4.2
Date: Mon, 19 Dec 2011 13:46:44 +0200
From: staykova <[email protected]>
To: "barry.norton" <[email protected]>
Cc: Barry Bishop <[email protected]>

Hi,
This is the repository where it fails
82.103.112.243:8081/openrdf-workbench/repositories/SinusRepositoryWithOWLIM4.2
Could you have a look, please.
Kamenka

On Tue, 13 Dec 2011 22:40:11 +0000, barry.norton wrote:
Thing is, as I said off-list to Kamenka, I couldn't get it to fail
with 4.2...

Barry2


On Tue, 13 Dec 2011 22:07:42 +0100, Barry Bishop wrote
Hi Kamenka,

I hope this answer helps a bit. If you would like to try with OWLIM
4.3 instead of 4.2, please use the link below.

http://download.ontotext.com/owlim/5dd9fb9e-06f9-11e1-a8e0-
6e1d5e030896/owlim-se-4.3.4238.zip

(This email is off list because of this URL)

All the best,
barry

On 13/12/11 13:25, barry.norton wrote:
> Works as expected in 4.3 with RL-optimised ruleset - test:one and
test:three
> are related in your query given:
>
> @prefix owl:<http://www.w3.org/2002/07/owl#>  .
> @prefix sinus:
> <http://www.semanticweb.org/ontologies/2011/1/SINUSBasicOntology.owl#>.
> @prefix test:<http://www.example.com/test#>.
>
> sinus:OWLObjectProperty_iObject_has_Author owl:propertyChainAxiom
> (sinus:OWLObjectProperty_iObject_has_Identification
> sinus:OWLObjectProperty_ident_has_Author) .
>
> test:one sinus:OWLObjectProperty_iObject_has_Identification test:two.
> test:two sinus:OWLObjectProperty_ident_has_Author test:three.
>
> Barry
>
>
>
> On Tue, 13 Dec 2011 12:33:57 +0200, staykova wrote
>> Hi,
>>   I'm writing on behalf of SINUS project team.
>>   We have OWLIM 4.2 repository with some ontologies and data
>> concerning the domain of Bulgarian Iconography. The repository is >> configuered with OWL2 RL. We have a kind of problem with Prpoperty
>> Chain Axiom.
>>
>> <owl:ObjectProperty rdf:about="#OWLObjectProperty_iObject_has_Author">
>>           <rdfs:range rdf:resource="#OWLClass_Author"/>
>> <rdfs:domain rdf:resource="#OWLClass_IconographicalObject"/>
>>           <owl:propertyChainAxiom rdf:parseType="Collection">
>>               <rdf:Description
>>   rdf:about="#OWLObjectProperty_iObject_has_Identification"/>
>>               <rdf:Description
>>   rdf:about="#OWLObjectProperty_ident_has_Author"/>
>>           </owl:propertyChainAxiom>
>>       </owl:ObjectProperty>
>>
>> This is a declaration of Object Property within an ontology, which
>>   gives no answer, although the data is there when requested by
>> SPARQL  chain with /-s.
>>
>>   SELECT ?io ?a WHERE {
>>   ?io
>>
>

<http://www.semanticweb.org/ontologies/2011/1/SINUSBasicOntology.owl#OWLObject
> Property_iObject_has_Identification>   /
>

<http://www.semanticweb.org/ontologies/2011/1/SINUSBasicOntology.owl#OWLObject
> Property_ident_has_Author>  ?a. }
>>    - WORKS
>>
>>   SELECT ?io ?a WHERE {
>>   ?io
>>
>

<http://www.semanticweb.org/ontologies/2011/1/SINUSBasicOntology.owl#OWLObject
> Property_iObject_has_Author>
>>   ?a.
>>   }
>>
>>     - DOESN'T WORK
>>
>>   How to overcome this?
>>   Thanks in advance!
>>   Kamenka
>>
>> _______________________________________________
>> OWLIM-discussion mailing list
>> [email protected]
>> http://ontotext.com/mailman/listinfo/owlim-discussion
> _______________________________________________
> OWLIM-discussion mailing list
> [email protected]
> http://ontotext.com/mailman/listinfo/owlim-discussion

_______________________________________________
OWLIM-discussion mailing list
[email protected]
http://ontotext.com/mailman/listinfo/owlim-discussion

Reply via email to