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

<http://data.bibliotheken.nl/id/thes/p072202513> a schema1:Person ;
    rdfs:label "Barnhoorn, Floor" ;
    schema1:familyName "Barnhoorn" ;
    schema1:givenName "Floor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/49fc05798a5782de0388360841a6f8f8> ;
    schema1:name "Floor Barnhoorn" ;
    schema1:sameAs <http://viaf.org/viaf/73105322>,
        <https://isni.org/isni/0000000116712502> .

