@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/1003255> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Josquin des Prez" ;
    ns1:birthDate "1440"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2796741/> ;
    ns1:deathDate "1521-08-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Josquin des Prez" ;
    skos:exactMatch <http://dbpedia.org/resource/Josquin_des_Prez>,
        <http://id.loc.gov/authorities/names/n80005115>,
        <http://musicbrainz.org/artist/bd941ba5-703b-44ec-8f56-1028cb0e30b3>,
        <http://www.wikidata.org/entity/Q143100> .

