Nanopublication

< Home

ID

https://w3id.org/np/RAmkTD85CB534FVOxTBxvNZVaizXXh1cL66XgKebcATWQ

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAmkTD85CB534FVOxTBxvNZVaizXXh1cL66XgKebcATWQ> .
@prefix sub: <https://w3id.org/np/RAmkTD85CB534FVOxTBxvNZVaizXXh1cL66XgKebcATWQ#> .
@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 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 {
  orcid:0000-0001-7542-0286 npx:approvesOf <https://w3id.org/np/RAQ6tFl39-JAUGS5Qkyoz-YE0yDLpe4u-HnEy5qG04g_s> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-7542-0286 .
}

sub:pubinfo {
  orcid:0000-0001-7542-0286 foaf:name "Egon Willighagen" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCcwnLEigB7mhhJ2q2o1QJZx84NenD8u7AHyq5gvmA9gpUtNtw0vo1Hbd5S5LC+LrfbQ4Axbx1RJhLQW8mxPTYmi9nHbefFLXonWxMtvVJl7WnFdgga5pS6mT6r+1RnARlBcqE4fixRBgW76VWJdV6SCmIkNCpqntSiSZHahIWXewIDAQAB";
    npx:hasSignature "j3shH0UX3buMzy3kt/qFEbUeVijSBuSMbvOQzJW+M2VaAvPQdMTk8lcQCGAI0xSsmDjXJYdcBMpjZ7kWN2Ug/YC3l4qmz8e5iBvk2CTLhvX3tEDTy/N2Wrk5OhvJWDjidzkLvB6M5Hs8Agygr8TTJXPDOaZyTThI/PGzTy5bqxI=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-7542-0286 .
  
  this: dct:created "2024-03-27T15:10:44.448Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-7542-0286;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "approve of RAQ6tFl39-";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAgXKeS8wLficVpkOIbU2aF5O5Zuy7KZ_3gNUr7D5BS8c> .
}