SPARQL Endpoint

For examples, see SPARQL Examples. A basic tutorial on SPARQL is available from Apache Jena.

x
 
PREFIX crm:  <http://www.cidoc-crm.org/cidoc-crm/>
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 rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:  <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos:  <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd:  <http://www.w3.org/2001/XMLSchema#>
SELECT * WHERE {
  ?s ?p ?o
} LIMIT 100
    

Additional prefixes

This endpoint (http://nomisma.org/query) supports content negotiation for the following content types with SELECT queries: text/html, text/csv, text/plain, application/sparql-results+json, and application/sparql-results+xml

When querying for geo:lat and geo:long properties, a map will be generated, and geographic data may be downloaded as GeoJSON and KML.