@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/1009279> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Kasper Mertz" ;
    ns1:birthDate "1806-08-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3060972/> ;
    ns1:deathDate "1856-10-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johann Kasper Mertz" ;
    skos:exactMatch <http://dbpedia.org/resource/Johann_Kaspar_Mertz>,
        <http://id.loc.gov/authorities/names/n82139112>,
        <http://www.wikidata.org/entity/Q144147>,
        <https://musicbrainz.org/artist/5aa2d2d8-85e4-48f0-b619-afc54ccc91b7> .

