Nanopublication

< Home

ID

https://w3id.org/np/RAJ6QEqQAsx_k4_tY9g-NBi0OJhHp9OArfH6Z6nfqjZio

Formats

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

Content

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

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

sub:assertion {
  <https://w3id.org/gff/rao/terms/> a fip:Digital-Object-Type;
    rdfs:comment "A statement or proposition that asserts something to be true, which is not yet proven and requires supporting evidence.";
    rdfs:label "Claim" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  this: dct:created "2026-06-29T21:04:03Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/gff/rao/terms/>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/646d918e-e255-4d7e-941e-d1bbe03970ec> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "UeN1v604RnywcUM9fZksYJWsYdtsjxz4fIVbdo1KZeminXI6aagCZ/OVzIX/j/gzoySo2F9WOeneIW53C2nKTOSX/yItc6/hIGiLbdRkM+Wt5hDoKI+BfaUpAa0H5rqJlQOKrNHG/egV+Zo4VhhuCjiDy+JGarKg/lTRQ/SsPTc=";
    npx:hasSignatureTarget this: .
}