@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/p068487630> a schema1:Person ;
    rdfs:label "Mauss, Marcel (1872-1950)" ;
    schema1:birthDate "1872" ;
    schema1:deathDate "1950" ;
    schema1:description "antropoloog, etnoloog" ;
    schema1:familyName "Mauss" ;
    schema1:givenName "Marcel" ;
    schema1:hasOccupation "antropoloog",
        "etnoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2c1e30c6f2c096c6d0c6f7721f2836f> ;
    schema1:name "Marcel Mauss" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/27068461>,
        wd:Q295393,
        <https://isni.org/isni/0000000120957932> .

