Note: Keyword searching is not yet supported in the SPARQL endpoint.
PREFIX bio: <http://purl.org/vocab/bio/0.1/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmarchaeo: <http://www.cidoc-crm.org/cidoc-crm/CRMarchaeo/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX crmgeo: <http://www.ics.forth.gr/isl/CRMgeo/> PREFIX crmsci: <http://www.ics.forth.gr/isl/CRMsci/> PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX dcmitype: <http://purl.org/dc/dcmitype/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> PREFIX nm: <http://nomisma.org/id/> PREFIX nmo: <http://nomisma.org/ontology#> PREFIX org: <http://www.w3.org/ns/org#> PREFIX osgeo: <http://data.ordnancesurvey.co.uk/ontology/geometry/> PREFIX prov: <http://www.w3.org/ns/prov#> PREFIX rdac: <http://www.rdaregistry.info/Elements/c/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX sd: <http://www.w3.org/TR/sparql11-service-description/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX spatial: <http://jena.apache.org/spatial#> PREFIX un: <http://www.owl-ontologies.com/Ontology1181490123.owl#> PREFIX void: <http://rdfs.org/ns/void#> PREFIX wordnet: <http://ontologi.es/WordNet/class/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT ?uri ?label ?definition ?type WHERE { FILTER strStarts(str(?uri), "http://nomisma.org/") . ?uri skos:prefLabel ?label FILTER langMatches(lang(?label), "en") . OPTIONAL {?uri skos:definition ?definition FILTER langMatches(lang(?definition), "en")} ?uri rdf:type ?type FILTER (str(?type) != "http://www.w3.org/2004/02/skos/core#Concept") FILTER NOT EXISTS {?uri dcterms:isReplacedBy ?replaced} } ORDER BY ASC(?label)