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

<http://data.bibliotheken.nl/id/thes/p092791484> a schema1:Person ;
    rdfs:label "Smits, Carla" ;
    schema1:description "luistervaardigheid" ;
    schema1:familyName "Smits" ;
    schema1:givenName "Carla" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7bd7a1a954745df6c598a73e64f3bd60> ;
    schema1:name "Carla Smits" ;
    schema1:sameAs <http://viaf.org/viaf/283061910> .

