@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/1003333> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Oskar Böhme" ;
    ns1:birthDate "1870-02-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/10628968/> ;
    ns1:deathDate "1938-10-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Oskar Böhme" ;
    skos:exactMatch <http://dbpedia.org/resource/Oskar_B%C3%B6hme>,
        <http://www.wikidata.org/entity/Q3430849>,
        <https://id.loc.gov/authorities/names/n80125193>,
        <https://musicbrainz.org/artist/c3ad4f04-ce20-4385-bda2-f108f3a7ea9e> .

