@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <//vgmdb.animusic.moe/> .

<album/60955> foaf:primaryTopic <album/60955#subject> .

<album/60955#vocals> a mo:Singer .

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60955#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/60955#composition>,
        <album/60955#subject> ;
    foaf:name "Koji Kondo"@en,
        "近藤浩治"@ja .

<artist/432#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60955#subject> ;
    schema:name "Kenta Nagata"@en,
        "永田権太"@ja ;
    foaf:made <album/60955#composition>,
        <album/60955#subject> ;
    foaf:name "Kenta Nagata"@en,
        "永田権太"@ja .

<artist/635#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60955#subject> ;
    schema:name "Minako Hamano"@en,
        "濱野美奈子"@ja ;
    foaf:made <album/60955#composition>,
        <album/60955#subject> ;
    foaf:name "Minako Hamano"@en,
        "濱野美奈子"@ja .

<artist/636#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60955#subject> ;
    schema:name "Kozue Ishikawa"@en,
        "石川こずえ"@ja ;
    foaf:made <album/60955#composition>,
        <album/60955#subject> ;
    foaf:name "Kozue Ishikawa"@en,
        "石川こずえ"@ja .

<artist/692#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60955#subject> ;
    schema:name "Hajime Wakai"@en,
        "若井淑"@ja ;
    foaf:made <album/60955#composition>,
        <album/60955#subject> ;
    foaf:name "Hajime Wakai"@en,
        "若井淑"@ja .

<artist/698#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60955#subject> ;
    schema:name "Toru Minegishi"@en,
        "峰岸透"@ja ;
    foaf:made <album/60955#composition>,
        <album/60955#subject> ;
    foaf:name "Toru Minegishi"@en,
        "峰岸透"@ja .

<product/187#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Ocarina of Time"@en,
        "ゼルダの伝説 時のオカリナ"@ja,
        "Zelda no Densetsu: Toki no Ocarina"@ja-latn ;
    foaf:name "The Legend of Zelda: Ocarina of Time"@en,
        "ゼルダの伝説 時のオカリナ"@ja,
        "Zelda no Densetsu: Toki no Ocarina"@ja-latn .

<product/489#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Majora's Mask"@en,
        "ゼルダの伝説 ムジュラの仮面"@ja,
        "Zelda no Densetsu: Majora no Kamen"@ja-latn ;
    foaf:name "The Legend of Zelda: Majora's Mask"@en,
        "ゼルダの伝説 ムジュラの仮面"@ja,
        "Zelda no Densetsu: Majora no Kamen"@ja-latn .

<product/490#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: The Wind Waker"@en,
        "ゼルダの伝説 風のタクト"@ja,
        "Zelda no Densetsu: Kaze no Takt"@ja-latn ;
    foaf:name "The Legend of Zelda: The Wind Waker"@en,
        "ゼルダの伝説 風のタクト"@ja,
        "Zelda no Densetsu: Kaze no Takt"@ja-latn .

<product/493#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Link's Awakening (1993)"@en,
        "ゼルダの伝説 夢をみる島 (1993)"@ja,
        "Zelda no Densetsu: Yume wo Miru Shima (1993)"@ja-latn ;
    foaf:name "The Legend of Zelda: Link's Awakening (1993)"@en,
        "ゼルダの伝説 夢をみる島 (1993)"@ja,
        "Zelda no Densetsu: Yume wo Miru Shima (1993)"@ja-latn .

<album/60955#lyrics> a mo:Lyrics .

<album/60955#musicalexpression> a mo:Signal ;
    mo:published_as <album/60955#subject> ;
    mo:records <album/60955#performance> .

<https://media.vgm.io/albums/55/60955/60955-1471748234.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/60955#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/55/60955/60955-1471748234.jpg> ;
    foaf:depicts <album/60955#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/55/60955/60955-1471748234.jpg> .

<https://medium-media.vgm.io/albums/55/60955/60955-1471748234.jpg> a schema:ImageObject,
        foaf:Image .

<album/60955#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/60955#composition> ;
    mo:lyrics <album/60955#lyrics> ;
    mo:performed_in <album/60955#performance> ;
    mo:singer <album/60955#vocals> .

<artist/18466#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "CJ Graham"@en ;
    foaf:name "CJ Graham"@en .

<artist/20405#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "Master Sword"@en ;
    foaf:name "Master Sword"@en .

<artist/27847#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "Corey Garst"@en ;
    foaf:name "Corey Garst"@en .

<album/60955#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Epoch"@en,
        "Epoch"@ja,
        "Epoch"@ja-latn ;
    mo:composer <artist/190#subject>,
        <artist/432#subject>,
        <artist/635#subject>,
        <artist/636#subject>,
        <artist/692#subject>,
        <artist/698#subject> ;
    mo:produced_work <album/60955#musicalwork> ;
    schema:name "Epoch"@en,
        "Epoch"@ja,
        "Epoch"@ja-latn .

<album/60955#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Epoch"@en,
        "Epoch"@ja,
        "Epoch"@ja-latn ;
    mo:performance_of <album/60955#musicalwork> ;
    mo:performer _:N0dc5bf039ace438cabebe7bc6fae17f8,
        _:N72766cc2b50e4d8b948d5c0d1acca52f,
        _:N9953354044534339bf1e8258e8eafeeb,
        _:Nbc6e49fc4632401eb08963dc4010cf7d,
        _:Nbcb94fe9329842298b6b3bbf0f4916d2,
        _:Nf929106f5a8e43b1988296bbe806812c,
        _:Nfe6f42aefd8b4525a9fb15a6c70d4438,
        <artist/18466#subject>,
        <artist/20405#subject>,
        <artist/27847#subject> ;
    mo:recorded_as <album/60955#musicalexpression> ;
    schema:byArtist _:N0dc5bf039ace438cabebe7bc6fae17f8,
        _:N72766cc2b50e4d8b948d5c0d1acca52f,
        _:N9953354044534339bf1e8258e8eafeeb,
        _:Nbc6e49fc4632401eb08963dc4010cf7d,
        _:Nbcb94fe9329842298b6b3bbf0f4916d2,
        _:Nf929106f5a8e43b1988296bbe806812c,
        _:Nfe6f42aefd8b4525a9fb15a6c70d4438,
        <artist/18466#subject>,
        <artist/20405#subject>,
        <artist/27847#subject> ;
    schema:name "Epoch"@en,
        "Epoch"@ja,
        "Epoch"@ja-latn ;
    schema:workPerformed <album/60955#musicalwork> .

<album/60955#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-06-15"^^xsd:date ;
    dcterms:title "Epoch"@en,
        "Epoch"@ja,
        "Epoch"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/60955#musicalexpression> ;
    mo:publisher _:N81b4013002474f2cbc829337be10ede6 ;
    mo:record _:Nca3ba2f5a41044c4bda198cf5664bf28 ;
    mo:record_count 1 ;
    schema:about <product/187#subject>,
        <product/489#subject>,
        <product/490#subject>,
        <product/493#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "(Matt Farkas"@en ;
            foaf:name "(Matt Farkas"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Robert Bradley"@en ;
            foaf:name "Robert Bradley"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Chad Keyser"@en ;
            foaf:name "Chad Keyser"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Mary Patton)"@en ;
            foaf:name "Mary Patton)"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Melanie Kurstin"@en ;
            foaf:name "Melanie Kurstin"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Lauren Kuhn"@en ;
            foaf:name "Lauren Kuhn"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Nina Osegueda"@en ;
            foaf:name "Nina Osegueda"@en ],
        <artist/18466#subject>,
        <artist/20405#subject>,
        <artist/27847#subject> ;
    schema:datePublished "2015-06-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/55/60955/60955-1471748234.jpg> ;
    schema:name "Epoch"@en,
        "Epoch"@ja,
        "Epoch"@ja-latn ;
    schema:publisher _:N81b4013002474f2cbc829337be10ede6 ;
    foaf:depiction <https://media.vgm.io/albums/55/60955/60955-1471748234.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Mary Patton"@en ;
    foaf:made <album/60955#subject> ;
    foaf:name "Mary Patton"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Mary Patton"@en ;
    foaf:made <album/60955#lyrics> ;
    foaf:name "Mary Patton"@en .

_:N0dc5bf039ace438cabebe7bc6fae17f8 a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "Mary Patton)"@en ;
    foaf:name "Mary Patton)"@en .

_:N72766cc2b50e4d8b948d5c0d1acca52f a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "Nina Osegueda"@en ;
    foaf:name "Nina Osegueda"@en .

_:N81b4013002474f2cbc829337be10ede6 schema:name "Master Sword"@en ;
    foaf:name "Master Sword"@en .

_:N8318ab227065401fab96850e5409e940 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Forsaken Tribe"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nca3ba2f5a41044c4bda198cf5664bf28 ;
    schema:name "The Forsaken Tribe"@en .

_:N9953354044534339bf1e8258e8eafeeb a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "Chad Keyser"@en ;
    foaf:name "Chad Keyser"@en .

_:Nb90d9b04091d40f7a005c857703d72ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Terrible Fate"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nca3ba2f5a41044c4bda198cf5664bf28 ;
    schema:name "A Terrible Fate"@en .

_:Nbc6e49fc4632401eb08963dc4010cf7d a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "Robert Bradley"@en ;
    foaf:name "Robert Bradley"@en .

_:Nbcb94fe9329842298b6b3bbf0f4916d2 a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "Lauren Kuhn"@en ;
    foaf:name "Lauren Kuhn"@en .

_:Nc424013fc6e74aa2a2bc69231173de55 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Mountain [One Last Fight]"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nca3ba2f5a41044c4bda198cf5664bf28 ;
    schema:name "The Mountain [One Last Fight]"@en .

_:Ne1b2b9ca56954384a0f0ab4fe1ba4eea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legends"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nca3ba2f5a41044c4bda198cf5664bf28 ;
    schema:name "Legends"@en .

_:Nf929106f5a8e43b1988296bbe806812c a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "(Matt Farkas"@en ;
    foaf:name "(Matt Farkas"@en .

_:Nfe6f42aefd8b4525a9fb15a6c70d4438 a schema:Person,
        foaf:Person ;
    mo:performed <album/60955#performance> ;
    schema:name "Melanie Kurstin"@en ;
    foaf:name "Melanie Kurstin"@en .

_:Nca3ba2f5a41044c4bda198cf5664bf28 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8318ab227065401fab96850e5409e940,
        _:Nb90d9b04091d40f7a005c857703d72ee,
        _:Nc424013fc6e74aa2a2bc69231173de55,
        _:Ne1b2b9ca56954384a0f0ab4fe1ba4eea ;
    mo:track_count 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N8318ab227065401fab96850e5409e940,
        _:Nb90d9b04091d40f7a005c857703d72ee,
        _:Nc424013fc6e74aa2a2bc69231173de55,
        _:Ne1b2b9ca56954384a0f0ab4fe1ba4eea .

