@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/1013346> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frank Crumit" ;
    ns1:birthDate "1889-09-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4515318/> ;
    ns1:deathDate "1943-09-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Frank Crumit" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_Crumit>,
        <http://id.loc.gov/authorities/names/n96022607>,
        <http://www.wikidata.org/entity/Q5486048>,
        <https://musicbrainz.org/artist/5f2b77ec-419c-410d-944f-d1139a46b91a> .

