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

<http://data.bibliotheken.nl/id/thes/p069364206> a schema1:Person ;
    rdfs:label "Wijk, Wouter van (1917-)" ;
    schema1:birthDate "1917" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Walter_van_Wijk#cite_note-4",
        "geb. Maastricht 2-8-1917",
        "hoofdredacteur van Het Vaderland van 1951 tot 1970",
        "socioloog en historicus; zoon van dr. Walter Emile van Wijk" ;
    schema1:familyName "van Wijk" ;
    schema1:givenName "Wouter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1cd61f8ea392d8f82c08ee1df8337222> ;
    schema1:name "Wouter van Wijk" ;
    schema1:sameAs <http://viaf.org/viaf/14913700>,
        <https://isni.org/isni/0000000001643113> .

