Skip to content

Instantly share code, notes, and snippets.

@csarven
Created May 6, 2014 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csarven/401e2bde464a172cd35d to your computer and use it in GitHub Desktop.
Save csarven/401e2bde464a172cd35d to your computer and use it in GitHub Desktop.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/TR/prov-o/#> .
@prefix wbtc-2014: <http://csarven.ca/wbtc-linked-data-2014#> .
wbtc-2014:exercise-2
a prov:Entity ;
rdfs:label "Exercise 2: RDF and SPARQL"@en ;
dcterms:creator <http://csarven.ca/#i> ;
dcterms:issued "2014-05-06T00:00:00Z"^^xsd:dateTime ;
dcterms:valid "2014-05-19T09:59:59+01:00"^^xsd:dateTime ;
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment