@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/1005648> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robert Moran" ;
    ns1:birthDate "1937-01-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5419384/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Robert Moran" ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Moran>,
        <http://www.wikidata.org/entity/Q557501>,
        <https://id.loc.gov/authorities/names/n82105293>,
        <https://musicbrainz.org/artist/0ce60eac-fa6f-4552-b4e8-e68c6ea34e80> .

