@prefix this: <https://w3id.org/np/RA_ygjRzfHirhNpEUfCFNoO-UxV58bSMD6L-CH7czb75k> .
@prefix sub: <https://w3id.org/np/RA_ygjRzfHirhNpEUfCFNoO-UxV58bSMD6L-CH7czb75k#> .
@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:OneGeochemistry a fip:FAIR-Implementation-Community ;
    rdfs:comment "OneGeochemistry is an informal international network of national geochemical data infrastructure organisations, the geochemistry community seeks to define the minimum common variables for a set of geochemical data types and build them into FAIR Implementation Profiles, that can also be used by laboratories/ repositories/publishers for QA/QC validation of data." ;
    rdfs:label "OneGeochemistry WorldFAIR activity" ;
    rdfs:seeAlso <https://worldfair-project.eu/geochemistry/> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_24848> .
}
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 "G0LmznxN5HuvNv9k+LyQgd5vwrVUdhlTUUQj5Vb3869Jo3el7M17p8teuSz7aS8ChIQ429peZMLWAinwjPQtjb47JYGEqSwJ+vURZJVTdeO7g4hdwUKZK57GQRhMun7Vj/U/Es5PP7wN2mp12jrFzu3Mye3dX4aZd2spYuG9VaM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-05-17T08:25:09Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:OneGeochemistry ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9b085cfc-caa0-4531-a5fb-f75cd3bdb579> .
}