@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.bibliotheken.nl/id/thes/p075480271> a schema1:Organization ;
    schema1:alternateName "IUCN",
        "Internationale Unie voor het Behoud van de Natuur en de Natuurlijke hulpbronnen",
        "UICN",
        "Union Internationale pour la Conservation de la Nature et de ses Ressources",
        "Unión Internacional para la Conservación de la Naturaleza y de los Recursos Naturales",
        "World Conservation Union" ;
    schema1:foundingDate "1948"^^xsd:gYear ;
    schema1:mainEntityOfPage <http://data.bibliotheken.nl/doc/thes/p075480271>,
        <https://data2.bibliotheken.nl/.well-known/genid/5d81033481a2ff5d86a1f1ef023d7f9c> ;
    schema1:name "International Union for Conservation of Nature and Natural Resources" .

