@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/83502> foaf:primaryTopic <album/83502#subject> .

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

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

<product/194#subject> a schema:CreativeWork ;
    schema:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn ;
    foaf:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn .

<product/2295#subject> a schema:CreativeWork ;
    schema:name "Super Dodge Ball"@en,
        "熱血高校ドッジボール部"@ja,
        "Nekketsu Koukou Dodgeball Bu"@ja-latn ;
    foaf:name "Super Dodge Ball"@en,
        "熱血高校ドッジボール部"@ja,
        "Nekketsu Koukou Dodgeball Bu"@ja-latn .

<product/7483#subject> a schema:CreativeWork ;
    schema:name "Shadowgate"@en,
        "シャドウゲイト"@ja,
        "Shadowgate"@ja-latn ;
    foaf:name "Shadowgate"@en,
        "シャドウゲイト"@ja,
        "Shadowgate"@ja-latn .

<product/815#subject> a schema:CreativeWork ;
    schema:name "Super Castlevania IV"@en,
        "悪魔城ドラキュラ"@ja,
        "Akumajo Dracula"@ja-latn ;
    foaf:name "Super Castlevania IV"@en,
        "悪魔城ドラキュラ"@ja,
        "Akumajo Dracula"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/20/83502/83502-1547611489.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/83502#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "4 Video Game Songs Revisited"@en,
        "4 Video Game Songs Revisited"@ja,
        "4 Video Game Songs Revisited"@ja-latn ;
    mo:performance_of <album/83502#musicalwork> ;
    mo:performer <artist/17454#subject> ;
    mo:recorded_as <album/83502#musicalexpression> ;
    schema:byArtist <artist/17454#subject> ;
    schema:name "4 Video Game Songs Revisited"@en,
        "4 Video Game Songs Revisited"@ja,
        "4 Video Game Songs Revisited"@ja-latn ;
    schema:workPerformed <album/83502#musicalwork> .

<artist/17454#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/83502#performance> ;
    schema:name "Matt Bollenbach"@en ;
    foaf:name "Matt Bollenbach"@en .

<album/83502#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "4 Video Game Songs Revisited"@en,
        "4 Video Game Songs Revisited"@ja,
        "4 Video Game Songs Revisited"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Kazuo Sawa"@en ;
            foaf:made <album/83502#composition> ;
            foaf:name "Kazuo Sawa"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Masanori Adachi"@en ;
            foaf:made <album/83502#composition> ;
            foaf:name "Masanori Adachi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Yasunori Mitsuda"@en ;
            foaf:made <album/83502#composition> ;
            foaf:name "Yasunori Mitsuda"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Hiroyuki Masuno"@en ;
            foaf:made <album/83502#composition> ;
            foaf:name "Hiroyuki Masuno"@en ] ;
    mo:produced_work <album/83502#musicalwork> ;
    schema:name "4 Video Game Songs Revisited"@en,
        "4 Video Game Songs Revisited"@ja,
        "4 Video Game Songs Revisited"@ja-latn .

<album/83502#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-06-03"^^xsd:date ;
    dcterms:title "4 Video Game Songs Revisited"@en,
        "4 Video Game Songs Revisited"@ja,
        "4 Video Game Songs Revisited"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/83502#musicalexpression> ;
    mo:publisher _:N37ea255fb9494a9dbbf0a83055d7c3d9 ;
    mo:record _:Nea391cbd86d7465fb00c04aa1d0e0718 ;
    mo:record_count 1 ;
    schema:about <product/194#subject>,
        <product/2295#subject>,
        <product/7483#subject>,
        <product/815#subject> ;
    schema:byArtist <artist/17454#subject> ;
    schema:datePublished "2018-06-03"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/20/83502/83502-1547611489.jpg> ;
    schema:name "4 Video Game Songs Revisited"@en,
        "4 Video Game Songs Revisited"@ja,
        "4 Video Game Songs Revisited"@ja-latn ;
    schema:publisher _:N37ea255fb9494a9dbbf0a83055d7c3d9 ;
    foaf:depiction <https://media.vgm.io/albums/20/83502/83502-1547611489.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/83502#subject> ;
    schema:name "Kazuo Sawa"@en ;
    foaf:made <album/83502#subject> ;
    foaf:name "Kazuo Sawa"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/83502#subject> ;
    schema:name "Masanori Adachi"@en ;
    foaf:made <album/83502#subject> ;
    foaf:name "Masanori Adachi"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/83502#subject> ;
    schema:name "Yasunori Mitsuda"@en ;
    foaf:made <album/83502#subject> ;
    foaf:name "Yasunori Mitsuda"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/83502#subject> ;
    schema:name "Hiroyuki Masuno"@en ;
    foaf:made <album/83502#subject> ;
    foaf:name "Hiroyuki Masuno"@en .

_:N0401ca0e7b4341f095d45d9328b64b1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shadowgate - Entranceway"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Nea391cbd86d7465fb00c04aa1d0e0718 ;
    schema:name "Shadowgate - Entranceway"@en .

_:N2d23418606e14aa3bd8bda0b7791331f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Dodge Ball - VS Team Shadow"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:Nea391cbd86d7465fb00c04aa1d0e0718 ;
    schema:name "Super Dodge Ball - VS Team Shadow"@en .

_:N37ea255fb9494a9dbbf0a83055d7c3d9 schema:name "matt bollenbach music"@en,
        "matt bollenbach music"@ja,
        "matt bollenbach music"@ja-latn ;
    foaf:name "matt bollenbach music"@en,
        "matt bollenbach music"@ja,
        "matt bollenbach music"@ja-latn .

_:Ne2f47aeb78354142a07025ac3e132a8a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Castlevania IV - Theme of Simon"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:Nea391cbd86d7465fb00c04aa1d0e0718 ;
    schema:name "Super Castlevania IV - Theme of Simon"@en .

_:Nf4aa4f13d53e41c78a21740b0804b783 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chrono Trigger - Guardia Castle"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:Nea391cbd86d7465fb00c04aa1d0e0718 ;
    schema:name "Chrono Trigger - Guardia Castle"@en .

_:Nea391cbd86d7465fb00c04aa1d0e0718 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0401ca0e7b4341f095d45d9328b64b1d,
        _:N2d23418606e14aa3bd8bda0b7791331f,
        _:Ne2f47aeb78354142a07025ac3e132a8a,
        _:Nf4aa4f13d53e41c78a21740b0804b783 ;
    mo:track_count 4 ;
    schema:duration "PT12:57"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N0401ca0e7b4341f095d45d9328b64b1d,
        _:N2d23418606e14aa3bd8bda0b7791331f,
        _:Ne2f47aeb78354142a07025ac3e132a8a,
        _:Nf4aa4f13d53e41c78a21740b0804b783 .

