@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/37288> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Michael Douglas" ;
    ns1:birthDate "1944-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5101717/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946> ;
    ns1:name "Michael Douglas" ;
    skos:exactMatch <http://dbpedia.org/resource/Michael_Douglas>,
        <http://id.loc.gov/authorities/names/n85376869>,
        <http://www.wikidata.org/entity/Q119798>,
        <https://musicbrainz.org/artist/85ca3ac2-d80a-40e9-a34c-7b37eadc03eb> .

