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

<http://data.bibliotheken.nl/id/thes/p173741630> a schema1:Person ;
    rdfs:label "Colijn, Sjoerd (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:familyName "Colijn" ;
    schema1:givenName "Sjoerd" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/edcc88ec085e7b7e9d435f2a094912a2> ;
    schema1:name "Sjoerd Colijn" ;
    schema1:sameAs <http://viaf.org/viaf/9217617>,
        <https://isni.org/isni/0000000109531260> .

