Re: Accessing inferences and asserstions rather than just assertions

Posted by tyler on
URL: http://owlready.306.s1.nabble.com/Accessing-inferences-and-asserstions-rather-than-just-assertions-tp144p153.html

Just sent ontology....my sparql query I am using (sorry, it's changed a few times, but it's still only pulling 2 asserted and not two additional inferences)

effects = "PREFIX xmlns:<http://www.semanticweb.org/tyler/ontologies/2018/0/untitled-ontology-14#> " \
            "SELECT ?effect " \
            "WHERE { " \
            "?system xmlns:was_attacked_by ?hpm_attack ." \
            "?system xmlns:contains ?component ." \
            "?component xmlns:entered ?effect ." \
            "}"