{
    "@context": "http://schema.org",
    "@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"
        }
    ]
}