Skip to content

Instantly share code, notes, and snippets.

@dr0i
Created July 5, 2018 08:43
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 dr0i/38a920613cba41f29fb37ae409dec4a3 to your computer and use it in GitHub Desktop.
Save dr0i/38a920613cba41f29fb37ae409dec4a3 to your computer and use it in GitHub Desktop.
{
"@context" : "http://lobid.org/resources/context.jsonld",
"Admin Metadata" : {
"changeDate" : "2006-06-29T07:37:26",
"creationDate" : "1999-06-29",
"descriptionConventions" : {
"code" : "aacr",
"type" : [ "DescriptionConventions" ]
},
"descriptionModifier" : {
"label" : "DLC",
"type" : [ "Agent" ]
},
"encodingLevel" : {
"code" : "f",
"type" : [ "EncodingLevel" ]
},
"generationProcess" : {
"label" : "DLC marc2bibframe2 v1.3.0-SNAPSHOT",
"type" : [ "GenerationProcess" ]
},
"identifiedBy" : {
"22-rdf-syntax-ns#value" : "2",
"type" : [ "Local" ]
},
"source" : {
"label" : "DLC",
"type" : [ "Agent", "Source" ]
},
"status" : {
"code" : "c",
"type" : [ "Status" ]
},
"type" : [ "AdminMetadata" ]
},
"Instance of" : {
"id" : "http://id.loc.gov/resources/works/c007516021",
"label" : "c007516021"
},
"Title" : {
"Subtitle" : "tales of the far North",
"Title sort key" : "son of the wolf : tales of the far North /",
"label" : "The son of the wolf : tales of the far North /",
"mainTitle" : "The son of the wolf",
"type" : [ "Title" ]
},
"hasItem" : [ {
"id" : "http://id.loc.gov/resources/items/c0000000020001",
"label" : "c0000000020001"
}, {
"id" : "http://id.loc.gov/resources/items/c0000000020003",
"label" : "c0000000020003"
} ],
"id" : "http://id.loc.gov/resources/instances/c0000000020002",
"type" : [ "Instance", "Electronic" ]
}
@dr0i
Copy link
Author

dr0i commented Jul 5, 2018

  • proper json-context is missing
  • field.names like 22-rdf-syntax-ns#value were created automatically and may be configured to something more descriptive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment