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

<http://data.bibliotheken.nl/id/thes/p07056289X> a schema1:Person ;
    rdfs:label "Jong, Ad de (milieubeheer)" ;
    schema1:description "Vereniging Milieuhygiëne Zeeland" ;
    schema1:familyName "de Jong" ;
    schema1:givenName "Ad" ;
    schema1:hasOccupation "milieubeheer" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce9a53eb10127da589f527c8858e9d75> ;
    schema1:name "Ad de Jong" ;
    schema1:sameAs <http://viaf.org/viaf/285262869>,
        <https://isni.org/isni/0000000391423027> .

