Nanopublication

< Home

ID

https://w3id.org/np/RAQD1uUP5btEomnfQnHmXn88uWSKUJqpq6TyccTt4Jiew

Formats

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

Content

@prefix sub: <https://w3id.org/np/RAQD1uUP5btEomnfQnHmXn88uWSKUJqpq6TyccTt4Jiew/> .
@prefix this: <https://w3id.org/np/RAQD1uUP5btEomnfQnHmXn88uWSKUJqpq6TyccTt4Jiew> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  orcid:0000-0000-0000-0000 np:name "Your Name" .
  
  sub:keyDeclaration npx:declaredBy orcid:0000-0000-0000-0000;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmtTlHZs1ysvl5FNhFqWDuvbWUqgOcCTbtgd4eqZiDiIU6MSfOVJYFxLaEMAovJK594Y1YRfG7BKtWGf0Q19ULGTFqPVBZLypy+fxfW4xFdru6FuNbgxQB2OMT24oHasua5U0Ta7Qcu5c4bJybrnhnnPBVVJ5e23s2sjOKZ2Q1Y3hkePZ9co7eGWY4LjNqENW/f305zfhpRA0yg7490RJEsyUWbDrxbcIasku6fBdykuz+KCWTkv/VwA9qQH6M+6XY959fS34H+Fbvc5dwF23iWo+Pdk9UEt+qNS+qf2awTYhlOhHJvVUzRKCZLQ6+uag0S6dS5S+V4EYrKZ3aFcSewIDAQAB" .
}

sub:provenance {
  sub:assertion <http://www.w3.org/ns/prov#wasAttributedTo> sub:assertion .
}

sub:pubinfo {
  this: <http://purl.org/dc/terms/created> "2026-02-25T09:32:07.627Z"^^xsd:dateTime;
    <http://purl.org/dc/terms/creator> orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmtTlHZs1ysvl5FNhFqWDuvbWUqgOcCTbtgd4eqZiDiIU6MSfOVJYFxLaEMAovJK594Y1YRfG7BKtWGf0Q19ULGTFqPVBZLypy+fxfW4xFdru6FuNbgxQB2OMT24oHasua5U0Ta7Qcu5c4bJybrnhnnPBVVJ5e23s2sjOKZ2Q1Y3hkePZ9co7eGWY4LjNqENW/f305zfhpRA0yg7490RJEsyUWbDrxbcIasku6fBdykuz+KCWTkv/VwA9qQH6M+6XY959fS34H+Fbvc5dwF23iWo+Pdk9UEt+qNS+qf2awTYhlOhHJvVUzRKCZLQ6+uag0S6dS5S+V4EYrKZ3aFcSewIDAQAB";
    npx:hasSignature "SIPsq2k2qyuhG42Ovj1K3rltClTbyRHPythve1QQA1KyHjZjh1TGjk+PuH/WLjDrS5zXW3izUj33FZIdTfLfeVXrqv9iloiqO2L4LgGhWxOu4DAUZwooo1wf+gYBOkCPh5DDP+4rClDkpNcLJL88DacHrGxaoMJcAgy7cuNNjwJTRMXzw+90q1NYr+K9tUhNIyxl/xHNJIELhIx6Gw3sDhptMkHJg/KkjilSYtknSfWAT6eKPGclFnD3IJky786TMawYFXjbsDn/BCsQKNpEe3s1eOr8aACFbQM5ybF2IQpdftJUmPUevDMMcB22tyWgVhHrzv6sfea9SRSpzgybIA==";
    npx:hasSignatureTarget this: .
}