@prefix this: <https://w3id.org/np/RAP0hOj_u0JrdywvlT8Kxg1wIWhT6Cf2y3CVjJH0T0tAg> .
@prefix sub: <https://w3id.org/np/RAP0hOj_u0JrdywvlT8Kxg1wIWhT6Cf2y3CVjJH0T0tAg#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ECL obo:ECO_9000001 <http://purl.org/np/RATn3tHBlRq3NMNC67hGGrwX4v18uhr7uaBwRT1krJEHs#DataCite_DOI_Resolution_Service> ;
    <http://schema.org/url> <https://www.earthchem.org/ecl/> ;
    <http://usefulinc.com/ns/doap#implements> <https://www.earthchem.org/ecl/submission-guidelines/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "The EarthChem Library (ECL) is a data repository that archives, publishes and makes accessible data and other digital content from geoscience research (analytical data, data syntheses, models, technical reports, etc). " ;
    rdfs:label "ECL | EarthChem Library" ;
    rdfs:seeAlso <https://www.earthchem.org/ecl/> ;
    fip:has-target-group fip:Specific-community ;
    fip:metadata-availability-in-years fip:Less-than-20-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 "hZz+su4/J9dsxr5jwJb01IuTkCENnkzFMEm6xWR9wweSWes6SIcXSxm0G+UF3yJLa3203V4iDszC0+048OMKDJww39Rna0s1HBKkSB5OHdGNfvokdt/eUCA/Pc6sSWdeeQhiekkRr2UBRgtyckqZ1i69Z8QsGGdD+g2PQfWTUkw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-05-17T08:42:00Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ECL ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/0c21bd62-d6d0-4ebc-bfdd-02a0594188c2> .
}