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

<http://data.bibliotheken.nl/id/thes/p112098223> a schema1:Person ;
    rdfs:label "Brink, J. van den (installatietechniek)" ;
    schema1:familyName "van den Brink" ;
    schema1:givenName "J." ;
    schema1:hasOccupation "installatietechniek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c586f0d79c6469444481f76323931e73> ;
    schema1:name "J. van den Brink" ;
    schema1:sameAs <http://viaf.org/viaf/291220321>,
        <https://isni.org/isni/0000000396330823> .

