Nanopublication

< Home

ID

https://w3id.org/np/RAzce_-sHhCbDgWTDVo5HOYQ1HWFyNZtQuixYdWdL_S5Q

Formats

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

Content

@prefix this: <https://w3id.org/np/RAzce_-sHhCbDgWTDVo5HOYQ1HWFyNZtQuixYdWdL_S5Q> .
@prefix sub: <https://w3id.org/np/RAzce_-sHhCbDgWTDVo5HOYQ1HWFyNZtQuixYdWdL_S5Q/> .
@prefix ff: <https://w3id.org/fair/ff/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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

sub:assertion {
  ff:Blog-Post a owl:Class;
    rdfs:label "Blog Post";
    rdfs:subClassOf ff:Informal-Output;
    skos:definition "A blog post on a personal, lab, institutional, or platform blog." .
  
  ff:Discussion a owl:Class;
    rdfs:label "Discussion";
    rdfs:subClassOf ff:Informal-Output;
    skos:definition "A public discussion, debate contribution, round-table, forum thread, or opinion/commentary piece." .
  
  ff:Informal-Output a owl:Class;
    rdfs:label "Informal Output";
    skos:definition "A grey, informal, or public-facing output of a project that is not a peer-reviewed or formally published research artifact — such as a blog post, media article, social-media post, podcast, or public discussion — produced by or prominently featuring the people working on the project." .
  
  ff:Media-Article a owl:Class;
    rdfs:label "Media Article";
    rdfs:subClassOf ff:Informal-Output;
    skos:definition "A newspaper, magazine, popular-science, or institutional-news article or interview featuring the project or its people." .
  
  ff:Podcast a owl:Class;
    rdfs:label "Podcast";
    rdfs:subClassOf ff:Informal-Output;
    skos:definition "A podcast episode or audio programme hosted by or featuring the people working on the project." .
  
  ff:Social-Media-Post a owl:Class;
    rdfs:label "Social Media Post";
    rdfs:subClassOf ff:Informal-Output;
    skos:definition "A microblog or social-media post (e.g. on X, Bluesky, Mastodon, or LinkedIn)." .
  
  ff:has-blog-post a rdf:Property, owl:ObjectProperty;
    rdfs:domain ff:Project;
    rdfs:label "has blog post";
    rdfs:range ff:Blog-Post;
    rdfs:subPropertyOf ff:has-informal-output;
    skos:definition "Connects a project with a blog post by or about the project or its people." .
  
  ff:has-discussion a rdf:Property, owl:ObjectProperty;
    rdfs:domain ff:Project;
    rdfs:label "has discussion";
    rdfs:range ff:Discussion;
    rdfs:subPropertyOf ff:has-informal-output;
    skos:definition "Connects a project with a public discussion, debate contribution, round-table, forum thread, or opinion/commentary piece." .
  
  ff:has-informal-output a rdf:Property, owl:ObjectProperty;
    rdfs:domain ff:Project;
    rdfs:label "has informal output";
    rdfs:range ff:Informal-Output;
    rdfs:subPropertyOf ff:has-output;
    skos:definition "Connects a project with an informal, grey, or public-facing output produced by or featuring the people working on the project, as opposed to a formal research output." .
  
  ff:has-media-coverage a rdf:Property, owl:ObjectProperty;
    rdfs:domain ff:Project;
    rdfs:label "has media coverage";
    rdfs:range ff:Media-Article;
    rdfs:subPropertyOf ff:has-informal-output;
    skos:definition "Connects a project with a newspaper, magazine, popular-science, or institutional-news article or interview featuring it." .
  
  ff:has-podcast a rdf:Property, owl:ObjectProperty;
    rdfs:domain ff:Project;
    rdfs:label "has podcast";
    rdfs:range ff:Podcast;
    rdfs:subPropertyOf ff:has-informal-output;
    skos:definition "Connects a project with a podcast episode hosted by or featuring its people." .
  
  ff:has-social-post a rdf:Property, owl:ObjectProperty;
    rdfs:domain ff:Project;
    rdfs:label "has social post";
    rdfs:range ff:Social-Media-Post;
    rdfs:subPropertyOf ff:has-informal-output;
    skos:definition "Connects a project with a microblog or social-media post by or about it." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  this: dct:created "2026-07-13T06:59:30Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces ff:Blog-Post, ff:Discussion, ff:Informal-Output, ff:Media-Article,
      ff:Podcast, ff:Social-Media-Post, ff:has-blog-post, ff:has-discussion, ff:has-informal-output,
      ff:has-media-coverage, ff:has-podcast, ff:has-social-post;
    rdfs:label "Property: has informal output (and its sub-properties and classes)";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI>, <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAb2-A6gDT_bNFDVYdWSifVjHZI6n5JziNYjADR4unqbw> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "a1LGTTB0NDDUEcqdB16s5tKstkQvW5AhYK8Cp2/QqUMvmVJ+pBlTAIojweJSoTF9U33Mt9O3H0/4ORq+M/I7VcMK+0JVMl4Frq0Jr9jFW6n1IR+WdnKqzwMalEZOXkdaRr13yljGGg0uT+yLvi9DihrNyMKaL+V+cBKK3rCBXSE=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}