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

<http://data.bibliotheken.nl/id/thes/p363097007> a schema1:Person ;
    rdfs:label "Facio, Hugo" ;
    schema1:alternateName "Facio",
        "Facio, HS",
        "Facio, Hugo S." ;
    schema1:description "inkleuring strips" ;
    schema1:familyName "Facio" ;
    schema1:givenName "Hugo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3bad0ebd2a52395893467d72ad971625> ;
    schema1:name "Hugo Facio" ;
    schema1:sameAs <http://viaf.org/viaf/197529342>,
        <https://isni.org/isni/0000000423138088> .

