@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/35224> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Julius Herrmann" ;
    ns1:birthDate "1889-12-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761353/> ;
    ns1:deathDate "1977-02-14"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Julius Herrmann" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n96023997>,
        <http://www.wikidata.org/entity/Q19960318>,
        <https://musicbrainz.org/artist/e51d3cfd-2191-4ac0-a12f-8998824bc171> .

