@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/1004148> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arthur Vincent Lourié" ;
    ns1:birthDate "1892-05-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/621838/> ;
    ns1:deathDate "1966-10-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arthur Vincent Lourié" ;
    skos:exactMatch <http://dbpedia.org/resource/Arthur_Louri%C3%A9>,
        <http://id.loc.gov/authorities/names/no88002695>,
        <http://www.wikidata.org/entity/Q710458>,
        <https://musicbrainz.org/artist/9ba6db8c-9385-4eae-bcb2-ac5f3dae733f> .

