@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/1014482> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Etienne Moulinié" ;
    ns1:birthDate "1599-10-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3007671/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Etienne Moulinié" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%89tienne_Moulini%C3%A9>,
        <http://id.loc.gov/authorities/names/nr89009755>,
        <http://www.wikidata.org/entity/Q205898>,
        <https://musicbrainz.org/artist/5645a7c1-1083-499a-9d8f-04ffbecf0fc0> .

