Skip to content

Instantly share code, notes, and snippets.

@niklasl
Created July 4, 2012 08:53
Show Gist options
  • Save niklasl/3046183 to your computer and use it in GitHub Desktop.
Save niklasl/3046183 to your computer and use it in GitHub Desktop.
ORE description of an issue as JSON-LD
{
"@context": {
"uri": "@id",
"type": "@type",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc": "http://purl.org/dc/terms/",
"ore": "http://www.openarchives.org/ore/terms/",
"bibo": "http://purl.org/ontology/bibo/",
"name": {"@id": "http://www.w3.org/2000/01/rdf-schema#label", "@language": "en"},
"created": {"@id": "dc:created", "@type": "xsd:dateTime"},
"modified": {"@id": "dc:modified", "@type": "xsd:dateTime"},
"issued": {"@id": "dc:issued", "@type": "xsd:date"},
"creator": "dc:creator",
"pages": {"@id": "ore:aggregates", "@type": "@id", "@container": "@set"},
"isDescribedBy": "ore:isDescribedBy",
"describes": {"@id": "ore:describes", "@type": "@id"},
"isAggregatedBy": {"@id": "ore:isAggregatedBy", "@container": "@set"},
"ResourceMap": "ore:ResourceMap",
"volume": "bibo:volume",
"edition": "bibo:edition"
}
}
{
"@context": "/ld/issue/context.json",
"uri": "http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1#issue",
"issued": "1903-05-05",
"volume": "63",
"edition": 1,
"pages": [
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-1#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-2#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-3#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-4#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-5#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-6#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-7#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-8#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-9#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-10#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-11#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-12#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-13#page",
"http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1/seq-14#page"
],
"isDescribedBy": {
"type": "ResourceMap",
"uri": "http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1",
"created": "2012-07-03T12:04:56-04:00",
"creator": {
"uri": "http://chroniclingamerica.loc.gov/awardees/dlc#awardee"
},
"modified": "2012-07-03T12:04:56-04:00",
"describes": "http://rg.rdc.lctl.gov/lccn/sn83030214/1903-05-05/ed-1#issue"
},
"isAggregatedBy": [
{
"uri": "http://rg.rdc.lctl.gov/lccn/sn83030214#title",
"name": "New-York tribune."
},
{
"uri": "http://rg.rdc.lctl.gov/batches/batch_dlc_jamaica_ver01#batch",
"name": "batch_dlc_jamaica_ver01"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment