@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/142401> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Leguizamo" ;
    ns1:birthDate "1960-07-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3688689/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946> ;
    ns1:name "John Leguizamo" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Leguizamo>,
        <http://www.wikidata.org/entity/Q295233>,
        <https://id.loc.gov/authorities/n93015553>,
        <https://musicbrainz.org/artist/bbe81d6b-2f24-424c-9a74-a098f3c4484b> .

