@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/59145> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Oskar Karlweis" ;
    ns1:birthDate "1894-06-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2776358/> ;
    ns1:deathDate "1956-01-24"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151>,
        <http://data.carnegiehall.org/roles/409>,
        <http://data.carnegiehall.org/roles/507> ;
    ns1:name "Oskar Karlweis" ;
    skos:exactMatch <http://dbpedia.org/resource/Oskar_Karlweis>,
        <http://id.loc.gov/authorities/names/no97049338>,
        <http://www.wikidata.org/entity/Q87042>,
        <https://musicbrainz.org/artist/9ad51566-d5c1-4019-850c-7172b6652600> .

