@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/1026787> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mary Elizabeth Coleridge" ;
    ns1:birthDate "1861-09-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/12048386/> ;
    ns1:deathDate "1907-08-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Mary Elizabeth Coleridge" ;
    skos:exactMatch <http://dbpedia.org/resource/Mary_Elizabeth_Coleridge>,
        <http://www.wikidata.org/entity/Q433136>,
        <https://id.loc.gov/authorities/names/n93108069>,
        <https://musicbrainz.org/artist/c935d945-5ed9-4064-8c2e-ae222a21cd9a> .

