@prefix this: <https://w3id.org/np/RAe9PpkVIKY9K2CnmU-lqc9NzgHdLI54mjidLEXbIBwUA> .
@prefix sub: <https://w3id.org/np/RAe9PpkVIKY9K2CnmU-lqc9NzgHdLI54mjidLEXbIBwUA#> .
@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:IAEG a fip:FAIR-Implementation-Community , fip:Mature-Community ;
    rdfs:comment "The International Association for Engineering Geology and the Environment (IAEG) was founded in 1964 and is affiliated to the International Union of Geological Sciences (IUGS). IAEG is a worldwide scientific society with more than 4,857 members and 68 national groups. The official languages of the IAEG are English and French. The aims of the International Association for Engineering Geology and the Environment are to promote and encourage the advancement of Engineering Geology through technological activities and research, to improve teaching and training in Engineering Geology, and to collect, evaluate and disseminate the results of engineering geological activities on a worldwide basis. " ;
    rdfs:label "IAEG | International Association for Engineering Geology and the Environment" ;
    rdfs:seeAlso <https://iaeg.info/> ;
    fip:has-description-source <https://iaeg.info/mission/> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_11669> , <http://purl.obolibrary.org/obo/OMIT_0007039> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-8211-7784 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "IXva/ixGloV8/Ffaijk7K2Mmo0zdXDH15gRiJh5klLcD6ttgmB0SUy9/U6h6lcqHGGVTREk0HWmHTZxn0KgKUVivpBQIp3385eu71C9mnHeT8lYS9zzIAr5cCR0po4UuyfsX88nvFDAa3DlqHqkw95/g+h2DYjjE5mHapLCi1aw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-01-29T07:17:22Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:IAEG ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/0d209c86-f2ca-4da9-898a-5f26702262b4> .
}