Nanopublication

< Home

ID

https://w3id.org/np/RAfjNms6o39a0nFOqFG-SLQUt31t2iloI6LpbCD7fbb94

Formats

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

Content

@prefix this: <https://w3id.org/np/RAfjNms6o39a0nFOqFG-SLQUt31t2iloI6LpbCD7fbb94> .
@prefix sub: <https://w3id.org/np/RAfjNms6o39a0nFOqFG-SLQUt31t2iloI6LpbCD7fbb94/> .
@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/> .

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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}

sub:pubinfo {
  this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzlWLJITnbh2ec7xxETXtvjAJYTVMqVwJSltDUYSLIPiU5qMGXs8iBV6DRmhXcmK1lRTdiMGIJcSERAKx+OuCpr2ymGY3srvkNoqnuhgp4ZDzjlVSAi5QpRJZZLzgX5RHdkVcQCUMqUcnQHEImajnhWVrdPqXvMSTqATyNDnY43CJ6q2iYHE9hFOdJoIaggw2w3145/60zL/PGUMFtFDYRJO8r6eTzXYS+6r9sgIfmRoGzEsA3jEmI+6RKheaaHlY3/RyOoBNlsYCOR+wx3oTVae3j11tfUsshu8MMw+B94tf2sy7QdoUDXyiq3tSB1IqagpwNFOm/eiXd62ajGihoQIDAQAB";
    npx:hasSignature "TitOEOL4aoyH2RTxWQ56RG5vKBjxUafLR4yET7Li75h4fowliuG5t9J6MEILYGxhVx861oZ7TLxhakoRKbwEs8SD+3RVEZzpqc75/oUYYDP+RzV8vBHbjI5qcF/R8dliw7y5xhKXeOZErxSSVpczNzZLmu6b2Ch1/RhT1GcBmS4v4rJX+8OKjwK/mdhAk9mxbdSVZq1U2WNZN+mR8Rg7eq4gfzdHITm+klMVvgy+eYRR7iehDU5+g7Na1DQiBiPCDZsGqfWYWS4Waa/Ha98aqQKCfkT81xe5qyY70oBPaMWdOfXSXdjdugGWIydLq3wpiKsWpsYnKp9TiLOk7AHXZg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}