PREFIX never_in_taxon: PREFIX present_in_taxon: PREFIX oboInOwl: PREFIX dcterms: PREFIX foaf: SELECT ?term ?property ?value WHERE { VALUES ?property { never_in_taxon: present_in_taxon: foaf:depicted_by oboInOwl:inSubset dcterms:contributor } ?term ?property ?value . FILTER(isIRI(?term) && (STRSTARTS(str(?term), "http://purl.obolibrary.org/obo/AEON_"))) FILTER (!isIRI(?value)) }