@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/1023583> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marianne Moore" ;
    ns1:birthDate "1887-11-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4393739/> ;
    ns1:deathDate "1972-02-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Marianne Moore" ;
    skos:exactMatch <http://dbpedia.org/resource/Marianne_Moore>,
        <http://id.loc.gov/authorities/names/n50016866>,
        <http://www.wikidata.org/entity/Q278495>,
        <https://musicbrainz.org/artist/4a08e99d-3a9d-4dda-b9d9-c9a52bb7e87d> .

