Nanopublication

< Home

ID

https://w3id.org/np/RAhMcD8h0SHLusP_3ccv06nRhPsc1MoJ60H5g32cuT-xM

Formats

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

Content

@prefix sub: <https://w3id.org/np/RAhMcD8h0SHLusP_3ccv06nRhPsc1MoJ60H5g32cuT-xM/> .
@prefix this: <https://w3id.org/np/RAhMcD8h0SHLusP_3ccv06nRhPsc1MoJ60H5g32cuT-xM> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxRpZZJxI8PsaD+Ts3WkxJ0QDhPPnxruZEj54t+fao/eZrnlV0VEQ0WaiN6piq3DQUVVEwYeeFcTQ34TAUWTVhVNV23IFp/mqLlxXE08aqqqAaGyKXgkvlmEOC2GXCvw0KmoB1cF33YUaFgysBnAtkUeNGGAX54LkQAptW9BLIiiLAorpmJtwMnadBpOQws1UODEba7hXOJepU2wFcZCRmdRBb7QqRBS5isaboLwF/qC9XVEAYBKTKZvKuI8YlUz23r1sCXhQXh5uxNo0vH/G5ZMJlfLz4jWjcrZJjgdVaSJJFsG4JghOZM0e8R8ZU+5uCX8Z2pwNIQoKJiL61rm21wIDAQAB" .
}

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

sub:pubinfo {
  this: <http://purl.org/dc/terms/created> "2026-02-24T18:37:41.220Z"^^xsd:dateTime;
    <http://purl.org/dc/terms/creator> orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxRpZZJxI8PsaD+Ts3WkxJ0QDhPPnxruZEj54t+fao/eZrnlV0VEQ0WaiN6piq3DQUVVEwYeeFcTQ34TAUWTVhVNV23IFp/mqLlxXE08aqqqAaGyKXgkvlmEOC2GXCvw0KmoB1cF33YUaFgysBnAtkUeNGGAX54LkQAptW9BLIiiLAorpmJtwMnadBpOQws1UODEba7hXOJepU2wFcZCRmdRBb7QqRBS5isaboLwF/qC9XVEAYBKTKZvKuI8YlUz23r1sCXhQXh5uxNo0vH/G5ZMJlfLz4jWjcrZJjgdVaSJJFsG4JghOZM0e8R8ZU+5uCX8Z2pwNIQoKJiL61rm21wIDAQAB";
    npx:hasSignature "cs4LUuCneUd+s15d5KFU03WrXHqTkTygyd68MiLAI5s22CabzAN9rgnBCBsbf1Fx7IDm6XDPGgyIf763OZuYUNpCLHl2YR9DiGTySvx0QoirJOHq9VYStCV7M4oy44xDQX7qRKzHHJqv8d74R89HwoWHSJ2c1EsO/Qc+/iOxUZZcdnELiJW+b60+h3Nysd1qB0GAZ4/2/UyOssdX6lcGjfXuCFH7MS4I7pofKZhsIgmk4tsCigQAn2PUPEm2G3GtYLFGPOtBIXWNvidvsiZZ6fuN8iwvJDx1+3BvWPueKDTDSWj8d81h2kh/qms/ZRWd3+gv0kl2aoQ76+F57M5ETQ==";
    npx:hasSignatureTarget this: .
}