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

<http://data.bibliotheken.nl/id/thes/p100364039> a schema1:Person ;
    rdfs:label "Lichtenstein, Sabine Klara (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:description "dr.",
        "musicologe",
        "vert." ;
    schema1:familyName "Lichtenstein" ;
    schema1:givenName "Sabine Klara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f821960d8b9a2d0d3e3b9e9f0d326435> ;
    schema1:name "Sabine Klara Lichtenstein" ;
    schema1:sameAs <http://viaf.org/viaf/164084791>,
        <https://isni.org/isni/0000000112570893> .

