@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/1025377> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Louise Ackermann" ;
    ns1:birthDate "1813-11-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1890-08-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    skos:exactMatch <http://dbpedia.org/resource/Louise-Victorine_Ackermann>,
        <http://www.wikidata.org/entity/Q295022>,
        <https://id.loc.gov/authorities/names/no2007035737>,
        <https://musicbrainz.org/artist/ec8e089e-5a04-4297-9a06-d0b619ca1ea4> .

