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

<http://data.bibliotheken.nl/id/thes/p417289235> a schema1:Person ;
    rdfs:label "Fernandez, Cédric (1983-)" ;
    schema1:alternateName "Fernandez",
        "Fernandez, C." ;
    schema1:birthDate "1983" ;
    schema1:description "striptekenaar",
        "zie ook: Rivera" ;
    schema1:familyName "Fernandez" ;
    schema1:givenName "Cédric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/75f519e644e02fc662c4e900e8964af7> ;
    schema1:name "Cédric Fernandez" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p425807479>,
        <http://viaf.org/viaf/313413628>,
        <https://isni.org/isni/0000000447220801> .

