Skip to content

Instantly share code, notes, and snippets.

@edsu
Created November 2, 2009 21:11
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 edsu/224464 to your computer and use it in GitHub Desktop.
Save edsu/224464 to your computer and use it in GitHub Desktop.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rda: <http://RDVocab.info/Elements/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix lcsh: <http://id.loc.gov/authorities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/coordination#> .
<http://lccn.heroku.com/36029351#i>
rda:titleProper "Charlotte Temple" ;
dct:subject [
ex:coordinates <http://id.loc.gov/authorities/sh2008112612#concept>, <http://id.loc.gov/authorities/sh99001401#concept> ;
skos:prefLabel "Teenage girls--Fiction--Comic books, strips, etc."
] .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment