@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix owl: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { owl:differentFrom rdfs:label "is a different work from" . sub:st1 rdf:object sub:workB; rdf:predicate owl:differentFrom; rdf:subject sub:workA . sub:template a nt:AssertionTemplate; dct:description "Such a nanopublication declares that two scholarly records denote different works. This is useful, for example, to report that automatic deduplication has wrongly merged distinct works into a single record. Identify the two works by their DOIs (or other persistent identifier URLs); for a wrongly merged record, these can be found in the identifier list on the merged record's page. In the provenance part, link the page where the wrong merge can be seen as the entity this assertion was derived from."; rdfs:label "OpenAIRE: Two records denote different works"; nt:hasDefaultProvenance ; nt:hasNanopubLabelPattern "${workA} is a different work from ${workB}"; nt:hasStatement sub:st1; nt:hasTag "OpenAIRE"; nt:hasTargetNanopubType owl:differentFrom . sub:workA a nt:ExternalUriPlaceholder; rdfs:label "DOI of the first work" . sub:workB a nt:ExternalUriPlaceholder; rdfs:label "DOI of the wrongly merged work" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-07-29T07:11:40Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; rdfs:label "OpenAIRE: Two records denote different works"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "sEGZAFVyzZa3jv8gEbXj8mt/a25is+NLWs4PjoGR8EEw+v4YVtQWXFVn+bu+P37OyJuZXGXfpBXvcWEQD9eSUrKEV2ApPHrLTUYvwFSr3GxNIrIcIZzTpVhuUBzwGbbSkQBp5nmGv1uQatzuq00DX/QmPRs3pE3CXl88TK8ZQRM="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }