@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p067922007> a schema1:Person ;
    rdfs:label "Moe, Louis (1857-1945)" ;
    schema1:birthDate "1857" ;
    schema1:deathDate "1945" ;
    schema1:familyName "Moe" ;
    schema1:givenName "Louis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bbf55d58244185c48d2a5da9f4e2fa33> ;
    schema1:name "Louis Moe" ;
    schema1:sameAs <http://viaf.org/viaf/100286004>,
        wd:Q1920233,
        <https://isni.org/isni/0000000118801808> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/moe_001> .

