https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/Head https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://www.nanopub.org/nschema#hasAssertion https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/assertion https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://www.nanopub.org/nschema#hasProvenance https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/provenance https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://www.nanopub.org/nschema#hasPublicationInfo https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/pubinfo https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.nanopub.org/nschema#Nanopublication https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/assertion https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/get-openaire-error-reports http://purl.org/dc/terms/description Returns the contributed reports of incorrect relations and incorrect metadata values in the OpenAIRE Graph, with the incorrect and corrected values, excluding retracted or superseded nanopublications (example nanopublications are included). https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/get-openaire-error-reports http://purl.org/dc/terms/license http://www.apache.org/licenses/LICENSE-2.0 https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/get-openaire-error-reports http://www.w3.org/1999/02/22-rdf-syntax-ns#type https://w3id.org/kpxl/grlc/grlc-query https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/get-openaire-error-reports http://www.w3.org/2000/01/rdf-schema#label Get OpenAIRE error reports https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/get-openaire-error-reports https://w3id.org/kpxl/grlc/endpoint https://w3id.org/np/l/nanopub-query-1.1/repo/type/c6ce50b1d6f1b80da404c9078420e412159b03a8a12e3ab5317d8457e58c1ca6 https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/get-openaire-error-reports https://w3id.org/kpxl/grlc/sparql prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix nt: <https://w3id.org/np/o/ntemplate/> prefix dct: <http://purl.org/dc/terms/> prefix foaf: <http://xmlns.com/foaf/0.1/> prefix owl: <http://www.w3.org/2002/07/owl#> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix cito: <http://purl.org/spar/cito/> prefix frbr: <http://purl.org/vocab/frbr/core#> prefix skos: <http://www.w3.org/2004/02/skos/core#> prefix frapo: <http://purl.org/cerif/frapo/> prefix prov: <http://www.w3.org/ns/prov#> select ?record ?record_label ?property ?property_label ?incorrect ?incorrect_label ?correction ?correction_label ?explanation ?creator ?creator_label ?date ?np ("^" as ?np_label) where { values (?property ?property_label) { (cito:cites "cites") (cito:isDocumentedBy "is documented by") (frbr:partOf "is part of") (frbr:revisionOf "is a revision of") (frbr:supplement "is supplemented by") (skos:exactMatch "is the same work as") (prov:wasDerivedFrom "was derived from") (frapo:isOutputOf "is output of") (dct:title "title") (dct:description "description") (dct:issued "publication date") } graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pk . filter not exists { ?inp npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pk . } filter not exists { ?sup npx:supersedes ?np . } ?np dct:created ?date . ?np np:hasAssertion ?a . ?np np:hasPublicationInfo ?pi . } graph ?a { ?report a owl:NegativePropertyAssertion ; owl:sourceIndividual ?record ; owl:assertionProperty ?property . } filter( strstarts(str(?record), "https://doi.org/") || strstarts(str(?record), "https://api.openaire.eu/") ) optional { graph ?a { ?report owl:targetIndividual ?wrongIri . } optional { graph ?pi { ?wrongIri nt:hasLabelFromApi ?wrongIriLabel . } } } optional { graph ?a { ?report owl:targetValue ?wrongLit . } } optional { graph ?a { ?report rdfs:comment ?explanation . } } optional { graph ?a { ?record ?property ?corrRaw . } optional { graph ?pi { ?corrRaw nt:hasLabelFromApi ?corrIriLabel . } } } optional { graph ?pi { ?record nt:hasLabelFromApi ?record_label . } } bind(coalesce(?wrongIri, ?wrongLit) as ?incorrect) bind(?wrongIriLabel as ?incorrect_label) bind(?corrRaw as ?correction) bind(?corrIriLabel as ?correction_label) optional { graph npa:graph { ?np dct:creator ?creator . } } optional { graph ?pi { ?creator foaf:name ?creator_label . } } } order by desc(?date) https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/provenance https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/assertion http://www.w3.org/ns/prov#wasAttributedTo https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/pubinfo https://orcid.org/0000-0002-1267-0234 http://xmlns.com/foaf/0.1/name Tobias Kuhn https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://purl.org/dc/terms/created 2026-07-29T08:48:45Z https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://purl.org/dc/terms/creator https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://purl.org/dc/terms/license https://creativecommons.org/licenses/by/4.0/ https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://purl.org/nanopub/x/embeds https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/get-openaire-error-reports https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://purl.org/nanopub/x/supersedes https://w3id.org/np/RAViolio7nrZMvGekzJj2Ue2WbDnW7JQ6DPhlFkRK4Hm4 https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 http://www.w3.org/2000/01/rdf-schema#label Get OpenAIRE error reports https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate http://purl.org/np/RAcm8OurwUk15WOgBM9wySo-T3a5h6as4K8YR5MBrrxUc https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8 https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/sig http://purl.org/nanopub/x/hasAlgorithm RSA https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/sig http://purl.org/nanopub/x/hasPublicKey MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/sig http://purl.org/nanopub/x/hasSignature PoVjD6iCpmwRy2eIawJEfIY3O9wunkSozSTj94J6Nsa9+5w0T6LnxSz8GhpESEL+dhH/PSVviWbS2Ujltg9hmtRIELypf+aaimHOkioJyTsZT06MkOM5ZGbSkaLhZ6LvLpbLdzyZOahfIuI89tLv6wE7DWl17ABqb1o5C0oOnmw= https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/sig http://purl.org/nanopub/x/hasSignatureTarget https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8 https://w3id.org/np/RAPPtDyAEjgj4hN-gGPORJllnSZl4Qi1cNe8z5fgE9tR8/sig http://purl.org/nanopub/x/signedBy https://orcid.org/0000-0002-1267-0234