legalthesaurus.org

Linked Data

Legal Classification Linked Data

This Project is an experimental space for linked Legal Classification data. The intention of the Legal Classification Linked Data prototype is to be a platform for Legal Classification data on the Web.

Highlights

  • Access to the top three levels of the Classification
  • Actionable URIs for every class
  • Classification semantics encoded in SKOS
  • Representations for machines (RDF) and for humans (XHTML+RDFa)
  • Different RDF serializations (RDF/XML, Turtle, JSON)
  • Exposed SPARQL endpoint (see Below)
  • Data is reusable under a Creative Commons BY-NC-ND license

ARC SPARQL+ Endpoint (v2010-07-06)

This interface implements SPARQL and SPARQL+ via HTTP Bindings.

Enabled operations: select, construct, ask, describe, load, insert, delete

SELECT * WHERE {
GRAPH ?g { ?s ?p ?o . }
}
LIMIT 10