@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/1007866> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Friedrich Curschmann" ;
    ns1:birthDate "1805-06-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2950159/> ;
    ns1:deathDate "1841-08-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Karl Friedrich Curschmann" ;
    skos:exactMatch <http://dbpedia.org/resource/Friedrich_Curschmann>,
        <http://id.loc.gov/authorities/names/no93038291>,
        <http://www.wikidata.org/entity/Q830933>,
        <https://musicbrainz.org/artist/22c18670-5f88-4bbc-91c6-adebb61cb4b1> .

