Nanopublication

< Home

ID

https://w3id.org/np/RAlJEiaLI5yHoPv7BsSohh1prc-oRI2-8cyrBcGdRjmyg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAlJEiaLI5yHoPv7BsSohh1prc-oRI2-8cyrBcGdRjmyg> .
@prefix sub: <https://w3id.org/np/RAlJEiaLI5yHoPv7BsSohh1prc-oRI2-8cyrBcGdRjmyg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnvWnqKEXG0CTt1DrOsrOcH85VIWMfe4zo4YYhUBXV/nwIfuIOD8NJowIctyRRxJUnkAMwlCa8h/Cf0/R3IGKntRHpBJPgARIHQDDOHPFDhf4ocHiOgxyjGbnBJ+GaS90h1zgjevkWtde/h5+tAGKaCS3ogFVfajT2IxPcKaXxRFhKyyHpntpN0Ej72KpRnylfsEPJ8T5MQyLK3xmkNXvCrzCmknD9wogsFGiYaHtT8JBrIKkFIF0iJk0tGA6FFNHI/Ml7ZsMah9JuCA+ixIseZe/Ht5+jtJTTrEhiJ+T6PxSOeGeirIaBN1D6r6uBObcxEhHbHnPvRiooORDhSlWlQIDAQAB";
    npx:hasSignature "iCTV13M/GaeJWC39q66ymNz6kWKGUBe2wO3+x37pn33Y/a4e+JS+ySJeUyx7BkMBWGaqwasNlzRk+yYoBYCZ6pDQg/M7BN6ccpJCHgtzuRwyxa2swM8lMqFtkWWfwb1qPjywSOJjEKU4qYsYxg57qp9nqI1tg93JOd/sinkiDeeVVXUKpLrfbwFOnJgTXTBRHbL+zkk1hWbn7OJuoL+jm4uGOkY7mbh2KE/Psl2VvW39Bq6n/W1KPcNexTI3UZ5RABclCKFRlBJMydPozUjt+XgJb/4xpZt7zgeVPgVPEWsgLvfKICB/5gZNRUU0bVOe5iOB9jroJIEDWvNiIJKA+Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}