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

<http://data.bibliotheken.nl/id/thes/p305266276> a schema1:Person ;
    rdfs:label "Harbour, Daniel (linguistiek)" ;
    schema1:familyName "Harbour" ;
    schema1:givenName "Daniel" ;
    schema1:hasOccupation "linguistiek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/723e2fd57a33733f696d6641a34f71cc> ;
    schema1:name "Daniel Harbour" ;
    schema1:sameAs <http://viaf.org/viaf/75071452>,
        wd:Q93780178,
        <https://isni.org/isni/000000011071294X> .

