Nanopublication

< Home

ID

https://w3id.org/np/RAM17Kjj81DRYe0W6ANKHJhDkYKYMmoERlb5_NMoHqad0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAM17Kjj81DRYe0W6ANKHJhDkYKYMmoERlb5_NMoHqad0> .
@prefix sub: <https://w3id.org/np/RAM17Kjj81DRYe0W6ANKHJhDkYKYMmoERlb5_NMoHqad0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAusRyQ3OQw03o2ThwcsBS1h8bHyBsWpvwkKW+8N2vc3GadlRebeLInyXwxQ+P5JfsCwcmT/w6XR2ZriR+1cbgRwZFH+Z/BKH++TbJHpUieCkjcNX59/XDmiXqI+GlREbyCZE95/i2qZkLhPbFsk0ClRsUxR9XVLVIFfXgPWtmlzo91EVaRVFPQBIQ3/Mx3f0hprmcp3n+zZs1CSKjA+gbUqPVCWRlAUSvUeTdPDnDbQ3hroqcNIwto/ZQtVNLwtqQBwKw/2mXUDolV+StFVNw0nDeDejzv27AzWjjNX6EVcdd6DXoG8TkqzO6HsOAR1+2ijl14hzTuMdUq+v+j/3bcwIDAQAB";
    npx:hasSignature "MOSormnftjsMpKGa2BdWiRYn10o067G3AftAMDResxviSnSmh4/8jkrl7Cv/4EHeEP52R69vbxn5rWHsUld2hDkVzKH+qFjU2wrA9uEPv+P2jSlTjiBbI/xtuQK9ROqEvJWWTcfFU3/4ti6G7EBnVsSzGjzJ1iKG3BnQVO8ROnXP3L6Wqci6rZ6mJTQ460qzDtTyGkvDnYPefUZhmTIyCf3DUuH2ZIEi7iJ5VH42G21tfLSNmzjHRY9fBEKXphas9xxoFqKD/ev1V1t6Q4WSFN4unaYSqoOkRs580B2A1hmSRGzOvb9It2V4bqTt8/2Hx9r/UUCiTIOmNN2xMJ7ivA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}