sttl.pperror.allel.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of corese-core Show documentation
Show all versions of corese-core Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1
Query and Update.
template st:allEL(?tag) {
"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")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy