@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1027084> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Christiana Mariana von Ziegler" ;
    ns1:birthDate "1695-06-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2879139/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Christiana Mariana von Ziegler" ;
    skos:exactMatch <http://dbpedia.org/resource/Christiana_Mariana_von_Ziegler>,
        <http://www.wikidata.org/entity/Q87099>,
        <https://id.loc.gov/authorities/names/n86858151>,
        <https://musicbrainz.org/artist/232b64c5-0ea3-4a0d-80b9-2469de757c35> .

