Skip to content

Instantly share code, notes, and snippets.

@edsu
Created February 4, 2014 20:05
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/8811303 to your computer and use it in GitHub Desktop.
Save edsu/8811303 to your computer and use it in GitHub Desktop.
@prefix : <http://purl.org/dc/terms/> .
@prefix dpla: <http://dp.la/terms/> .
@prefix edm: <http://www.europeana.eu/schemas/edm/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://dp.la/api/items/7f71b92c6a0f551d819493e1d1d31d91> dpla:originalRecord [ dpla:aggregation <http://dp.la/api/collections/24087df2c58f149a8167a9589cffd830> ;
:contributor "University of California Libraries (archive.org)" ;
:creator "Merriam, C. Hart (Clinton Hart), 1855-1942" ;
:datestamp "2012-05-16T09:21:08Z" ;
:description "" ;
:handle "http://www.biodiversitylibrary.org/item/60744" ;
:id "oai:biodiversitylibrary.org:item/60744" ;
:label "Synopsis of the weasels of North America [by] C. Hart Merriam." ;
:language "English" ;
:publisher "Washington :Govt. Print. Off.,1896." ;
:rights "NOT_IN_COPYRIGHT" ;
:setSpec "item" ;
:subject "Carnivora" ;
:title "Synopsis of the weasels of North America [by] C. Hart Merriam." ;
:type "Book",
"text" ;
edm:provider <http://dp.la/api/contributor/bhl> ] ;
:_id "bhl--http://www.biodiversitylibrary.org/item/60744" ;
:id "7f71b92c6a0f551d819493e1d1d31d91" ;
:ingestDate "2014-01-17T15:56:50.899553" ;
:ingestType "item" ;
:ingestionSequence 7 ;
edm:dataProvider "University of California Libraries (archive.org)" ;
edm:isShownAt "http://www.biodiversitylibrary.org/item/60744" ;
edm:provider <http://dp.la/api/contributor/bhl> ;
edm:sourceResource [ dpla:aggregation <http://dp.la/api/collections/24087df2c58f149a8167a9589cffd830> ;
:creator "Merriam, C. Hart (Clinton Hart), 1855-1942" ;
:description "" ;
:format "Book" ;
:language [ :iso639_3 "eng" ;
:xsdstring "English" ] ;
:publisher "Washington :Govt. Print. Off.,1896" ;
:subject [ :xsdstring "Carnivora" ] ;
:title "Synopsis of the weasels of North America [by] C. Hart Merriam" ;
:type "text" ] .
<http://dp.la/api/collections/24087df2c58f149a8167a9589cffd830> :id "24087df2c58f149a8167a9589cffd830" ;
:title "Volumes" .
<http://dp.la/api/contributor/bhl> :xsdstring "Biodiversity Heritage Library" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment