Nanopublication

< Home

ID

https://w3id.org/np/RAybLjyF4eu3cJXxKc6l767mgOrDDsOIK4Uc-M0pJM0no

Formats

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

Content

@prefix this: <https://w3id.org/np/RAybLjyF4eu3cJXxKc6l767mgOrDDsOIK4Uc-M0pJM0no> .
@prefix sub: <https://w3id.org/np/RAybLjyF4eu3cJXxKc6l767mgOrDDsOIK4Uc-M0pJM0no/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuGZiLkDn1wTChf95W/tkgrYlsZ/Cd92xPgMjnwG/+KLrI4/Sh5q3i+H5i8GggzvTh5L0oug+nKQGxTWPfKlGcvQLEmgFffIyiSpbCXmJne7TjKpx4CPxfSs8jIy07ko7P7Kyge7F4TyWgH9H6b8BdoBI7Fu8NgCQa4r84VvcP5x8H9B4yPxdf6Xj0nOQrcGrn8V5aP39HZWsCg4eCiokXbeODNBqevgAAEmsCHiFuSxcSr5AfINHr5Iz2MwZ8iw4/W5KTuWrAfxDRamKdL/Z5LELEBWeLRA4Uto6cMffHqKhV89kxiX9RAy2COr4MZMLvkoGzJLI529SesmLb6M9twIDAQAB";
    npx:hasSignature "UBynR1mZAzwGbRocjXJ1bSFH/QQ8h0UzaxV1z6u1VD6vnJ2JuecDnIKDLmnReZtjPIPpwS3f8Z3LTN9g/YDpZgjJWr50LavGzo68kt8GDHexD1jTHSuH9B5nmCyT0+jTk8ScQwLd15fYkolm8EVdtm/BZWQX0jdBkmq+QqpdlBw47XqDw/E6NDA9Xzk/8WrIETYEt8udHssL0uLYAAv1qNW37k/oMg7hcQi4ImcKdyuTJuRHs/WQ3j06qLzugsWzzUu76p+si89698Nh9wLIBPdpKL6zWtHk8OZDQGZNheG39BElGM6LZjlqP9FVi315IuBwsi/6Sjm8vnV5k0fy0Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}