@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/1025163> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Eddy Marnay" ;
    ns1:birthDate "1920-12-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2507480/> ;
    ns1:deathDate "2003-01-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    skos:exactMatch <http://dbpedia.org/resource/Eddy_Marnay>,
        <http://www.wikidata.org/entity/Q587483>,
        <https://id.loc.gov/authorities/names/no91021528>,
        <https://musicbrainz.org/artist/f0d940c3-e3f8-48f0-882f-7eac6201f59d> .

