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
In version 5 of “OpenCitations Meta RDF dataset of all bibliographic metadata and its provenance information” (https://doi.org/10.6084/m9.figshare.21747536.v5), there are 105,944,601 provenance graph objects for bibliographic resources, therefore the number of provenance graphs does not match the number of bibliographic resources in the triplestore (105,953,699, from what can be read in the dump’s record metadata on its Figshare page).
Additionally, a very small number (5) of bibliographic resource entities in the provenance RDF files are missing the primary source (the http://www.w3.org/ns/prov#hadPrimarySource property.
E.g.:
{'@graph': [{'@id': 'https://w3id.org/oc/meta/br/0603904264/prov/se/1', '@type': ['http://www.w3.org/ns/prov#Entity'], 'http://www.w3.org/ns/prov#invalidatedAtTime': [{'@type': 'http://www.w3.org/2001/XMLSchema#dateTime', '@value': '2023-06-12T13:31:24+00:00'}]}, {'@id': 'https://w3id.org/oc/meta/br/0603904264/prov/se/2', '@type': ['http://www.w3.org/ns/prov#Entity'], 'http://purl.org/dc/terms/description': [{'@value': "The entity 'https://w3id.org/oc/meta/br/0603904264' has been deleted."}], 'http://www.w3.org/ns/prov#generatedAtTime': [{'@type': 'http://www.w3.org/2001/XMLSchema#dateTime', '@value': '2023-06-12T13:31:24+00:00'}], 'http://www.w3.org/ns/prov#invalidatedAtTime': [{'@type': 'http://www.w3.org/2001/XMLSchema#dateTime', '@value': '2023-06-12T13:31:24+00:00'}], 'http://www.w3.org/ns/prov#specializationOf': [{'@id': 'https://w3id.org/oc/meta/br/0603904264'}], 'http://www.w3.org/ns/prov#wasAttributedTo': [{'@id': 'https://w3id.org/oc/meta/prov/pa/1'}], 'http://www.w3.org/ns/prov#wasDerivedFrom': [{'@id': 'https://w3id.org/oc/meta/br/0603904264/prov/se/1'}], 'https://w3id.org/oc/ontology/hasUpdateQuery': [{'@value': 'DELETE DATA { GRAPH <https://w3id.org/oc/meta/br/> { <https://w3id.org/oc/meta/br/0603904264> <http://purl.org/spar/datacite/hasIdentifier> <https://w3id.org/oc/meta/id/0603634322> .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/vocab/frbr/core#partOf> <https://w3id.org/oc/meta/br/061106396> .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/spar/pro/isDocumentContextFor> <https://w3id.org/oc/meta/ar/06015663864> .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/spar/pro/isDocumentContextFor> <https://w3id.org/oc/meta/ar/06015663859> .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/spar/datacite/hasIdentifier> <https://w3id.org/oc/meta/id/0603634323> .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/dc/terms/title> "Bariatric Surgery Outcomes: A Single-Center Study In The United Arab Emirates." .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/spar/pro/isDocumentContextFor> <https://w3id.org/oc/meta/ar/06015663860> .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/spar/pro/isDocumentContextFor> <https://w3id.org/oc/meta/ar/06015663862> .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/spar/pro/isDocumentContextFor> <https://w3id.org/oc/meta/ar/06015663861> .<https://w3id.org/oc/meta/br/0603904264> <http://purl.org/spar/pro/isDocumentContextFor> <https://w3id.org/oc/meta/ar/06015663863> .<https://w3id.org/oc/meta/br/0603904264> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Expression> .<https://w3id.org/oc/meta/br/0603904264> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/JournalArticle> .<https://w3id.org/oc/meta/br/0603904264> <http://prismstandard.org/namespaces/basic/2.0/publicationDate> "2015" . } }'}]}], '@id': 'https://w3id.org/oc/meta/br/0603904264/prov/'}
In the same dataset, moreover, the provenance graphs of 91,284 bibliographic resources have more than one primary source specified inside a single snapshot (while we would expect to have a distinct snapshot for each primary source).
In version 5 of “OpenCitations Meta RDF dataset of all bibliographic metadata and its provenance information” (https://doi.org/10.6084/m9.figshare.21747536.v5), there are 105,944,601 provenance graph objects for bibliographic resources, therefore the number of provenance graphs does not match the number of bibliographic resources in the triplestore (105,953,699, from what can be read in the dump’s record metadata on its Figshare page).
Additionally, a very small number (5) of bibliographic resource entities in the provenance RDF files are missing the primary source (the
http://www.w3.org/ns/prov#hadPrimarySource
property.E.g.:
In the same dataset, moreover, the provenance graphs of 91,284 bibliographic resources have more than one primary source specified inside a single snapshot (while we would expect to have a distinct snapshot for each primary source).
E.g.
Such observations can be reproduced with the following script:
The text was updated successfully, but these errors were encountered: