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

<http://data.bibliotheken.nl/id/thes/p083280979> a schema1:Person ;
    rdfs:label "Groos, Cinta" ;
    schema1:description "roepnaam ook (abusievelijk?) Cintha" ;
    schema1:familyName "Groos" ;
    schema1:givenName "Cinta" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1bb5d957291ea0bbab654dbdf555f7c9> ;
    schema1:name "Cinta Groos" ;
    schema1:sameAs <http://viaf.org/viaf/285888392>,
        <https://isni.org/isni/0000000391988132> .

