@prefix this: <https://w3id.org/np/RAa6pZAReffeOoR9WZEwAFZ5_lm2cNWWH1Wy53pLzgqh8> .
@prefix sub: <https://w3id.org/np/RAa6pZAReffeOoR9WZEwAFZ5_lm2cNWWH1Wy53pLzgqh8#> .
@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:GeochemistryMethods <http://schema.org/url> <https://vocabs.ardc.edu.au/viewById/650> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "This concept scheme contains skos concepts for analysis methods used to produce observation results with information about the physical properties, chemical or isotopic composition, crystallography, or molecular structure of material samples. Based on spreadsheet compilation of method vocabularies from Geo.X, GEOROC, PetDB and OSIRIS REx. Definitions added and updated based on web research, and SKOS serialization by S.M. Richard. Note that although there are high level method categories for Physical property measurement, Geochronology technique, and Bioanalytical method, these are placeholders and only include a few examples that are relevant to analytical methods in geochemistry or cosmochemistry." ;
    rdfs:label "GeochemistryMethods | Analytical methods for geochemistry and cosmochemistry" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1321-7319 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "USQs5OXnB0yR8Ty8wQKSv97nf2iBCW3ej68f9BIy0ZXxMrPklxfKCJ4462RjDfTv5dlwEMvd3mjjUhRfvs1M80EKHlrjAMIAo5DkCA0ClkDxRiF1V0GwZwGTkAF9un9c/8LH2GhJyt7lyr+ANtTY/fvrv3t9wPsB5ofztImZ1As=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-04-25T14:44:01Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:GeochemistryMethods ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/cbdd7eea-8fbf-4972-bca4-9d3657b24057> .
}