@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/1005557> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dick Lieb" ;
    ns1:birthDate "1930-03-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4920607/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Dick Lieb" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q14692705>,
        <https://id.loc.gov/authorities/names/no98007646>,
        <https://musicbrainz.org/artist/74d90709-614a-4f06-a032-0545edc524ff> .

