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

<http://data.bibliotheken.nl/id/thes/p07330011X> a schema1:Person ;
    rdfs:label "Hvass, Niels" ;
    schema1:description "mb" ;
    schema1:familyName "Hvass" ;
    schema1:givenName "Niels" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/03363a4c055814f61b7e6ad73c404170> ;
    schema1:name "Niels Hvass" ;
    schema1:sameAs <http://viaf.org/viaf/112506714>,
        <https://isni.org/isni/0000000084704785> .

