@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/1009398> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Florence Price" ;
    ns1:birthDate "1887-04-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4119403/> ;
    ns1:deathDate "1953-06-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Florence Price" ;
    skos:exactMatch <http://dbpedia.org/resource/Florence_Price>,
        <http://id.loc.gov/authorities/names/n87139541>,
        <http://www.wikidata.org/entity/Q520522>,
        <https://musicbrainz.org/artist/b8f27069-283c-4a2d-979a-7ee9e0b49c75> .

