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

<http://data.bibliotheken.nl/id/thes/p074518011> a schema1:Person ;
    rdfs:label "Broens, Douwe Frits (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:description "TNO" ;
    schema1:familyName "Broens" ;
    schema1:givenName "Douwe Frits" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c3a96ed6cd3de2f52025413001e7830b> ;
    schema1:name "Douwe Frits Broens" ;
    schema1:sameAs <http://viaf.org/viaf/213207884>,
        <https://isni.org/isni/0000000359308934> .

