@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/1020589> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arthur Marshall" ;
    ns1:birthDate "1881-11-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4407376/> ;
    ns1:deathDate "1968-08-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arthur Marshall" ;
    skos:exactMatch <http://dbpedia.org/resource/Arthur_Marshall_(composer)>,
        <http://id.loc.gov/authorities/names/nr96023916>,
        <http://www.wikidata.org/entity/Q2865228>,
        <https://musicbrainz.org/artist/11fd3b73-8421-464e-bd88-cbfa332170fa> .

