sttl.owl2.owlproperty.disjointproperties.rq Maven / Gradle / Ivy
template {
if (?dp, "DisjointDataProperties", "DisjointObjectProperties")
"(" ?l ")"
}
where {
?in a owl:AllDisjointProperties ;
owl:members ?l
bind(
exists {
?l rdf:rest*/rdf:first ?p
?p a owl:DatatypeProperty
}
as ?dp)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy