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

<http://data.bibliotheken.nl/id/thes/p304356255> a schema1:Person ;
    rdfs:label "Hoijtink, Marc (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:description "Socioloog" ;
    schema1:familyName "Hoijtink" ;
    schema1:givenName "Marc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6e7243223e14082bcae6737237fd7829> ;
    schema1:name "Marc Hoijtink" ;
    schema1:sameAs <http://viaf.org/viaf/290094119>,
        <https://isni.org/isni/0000000395357936> .

