sttl.owl2.owlproperty.specialproperty.rq Maven / Gradle / Ivy
template {
xsd:string(?l)
"ObjectProperty(" ?in ")"
}
where {
?in a ?t
}
values (?t ?l) {
(owl:TransitiveProperty "Transitive")
(owl:SymmetricProperty "Symmetric")
(owl:AsymmetricProperty "Asymmetric")
(owl:ReflexiveProperty "Reflexive")
(owl:IrreflexiveProperty "Irreflexive")
(owl:InverseFunctionalProperty "InverseFunctional")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy