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

resources.samples.dictionary_from_remote_repository.query.txt Maven / Gradle / Ivy

The newest version!
PREFIX rdfs: 

SELECT ?Name ?Person ?Cls 
FROM 
WHERE {
	?Person a ?Cls ; rdfs:label ?Name .           
    FILTER (lang(?Name) = "en") 
	FILTER (?Cls = )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy