You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simple periodical.json test JSON-LD fails loading:
{
"@context": "http://schema.org/",
"@graph": [
{
"@id": "#issue",
"@type": "PublicationIssue",
"issueNumber": "5",
"datePublished": "2012",
"isPartOf": {
"@id": "#periodical",
"@type": [
"PublicationVolume",
"Periodical"
],
"name": "Cataloging & Classification Quarterly",
"issn": [
"1544-4554",
"0163-9374"
],
"volumeNumber": "50",
"publisher": "Taylor & Francis Group"
}
},
{
"@type": "ScholarlyArticle",
"isPartOf": "#issue",
"description": "The library catalog as a catalog of works was an infectious idea, which together with research led to reconceptualization in the form of the FRBR conceptual model. Two categories of lacunae emerge--the expression entity, and gaps in the model such as aggregates and dynamic documents. Evidence needed to extend the FRBR model is available in contemporary research on instantiation. The challenge for the bibliographic community is to begin to think of FRBR as a form of knowledge organization system, adding a final dimension to classification. The articles in the present special issue offer a compendium of the promise of the FRBR model.",
"sameAs": "https://doi.org/10.1080/01639374.2012.682254",
"about": [
"Works",
"Catalog"
],
"pageEnd": "368",
"pageStart": "360",
"name": "Be Careful What You Wish For: FRBR, Some Lacunae, A Review",
"author": "Smiraglia, Richard P."
}
]
}
The simple
periodical.json
test JSON-LD fails loading:This is due to an RDFLIB issue, documented here:
RDFLib/rdflib#1423
The text was updated successfully, but these errors were encountered: