@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/p068727879> a schema1:Person ;
    rdfs:label "Hoebeke, Marcel Joseph (1918-1990 ; neerlandicus)" ;
    schema1:birthDate "1918" ;
    schema1:deathDate "1990" ;
    schema1:familyName "Hoebeke" ;
    schema1:givenName "Marcel Joseph" ;
    schema1:hasOccupation "neerlandicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bdc643c7e5aa7dd26dbe82cd6791724f> ;
    schema1:name "Marcel Joseph Hoebeke" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/48246520>,
        wd:Q49996222,
        <https://isni.org/isni/0000000061326304> .

