Nanopublication

< Home

ID

https://w3id.org/np/RAqFm49azHC92GYxwyJbnB-pPtCjD_zlpnwJD0kXT65ww

Formats

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

Content

@prefix this: <https://w3id.org/np/RAqFm49azHC92GYxwyJbnB-pPtCjD_zlpnwJD0kXT65ww> .
@prefix sub: <https://w3id.org/np/RAqFm49azHC92GYxwyJbnB-pPtCjD_zlpnwJD0kXT65ww/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion rdfs:comment "This is a test." .
}

sub:provenance {
  sub:assertion prov:hadPrimarySource sub:creator .
}

sub:pubinfo {
  this: a npx:ExampleNanopub;
    dct:created "2025-08-07T13:46:44.218+02:00"^^xsd:dateTime;
    dct:creator <https://orcid.org/0000-0002-1267-0234> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "dHFS3W2A/uBTHdqXCd/tIAGoIeAU5MMQiBlbw1VkxX27KsGVRsZU8TrRJqT9y4Lf46tKYwGz2DI65XlE49tnzhJSyXFfsaQ9LgBF/CCrFpYt87wRMIp2GAHzixEzuD56LkFX++cNfVMi2cHkm68bn8pEULvj39EDLbTOMJZSPf4=";
    npx:hasSignatureTarget this: .
}