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

<http://data.bibliotheken.nl/id/thes/p069123314> a schema1:Person ;
    rdfs:label "Brown, Rita Mae (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Rita_Mae_Brown",
        "bron: https://www.lovereading4kids.co.uk/author/2483/Ruth-Brown.html#:~:text=Ruth%20Brown%20is%20the%20creator,Eye%20Spy" ;
    schema1:familyName "Brown" ;
    schema1:givenName "Rita Mae" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/305e5eb09062a352d8bf9626f4627c32> ;
    schema1:name "Rita Mae Brown" ;
    schema1:sameAs wd:Q242956,
        <https://isni.org/isni/0000000110838550> .

