Nanopublication

< Home

ID

https://w3id.org/np/RAiIxD4tpLdkn3nlveA1AP5fsA6fC0sSGyw4Sl8LsiD04

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAiIxD4tpLdkn3nlveA1AP5fsA6fC0sSGyw4Sl8LsiD04> .
@prefix sub: <https://w3id.org/np/RAiIxD4tpLdkn3nlveA1AP5fsA6fC0sSGyw4Sl8LsiD04/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAonQz7bjcJhhfNM3H+0ZX9WwArZnqHp+t+xV3uJdalIpAryNlxOZbcbs1LApyM+UiImHaRIxf3zQA90RlUJa/fIiBN5HaKBZcCqSdnwn0Vifjaph5shsjbcqegKVVqtexA6QbLPTUxNcEVM3PV4IbI14v3oEok7nrxO+fiS55hxghrZeL7t4sd+2IInOtbLikP7/aRHuIlkYfQFlBw5aiL79w+OBM1S8mcyeM26fdZDjj8058cuVl0CeyPFq7RZ+Rywls/FI9Esc4Yv5HR1JnrcJBgOpz68scM71yG9iHgC5pU0WPv0rEOcteITWcehLusfO1J6W0L7NVdH20LseC9wIDAQAB";
    npx:hasSignature "CfQsJGTN0WNPekZD/2EEZkAgRu9PjDLFGov0jRG/0iSs7dMV5Os6qj33DFhVpXEScEJflIdmVtX7PsOMC3WeeTd2Ry4MWLkF0XN7jiMRxTZh2Y4s5KKBd1jWM8kTEhRPLASSuOjwnilw8j5a27nXaqZMUQxD8jEjFaoEWyGm1Zk2quLBCGq7GrQFnXhcP80RWVEefUeEOxDQv5U6JjDI+PWzbWMn28LPLyduTvOsJDmkZpc10pIhcj+UrRwkhfkspqCXC1Sr9EgzG8ZcKNeDfyua/mWCujtbSatz5wPbDiXxmsACyR92MO0+FSCxIlOrcx5F8WDg5MdMNL3oK0xEpA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}