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

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

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

<artist/1391#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/51773#subject> ;
    schema:name "Dan Miyakawa"@en,
        "宮川弾"@ja ;
    foaf:made <album/51773#composition>,
        <album/51773#subject> ;
    foaf:name "Dan Miyakawa"@en,
        "宮川弾"@ja .

<artist/146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/51773#subject> ;
    schema:name "Yasunori Mitsuda"@en,
        "光田康典"@ja ;
    foaf:made <album/51773#composition>,
        <album/51773#subject> ;
    foaf:name "Yasunori Mitsuda"@en,
        "光田康典"@ja .

<artist/1796#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/51773#subject> ;
    schema:name "Mutsuhiko Izumi"@en,
        "泉陸奥彦"@ja ;
    foaf:made <album/51773#composition>,
        <album/51773#subject> ;
    foaf:name "Mutsuhiko Izumi"@en,
        "泉陸奥彦"@ja .

<artist/328#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/51773#subject> ;
    schema:name "Jun Ishikawa"@en,
        "石川淳"@ja ;
    foaf:made <album/51773#composition>,
        <album/51773#subject> ;
    foaf:name "Jun Ishikawa"@en,
        "石川淳"@ja .

<artist/4767#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/51773#subject> ;
    schema:name "Kazuki Muraoka"@en,
        "村岡一樹"@ja ;
    foaf:made <album/51773#composition>,
        <album/51773#subject> ;
    foaf:name "Kazuki Muraoka"@en,
        "村岡一樹"@ja .

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

<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/2093#subject> a schema:CreativeWork ;
    schema:name "Contra"@en,
        "魂斗羅"@ja,
        "Contra"@ja-latn ;
    foaf:name "Contra"@en,
        "魂斗羅"@ja,
        "Contra"@ja-latn .

<product/2132#subject> a schema:CreativeWork ;
    schema:name "Super Mario RPG: Legend of the Seven Stars"@en,
        "スーパーマリオ RPG"@ja,
        "Super Mario RPG"@ja-latn ;
    foaf:name "Super Mario RPG: Legend of the Seven Stars"@en,
        "スーパーマリオ RPG"@ja,
        "Super Mario RPG"@ja-latn .

<product/6139#subject> a schema:CreativeWork ;
    schema:name "Teenage Mutant Ninja Turtles: Turtles in Time"@en,
        "ティーンエイジ ミュータント ニンジャ タートルズ タートルズ イン タイム"@ja,
        "Teenage Mutant Ninja Turtles: Turtles in Time"@ja-latn ;
    foaf:name "Teenage Mutant Ninja Turtles: Turtles in Time"@en,
        "ティーンエイジ ミュータント ニンジャ タートルズ タートルズ イン タイム"@ja,
        "Teenage Mutant Ninja Turtles: Turtles in Time"@ja-latn .

<product/726#subject> a schema:CreativeWork ;
    schema:name "Kirby Super Star"@en,
        "星のカービィ スーパーデラックス"@ja,
        "Hoshi no Kirby: Super Deluxe"@ja-latn ;
    foaf:name "Kirby Super Star"@en,
        "星のカービィ スーパーデラックス"@ja,
        "Hoshi no Kirby: Super Deluxe"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/37/51773/51773-1427140423.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/51773#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Who's The Boss (Battles)"@en,
        "Who's The Boss (Battles)"@ja,
        "Who's The Boss (Battles)"@ja-latn ;
    mo:performance_of <album/51773#musicalwork> ;
    mo:performer <artist/17140#subject> ;
    mo:recorded_as <album/51773#musicalexpression> ;
    schema:byArtist <artist/17140#subject> ;
    schema:name "Who's The Boss (Battles)"@en,
        "Who's The Boss (Battles)"@ja,
        "Who's The Boss (Battles)"@ja-latn ;
    schema:workPerformed <album/51773#musicalwork> .

<artist/17140#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/51773#performance> ;
    schema:name "Lame Genie"@en ;
    foaf:name "Lame Genie"@en .

<album/51773#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Who's The Boss (Battles)"@en,
        "Who's The Boss (Battles)"@ja,
        "Who's The Boss (Battles)"@ja-latn ;
    mo:composer <artist/1391#subject>,
        <artist/146#subject>,
        <artist/1796#subject>,
        <artist/328#subject>,
        <artist/4767#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/51773#musicalwork> ;
    schema:name "Who's The Boss (Battles)"@en,
        "Who's The Boss (Battles)"@ja,
        "Who's The Boss (Battles)"@ja-latn .

<album/51773#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-02-24"^^xsd:date ;
    dcterms:title "Who's The Boss (Battles)"@en,
        "Who's The Boss (Battles)"@ja,
        "Who's The Boss (Battles)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/51773#musicalexpression> ;
    mo:publisher _:Ndebaa0f2db7649e2a77d5659c6e95185 ;
    mo:record _:Nbcdc6dd5140a46cfa74c3540645f5ae8 ;
    mo:record_count 1 ;
    schema:about <product/182#subject>,
        <product/2093#subject>,
        <product/2132#subject>,
        <product/6139#subject>,
        <product/726#subject> ;
    schema:byArtist <artist/17140#subject> ;
    schema:datePublished "2015-02-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/37/51773/51773-1427140423.jpg> ;
    schema:name "Who's The Boss (Battles)"@en,
        "Who's The Boss (Battles)"@ja,
        "Who's The Boss (Battles)"@ja-latn ;
    schema:publisher _:Ndebaa0f2db7649e2a77d5659c6e95185 ;
    foaf:depiction <https://media.vgm.io/albums/37/51773/51773-1427140423.jpg> .

_:N12f388a3a77f4353adfdd2be6c23b2c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TMNT - Turtles In Time (Boss Theme Medley)"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:Nbcdc6dd5140a46cfa74c3540645f5ae8 ;
    schema:name "TMNT - Turtles In Time (Boss Theme Medley)"@en .

_:N4ee9a5bc4a6d42c89d94e5994f4ef1bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Fantasy VI (Decisive Battle)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:Nbcdc6dd5140a46cfa74c3540645f5ae8 ;
    schema:name "Final Fantasy VI (Decisive Battle)"@en .

_:N7a2beb3c031e49ebb18ea1606a537445 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chrono Trigger (Magus Battle Theme)"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:Nbcdc6dd5140a46cfa74c3540645f5ae8 ;
    schema:name "Chrono Trigger (Magus Battle Theme)"@en .

_:N89fbfc8333dc46e4bfbf06d37e79fa51 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario RPG (Culex Theme)"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:Nbcdc6dd5140a46cfa74c3540645f5ae8 ;
    schema:name "Super Mario RPG (Culex Theme)"@en .

_:N904c8d58fe9f47708531084014a41deb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kirby Super Star (Marx's Theme)"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:Nbcdc6dd5140a46cfa74c3540645f5ae8 ;
    schema:name "Kirby Super Star (Marx's Theme)"@en .

_:Ndebaa0f2db7649e2a77d5659c6e95185 schema:name "Lame Genie"@en,
        "Lame Genie"@ja,
        "Lame Genie"@ja-latn ;
    foaf:name "Lame Genie"@en,
        "Lame Genie"@ja,
        "Lame Genie"@ja-latn .

_:Ne5586aed3b4142d6be5662499975d4b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Contra (Boss Battle Theme)"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:21"^^xsd:interval ;
    schema:inPlaylist _:Nbcdc6dd5140a46cfa74c3540645f5ae8 ;
    schema:name "Contra (Boss Battle Theme)"@en .

_:Nbcdc6dd5140a46cfa74c3540645f5ae8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N12f388a3a77f4353adfdd2be6c23b2c5,
        _:N4ee9a5bc4a6d42c89d94e5994f4ef1bc,
        _:N7a2beb3c031e49ebb18ea1606a537445,
        _:N89fbfc8333dc46e4bfbf06d37e79fa51,
        _:N904c8d58fe9f47708531084014a41deb,
        _:Ne5586aed3b4142d6be5662499975d4b4 ;
    mo:track_count 6 ;
    schema:duration "PT13:38"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N12f388a3a77f4353adfdd2be6c23b2c5,
        _:N4ee9a5bc4a6d42c89d94e5994f4ef1bc,
        _:N7a2beb3c031e49ebb18ea1606a537445,
        _:N89fbfc8333dc46e4bfbf06d37e79fa51,
        _:N904c8d58fe9f47708531084014a41deb,
        _:Ne5586aed3b4142d6be5662499975d4b4 .

