@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { rdfs:label "is output of" . sub:product a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "research product"; nt:possibleValuesFromApi "https://api.openaire.eu/graph/v3/research-products?search=" . sub:project a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "project"; nt:possibleValuesFromApi "https://api.openaire.eu/graph/v3/projects?search=" . sub:st1 rdf:object sub:project; rdf:predicate ; rdf:subject sub:product . sub:template a nt:AssertionTemplate; dct:description "Such a nanopublication declares that a research product (a publication, dataset, software, or other research output) is an output of a funded project."; rdfs:label "OpenAIRE: Research product is output of project"; nt:hasNanopubLabelPattern "${product} is output of ${project}"; nt:hasStatement sub:st1; nt:hasTag "OpenAIRE"; nt:hasTargetNanopubType . } 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-09-24T12:04:38+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; npx:supersedes ; rdfs:label "OpenAIRE: Research product is output of project"; skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: product, project."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "flc38iDS5ZPjmOPx0n9Lc6t+8ZcF/m95YGGKA10wNM7QVFFQZG++Cmds6mk8XpTthVWWV5yUUUByErMkxikOS4iDpu3o8El5oYW6rMkzHYbXDqNXnfXlnDJxveUwPXlmhcBtKRj8tQWEavT2yqgzVLqpc3IA3I8xVQLjmNnbJwE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }