@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/1006670> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Coprario" ;
    ns1:deathDate "1626"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Coprario" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Cooper_(composer)>,
        <http://id.loc.gov/authorities/names/n81134938>,
        <http://www.wikidata.org/entity/Q676541>,
        <https://musicbrainz.org/artist/59101afb-5a04-4503-ae4d-19fd17d60574> .

