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

<http://data.bibliotheken.nl/id/thes/p086086855> a schema1:Person ;
    rdfs:label "Abel, Marianne" ;
    schema1:description "keramiste" ;
    schema1:familyName "Abel" ;
    schema1:givenName "Marianne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1dbb1bd117ed922e15b6ffd77aeb7eff> ;
    schema1:name "Marianne Abel" ;
    schema1:sameAs <http://viaf.org/viaf/2864163709904829700001>,
        <https://isni.org/isni/0000000393682639> .

