@prefix this: . @prefix sub: . @prefix ff: . @prefix np: . @prefix owl: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { ff:reuses a rdf:Property, owl:ObjectProperty; rdfs:domain ff:Project; rdfs:label "reuses"; rdfs:range ff:Dataset; skos:definition "Connects a project with an existing dataset or database that it reused as input — i.e. data that already existed and was reanalyzed or built upon, as opposed to a new output the project produced (cf. ff:has-dataset). Central to assessing reuse of existing data." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2026-07-10T14:31:47Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ff:reuses; rdfs:label "Property: reuses (an existing dataset reused as input)"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "qf8hOO1xCxZ6FyTzvEBKWymPEjCX9d0pz3oR4EeB0ihUGF/EnPpjxKiix3pogBcbxrWY7525b/Zsz/xd/kwp4RP08t3r2EwEEC9PAQ1nSBldXYQ6wULLNOZ3dMpR/FQIju0jSWXreZGUypj/lfqiFSllaTbNZCpdgVHepXGtSLw="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }