Nanopublication

< Home

ID

https://w3id.org/np/RAupkOWxYqnlEG7WYCsVVTTUUyTO8BceyxbQHA6-gQeT0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAupkOWxYqnlEG7WYCsVVTTUUyTO8BceyxbQHA6-gQeT0> .
@prefix sub: <https://w3id.org/np/RAupkOWxYqnlEG7WYCsVVTTUUyTO8BceyxbQHA6-gQeT0#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

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

sub:assertion {
  sub:FLSH a fip:Domain-Specific-Registry, fip:FAIR-Enabling-Resource, fip:FAIR-Supporting-Resource-to-be-Developed,
      fip:Registry;
    obo:ECO_9000001 <http://purl.org/np/RAnAWGdeI_1GGmDAqv-vZjby5XqbL2ZujNz1vgwK_6cRI#DOI>,
      <https://w3id.org/np/RAueg-z66YMm2Kj_9u5dP4o_zvslvBDMAjw08iXVL99oQ#Auth_fluxnet>;
    <http://usefulinc.com/ns/doap#implements> <http://purl.org/np/RAyZ8K5kvOT_qDPLNaB6H_Qv1AQ99rloHUE75Ew0tHTDQ#ICOS_MLP>;
    rdfs:comment "This is a system based on APIs to access flux towers datasets worldwide that contribute to the FLUXNET package";
    rdfs:label "FLSH | FLUXNET_Shuttle";
    rdfs:seeAlso <https://bg.copernicus.org/articles/17/5587/2020/>;
    fip:has-description-source <https://fluxnet.org/faqs-fluxnet-data-system/>;
    fip:metadata-availability-in-years fip:Less-than-20-years;
    oa:hasPurpose obo:T4FS_0000430, obo:T4FS_0000527 .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2950-8911 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "b8IUcwU6VHBMUfx2P/eRlJHigEbILEzyQEs9SEcwQuggx2trEaDoYgjGASqRVwvLVlOfvTlQ6cJB0xuo2zkBdje7C8Fi8iJPBDynD0TQRBI0v6MNruCFbSIay2MJD9cEVALDdWIlK2Eqo+8vMRmTdJbRmV/JYxTywYit07BU5rY=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-01-29T11:22:22Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:FLSH;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a0140ce9-0058-4054-84d8-836412508af7> .
}