Nanopublication

< Home

ID

https://w3id.org/np/RAn5hrCbwHAz_ioBuIhAWGD6G4PNvETGvgCNZm_kUP1-E

Formats

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

Content

@prefix this: <https://w3id.org/np/RAn5hrCbwHAz_ioBuIhAWGD6G4PNvETGvgCNZm_kUP1-E> .
@prefix sub: <https://w3id.org/np/RAn5hrCbwHAz_ioBuIhAWGD6G4PNvETGvgCNZm_kUP1-E/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@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 {
  sub:nanopubs-decentralized-publishing a wd:Q604733;
    dct:date "2017-05-01"^^xsd:date;
    dct:description "Invited talk at DANS Seminar on Linked Data in Research and Cultural Heritage, Den Haag, Netherlands";
    rdfs:label "Nanopublications and Decentralized Publishing";
    wd:P823 orcid:0000-0002-1267-0234 .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234;
    prov:wasDerivedFrom <https://www.tkuhn.org/> .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-03-17T14:57:51Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:nanopubs-decentralized-publishing .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "V8nqRsE2EjfkkNPiJZlnLYZpoQITqKlRfHA0RZ+zY2eS1BSKibSLNy/4bg8nlh+xOZLBBi4VBtj7mvYXWQYt6p5oofaAnGxP4Z/jQd+Fnh9cDYdxOCRReuTaVJzoIm7i8gFyRqh9z+uUNp+FduTH6O+Z7OriXskyQKNSmiRENkw=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}