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

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

# 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:   

SELECT ?X ?C
WHERE {
        ?X rdf:type ub:Student .
        ?X rdf:type ?C .
        ?C rdfs:subClassOf ub:Employee .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy