python - How to find the instances having a specific relation with a given instance in an ontology using FuXi? -
i have developed ontology in protege carry data (as instances of ontology) inside along relations each other (i developed based on question here).
the instantiated ontology file found here. want use in algorithm have developed in python.
my goal traverse on individuals in ontology , use knowledge in a-box of ontology relations between them, i.e.
if 1 street built of 2 lanes. information either in ontology or reasoned can other algorithm (written in python) in purpose. ccordingly, have following 2 questions:
- does know how find instance having special relation given instance using fuxi? example in enclosed ontology above, want find arc_003 builds detailed_part_001 arc_002. have more other relations in between.
- to teach me how fish; know expressive , explanatory documents code samples of fuxi? fuxi document not helpful , complex me.
Comments
Post a Comment