@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.bibliotheken.nl/id/thes/p263801276> a schema1:Organization ;
    schema1:alternateName "NVN",
        "Nierpatiëntenvereniging Nederland" ;
    schema1:description "... Nierstichting ... Omdat onze naam per 1 januari 2004 veranderd is in Nierpatiënten Vereniging Nederland ..." ;
    schema1:foundingDate "2004"^^xsd:gYear ;
    schema1:location <https://data2.bibliotheken.nl/.well-known/genid/03637fe03c9d9a32499cf440b21f8490> ;
    schema1:mainEntityOfPage <http://data.bibliotheken.nl/doc/thes/p263801276>,
        <https://data2.bibliotheken.nl/.well-known/genid/a3bfb7d677b8ad930265cdd4cebfa88a> ;
    schema1:name "Nierpatiënten Vereniging Nederland" ;
    rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p075307057> .

