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

<http://data.bibliotheken.nl/id/thes/p068260326> a schema1:Person ;
    rdfs:label "Floor, Harry (China)" ;
    schema1:familyName "Floor" ;
    schema1:givenName "Harry" ;
    schema1:hasOccupation "China" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/70032dea3e28284ac7b31fd78a9600dc> ;
    schema1:name "Harry Floor" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/286487965>,
        <https://isni.org/isni/0000000369153999> .

