data.simple-galen-query.sparql Maven / Gradle / Ivy
PREFIX rdfs:
PREFIX rdf:
PREFIX owl:
PREFIX :
SELECT ?structure
WHERE {
?structure rdfs:subClassOf [
owl:intersectionOf (
:SolidStructure
[
owl:onProperty :isStructuralComponentOf ;
owl:someValuesFrom :Leg
]
[
owl:onProperty :isPairedOrUnpaired ;
owl:someValuesFrom :atLeastPaired
]
)
].
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy