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

<http://data.bibliotheken.nl/id/thes/p215909844> a schema1:Person ;
    rdfs:label "Schiltmans, D.E.A." ;
    schema1:description "archeologie",
        "drs.",
        "roepnaam: Dimitri" ;
    schema1:familyName "Schiltmans" ;
    schema1:givenName "D.E.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/af4ba66245cf32e13662bd31b1dcf0a1> ;
    schema1:name "D.E.A. Schiltmans" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/281296212>,
        <https://isni.org/isni/0000000388158031> .

