data.simple-galen-query2.sparql Maven / Gradle / Ivy
PREFIX rdfs:
PREFIX rdf:
PREFIX owl:
PREFIX :
SELECT ?structure
WHERE {
?structure owl:equivalentClass [
owl:intersectionOf (
:BodyStructure
[
owl:onProperty :hasTopology ;
owl:someValuesFrom [
owl:intersectionOf (
:Topology
[
owl:onProperty :hasState ;
owl:someValuesFrom :topologicallySolid
]
)
]
]
)
] .
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy