@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/p069925216> a schema1:Person ;
    rdfs:label "Maris, Willem (1844-1910)" ;
    schema1:birthDate "1844" ;
    schema1:deathDate "1910" ;
    schema1:familyName "Maris" ;
    schema1:givenName "Willem" ;
    schema1:hasOccupation "schilder" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f01d2f53e4697f286b532cfd9b6a168> ;
    schema1:name "Willem Maris" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/71300580>,
        wd:Q1970072,
        <https://isni.org/isni/0000000067084772> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/mari046> .

