@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/25481> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hugo Riesenfeld" ;
    ns1:birthDate "1879-01-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761369/> ;
    ns1:deathDate "1939-09-10"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hugo Riesenfeld" ;
    skos:exactMatch <http://dbpedia.org/resource/Hugo_Riesenfeld>,
        <http://id.loc.gov/authorities/names/n87847049>,
        <http://www.wikidata.org/entity/Q79043>,
        <https://musicbrainz.org/artist/7ed88675-8bf1-4f31-933e-16e00d830d23> .

