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

<http://data.bibliotheken.nl/id/thes/p171628578> a schema1:Person ;
    rdfs:label "Dijkstra, Yde (archeologie)" ;
    schema1:alternateName "Dijkstra, Ido",
        "Dykstra, Yde" ;
    schema1:description "ook politiek" ;
    schema1:familyName "Dijkstra" ;
    schema1:givenName "Yde" ;
    schema1:hasOccupation "archeologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eb01d989963b1c81196b59e6f93d8e49> ;
    schema1:name "Yde Dijkstra" ;
    schema1:sameAs <http://viaf.org/viaf/288191613>,
        <https://isni.org/isni/0000000393817054> .

