Nanopublication

< Home

ID

https://w3id.org/np/RAPWWZ-FP7FezX9sE5putXenNDTKxvE6iYTun2x7CXt24

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPWWZ-FP7FezX9sE5putXenNDTKxvE6iYTun2x7CXt24> .
@prefix sub: <https://w3id.org/np/RAPWWZ-FP7FezX9sE5putXenNDTKxvE6iYTun2x7CXt24/> .
@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:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs0GzDuESurA+ySlK5X3T+po6cwL6ckteeFvkWCrEM9KRQmgPQSQtwyMLqx0jamYhBd792QEXss9RKuZ7n0Nf53RKAIQ2DaKKMuiTPVv/Cxv8J/vLRRGbQCkyDx43OSjr/Yn2w4LRfPAJ7BFY+QtF3QkvXeGgy9tjbgpmNmVyTlGj3GZ2/YW/QtpdfV8cGQYsc4MTw6ZSApO3wNAHHq+Uc+n3ybEfNaNrGCRWwjdiSXKnFknXHs5VOXseq03WmrsN5WUDNZ3IauqqughUNEckwOJHynq7pg/R1I/y6l/bBKRaKPc+z+RtkQ2cvixejvMJfOW5806TcZNI8Wt1jHKsgQIDAQAB";
    npx:hasSignature "mWeieqaqh7YF4nOgbqb0fJm8qOg2cOjWC3IURRtoQ0IGL+UKBXLK1KM6iGqXyJc/1qxHYiRhFVqzzDAlf8Kto66KfGj7hiIRb0uDpzNcdF5ZH07EyH2ZppoqFZbEoeGOi7RP4G13G/gfr2+ifhwu8a4tcCGmR0NY7Ekn1Td4Fbwyl2RxKY8HOsb+tsqYesR9E874NqpH+IA4DVG9+ceUEI8khfBxuFZxG9X4D3EFd4rVN4XO8p5PgCAfdqJRZqSteIU/vBakU+cejXm9k90pwHdXCXLia8RdwCXebqB0YUUCQqmLL1FMhX/mT7OvOYuCt7i3WhMU/S5HV9M0pOEuZg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}