@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/89009> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Laura Linney" ;
    ns1:birthDate "1964-02-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/409> ;
    ns1:name "Laura Linney" ;
    skos:exactMatch <http://dbpedia.org/resource/Laura_Linney>,
        <http://www.wikidata.org/entity/Q223281>,
        <https://id.loc.gov/authorities/names/nr98027490>,
        <https://musicbrainz.org/artist/ff3f94d1-a50b-4b37-9d9e-a4be45e86495> .

