@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/134474> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mark Waldrop" ;
    ns1:birthDate "1954"^^xsd:gYear ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/971>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Mark Waldrop" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no99084802>,
        <https://musicbrainz.org/artist/cdbf7f55-6c51-454f-91c2-381e05b4ec29> .

