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

<http://data.bibliotheken.nl/id/thes/p230178243> a schema1:Person ;
    rdfs:label "Greune, Rotraut" ;
    schema1:familyName "Greune" ;
    schema1:givenName "Rotraut" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f085cdc5b9db43486eda67d244c7b8af> ;
    schema1:name "Rotraut Greune" ;
    schema1:sameAs <http://viaf.org/viaf/44919590>,
        <https://isni.org/isni/0000000368704322> .

