@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/p068784287> a schema1:Person ;
    rdfs:label "Boutros, Labib (1935-)" ;
    schema1:birthDate "1935" ;
    schema1:familyName "Boutros" ;
    schema1:givenName "Labib" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/18a9e2ad3889fdab755ff12a15b5e4b4> ;
    schema1:name "Labib Boutros" ;
    schema1:sameAs <http://viaf.org/viaf/114773166>,
        wd:Q117197446,
        <https://isni.org/isni/0000000083193098> .

