@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/p068728271> a schema1:Person ;
    rdfs:label "Halbwachs, Maurice (1877-1945)" ;
    schema1:birthDate "1877" ;
    schema1:deathDate "1945" ;
    schema1:familyName "Halbwachs" ;
    schema1:givenName "Maurice" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d5d71ca6532a9c7b021e54f3a79c5260> ;
    schema1:name "Maurice Halbwachs" ;
    schema1:sameAs <http://viaf.org/viaf/17223822>,
        wd:Q326000,
        <https://isni.org/isni/0000000108744141> .

