@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/1012037> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carl Frühling" ;
    ns1:birthDate "1868-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/702550/> ;
    ns1:deathDate "1937-11-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carl Frühling" ;
    skos:exactMatch <http://dbpedia.org/resource/Carl_Fr%C3%BChling>,
        <http://id.loc.gov/authorities/names/nr00011485>,
        <http://www.wikidata.org/entity/Q2896837>,
        <https://musicbrainz.org/artist/c028713e-1218-4efe-a80b-2f9b2f2a3fd8> .

