Nanopublication

< Home

ID

https://w3id.org/np/RAlPc8bKjtxV5esEfcVdH_rqmqsgAHIpPVVlG-XYGYf6w

Formats

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

Content

@prefix this: <https://w3id.org/np/RAlPc8bKjtxV5esEfcVdH_rqmqsgAHIpPVVlG-XYGYf6w> .
@prefix sub: <https://w3id.org/np/RAlPc8bKjtxV5esEfcVdH_rqmqsgAHIpPVVlG-XYGYf6w/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkeoufE5qtvnWeYMUnWP2VzZrb2rWkkEdAWI3s027eEtoUi7gvfaTSJfKoVNEosIhKYZI7ofWrAHjtUYoBTeNdeOnV89YQTv+sNoqMCGkdGmLh7/ENyLXl34BCCuaG9mv4wR5ZdfXf+7cz4R6lqsHnYj/Uw/ubKOYVW6b42tR/kk0yxTqZQ/42e75WFtM3AYW90S5XW5/mA5hZtvM8u4wZYBPcnoJS/N2Bww+MClfV2OtNQtlvizyK6gpEmGeb5ANOyIiDPhg/Aw1iK+x+hIhh60C9abJsGtJXi+gUbVrmYa1OqpaFOnglWR8y8qvj+W8Njx03sYHLqAKQXZT/cnmhwIDAQAB";
    npx:hasSignature "dF4t1mVEZBIZdfdTjTbyTMT6gn1iy3PoW9EZK6A1B4ha8y3AGZo9fro5aLmlZ3we8Z5c+3XLeRq6tjg5i3mMXjhjOwjImabaj7yexFfGoc0VQleqftKZ8WCACS08AzCQBnUdfqul9QKZAgoIFdjCk+hQJ19jxWcxes6Zc4VUQ+lWeP/pFzk7UNYBOOM1mmjglsP9hoWWikoZ8DSepdj1ijFvvyGC3a0UxFn/VyL6qsJ+0ksKYcn53p701C9XrRZb+ZJCzoiMDXRz0kKImU/u0r1dxBBQgT7ao/UMLl8hPCCJzZF4dnP6Iu3K55iIWWVg6F87CS8BFweAm57jTv8bSQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}