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

<http://data.bibliotheken.nl/id/thes/p075197650> a schema1:Person ;
    rdfs:label "Bos, Roelof (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:description "Info auteur: ook geschreven voor chemiewinkel Groningen." ;
    schema1:familyName "Bos" ;
    schema1:givenName "Roelof" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c1a3e328ced31ed0a53368432f660b89> ;
    schema1:name "Roelof Bos" ;
    schema1:sameAs <http://viaf.org/viaf/288486768> .

