@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 _:N0f6b82d3722d43ab98e3c68ee79a66e7,
        _:N2598b72d237d4aa582bf33c815bdab3d,
        _:N484ac10fd409435d875f7268ff037d3f,
        _:N4ff87f7aa5124b74a6128cb015d6c945,
        _:N5371f47a2d03499a98bdc8bc63979630,
        _:N852e75d8d91e48b3a92e0449d426e8b5,
        _:Ncc0cd158fbaf4568a28cdf5ee8d5d0d1,
        <artist/18466#subject>,
        <artist/20405#subject>,
        <artist/27847#subject> ;
    mo:recorded_as <album/60955#musicalexpression> ;
    schema:byArtist _:N0f6b82d3722d43ab98e3c68ee79a66e7,
        _:N2598b72d237d4aa582bf33c815bdab3d,
        _:N484ac10fd409435d875f7268ff037d3f,
        _:N4ff87f7aa5124b74a6128cb015d6c945,
        _:N5371f47a2d03499a98bdc8bc63979630,
        _:N852e75d8d91e48b3a92e0449d426e8b5,
        _:Ncc0cd158fbaf4568a28cdf5ee8d5d0d1,
        <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 _:Na4c9d741bc9245b0aa2df859b70dc057 ;
    mo:record _:Nb3d926a502634939a58890ddff23f937 ;
    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 "Melanie Kurstin"@en ;
            foaf:name "Melanie Kurstin"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "(Matt Farkas"@en ;
            foaf:name "(Matt Farkas"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Lauren Kuhn"@en ;
            foaf:name "Lauren Kuhn"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Chad Keyser"@en ;
            foaf:name "Chad Keyser"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Robert Bradley"@en ;
            foaf:name "Robert Bradley"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Mary Patton)"@en ;
            foaf:name "Mary Patton)"@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 _:Na4c9d741bc9245b0aa2df859b70dc057 ;
    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 .

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

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

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

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

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

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

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

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

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

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

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

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

_:Nb3d926a502634939a58890ddff23f937 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N409ea46156354754971d8ad9e6f44198,
        _:N4ff6b93fa85f4093b721345b10b7f859,
        _:Nbafb34f4d292453fa66e70b2b1fe53a6,
        _:Nf70f3c13a6d346fcb7e7142e8884bd01 ;
    mo:track_count 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N409ea46156354754971d8ad9e6f44198,
        _:N4ff6b93fa85f4093b721345b10b7f859,
        _:Nbafb34f4d292453fa66e70b2b1fe53a6,
        _:Nf70f3c13a6d346fcb7e7142e8884bd01 .

