Nanopublication

< Home

ID

https://w3id.org/np/RAu1JbdCGIk9wEGDlWqnJhxY9qXDZvE7cyeVhYqHiUMRg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAu1JbdCGIk9wEGDlWqnJhxY9qXDZvE7cyeVhYqHiUMRg> .
@prefix sub: <https://w3id.org/np/RAu1JbdCGIk9wEGDlWqnJhxY9qXDZvE7cyeVhYqHiUMRg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxAVQXx9lux0btAd52iGYWtDdUnpqzLplO82FGfwl/JMJVHZaZvZ8ebrCHZXuYN+JYY4AxWCkzqsQms9QtJ2Icp84wISuNYK0V9rPPLG4Yv4rQEWGA4EOvRPXskzsd9SdJblGhHyTJcRTwTIkc0oYFcd4mBJI7cFBy7+v9z2CATdth29BMdAi+C8RcOKj6UE2JrDq3oyo1OljGHDLJ89yBoUrkYUzlZugEj9YAOJ4V/UCsyvX4Oyfnz3sAxidr82oPnps9Y6pn2Bt/AnV/WMXYU6RSd+HaMd2yMfKcwioUBxJ7/gOeOlpJsy+MAHnmkifJNHBijpHFr3pz4FB6PTCfQIDAQAB";
    npx:hasSignature "CrxPyeS4LhsQ5oKwcjVq1Jfz/ENRgbK5RKuXWa2kFXn0RMQutf0dUzf3lcb4af/9BLW1ED+4gOeyUPHNjZOm9cxDIAXisNaIplhnPkeRKKrbmb387QFcMU4rbJI/MpqzlPz1jIF9KzmFgU74n08Xd9qGqk8hQfWAgrfCDp1c0kWLNskjDXil7BepzZ/uLucWTJ7E4p+LANNGKk9lXqm5QKulkcBurQmX0hPT0T628O/zJs+cwclsG4dWuOI4fB22VAKVh7032NtVpvbnArQggnXrkwLOoVZoN5PLUxkdKmcxF4DT7WKthZieDRnmjFI7u7web+hEqkDFOCX8lntN8A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}