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

data.lubm-sparql-dl-extvoc.sparql Maven / Gradle / Ivy

There is a newer version: 2.6.5
Show newest version
# Give me all people that are members of the Department0 and 
# tell me which kind of membership it is.
# 761 results

PREFIX rdf:      
PREFIX rdfs:     
PREFIX ub:       
PREFIX owl:       
PREFIX sparqldl: 

SELECT ?X ?C
WHERE {
        ?X rdf:type ub:Student .
        ?X rdf:type ?C .
        ?C sparqldl:directSubClassOf ub:Employee .
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy