@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/p095870024> a schema1:Person ;
    rdfs:label "Moos, David (1965-)" ;
    schema1:birthDate "1965" ;
    schema1:familyName "Moos" ;
    schema1:givenName "David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/611520c056db9f07eb1e6e54652cba15> ;
    schema1:name "David Moos" ;
    schema1:sameAs <http://viaf.org/viaf/14847739>,
        wd:Q5237689,
        <https://isni.org/isni/0000000073613554> .

