@prefix this: <https://w3id.org/np/RA4udemavhi6nXkIYu1eQy6mNyMvi_-XhyvxahZ75u9G8> .
@prefix sub: <https://w3id.org/np/RA4udemavhi6nXkIYu1eQy6mNyMvi_-XhyvxahZ75u9G8/> .
@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:CRA-Lab-Analysis-Method-Vocabulary <http://schema.org/url> <https://github.com/eu-parc/cra_analytical_methods_vocabulary> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "Vocabulary of Lab Analysis Methods used in Chemical Risk Assessment research, as developed in the Partnership for the Assessment of Risks from Chemicals (PARC) Project." ;
    rdfs:label "Chemical Risk Assessment Lab Analysis Method Vocabulary (CRA Lab Analysis Method Vocabulary)" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6514-0173 .
}
sub:pubinfo {
  this: dct:created "2026-03-26T11:27:40Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CRA-Lab-Analysis-Method-Vocabulary ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/41bb8386-cda2-4990-8491-130009b21e84> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "RdHGNUxbL6fArx+XLXa8NkhJdRUkS0G4+wKb7Ifv4ogcSgA6uJvqDTYVZ4z/y4ViUEIpuxpcGlQiMCahZVqD7HdBELDCVityXcSjoXTCFPyBcIA6XmK5/hpGNrnNrY0p4kXftgPy3ge8SOlzzvp8EJ6zlhxsN27bFHcGqu42K8s=" ;
    npx:hasSignatureTarget this: .
}