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

<http://data.bibliotheken.nl/id/thes/p067999506> a schema1:Person ;
    rdfs:label "Floor, Peter" ;
    schema1:description "onderwijskundige" ;
    schema1:familyName "Floor" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c927bc67f87c465050d68e56b0f500d0> ;
    schema1:name "Peter Floor" ;
    schema1:sameAs <http://viaf.org/viaf/284116961> .

