@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p080147410> a schema1:Person ;
    rdfs:label "Maris, ... (familie)" ;
    schema1:description "kunstenaarsfamilie" ;
    schema1:familyName "Maris" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/46b80ad43cc36f1e430d05de1aaeba73> ;
    schema1:name "... Maris" ;
    schema1:sameAs <http://viaf.org/viaf/284949880> .

