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

<http://data.bibliotheken.nl/id/thes/p067799698> a schema1:Person ;
    rdfs:label "Viaene, Jozef (1928-)" ;
    schema1:alternateName "Viaene, Jos",
        "Viaene, Jozef Maria" ;
    schema1:birthDate "1928" ;
    schema1:familyName "Viaene" ;
    schema1:givenName "Jozef" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4462d89f08a69348c365fe0bb3c846fc> ;
    schema1:name "Jozef Viaene" ;
    schema1:sameAs <http://viaf.org/viaf/50533114>,
        <https://isni.org/isni/0000000023223806> .

