@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/1030294> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bernard de La Monnoye" ;
    ns1:birthDate "1641-06-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3021372/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Bernard de La Monnoye" ;
    skos:exactMatch <http://dbpedia.org/resource/Bernard_de_la_Monnoye>,
        <http://www.wikidata.org/entity/Q2898822>,
        <https://id.loc.gov/authorities/n82074194>,
        <https://musicbrainz.org/artist/6fff144f-6dcd-4bc7-b4ee-e1801797dffd> .

