@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/p071263225> a schema1:Person ;
    rdfs:label "Cothias, Patrick (1948-)" ;
    schema1:alternateName "Cothias" ;
    schema1:birthDate "1948" ;
    schema1:familyName "Cothias" ;
    schema1:givenName "Patrick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ba3a1861907ad82bb7dfc922017bea54> ;
    schema1:name "Patrick Cothias" ;
    schema1:sameAs <http://viaf.org/viaf/9858192>,
        wd:Q286689,
        <https://isni.org/isni/0000000121201416> .

