@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/1008242> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mark Adamo" ;
    ns1:birthDate "1962"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Mark Adamo" ;
    skos:exactMatch <http://dbpedia.org/resource/Mark_Adamo>,
        <http://id.loc.gov/authorities/names/no98068393>,
        <http://www.wikidata.org/entity/Q960129>,
        <https://musicbrainz.org/artist/8be6c4b1-160f-459b-b64c-f6883ec3ca60> .

