https://w3id.org/np/RA3ao_0POEcQaPRvMVNGr9nUuaRwMZKk5yKnd2_xGje7E
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA3ao_0POEcQaPRvMVNGr9nUuaRwMZKk5yKnd2_xGje7E> .
@prefix sub: <https://w3id.org/np/RA3ao_0POEcQaPRvMVNGr9nUuaRwMZKk5yKnd2_xGje7E/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimLnrxJmm4K3nFA35BA7RkGXnw2OEvZXJf0s9FtygTS/QL110V6YNgnCv/7cf9Nw7SpAyFSyWhhl8yeA197y8YtASwMVPxw/MhrfcnTDsS/NieW2uGEcioxW1hGhmHMGgacBxHTITJpnxRTVnNfb9aKq3AhQaNAgzSgERgNEs9Ol3RMvMfcwZtP11SEsJsg2t4YtI6U30ePOb8/wRmgh8Mnts3mFaRjQUSXaSs/shCyuSFM7Jpw6TJrCMAvTz9CAjrZugQTU6Q7LfqkiN69at1PklnHmVPqVIrLoMQOphcp8n0qqskdVXisS9poUEaocdzKKAKrM+OArIZyK+cFXHwIDAQAB";
npx:hasSignature "aTbWXgcOJjUs+rd362uemdPDFEvHpyQIX1jlsvaha8VarJrRMTVR06vJX7plQACQ3dF7h03NBdMHuZ2fGC11Q4LbleFTfRdh0U7CYEiAZxArSFQzR6T1Sz+UQdAqdT1PPRUjl2edNubsCu4i7+bWIGnbxfAbP/wDYiCHjmeMKJ4hHcZRLxtXE33ObTRxv3bIkyIElwpIBS7hdWgbZNg2gam7JgKQG08n0LtgomIG3BgDNEEhFo8Qglx5vE05UQ1SvQ1Wqmo32yRPIe/V+J2pemqJPi6NWFDjTjhoRg3KkC+7UHnclfREFGHyGPS9ylZWQaDVJFXB4g9BiwILzWnAAA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}