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

<http://data.bibliotheken.nl/id/thes/p071461299> a schema1:Person ;
    rdfs:label "Abcouwer, Niels" ;
    schema1:description "economisch geograaf" ;
    schema1:familyName "Abcouwer" ;
    schema1:givenName "Niels" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a35a6a4adb6d02d78e320303cc374749> ;
    schema1:name "Niels Abcouwer" ;
    schema1:sameAs <http://viaf.org/viaf/1012161211983840070003>,
        <https://isni.org/isni/0000000395687660> .

