@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/p071298959> a schema1:Person ;
    rdfs:label "Joly, Octave (1910-1988)" ;
    schema1:birthDate "1910" ;
    schema1:deathDate "1988" ;
    schema1:description "mb" ;
    schema1:familyName "Joly" ;
    schema1:givenName "Octave" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dc2a484ce48cf09951e2f685a07707fa> ;
    schema1:name "Octave Joly" ;
    schema1:sameAs <http://viaf.org/viaf/51691338>,
        wd:Q1633057 .

