@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/81042> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sean Penn" ;
    ns1:birthDate "1960-08-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5393212/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/507>,
        <http://data.carnegiehall.org/roles/946> ;
    ns1:name "Sean Penn" ;
    skos:exactMatch <http://dbpedia.org/resource/Sean_Penn>,
        <http://www.wikidata.org/entity/Q44221>,
        <https://id.loc.gov/authorities/n88034911>,
        <https://musicbrainz.org/artist/9403f986-b6a0-41a2-af4b-e66567a93169> .

