You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by hlel emna <em...@gmail.com> on 2013/01/21 00:31:45 UTC

axiom(add probability)

hi
with jena what is the code to find this result:
<owl11:Axiom>
<rdf:subject rdf:resource="#PetOwner"/>
<rdf:predicate rdf:resource="&rdfs;subClassOf"/>
<rdf:object rdf:resource="#Ecologist"/>
<bundle:probability>0.6</bundle:probability>
</owl11:Axiom>

-- 
ammoun

Re: axiom(add probability)

Posted by Andy Seaborne <an...@apache.org>.
On 20/01/13 23:31, hlel emna wrote:
> hi
> with jena what is the code to find this result:
> <owl11:Axiom>
> <rdf:subject rdf:resource="#PetOwner"/>
> <rdf:predicate rdf:resource="&rdfs;subClassOf"/>
> <rdf:object rdf:resource="#Ecologist"/>
> <bundle:probability>0.6</bundle:probability>
> </owl11:Axiom>
>

http://www.w3.org/TR/sparql11-query/