Nanopublication

< Home

ID

https://w3id.org/np/RAu5bUylYMkd61LWzbR_TXQ6BLBQ8e845bU_9QogFRAPY

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAu5bUylYMkd61LWzbR_TXQ6BLBQ8e845bU_9QogFRAPY> .
@prefix sub: <https://w3id.org/np/RAu5bUylYMkd61LWzbR_TXQ6BLBQ8e845bU_9QogFRAPY/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/fair/ff/terms/has-blog-post> rdfs:label "has blog post" .
  
  <https://w3id.org/fair/ff/terms/has-discussion> rdfs:label "has discussion" .
  
  <https://w3id.org/fair/ff/terms/has-media-coverage> rdfs:label "has media coverage" .
  
  <https://w3id.org/fair/ff/terms/has-podcast> rdfs:label "has podcast" .
  
  <https://w3id.org/fair/ff/terms/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 <https://w3id.org/fair/ff/terms/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: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 <https://w3id.org/fair/ff/terms/has-blog-post>, <https://w3id.org/fair/ff/terms/has-discussion>,
      <https://w3id.org/fair/ff/terms/has-media-coverage>, <https://w3id.org/fair/ff/terms/has-podcast>,
      <https://w3id.org/fair/ff/terms/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-09-24T09:38:44+00:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <https://w3id.org/np/RAknJENjQ9tpRNPSNQJWe79keZeyROy2jSir0lVs2Es3M>;
    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 <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAKc76yHLDbloE6ObluzYQsfX37v6qrZXbYeIKpe8-YUo>, <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA1XuAdO6LOtlPJgWiytJHFuK4BFHjQK5x7d9FVymzFnc> .
  
  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 .
}