Nanopublication

< Home

ID

https://w3id.org/np/RAxoqb0bEcFB0sqRzH6u2fsUWkGYBSrLAp8G-0YMrbARI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAxoqb0bEcFB0sqRzH6u2fsUWkGYBSrLAp8G-0YMrbARI> .
@prefix sub: <https://w3id.org/np/RAxoqb0bEcFB0sqRzH6u2fsUWkGYBSrLAp8G-0YMrbARI/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ns1: <http://purl.org/np/> .
@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://api.openaire.eu/graph/v3/research-products/doi_dedup___::07626ef33a1840e1303210e5eff30c1b>
    frbr:supplement <https://api.openaire.eu/graph/v3/research-products/openaire____::f7a8e854c0b5027f939bd1a95af3e3a1> .
}

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

sub:pubinfo {
  <https://api.openaire.eu/graph/v3/research-products/doi_dedup___::07626ef33a1840e1303210e5eff30c1b>
    nt:hasLabelFromApi "Publishing Without Publishers: A Decentralized Approach to Dissemination, Retrieval, and Archiving of Data" .
  
  <https://api.openaire.eu/graph/v3/research-products/openaire____::f7a8e854c0b5027f939bd1a95af3e3a1>
    nt:hasLabelFromApi "nanopub-server software on GitHub" .
  
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: a npx:ExampleNanopub;
    dct:created "2026-07-28T13:47:36.932+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:hasNanopubType frbr:supplement;
    npx:supersedes <https://w3id.org/np/RAgpw97DlQ7RatGsTU1KnjamFFrM2f-4sbUPxpe_EeT7A>;
    npx:wasCreatedAt <http://localhost:37373/>;
    rdfs:label "Publishing Without Publishers: A Decentralized Approach to Dissemination, Retrieval, and Archivin... is supplemented by nanopub-server software on GitHub";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA1aHHI-wrQu1aOzXNHHAhP5Ze5blfn55TtEB5KYOrYrc/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "C80yM6tlSa2CQ2sUo00r8eolv6JCWKdr/aUf+8v6dPdxCbVIi1/1eFt7RXUFYLw5loosoLPz0WKGQvOuA7xO0k8GbZg8v9ucZPXSDu+hr6JbTjxVWNY2DMr+S2ia4Ss6xFnhnW1bf+KPZaWnLeGGCjGY61VCWFdQlaJI3npvS+M=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}