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

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

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

<artist/3639#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/65146#subject> ;
    schema:name "Go Ichinose"@en,
        "一之瀬剛"@ja ;
    foaf:made <album/65146#composition>,
        <album/65146#subject> ;
    foaf:name "Go Ichinose"@en,
        "一之瀬剛"@ja .

<artist/691#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/65146#subject> ;
    schema:name "Junichi Masuda"@en,
        "増田順一"@ja ;
    foaf:made <album/65146#composition>,
        <album/65146#subject> ;
    foaf:name "Junichi Masuda"@en,
        "増田順一"@ja .

<artist/7112#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/65146#subject> ;
    schema:name "Hitomi Sato"@en,
        "佐藤仁美"@ja ;
    foaf:made <album/65146#composition>,
        <album/65146#subject> ;
    foaf:name "Hitomi Sato"@en,
        "佐藤仁美"@ja .

<event/184> a mo:Release ;
    schema:name "Released at Comic Market 89 (Dec 29, 2015 to Dec 31, 2015)" .

<product/2236#subject> a schema:CreativeWork ;
    schema:name "Pokémon Red & Green"@en,
        "ポケットモンスター 赤・緑"@ja,
        "Pocket Monsters Akai & Midori"@ja-latn ;
    foaf:name "Pokémon Red & Green"@en,
        "ポケットモンスター 赤・緑"@ja,
        "Pocket Monsters Akai & Midori"@ja-latn .

<product/2237#subject> a schema:CreativeWork ;
    schema:name "Pokémon Diamond & Pearl"@en,
        "ポケットモンスター ダイヤモンド・パール"@ja,
        "Pokémon Diamond & Pearl"@ja-latn ;
    foaf:name "Pokémon Diamond & Pearl"@en,
        "ポケットモンスター ダイヤモンド・パール"@ja,
        "Pokémon Diamond & Pearl"@ja-latn .

<product/2238#subject> a schema:CreativeWork ;
    schema:name "Pokémon HeartGold & SoulSilver"@en,
        "ポケットモンスター ハートゴールド・ソウルシルバー"@ja,
        "Pokémon HeartGold & SoulSilver"@ja-latn ;
    foaf:name "Pokémon HeartGold & SoulSilver"@en,
        "ポケットモンスター ハートゴールド・ソウルシルバー"@ja,
        "Pokémon HeartGold & SoulSilver"@ja-latn .

<product/2240#subject> a schema:CreativeWork ;
    schema:name "Pokémon Black & White"@en,
        "ポケットモンスター ブラック・ホワイト"@ja,
        "Pokémon Black & White"@ja-latn ;
    foaf:name "Pokémon Black & White"@en,
        "ポケットモンスター ブラック・ホワイト"@ja,
        "Pokémon Black & White"@ja-latn .

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

<album/65146#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Game Cues Gold and Silver"@en,
        "Game Cues 金銀"@ja,
        "Game Cues Kingin"@ja-latn ;
    mo:performance_of <album/65146#musicalwork> ;
    mo:recorded_as <album/65146#musicalexpression> ;
    schema:name "Game Cues Gold and Silver"@en,
        "Game Cues 金銀"@ja,
        "Game Cues Kingin"@ja-latn ;
    schema:workPerformed <album/65146#musicalwork> .

<org/1669#subject> schema:name "Ojisan Mado"@en,
        "おじさん窓"@ja,
        "Ojisan Mado"@ja-latn ;
    foaf:name "Ojisan Mado"@en,
        "おじさん窓"@ja,
        "Ojisan Mado"@ja-latn .

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

<https://medium-media.vgm.io/albums/64/65146/65146-1525567100.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/65146#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Game Cues Gold and Silver"@en,
        "Game Cues 金銀"@ja,
        "Game Cues Kingin"@ja-latn ;
    mo:composer <artist/3639#subject>,
        <artist/691#subject>,
        <artist/7112#subject> ;
    mo:produced_work <album/65146#musicalwork> ;
    schema:name "Game Cues Gold and Silver"@en,
        "Game Cues 金銀"@ja,
        "Game Cues Kingin"@ja-latn .

<album/65146#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-12-31"^^xsd:date ;
    dcterms:title "Game Cues Gold and Silver"@en,
        "Game Cues 金銀"@ja,
        "Game Cues Kingin"@ja-latn ;
    mo:catalogue_number "OJSN-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/65146#musicalexpression> ;
    mo:publisher <org/1669#subject> ;
    mo:record _:N212eb53930594a7aadde71962d57ed41 ;
    mo:record_count 1 ;
    mo:release <event/184> ;
    schema:about <product/2236#subject>,
        <product/2237#subject>,
        <product/2238#subject>,
        <product/2240#subject> ;
    schema:datePublished "2015-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/64/65146/65146-1525567100.jpg> ;
    schema:name "Game Cues Gold and Silver"@en,
        "Game Cues 金銀"@ja,
        "Game Cues Kingin"@ja-latn ;
    schema:publisher <org/1669#subject> ;
    foaf:depiction <https://media.vgm.io/albums/64/65146/65146-1525567100.jpg> .

_:N0ab621e51cb247ff827c4aea0d48c151 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "andante"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N212eb53930594a7aadde71962d57ed41 ;
    schema:name "andante"@ja .

_:N39819e712c744c8e9a05639c06bee41c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エンディング"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N212eb53930594a7aadde71962d57ed41 ;
    schema:name "エンディング"@ja .

_:N63d28a69d96944c7a842710014daf0a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ポケットモンスターの世界へようこそ！▼"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:N212eb53930594a7aadde71962d57ed41 ;
    schema:name "ポケットモンスターの世界へようこそ！▼"@ja .

_:N775063c8d3d64723ae5e9c4208cbe295 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lake of Rage"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N212eb53930594a7aadde71962d57ed41 ;
    schema:name "Lake of Rage"@ja .

_:N8254ba62102d4b0ca631d9064a966f68 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ジョウト地方の歩き方"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N212eb53930594a7aadde71962d57ed41 ;
    schema:name "ジョウト地方の歩き方"@ja .

_:Ncb24aaeb69d0445fb23d52b58e30c923 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Earnest Red"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N212eb53930594a7aadde71962d57ed41 ;
    schema:name "Earnest Red"@ja .

_:Nd111004d9fa04456bf0dc78ae880c4c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "薫衣草の幻覚"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N212eb53930594a7aadde71962d57ed41 ;
    schema:name "薫衣草の幻覚"@ja .

_:N212eb53930594a7aadde71962d57ed41 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ab621e51cb247ff827c4aea0d48c151,
        _:N39819e712c744c8e9a05639c06bee41c,
        _:N63d28a69d96944c7a842710014daf0a9,
        _:N775063c8d3d64723ae5e9c4208cbe295,
        _:N8254ba62102d4b0ca631d9064a966f68,
        _:Ncb24aaeb69d0445fb23d52b58e30c923,
        _:Nd111004d9fa04456bf0dc78ae880c4c1 ;
    mo:track_count 7 ;
    schema:duration "PT17:17"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N0ab621e51cb247ff827c4aea0d48c151,
        _:N39819e712c744c8e9a05639c06bee41c,
        _:N63d28a69d96944c7a842710014daf0a9,
        _:N775063c8d3d64723ae5e9c4208cbe295,
        _:N8254ba62102d4b0ca631d9064a966f68,
        _:Ncb24aaeb69d0445fb23d52b58e30c923,
        _:Nd111004d9fa04456bf0dc78ae880c4c1 .

