@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/1000173> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "August Labitzky" ;
    ns1:birthDate "1832-11-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3079609/> ;
    ns1:deathDate "1903-08-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "August Labitzky" ;
    skos:exactMatch <http://dbpedia.org/resource/August_Labitzky>,
        <http://id.loc.gov/authorities/names/no99075341>,
        <http://www.wikidata.org/entity/Q326278>,
        <https://musicbrainz.org/artist/85f082a9-e6b6-4762-878a-fe4a28054b31> .

