sttl.owl2.owlclass.equivalentclass.rq Maven / Gradle / Ivy
template {
if (bound(?t), "DatatypeDefinition", "EquivalentClasses")
"("
xt:annotate(?in, owl:equivalentClass, ?y)
?in
ibox {
if (isBlank(?y), st:nl(), " ") ?y
}
")"
}
where {
?in owl:equivalentClass ?y
optional { ?y a ?t filter(?t = rdfs:Datatype) }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy