Nanopublication

< Home

ID

https://w3id.org/np/RAMw3vUni9APMGQ_Ow-9rrpm35iLmudWCKMaDCx09vf0E

Formats

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

Content

@prefix this: <https://w3id.org/np/RAMw3vUni9APMGQ_Ow-9rrpm35iLmudWCKMaDCx09vf0E> .
@prefix sub: <https://w3id.org/np/RAMw3vUni9APMGQ_Ow-9rrpm35iLmudWCKMaDCx09vf0E/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  <http://example.org/s> <http://example.org/p> <http://example.org/o> .
}

sub:provenance {
  sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:created "2026-03-11T01:58:14.466Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwWtRlbnfOzQ7cVotqhaJcXHRszYTwmoOaZI8SWY5PP6DUOcDRFV6V7eUBU0FLWDLnBkt5HsMAyj7/uPiCZEYD+lUbKNxu4wuzjfPPmbQ4KehAavyv7oZx4D+yQpTuwNTPdzUDL7hv8BZ7Lz9UvcRQP2kTuUv0rAmCwJnhxLFGkLDiWVto9uRFsXoYR9hVRt93ReQmujwicj/Q6pjDDRUCVDMsqna2vx/PgoPn08wnGFtmGxsIMspU2d3e90h4vVo2bDQBFMDbLGMvQBHd93882Y2DzKf1ju9AaUizhOkmnN3PgK31pMd4/ehiGNID06fJzydwKHw9xlBWQMSqfy5LQIDAQAB";
    npx:hasSignature "AIDFxsBqw5WQAxiw3Sm9OnA+3RN89qrwLA4zs1wg4TcnT6fvLC66OjGZCtgAdQagygTUn3rUzng+4gX5hm0rWPIx9RiuqUSA0FDfzBxGjqsl6ObFWr6G2JdaEBBdpp7hHzuy2M7/+SGJr9K37FDLW6Vt+8lF3za09hMts6kKTFlx90xqxHd1ABPAosG7mqp05jFKvmB1g2lXHLcj39SLmXqNGVQBcA3KsQ4HinNd926Q0we0Iq5adOgV46czv7aCSmwAUudZvJz0y7Bjll45UkKT1It8lCH9bFx5z2ghMoEV2C1YjfzkIwOJOAMLE2XV7PVTsMG+lrvOmMr9Djv/tA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}