Nanopublication

< Home

ID

https://w3id.org/np/RAMAQ_UOY4VXOmXuqYV_9V3BT5dU1rP7vr9lPiPI8BBiE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAMAQ_UOY4VXOmXuqYV_9V3BT5dU1rP7vr9lPiPI8BBiE> .
@prefix sub: <https://w3id.org/np/RAMAQ_UOY4VXOmXuqYV_9V3BT5dU1rP7vr9lPiPI8BBiE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtPBblOK2xIbJ3SLPbLC6GSdg/1XpGiQFuLgMS50wTTo3XsN4KRi1iEYHTEVQNnDSq7PkVOk5Jy2/81unUfLe+EYnY3bOOENzAjnO0AArzlYD/uSg89dKlV+9ppzK9xK44TNy6ZhLe4npUUMQaq0jrc/Ffmt8dHOS+460BZre9qbkhCQuvim0Abe0tpJaVlRS+rfbuNPN+afHMGwcgJQEL8GWdN43qtnocCe9XfdDyIuzJdfBAIWkNPs6BclsrUckcVvYrgF5hiqSpGbNIOGEQ1F9JhuZPY/wY7gjbAEIlbxGOhFCMg3iW/Nq6KUFgKNG4VdQXiCPwLw1/FhQDmQwgQIDAQAB";
    npx:hasSignature "MDmfg65jUEDysp54L85IeJXhOKCdiHQaLEgIJVpA7fukGi6x6z4Ln0NYsRbnXR0WMx5M3PTmXVKt6j1r3MzD4sTLZI3i2BgAKGxi/HYEPn2uqiyYAJ7DWIvSWvA274p32v/yUu7D5l5EhIX+GFrRMODcdziPNFwEvreJLuoIl6DflaaTP7e1wGmOO18mTP53I8G+rh9tdo2WtrT1Akp7tdnQ+i4GzdJYsWIMlwFCKCJGbcCIZBNCuiVeCcqQAEVil+4qgEqSzn7HOR1h+TTRjTNG6fqAYxgv2ObU05Z2eADZCI+nVVaKY8xDbfusZ80ghOJCfcnZe30mlRPKO563DA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}