Nanopublication

< Home

ID

https://w3id.org/np/RAuRSDKoVfvxW-czLOdccECulCUr2UZu8T8hOCRk4ppvA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAuRSDKoVfvxW-czLOdccECulCUr2UZu8T8hOCRk4ppvA> .
@prefix sub: <https://w3id.org/np/RAuRSDKoVfvxW-czLOdccECulCUr2UZu8T8hOCRk4ppvA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxghfEWNWsFDr7oWORiTJDTMsflKl0baKVpzOTxOKw9NDaF8IBTvgjxa3rMbUdH+wj5EZ1jlH5rIXSK7jJ0Ekn7MBSuS+H5eE9mSZZ7fERbWODHTvPN1dH9Vuy37eVM1zvCHEAG2mczazNMCxPzxUMuNa9mWQV37tt2+dQPugqXRVwr5l+gtzIzxQIpiCaxGEhlfdzP4SNmHvtMBbuCPF7fT0l6UZ9nPyEahfZRMTP+mDAX8TXeSDWYExHOjxbixxcbk2gkDqnHR09Q0InLuDy8ZqO8Mp+NyS4QfgPH2hLkDbZXCobisaW/rTmIf7v/tkxYK5IwXknKyf9EwGHnjJYQIDAQAB";
    npx:hasSignature "sF3Rf+bzO8ieeDMWabq0Qc6YFbcgd40gtloxUBAm4yfNoxTjRhK5Y5/GpQwPT3irxQAzWiS/0eZBY2ZDV50D2Qr38iY/Zi49Cq1R/+ceJ8al1PTZf76R5hcS6KL3QQUnjHY5u2NXvOs+EDMOi9/qnrXUOgN3xzyiXT4yLi9VMhsLyySqYfhtixhajVpMaNSaQSjPS2sLT02+xkt7aHKu6lquGBYrFmgw/u+7DcliGdglYKh1M6ED0afHVn6YpY0l3HZ0aawtUP1zM5GsNg0XtPLhdIqYrnQqJVffPXJyrndk7f4AC/TAaPrOcY5+25wKDjRxalTdBY3YFKsKTKxw7w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}