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

<http://data.bibliotheken.nl/id/thes/p074929933> a schema1:Person ;
    rdfs:label "Daems, Luc (1942-)" ;
    schema1:birthDate "1942" ;
    schema1:description "mb",
        "neerlandicus" ;
    schema1:familyName "Daems" ;
    schema1:givenName "Luc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce526b6e6f43da48110ddafe4c71491c> ;
    schema1:name "Luc Daems" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/49439010>,
        <https://isni.org/isni/0000000110616712> .

