@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/1007980> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johannes Pache" ;
    ns1:birthDate "1857-12-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2948267/> ;
    ns1:deathDate "1897-12-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johannes Pache" ;
    skos:exactMatch <http://dbpedia.org/resource/Johannes_Pache>,
        <http://id.loc.gov/authorities/names/no2003042708>,
        <http://www.wikidata.org/entity/Q6216896>,
        <https://musicbrainz.org/artist/0f3995ce-0430-41d3-ba42-ba7753243267> .

