@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/1025129> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard Lovelace" ;
    ns1:birthDate "1617-12-09"^^xsd:date ;
    ns1:deathDate "1657"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Richard Lovelace" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_Lovelace>,
        <http://www.wikidata.org/entity/Q2016121>,
        <https://id.loc.gov/authorities/names/n50043518>,
        <https://musicbrainz.org/artist/dfbc07b5-1f04-4aea-8a36-c8cf4233e8f8> .

