Nanopublication

< Home

ID

https://w3id.org/np/RAbSt9brxIUUsYPsMMEQMPrMArnfAfE3IdsV_gliJSwwY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAbSt9brxIUUsYPsMMEQMPrMArnfAfE3IdsV_gliJSwwY> .
@prefix sub: <https://w3id.org/np/RAbSt9brxIUUsYPsMMEQMPrMArnfAfE3IdsV_gliJSwwY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnhH+TGwhwBxVNnP0H1RSLmMlLvDZ6lRHQ62voAnv6SHgmTP2/JBbjqcgBz3zcNmKr79Eb/kTGKEA9rdnm9TYOiag8lES7rlPiRWizHrMmKohQv+5QzjmWskHEVxP8mviceLnxDOZQI2COud7qRC4LCzpprYghVDAe/WeBwT2Tk0hXinMzMbGBuQGJ05Dt1LEAoi27P9am0MHBcid/LKwUeQwnpe0mcA6zuQX8l0XJlUXzOokaAAU3wq3pIhg+gUs4QKQJxu6d4qBzvEERpdsl8rJQMmLTW9+3CThUAhppBBSsReinw5h9C6I4Seq60smCC2Gsw8KC4lbLrXIfvUySQIDAQAB";
    npx:hasSignature "HDtwEOcigs9wBEjP82P1tNvRAgLP7py6L5wh+NAlLbGXPzDg9vxYErzrISibd/HAgsJtvv2WQg1OuoFA/4KiXzGOOTJepT+H4zrQ2o5TXyzPfFZNCPJV/lrmD7bBxfhCQXNik89YeIB/m2APiCMPKdJO0G/tddS/9vwI06mwM2HbseWvkZXKi/5HmxzlSHRwUmj13GRTV1oYW1kNLGSxOqkReXmjeEYNecnrukI93Kr+qmlcVFJSTJLOhiaGC8xaJJrN57TllSmz+Mcj7C5Cbx13TkMFX2qK12svsGMOuDF6rZMfZbE+BGF+D9qUohtVYPKNTj7m+tMQZF1GR6AbdA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}