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

<http://data.bibliotheken.nl/id/thes/p072893583> a schema1:Person ;
    rdfs:label "Vrede, Anton (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:familyName "Vrede" ;
    schema1:givenName "Anton" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/99070831a47472f487ff1d9175deff3d> ;
    schema1:name "Anton Vrede" ;
    schema1:sameAs <http://viaf.org/viaf/190982728>,
        wd:Q2037388,
        <https://isni.org/isni/0000000139943979> .

