resources.samples.dictionary_from_remote_repository.query.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gazetteer-lkb Show documentation
Show all versions of gazetteer-lkb Show documentation
A Large Knowledge Based (LKB) Gazetteer
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