@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 "has blog post" . rdfs:label "has discussion" . rdfs:label "has media coverage" . rdfs:label "has podcast" . 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 . 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:ExternalUriPlaceholder, 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 , , , , . 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-09-24T09:38:44+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Linking an informal output (public engagement) to a 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: project."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "ahJsV7q8uOXtVe3qAmGm1ob2wbLxFIxHMa2i2QJn0CuBZpklQ75M7KcpwnJjkPq7mYCz5CYQjWiFxayQQluaViosr6VZef+7nT76naOg3XEsuiZKibFMGpC6fKm3HDyNRlBWsSCciaAET2O/jQFIfeuOUPUSc7YEKvDjF0ugErM="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }