@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/50001> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frank Damrosch" ;
    ns1:birthDate "1859-06-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3081368/> ;
    ns1:deathDate "1937-10-22"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/edt> ;
    ns1:name "Frank Damrosch" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_Damrosch>,
        <http://id.loc.gov/authorities/names/nr91045292>,
        <http://www.wikidata.org/entity/Q962237>,
        <https://musicbrainz.org/artist/ca52ed64-c310-4e90-b40e-4c9eb1554def> .

