@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/1010142> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Samuel Coleridge-Taylor" ;
    ns1:birthDate "1875-08-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1912-09-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Samuel Coleridge-Taylor" ;
    skos:exactMatch <http://dbpedia.org/resource/Samuel_Coleridge-Taylor>,
        <http://id.loc.gov/authorities/names/n81004092>,
        <http://www.wikidata.org/entity/Q739229>,
        <https://musicbrainz.org/artist/4ade7e9d-cb1d-4d35-b711-dd970a7c4341> .

