All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.simple-galen-query3.terp Maven / Gradle / Ivy

PREFIX rdfs: 
PREFIX rdf:  
PREFIX owl:   
PREFIX : 

SELECT ?bacterium 
WHERE { 
      ?bacterium rdfs:subClassOf :hasStructuralComponent some ( :BacterialCell and 
                                                                :hasCellMorphology some ( :CellMorphology and
                                                                                          :hasState some :flagellated ) and
                                                                :hasShape some ( :Shape and 
                                                                                 :hasState some :cylindrical ) ) .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy