@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/27341> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Pohlig" ;
    ns1:birthDate "1864-02-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3064288/> ;
    ns1:deathDate "1928-06-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Karl Pohlig" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Pohlig>,
        <http://id.loc.gov/authorities/names/n2019012901>,
        <http://www.wikidata.org/entity/Q560632>,
        <https://musicbrainz.org/artist/04bf380c-74ee-437b-a738-542c847b9b01> .

