@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/1023797> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Julius Brammer" ;
    ns1:birthDate "1877-03-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3066256/> ;
    ns1:deathDate "1943-04-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Julius Brammer" ;
    skos:exactMatch <http://dbpedia.org/resource/Julius_Brammer>,
        <http://www.wikidata.org/entity/Q214815>,
        <https://id.loc.gov/authorities/names/n82032725>,
        <https://musicbrainz.org/artist/29dafa87-9a64-4037-86a9-64c6d39e7dbb> .

