Skip to content

Instantly share code, notes, and snippets.

@mepcotterell
Last active November 13, 2021 02:14
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 mepcotterell/769dba2c829cbd2e2131a143b43386eb to your computer and use it in GitHub Desktop.
Save mepcotterell/769dba2c829cbd2e2131a143b43386eb to your computer and use it in GitHub Desktop.
{
"@context": "https://schema.org/docs/jsonldcontext.json",
"@graph": [
{
"@id": "#issue4",
"@type": "PublicationIssue",
"datePublished": "2006-10",
"issueNumber": "4"
},
{
"@id": "#volume50",
"@type": "PublicationVolume",
"volumeNumber": "50"
},
{
"@id": "#periodical",
"@type": "Periodical",
"name": "Library Resources and Technical Services"
},
{
"@id": "#article",
"@type": "ScholarlyArticle",
"author": "Carlyle, Allyson.",
"isPartOf": [
{
"@id": "#periodical"
},
{
"@id": "#volume50"
},
{
"@id": "#issue4"
}
],
"name": "Understanding FRBR as a Conceptual Model: FRBR and the Bibliographic Universe",
"pageEnd": "273",
"pageStart": "264"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment