@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/26601> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karin Branzell" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/746> ;
    ns1:birthDate "1891-09-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2673730/> ;
    ns1:deathDate "1974-12-14"^^xsd:date ;
    ns1:name "Karin Branzell" ;
    skos:exactMatch <http://dbpedia.org/resource/Karin_Branzell>,
        <http://www.wikidata.org/entity/Q1325598>,
        <https://id.loc.gov/authorities/names/n84130392>,
        <https://musicbrainz.org/artist/ae061028-fb3e-4c1a-ae1a-f7408e5b24e9> .

