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

<http://data.bibliotheken.nl/id/thes/p074265512> a schema1:Person ;
    rdfs:label "Bos, Frits (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:description "economische statistiek" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Frits" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8aea83a03d3231cefa8ae85d1e828e1d> ;
    schema1:name "Frits Bos" ;
    schema1:sameAs <http://viaf.org/viaf/161337660>,
        <https://isni.org/isni/0000000111080147> .

