
sttl.owl2.owlexp.intersection.rq Maven / Gradle / Ivy
The newest version!
template {
if (bound(?t), "DataIntersectionOf", "ObjectIntersectionOf")
"("
ibox {
?y
}
")"
}
where {
?in owl:intersectionOf ?y
filter (?y != rdf:nil)
optional { ?in a ?t filter(?t = rdfs:Datatype) }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy