https://w3id.org/np/RAz87dFyL-hvYcnwX5qDCdkQosmibLSMlN4-4q8B6fX6s
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAz87dFyL-hvYcnwX5qDCdkQosmibLSMlN4-4q8B6fX6s> .
@prefix sub: <https://w3id.org/np/RAz87dFyL-hvYcnwX5qDCdkQosmibLSMlN4-4q8B6fX6s/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArTvSAd7iPyevxJ9Y/GeOUYtnVJdmLIrmKbrGjqYm4lXvz7bmYqhDtFG4SVIy7hbyx90/5jTs2f+rJQjQSeMRGkMaVaCxiMtxzIenIQt21z1wq/JmJBbxaCrsxWPDAr1MKWzsNmQKO2N3TkeK5DiaSbbtZ9e7FLFDjeGdElomr15KuiX0ZDXCekUgVsZiKlxoOautZtJ+aDAbN/op1xB9un/ZxcxwZNueBVdw06f4m9xeTt06mh3zkMCPIaqPxASE6wExnVLhlo7g4P6VZGT13AQFrhCtcEMeRdNW8cYwOFOWgP7eoyRKv8SqtBJNWaXmurh+GtsBwYFEUOFkWqjaAwIDAQAB";
npx:hasSignature "Kmm6ijpnQZj9o1MVrXbYZ6uOIQs8CPbLG2ys5LtCJCZSnKToRzfAu9gO6JvYp4o1R8bleIOhsSeMJmSn9RrDzcANo4ONAT0Jn5pNhmVBgsTDPyNdxgtLpsrANrGv3hX6MFvQmAGDOh715Az5NMde3Jb98AxumiC25YbMTKATWZAGBU4aTZjw4aDu2MD5CT6RMYEgya8PzNjqhdDki0l31f6uO1ST3LljFVBZVq5zrqG4RoMJuPNNrT9cnAyNrnz3J4c4js1zu1K+SgBtPrrhKpfXDZDwM9tIiPveFUhJtk2xuANsRed83g2nIGlgDec3KCNhrNoakNwJx2/cPPIrkA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}