Nanopublication

< Home

ID

https://w3id.org/np/RA9lNfXyEWFoG-ikuFtLBBcxbcXnf8EJlFrFbdex5uQ7o

Formats

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

Content

@prefix this: <https://w3id.org/np/RA9lNfXyEWFoG-ikuFtLBBcxbcXnf8EJlFrFbdex5uQ7o> .
@prefix sub: <https://w3id.org/np/RA9lNfXyEWFoG-ikuFtLBBcxbcXnf8EJlFrFbdex5uQ7o/> .
@prefix schema: <https://schema.org/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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/np/RA85cj5LEhEIyXbta0wShDaQPg0uN1JUcm-bkuWmF5Hts#ECO> a fip:Available-FAIR-Supporting-Resource,
      fip:Domain-Specific-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Structured-vocabulary;
    <http://schema.org/url> <https://raw.githubusercontent.com/evidenceontology/evidenceontology/master/eco.owl>;
    rdfs:comment "An ontology of evidence types for supporting conclusions in scientific research, The Evidence &amp;amp; Conclusion Ontology (ECO) describes types of scientific evidence within the biological research domain that arise from laboratory experiments, computational methods, literature curation, or other means. Researchers can use these types of evidence to support assertions about things (such as scientific conclusions, gene annotations, or other statements of fact) that result from scientific research.";
    rdfs:label "Evidence and Conclusions Ontology (ECO)";
    rdfs:seeAlso <https://obofoundry.org/ontology/eco.html>, <https://www.evidenceontology.org/>;
    skos:closeMatch <https://github.com/evidenceontology/evidenceontology>;
    schema:version "2026.07.10";
    fip:has-data-usage-license <http://purl.org/np/RAq55jS4TCF-u0HLARDjWevzMv8k-NY7737bSJVzRAY2w#CC0-1.0>;
    fip:has-description-source <https://obofoundry.org/ontology/eco.html>;
    fip:implements <http://purl.org/np/RA0X5QIF9-MAfgr2WQDHhWj2nkpSbbdS_4hci5rekBZqk#OWL>,
      <http://purl.org/np/RAMXiVP7qwciDcJDp4-CaR_uBPZH6brj69VgP8yJhZ-aE#OBO>;
    fip:registered-on <https://doi.org/10.25504/FAIRsharing.847069>, <https://w3id.org/np/RABCC9AvUlQSO_hcQAm48fqU4ntOyN6ADj37CrG9IbRKM#BioPortal> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6875-5360, orcid:0009-0004-2157-1408 .
}

sub:pubinfo {
  this: dct:created "2026-07-23T01:26:47Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RA85cj5LEhEIyXbta0wShDaQPg0uN1JUcm-bkuWmF5Hts#ECO>;
    npx:supersedes <https://w3id.org/np/RAibg6jGFf7V3oPdFwpFCtnZehMiQnLR42rhig80Z08Iw>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a503458c-9bd3-430b-841c-f9698db958af> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "P96PBmYufj+HcivhFAuQM9cfogr+tMM2JZlf1Ub0gWNXCQFIxbjA0z7l/Hkba7lLoY3w+zLgDfeEUNeO0fao4Ech4WAeZJH/nzc3sr5eN/63vcfkMOiOrJZmms+waCdZbmX37hUMruTfmeXJEU4NOj/L8feid/m8ehd0ZaUnjqA=";
    npx:hasSignatureTarget this: .
}