sttl.owl.functional.rq Maven / Gradle / Ivy
template {
if (bound(?t), "FunctionalDataProperty", "FunctionalObjectProperty")
"(" ?in ")"
}
where {
?in a owl:FunctionalProperty
optional { ?in a ?t filter(?t = owl:DatatypeProperty) }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy