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

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

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

<artist/10348#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45102#subject> ;
    schema:name "Haim Saban"@en ;
    foaf:made <album/45102#composition>,
        <album/45102#subject> ;
    foaf:name "Haim Saban"@en .

<artist/10349#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45102#subject> ;
    schema:name "Shuki Levy"@en ;
    foaf:made <album/45102#composition>,
        <album/45102#subject> ;
    foaf:name "Shuki Levy"@en .

<artist/363#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45102#subject> ;
    schema:name "Hirokazu Tanaka"@en,
        "田中宏和"@ja ;
    foaf:made <album/45102#composition>,
        <album/45102#subject> ;
    foaf:name "Hirokazu Tanaka"@en,
        "田中宏和"@ja .

<artist/76248#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45102#subject> ;
    schema:name "Ron Wasserman"@en ;
    foaf:made <album/45102#composition>,
        <album/45102#subject> ;
    foaf:name "Ron Wasserman"@en .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45102#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/45102#composition>,
        <album/45102#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<product/175#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY IV"@en,
        "ファイナルファンタジーIV"@ja,
        "FINAL FANTASY IV"@ja-latn ;
    foaf:name "FINAL FANTASY IV"@en,
        "ファイナルファンタジーIV"@ja,
        "FINAL FANTASY IV"@ja-latn .

<product/182#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY VI"@en,
        "ファイナルファンタジーVI"@ja,
        "FINAL FANTASY VI"@ja-latn ;
    foaf:name "FINAL FANTASY VI"@en,
        "ファイナルファンタジーVI"@ja,
        "FINAL FANTASY VI"@ja-latn .

<product/188#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY VII"@en,
        "ファイナルファンタジーVII"@ja,
        "FINAL FANTASY VII"@ja-latn ;
    foaf:name "FINAL FANTASY VII"@en,
        "ファイナルファンタジーVII"@ja,
        "FINAL FANTASY VII"@ja-latn .

<product/6049#subject> a schema:CreativeWork ;
    schema:name "Duck Hunt"@en,
        "ダックハント"@ja,
        "Duck Hunt"@ja-latn ;
    foaf:name "Duck Hunt"@en,
        "ダックハント"@ja,
        "Duck Hunt"@ja-latn .

<product/6201#subject> a schema:CreativeWork ;
    schema:name "Tetris (GB)"@en,
        "Тетрис (GB)"@ja,
        "Tetris (GB)"@ja-latn ;
    foaf:name "Tetris (GB)"@en,
        "Тетрис (GB)"@ja,
        "Tetris (GB)"@ja-latn .

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

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

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

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

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

<artist/2742#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45102#performance> ;
    schema:name "Powerglove"@en ;
    foaf:name "Powerglove"@en .

<album/45102#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Video Game Metal"@en,
        "Video Game Metal"@ja,
        "Video Game Metal"@ja-latn ;
    mo:composer <artist/10348#subject>,
        <artist/10349#subject>,
        <artist/363#subject>,
        <artist/76248#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/45102#musicalwork> ;
    schema:name "Video Game Metal"@en,
        "Video Game Metal"@ja,
        "Video Game Metal"@ja-latn .

<album/45102#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-03-25"^^xsd:date ;
    dcterms:title "Video Game Metal"@en,
        "Video Game Metal"@ja,
        "Video Game Metal"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/45102#musicalexpression> ;
    mo:publisher _:N941a3ee4c72944f4ba51a54d7d1c7c67 ;
    mo:record _:N7b2203fafa4240478330ac743569d2da ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Mighty Morphin Power Rangers"@en ;
            foaf:name "Mighty Morphin Power Rangers"@en ],
        <product/175#subject>,
        <product/182#subject>,
        <product/188#subject>,
        <product/6049#subject>,
        <product/6201#subject> ;
    schema:byArtist <artist/2742#subject> ;
    schema:datePublished "2014-03-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/20/45102/45102-1396464530.jpg> ;
    schema:name "Video Game Metal"@en,
        "Video Game Metal"@ja,
        "Video Game Metal"@ja-latn ;
    schema:publisher _:N941a3ee4c72944f4ba51a54d7d1c7c67 ;
    foaf:depiction <https://media.vgm.io/albums/20/45102/45102-1396464530.jpg> .

_:N0d7f843d344d467181fa8c43f089f7d3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Birth of a God"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "Birth of a God"@en .

_:N2c9389fc41f84699aef2068e775ab990 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tetris '05"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "Tetris '05"@en .

_:N938100ff6ff14a8db1ea6028cda55e3f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Power Rangers Theme"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "The Power Rangers Theme"@en .

_:N941a3ee4c72944f4ba51a54d7d1c7c67 schema:name "World Entertainment Inc / Powerglove Records"@en ;
    foaf:name "World Entertainment Inc / Powerglove Records"@en .

_:Nb48cffef59ae49e9af21d8ee81800921 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Duck Grinder"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "The Duck Grinder"@en .

_:Nba451500136b4a33950af2592ca1a181 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Omnishred (We're Gonna Need a Bigger Sword)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "Omnishred (We're Gonna Need a Bigger Sword)"@en .

_:Nd6ff510e768e4ecd9ac5cee086c07ab8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Decisive Battle"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "The Decisive Battle"@en .

_:Ne5c2ce5f8b9c4278b2a8890d6bd9df60 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Duck Grinder '07"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "The Duck Grinder '07"@en .

_:Nf6ca2650e7a1428dbe8f78532fc1875a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tetris"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "Tetris"@en .

_:Nff6d4983af1942bcb2eb005588e22ecf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Wings over Baron"@en ;
    mo:track_number 7 ;
    schema:duration "PT7:50"^^xsd:interval ;
    schema:inPlaylist _:N7b2203fafa4240478330ac743569d2da ;
    schema:name "Red Wings over Baron"@en .

_:N7b2203fafa4240478330ac743569d2da a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d7f843d344d467181fa8c43f089f7d3,
        _:N2c9389fc41f84699aef2068e775ab990,
        _:N938100ff6ff14a8db1ea6028cda55e3f,
        _:Nb48cffef59ae49e9af21d8ee81800921,
        _:Nba451500136b4a33950af2592ca1a181,
        _:Nd6ff510e768e4ecd9ac5cee086c07ab8,
        _:Ne5c2ce5f8b9c4278b2a8890d6bd9df60,
        _:Nf6ca2650e7a1428dbe8f78532fc1875a,
        _:Nff6d4983af1942bcb2eb005588e22ecf ;
    mo:track_count 9 ;
    schema:duration "PT32:33"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N0d7f843d344d467181fa8c43f089f7d3,
        _:N2c9389fc41f84699aef2068e775ab990,
        _:N938100ff6ff14a8db1ea6028cda55e3f,
        _:Nb48cffef59ae49e9af21d8ee81800921,
        _:Nba451500136b4a33950af2592ca1a181,
        _:Nd6ff510e768e4ecd9ac5cee086c07ab8,
        _:Ne5c2ce5f8b9c4278b2a8890d6bd9df60,
        _:Nf6ca2650e7a1428dbe8f78532fc1875a,
        _:Nff6d4983af1942bcb2eb005588e22ecf .

