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

<http://data.bibliotheken.nl/id/thes/p244632979> a schema1:Person ;
    rdfs:label "Garcia, Manuel (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:description "striptekenaar" ;
    schema1:familyName "Garcia" ;
    schema1:givenName "Manuel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/367bd995247885afba9fc0d23aadf4f6> ;
    schema1:name "Manuel Garcia" ;
    schema1:sameAs <http://viaf.org/viaf/120163893>,
        <https://isni.org/isni/0000000077963228> .

