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

<http://data.bibliotheken.nl/id/thes/p421162422> a schema1:Person ;
    rdfs:label "Veenstra, S. (archeologie)" ;
    schema1:description "Saxion Hogeschool, Deventer" ;
    schema1:familyName "Veenstra" ;
    schema1:givenName "S." ;
    schema1:hasOccupation "archeologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c08aceafa365258d9c6693f4e453876f> ;
    schema1:name "S. Veenstra" ;
    schema1:sameAs <http://viaf.org/viaf/40154921352663592602>,
        <https://isni.org/isni/0000000473970534> .

