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

<http://data.bibliotheken.nl/id/thes/p073189642> a schema1:Person ;
    rdfs:label "Detmar, Hoite" ;
    schema1:description "mb" ;
    schema1:familyName "Detmar" ;
    schema1:givenName "Hoite" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5e445aa7921733817abf82f5e583dfb7> ;
    schema1:name "Hoite Detmar" ;
    schema1:sameAs <http://viaf.org/viaf/284798253>,
        <https://isni.org/isni/0000000391117185> .

