https://w3id.org/np/RArLQQswlTgZJ-aIul-zg4TYIisy7-kHmXKGT5cSGOrss
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RArLQQswlTgZJ-aIul-zg4TYIisy7-kHmXKGT5cSGOrss> .
@prefix sub: <https://w3id.org/np/RArLQQswlTgZJ-aIul-zg4TYIisy7-kHmXKGT5cSGOrss/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwPbaNDxJTLpX4RRVgNo1gbRnrLpG+urOIuYlXZF3mAvPRkekuHZonkqh/b92lcsKN5PWfORnW4ZpwOeuqQPiv183+oNpvk1pc7aGI650j3+riHaJPKF+m1xzIMNm97SjNPhXTvOhxxEDWQnOt1jY3SnVg6c7wkdsbSbynDc9oTWKMSnYIx2+3gL9MPfjybrTQ+cwuCMCGkpAkpevzWTB8uvbPZGp/Cs5A+ND16NWX8I0P8fm65LMOfMY0lE0mac3lZu8zsIdzl0bwr1dArGuDtCwp3M3F7T3vRr9+GufYDV94krzFXsRlRa0Pky361r+zB5nZ1owQUP2OYDHOO5yoQIDAQAB";
npx:hasSignature "RuZ40sWd0rm/XRPJL86Zo0OHeA2bqPFFfalkLzjwEtDmrSzBgPJYUfrChA9dLeEN9O9zg7QhXtDuTGJKbeV56HtkzLCmjuRF/oM0abWvcvki8jpAR5pzMMjqcq3hWn28IpFIutpApg0OmzwTAJ9L0eNKMSj7LZtm41u4HqHihzyl1NH8rdSg9tq01i7M8HH4renOqdnHh87Vvj3vh5Kv3djg13R6AqIYWp9LuaraiGK6Yx+2m83ZXT0UzI2/b9k2I+pOGAlD2umpmShd/VzQbJcQusZSTYcABfWWVObhWTZ2I88Xkv5sU/aAJYpKhfEaDbbz9sONNCx+WysDma8c/A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}