@prefix this: . @prefix sub: . @prefix ff: . @prefix np: . @prefix dct: . @prefix rdf: . @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 { ff:has-article rdfs:label "has article" . ff:has-dataset rdfs:label "has dataset" . ff:has-dmp rdfs:label "has DMP" . ff:has-method rdfs:label "has method" . ff:has-preregistration rdfs:label "has pre-registration" . ff:has-software rdfs:label "has software" . sub:assertion a nt:AssertionTemplate; dct:description "Declares that a given project produced or reused a specific FAIR output, using the FAIR-findings (ff) vocabulary. Pick the kind of output (article, dataset, software, method, data management plan, or pre-registration), then give its DOI/URL and, optionally, a title."; rdfs:label "Linking a FAIR output to a project"; nt:hasNanopubLabelPattern "${project} ${relation} ${output}"; nt:hasStatement sub:st1, sub:st2; nt:hasTag "FAIR Findings", "Spaces"; nt:hasTargetNanopubType ff:has-output . sub:output a nt:ExternalUriPlaceholder; rdfs:label "the output (paste a DOI, URL, or other identifier)" . sub:outputLabel a nt:LiteralPlaceholder; rdfs:label "title of the output (optional)" . sub:project a nt:GuidedChoicePlaceholder; rdfs:label "choose the project"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Project" . sub:relation a nt:RestrictedChoicePlaceholder; rdfs:label "kind of output"; nt:possibleValue ff:has-article, ff:has-dataset, ff:has-dmp, ff:has-method, ff:has-preregistration, ff:has-software . sub:st1 rdf:object sub:output; rdf:predicate sub:relation; rdf:subject sub:project . sub:st2 a nt:OptionalStatement; rdf:object sub:outputLabel; rdf:predicate rdfs:label; rdf:subject sub:output . } 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-03T12:15:27Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Linking a FAIR output to a project"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "c+b5fw3yPDuANZr4yfNEKmwf3t4pDTks8ECyMuQTnjcwwFR+e9WV5t+vuKjNYXYMUPlj0Dy9CmGlTT8d6Jhf34LQWNRVb7rYSGPl86tBrjv6cd4gFizy9A01qUjF5+nwvytRSCniLbtJ+s77oHg3HFqc3B2TE+cimJ+XQXcENe4="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }