Nanopublication

< Home

ID

https://w3id.org/np/RAxWtM9AOnaD_QT5znInSV7JVrvPlMnKp6j_ja7i1654s

Formats

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

Content

@prefix this: <https://w3id.org/np/RAxWtM9AOnaD_QT5znInSV7JVrvPlMnKp6j_ja7i1654s> .
@prefix sub: <https://w3id.org/np/RAxWtM9AOnaD_QT5znInSV7JVrvPlMnKp6j_ja7i1654s/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix cito: <http://purl.org/spar/cito/> .
@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#> .
@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 {
  cito:agreesWith rdfs:label "agrees with" .
  
  cito:critiques rdfs:label "critiques" .
  
  cito:disagreesWith rdfs:label "disagrees with" .
  
  cito:discusses rdfs:label "discusses" .
  
  cito:reviews rdfs:label "reviews" .
  
  wd:P1065 rdfs:label "has the archive URL" .
  
  sub:archiveUrl a nt:ExternalUriPlaceholder;
    rdfs:label "archive URL of the post" .
  
  sub:post a nt:ExternalUriPlaceholder;
    rdfs:label "URL of the post, blog entry, or web page" .
  
  sub:relation a nt:RestrictedChoicePlaceholder;
    rdfs:label "relation";
    nt:hasDefaultValue cito:discusses;
    nt:possibleValue cito:agreesWith, cito:critiques, cito:disagreesWith, cito:discusses,
      cito:reviews .
  
  sub:st1 rdf:object sub:work;
    rdf:predicate sub:relation;
    rdf:subject sub:post .
  
  sub:st2 a nt:OptionalStatement;
    rdf:object sub:archiveUrl;
    rdf:predicate wd:P1065;
    rdf:subject sub:post .
  
  sub:template a nt:AssertionTemplate;
    dct:description "Such a nanopublication declares that a web or social media post (e.g. on Mastodon or Bluesky, a blog entry, or a news article) discusses, reviews, critiques, or agrees or disagrees with a scholarly work. Since posts can disappear, it is recommended to also provide an archive URL of the post (e.g. from the Wayback Machine).";
    rdfs:label "OpenAIRE: Work discussed in a web or social media post";
    nt:hasNanopubLabelPattern "${post} ${relation} ${work}";
    nt:hasStatement sub:st1, sub:st2;
    nt:hasTag "OpenAIRE";
    nt:hasTargetNanopubType cito:discusses .
  
  sub:work a nt:GuidedChoicePlaceholder;
    rdfs:label "scholarly work";
    nt:possibleValuesFromApi "https://api.openaire.eu/graph/v3/research-products?search=" .
}

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-07-30T04:39:42Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:template;
    rdfs:label "OpenAIRE: Work discussed in a web or social media post";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA9cOdAwjxTF6qNNFkXTl_EgOan0LDPmu0fWnIgmZu-7E> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "nSkZ4qwdUxDrDzmNSX+MJXYC1velhtelMRXr0BAq644EpITy6qbN1iCc3PCzYrOSOK2pE/88uEpgn573zpaRWT6s0pjHn4Opv8IWvAoMNvE0jt2ZyQV94Gf7qEaycGw2Ru2IxbZoW7L46RzL9j5eOHR0OEmJpT3IQCKyMe6bXEM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}