https://w3id.org/np/RAMiNCjFJizx5PvxuZJX2_k5eKUQeHYBWRLptdG9XMWl4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAMiNCjFJizx5PvxuZJX2_k5eKUQeHYBWRLptdG9XMWl4> .
@prefix sub: <https://w3id.org/np/RAMiNCjFJizx5PvxuZJX2_k5eKUQeHYBWRLptdG9XMWl4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwnD+HagVtU3o9tssz558ywY1PNNKq4wJc58VvopzG6ouemITPaTBD6mQ18VWtmKpjRJ3Ql+rtZ31UeGtekuZ92q8BpPfOW6/TzLgHXgBHq4M10CTJpxphYykF1WGqI9sGdm6QOoKkv+Bxu1Nh8mesDvEpj63Rgr5C+M0d0lTj+SCuL32mQMty7npOoghF1K74f3JnBvhXAs8VhJPrUgnNtsdnqen+zaNavrrLtvWS3DzHcNmX/UqzyJf2wyuCTD8sVrAHxquoOECnYqJWbsTv7rzdbdx5DayIu+GtQ6qvp1ubkyXKVaDZug0OirkJ7tMObDeo5QCcgoeG0y9sdsLsQIDAQAB";
npx:hasSignature "YVAfgaQ0QcauEw6lcf17NhVPjli1ABlNq3yDFpGVwLMNNLsVTh8uZstOQ+sotAD+rCJCp64LhmrDBwzGE2D4p71RCnW/TOGLOvBvEQRJOx4lOk2/i9uzgrHkLErZl5X+CZFhVmAMNac/Dsvh38DbmL/UGBjQ5rJ4dttY+bXzWKeenGSYU3NaUKT7RPtyTOaVaD8722qcGuFEKt0yrcwG0DeqTWEdSwqPGmqrILh1fkzmiESUpQCoK4m2Go+v9GBBg9cPaJW8ZAokifdoCvmEDHUsyCSy4Ic7CPmw55X/s5tytp+xoon8IEE8PREMu+0GyWFM6+oktXcG65xKsGjjaQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}