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

<http://data.bibliotheken.nl/id/thes/p071024867> a schema1:Person ;
    rdfs:label "Brakel, J. van (loonpolitiek)" ;
    schema1:familyName "van Brakel" ;
    schema1:givenName "J." ;
    schema1:hasOccupation "loonpolitiek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/083b59dff1061a9abf370e70eb642c99> ;
    schema1:name "J. van Brakel" ;
    schema1:sameAs <http://viaf.org/viaf/290250000> .

