@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix owl: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . @prefix cito: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { cito:cites . sub:report a owl:NegativePropertyAssertion; rdfs:comment "This is an example report illustrating how to dispute a relation and provide a correction."; owl:assertionProperty cito:cites; owl:sourceIndividual ; owl:targetIndividual . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234; prov:wasDerivedFrom . } sub:pubinfo { nt:hasLabelFromApi "Nanopublications: A Growing Resource of Provenance-Centric Scientific Linked Data" . nt:hasLabelFromApi "Data Quality Issues in Current Nanopublications" . nt:hasLabelFromApi "Search, access, and explore life science nanopublications on the Web" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: a npx:ExampleNanopub; dct:created "2026-07-29T08:39:27Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType owl:NegativePropertyAssertion; npx:introduces sub:report; rdfs:label "Example: reporting an incorrect relation"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "PLz9HcI0hlpWaEQghQqGSizrLnYaBy8LOQir37sRoC69KV5GiMoKU01nA4O6MySVA6goDtoIrnMvP2si3/amDMlIpo4xBGvIDK2JFGDPW5gQEIkgyhXWO0aSzVffyTlTWe6ozQoZzLK/9aPpnkR3HJ1qVNoRnqDlLg86uAq9La4="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }