sttl.pperror.allel.rq Maven / Gradle / Ivy
template st:allEL(?tag) {
if (st:get(st:execmode, st:standalone),
st:format("%s", ?mess),
st:format(
"OWL EL: %s.",
str(?href), str(?mess)))
# "OWL EL: " str(?mess) "."
}
where {
bind(st:linkPro(?id) as ?href)
} values (?tag ?mess ?id) {
### axiom ###
("datatypeLit" "Restriction on datatypes" "Entities")
("datatypeRes" "Restriction on datatypes" "Entities")
("fail" "Statement not supported" "Feature_Overview")
("disjointClass" "Class Expression not supported with a Disjoint Class" "Class_Expressions")
("domain" "Class Expression not supported as object of rdfs:domain or rdfs:range" "OWL_2_EL_2")
("equivClass" "Class Expression not supported with owl:equivalentClass" "Class_Expressions")
("anonymous" "Anonymous individuals are not supported" "Entities")
("key" "Class Expression not supported as subject of owl:hasKey" "OWL_2_EL_2")
("subClass" "Class Expression not supported with rdfs:subClassOf" "Class_Expressions")
### classExp ###
("failClassExp" "Statement not supported in a Class Expression" "Class_Expressions")
("classExp" "Not a valid Class Expression" "Class_Expressions")
### Individual ###
("individual" "Not a valid individual type expression" "Axioms_2" )
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy