Nanopublication

< Home

ID

https://w3id.org/np/RAnoltSH1f1Gv678PF2Rs_h7U6NT5y_QmxwoP2RcJjixM

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAnoltSH1f1Gv678PF2Rs_h7U6NT5y_QmxwoP2RcJjixM> .
@prefix sub: <https://w3id.org/np/RAnoltSH1f1Gv678PF2Rs_h7U6NT5y_QmxwoP2RcJjixM#> .
@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 {
  sub:ENVO a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-preservation-policy;
    <http://schema.org/url> <http://environmentontology.org/>;
    <http://usefulinc.com/ns/doap#implements> <https://obofoundry.org/>;
    rdfs:comment "EnvO is a community ontology for the concise, controlled description of environments. ENVO helps humans, machines, and semantic web applications understand environmental entities of all kinds, from microscopic to intergalactic scales. As a FAIR-compliant resource, it promotes interoperability through the concise, controlled description of all things environmental.";
    rdfs:label "ENVO | Environment Ontology";
    rdfs:seeAlso <http://environmentontology.org/>;
    fip:metadata-availability-in-years "" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-4250-4584 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "LgFqvbs6t5kyT2QjmIYeHLi9k55piJTIR/DZXBNZLrzThx3hmpw0bUACJHaAzsowCUFjwLfMDOGdcKiSl43dUMTIsXvpJ87V1Gszt2iiSwax+MrqLueIoJmG8CGCG1Jnho70kGACkH/W7SbmVGTGZpYdaWMW6/YmFaxyPt1q7Io=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-04-03T14:55:36Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:ENVO;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b81effe0-be1c-48bc-b83d-6b8396434fdc> .
}