https://w3id.org/np/RAFDH7ugDFmrY60k8Xml6pVtP-lhslcPNvpqGJDx5pQNQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAFDH7ugDFmrY60k8Xml6pVtP-lhslcPNvpqGJDx5pQNQ> .
@prefix sub: <https://w3id.org/np/RAFDH7ugDFmrY60k8Xml6pVtP-lhslcPNvpqGJDx5pQNQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoUcjAnVbTt2DkX8bkE+uEgjb1478+yISnXU8pQFdwUh7rNVgS7df8aqUhxNJyB1D8+Ok/ciEPlQ9AZs7V+c5kiRvXv3Lj/snAd/aktVofZ7stpU5C1eZ1cZJP84yL43qL3Zkpeb0w9RWMSaZd7Ur0YLaD+CjAeyGsSvbwFVx0jv3qKwuRg7wGBGfxcdoZfAasK/8VEZWIUnalI+PJvhokqnG5HGyDVxbawlHQqYqwbPDo7RH9TOtpqNJ/kEBEYiUf5hoX1WtAi9pazGI6IvDgCyygcvA412UVUhySn2EasfNcb3LNP9YilvkcV46SE9RBO6+sZijXwy7pG8QIp22NQIDAQAB";
npx:hasSignature "ST1wwm5fy5rVS+bED0s/Q9Age3qniGsLtGsBqlDLu1b4MP6c2A5wMSaEDue4QVqJ2R6idlC695tuH5n4jPUB6sKxOrdb2kBitN3KWzt5LMS7a/Xy3gAuMIMOYCy2M7JptV7W15jJtNbrOd1unQ3sA/QGuA0Uj/7vLNJAZYHTrSceM53gfbR2RiwWPrfOjmxjY9XVv9VoZmIGZu5AdLrtWJlQUf+sMkwx/ui9VhS+j7KS3dfRWSVLQYCn1uJAXsu8riNE6+Eb3Swhj1tKiqClUqJMpP3xiRjIZu+V6JLdFR+W6zUXBKume5+9I+5jeMyp79nLhrZ+9TKRt8XozDmTew==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}