@prefix this: . @prefix sub: . @prefix ff: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { ff:has-blog-post rdfs:label "has blog post" . ff:has-discussion rdfs:label "has discussion" . ff:has-media-coverage rdfs:label "has media coverage" . ff:has-podcast rdfs:label "has podcast" . ff:has-social-post rdfs:label "has social post" . sub:assertion a nt:AssertionTemplate; dct:description "Declares that a given project produced or featured in an informal / public-engagement output, such as a blog post, media coverage, a social-media post, a podcast episode, or a public discussion. Pick the kind of output, then give its URL and, optionally, a title and the ORCID of the person who authored or hosted it."; rdfs:label "Linking an informal output (public engagement) to a project"; nt:hasNanopubLabelPattern "${project} ${relation} ${output}"; nt:hasStatement sub:st1, sub:st2, sub:st3; nt:hasTag "FAIR Findings", "Spaces"; nt:hasTargetNanopubType ff:has-informal-output . sub:author a nt:ExternalUriPlaceholder; rdfs:label "who authored or hosted it (paste an ORCID URL, optional)" . sub:output a nt:ExternalUriPlaceholder; rdfs:label "the informal output (paste its URL)" . sub:outputLabel a nt:LiteralPlaceholder; rdfs:label "title of the informal 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 informal output"; nt:possibleValue ff:has-blog-post, ff:has-discussion, ff:has-media-coverage, ff:has-podcast, ff:has-social-post . 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:st3 a nt:OptionalStatement; rdf:object sub:author; rdf:predicate prov:wasAttributedTo; 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-08-13T04:00:00Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; rdfs:label "Linking an informal output (public engagement) to a project"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "ITaGRnFn0xB0Khb+Pben0k4Xz+pYDEY+4zJWdhKJk4d4dIPg2J3nK/VHRYu9K/qpk46pxM42LtXtJ1J9NFPxqF1xY+zwvi3B4ZFUwqIgKD/gSDG1/gBtWCw1U490a5Qp8dj266hV95TFshdClJAF0hUHDHpCzq1eG7kRSZDqZOM="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }