data.simple-galen-query2.terp Maven / Gradle / Ivy
PREFIX rdfs:
PREFIX rdf:
PREFIX owl:
PREFIX :
SELECT ?structure
WHERE {
?structure owl:equivalentClass ( :BodyStructure and
:hasTopology some ( :Topology and
:hasState some :topologicallySolid ) ) .
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy