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

<http://data.bibliotheken.nl/id/thes/p290015618> a schema1:Person ;
    rdfs:label "Bruins, Friso" ;
    schema1:familyName "Bruins" ;
    schema1:givenName "Friso" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ee0201b6c7f62c6e3067d157fe20bcaf> ;
    schema1:name "Friso Bruins" ;
    schema1:sameAs <http://viaf.org/viaf/280748148>,
        <https://isni.org/isni/000000038775072X> .

