@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @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 { dct:title "Search, access, and explore life science nanopublications on the Web" . sub:report a owl:NegativePropertyAssertion; rdfs:comment "This is an example report illustrating how to report a typo in a title and provide the corrected value."; owl:assertionProperty dct:title; owl:sourceIndividual ; owl:targetValue "Search, access, and explore life science nanopublication on the Web" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234; prov:wasDerivedFrom . } sub:pubinfo { 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 metadata value"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "VSpZVL1vsdNq7gQG3KLmUZ3aRZjew6MXCfQqVTYEgbSXMyVDcFXYZKfvCx2bB120/bBd/NnTUN4iYqaOcIIcKwRRQ0EE89lgkUiQBn3G0NNVaGfurBfAMSwn/46/zz84mnqhK6CC3ZlZcM/3OvgUQqvgWEysr3++eEukgUUBuis="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }