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

<http://data.bibliotheken.nl/id/thes/p073147583> a schema1:Person ;
    rdfs:label "Bron, Jan (Rijkswaterstaat)" ;
    schema1:description "Rijkswaterstaat, Dienst Informatieverwerking" ;
    schema1:familyName "Bron" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "Rijkswaterstaat" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4158f460da04ecf09fb32ca1dd258c08> ;
    schema1:name "Jan Bron" ;
    schema1:sameAs <http://viaf.org/viaf/285225953>,
        <https://isni.org/isni/0000000391413355> .

