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

<http://data.bibliotheken.nl/id/thes/p303676353> a schema1:Person ;
    rdfs:label "Benjamins, Matthias" ;
    schema1:description "archeologie" ;
    schema1:familyName "Benjamins" ;
    schema1:givenName "Matthias" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/83ddf210ba67a613bd31978907e3c90b> ;
    schema1:name "Matthias Benjamins" ;
    schema1:sameAs <http://viaf.org/viaf/287598434>,
        <https://isni.org/isni/0000000393354117> .

