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

<http://data.bibliotheken.nl/id/thes/p297221353> a schema1:Person ;
    rdfs:label "Meurkens, Lucas" ;
    schema1:description "archeoloog",
        "drs." ;
    schema1:familyName "Meurkens" ;
    schema1:givenName "Lucas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0858a92df2d7b65029fb075f110f0929> ;
    schema1:name "Lucas Meurkens" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/290096674>,
        <https://isni.org/isni/000000039538474X> .

