@prefix this: <http://purl.org/np/RAsHhDgqesszkMk9OEHgovL_bzW7aKkPx8j-ag6Amvi0k> .
@prefix sub: <http://purl.org/np/RAsHhDgqesszkMk9OEHgovL_bzW7aKkPx8j-ag6Amvi0k#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:CarbonPortal a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Search-engine ;
    rdfs:comment "The ICOS Carbon Portal is the data portal of the Integrated Carbon Observation System (ICOS) research infrastructure. It offers free access to high-quality and standardised greenhouse gas data, as well as to scientific and educational products and services. The Carbon Portal is a ‘one-stop shop’ for all ICOS data products." ;
    rdfs:label "ICOS Carbon Portal" ;
    rdfs:seeAlso <https://data.icos-cp.eu/portal/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "U7duIGjwNqR9sKiB/fiNdQ44COUB49zsarwv0N+4df3JR7m9Qlgr42lMFx3Z1vilNnncCHrvrvGnXcnZLruBhdR189/vakTsxMxkrwJjkt2QA4yjdbWO6JCaWQm/kK/qx1rjEiL15hXEwWXOb2paJTHikf3HSmHpYfW3MWI8jXg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-02-20T11:31:36Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CarbonPortal ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e56c3120-5a42-498d-894c-bdce0087396c> .
}