Nanopublication

< Home

ID

https://w3id.org/np/RARA9z2E-b6ky7kyI8yAm5kQURUEeKGFcGD6TQUVpOjbA

Formats

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

Content

@prefix this: <https://w3id.org/np/RARA9z2E-b6ky7kyI8yAm5kQURUEeKGFcGD6TQUVpOjbA> .
@prefix sub: <https://w3id.org/np/RARA9z2E-b6ky7kyI8yAm5kQURUEeKGFcGD6TQUVpOjbA/> .
@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 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-0002-6953-0021 <https://w3id.org/kpxl/gen/terms/hasDefaultLicense> <https://creativecommons.org/licenses/by/4.0/> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6953-0021 .
}

sub:pubinfo {
  orcid:0000-0002-6953-0021 foaf:name "Antti Knutas" .
  
  this: dct:created "2026-08-22T16:12:37.201Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-6953-0021;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAFmIDts27rRMUzK1HVdrVQTig4bJyr8mqzgzR5ulB2T0> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1JOOcfR3pLsuNXM+4Xr3RN8h5AMLt2MA3CKIWD+ZfZvrTLsIYuRDTTy/ODq4+T17MhnztZ5+a7N3tsVv7A2w0JbnIgRqb2njHNh+MQd0UlESW6ZuYGyV4KJs61p6irbMEA1ZwhHN/jqNB7rLkHco2W0AkEtqYMe9Vf83Bwot2fxi4cfXeGQwZDRTNPKKF4turET6AMnpaoxINzlozKqsOKYA44MUKXxD5WlJcjtTOIpfFOV8UzXc7kLPvKltUc5ABdb1BhwqMskhUcFOc7NW1zYKmq3o+MnYaoMD0ZiTrdWQDfg2eMdNG62llrnYYqvfENmBZZtarI50S0gWZn/MkwIDAQAB";
    npx:hasSignature "OjB/Bm8oybylCQp4/EqOzVKU+Z8/l4kObibM+oYwGbrqa4T2USn0Ub2//foOReqSPMXjGz2rg1s0+pcydjn7LECrOCpZJeVHDgTNLKQaMiiMxAS5huku3wu552WU9RBsEOnVBKd7sZ+Gh/JXN4D3UESTryouzV0yyf/lA9QOD76jEdqVkUeoDxnKYG5ASk9zRr2gWWIfw4CF02C1tuLwiaHOqIxxH0C6bfNwTFuHWjuJ2Qzj8IiFbM8g2B+A91tLwVbcAZUGhZGrUHLCzOYzXFR4+FfPq3CnJvjM8/uT9Vbia5PD6gghB6EJvTZUpFUUuPYdY2IX//8qCdOLOVBNtw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-6953-0021 .
}