Last active
November 13, 2021 02:14
-
-
Save mepcotterell/769dba2c829cbd2e2131a143b43386eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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