Nanopublication

< Home

ID

https://w3id.org/np/RAUIvfrwlXe92Tk_jtLdWjKsqQGWLZBDUjrBZJYu1rdHI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAUIvfrwlXe92Tk_jtLdWjKsqQGWLZBDUjrBZJYu1rdHI> .
@prefix sub: <https://w3id.org/np/RAUIvfrwlXe92Tk_jtLdWjKsqQGWLZBDUjrBZJYu1rdHI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqwjyUxw5823Zmmu6QotuuaD98IhQds6AhtxZlognLInR/XuyE1yorwjpUY0u40Z69nssQxueERMXENUS2LwzgQq/etpsH2zkV//Fb9/Kp1NLMyyWOhgaWmKp1/GBzlLz3G9awy++sJ414XyNmAVZI+4g3fJR+cwrPnr7XCvLPEb/yP50EU5GuA2AJdS10otPsILwMJsZGJhVB7udmroGM0CLfTDozkkzbYN0es9U2ZteK0TeSFkWBrVpKQWPDirdFZx4h0/pnkmntikHBWzPVNxsF7HTC8wgPYotnyRGHbEN04tTLAwXzhN1V3kOJyMq6y4CaM6tFVm/YxLnLr0SuQIDAQAB";
    npx:hasSignature "RbF8N34M3hp020H41NNtPUQKjm8AVM8XCaBAqS/Pbdcol7UoEx+SOxQcEfjFtwtafYFl7oGNeg01SNhpIw1XMku1J2JXhFEbDDRdjB+7bfBIheQZKZ1KuVivEIZ41BxF97Pj12exYC9RycQKB3KjkOfHkNLbxDJtZ5asZ0zzRdrNoxoLYRPEsZ82ktFTzwCglVoXbIMYetEtA1q1QfSldwtErhHpgu/Uy6+da10hLw1vx4aoNWhcpjZT1x2Av7OxQrjsJDpEkUgoo49/cB529Z3iaC5OE3Ckend/IaHRNrECrU6kfHaYXN5+h2bQiywDiZ0TuU20Pfj7gF5LudmuOg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}