Nanopublication

< Home

ID

https://w3id.org/np/RAjTQrgOkkBGpzTydHWQPd45zPtu0yclutCkoKW_SFawE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAjTQrgOkkBGpzTydHWQPd45zPtu0yclutCkoKW_SFawE> .
@prefix sub: <https://w3id.org/np/RAjTQrgOkkBGpzTydHWQPd45zPtu0yclutCkoKW_SFawE#> .
@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#> .
@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;
    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-MPP <http://purl.org/np/RAyZ8K5kvOT_qDPLNaB6H_Qv1AQ99rloHUE75Ew0tHTDQ#ICOS_MLP>;
    fip:has-description-source <https://fluxnet.org/faqs-fluxnet-data-system/>;
    fip:targets <http://edamontology.org/format_3790>, 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 "Bq/fDBZtSgSvbukLW/YELX/WUqhskb/bWPuKzdOWwkI71iZ8Fr1eZWGoPHXho4NY4JmuOUN+EKc4R2LkGOgjARpb20cwywnihOAxL8ogDEh5PzU2qWLnf5UYO83ZeM5nBWqhsbhjtdeWKhemxyYvavZbarJ9sh+h13js2lw4ZxI=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-06-17T16:05:21Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:FLSH;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4c460608-82e2-4252-a3a6-0386ff719dda> .
}