@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/1029024> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ric Marlow" ;
    ns1:birthDate "1925-12-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110266/> ;
    ns1:deathDate "2017-02-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ric Marlow" ;
    skos:exactMatch <http://dbpedia.org/resource/Ric_Marlow>,
        <http://www.wikidata.org/entity/Q7322474>,
        <https://id.loc.gov/authorities/n2015008263>,
        <https://musicbrainz.org/artist/ada8702e-38a9-4ab1-a286-8846de76ddc9> .

