data.simple-galen-query.terp Maven / Gradle / Ivy
PREFIX rdfs:
PREFIX rdf:
PREFIX owl:
PREFIX :
SELECT ?structure
WHERE {
?structure rdfs:subClassOf ( :SolidStructure and
:isStructuralComponentOf some :Leg and
:isPairedOrUnpaired some :atLeastPaired ) .
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy