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

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

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

<artist/57012#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/95806#subject> ;
    schema:name "mab"@en ;
    foaf:made <album/95806#composition>,
        <album/95806#subject> ;
    foaf:name "mab"@en .

<product/11657#subject> a schema:CreativeWork ;
    schema:name "WGP: Real Race Feeling"@en,
        "WGP: Real Race Feeling"@ja,
        "WGP: Real Race Feeling"@ja-latn ;
    foaf:name "WGP: Real Race Feeling"@en,
        "WGP: Real Race Feeling"@ja,
        "WGP: Real Race Feeling"@ja-latn .

<product/19482#subject> a schema:CreativeWork ;
    schema:name "Shooter Starfighter Sanvein"@en,
        "ザンファイン"@ja,
        "SANVEIN"@ja-latn ;
    foaf:name "Shooter Starfighter Sanvein"@en,
        "ザンファイン"@ja,
        "SANVEIN"@ja-latn .

<product/20523#subject> a schema:CreativeWork ;
    schema:name "Dungeon Explorer (PC-Engine)"@en,
        "ダンジョンエクスプローラー (PC-Engine)"@ja,
        "Dungeon Explorer (PC-Engine)"@ja-latn ;
    foaf:name "Dungeon Explorer (PC-Engine)"@en,
        "ダンジョンエクスプローラー (PC-Engine)"@ja,
        "Dungeon Explorer (PC-Engine)"@ja-latn .

<product/24241#subject> a schema:CreativeWork ;
    schema:name "Ganbare Ginkun"@en,
        "がんばれギンくん"@ja,
        "Ganbare Ginkun"@ja-latn ;
    foaf:name "Ganbare Ginkun"@en,
        "がんばれギンくん"@ja,
        "Ganbare Ginkun"@ja-latn .

<product/24776#subject> a schema:CreativeWork ;
    schema:name "OUTER ZONE"@en,
        "アウターゾーン"@ja,
        "OUTER ZONE"@ja-latn ;
    foaf:name "OUTER ZONE"@en,
        "アウターゾーン"@ja,
        "OUTER ZONE"@ja-latn .

<product/5590#subject> a schema:CreativeWork ;
    schema:name "With You ~Mitsumeteitai~"@en,
        "With You ~みつめていたい~"@ja,
        "With You ~Mitsumeteitai~"@ja-latn ;
    foaf:name "With You ~Mitsumeteitai~"@en,
        "With You ~みつめていたい~"@ja,
        "With You ~Mitsumeteitai~"@ja-latn .

<product/816#subject> a schema:CreativeWork ;
    schema:name "Castlevania: Rondo of Blood"@en,
        "悪魔城ドラキュラX 血の輪廻"@ja,
        "Akumajo Dracula X: Chi no Rondo"@ja-latn ;
    foaf:name "Castlevania: Rondo of Blood"@en,
        "悪魔城ドラキュラX 血の輪廻"@ja,
        "Akumajo Dracula X: Chi no Rondo"@ja-latn .

<album/95806#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yarinage Kissa"@en,
        "やり投げ喫茶"@ja,
        "Yarinage Kissa"@ja-latn ;
    mo:composer <artist/57012#subject> ;
    mo:produced_work <album/95806#musicalwork> ;
    schema:name "Yarinage Kissa"@en,
        "やり投げ喫茶"@ja,
        "Yarinage Kissa"@ja-latn .

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

<album/95806#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yarinage Kissa"@en,
        "やり投げ喫茶"@ja,
        "Yarinage Kissa"@ja-latn ;
    mo:performance_of <album/95806#musicalwork> ;
    mo:recorded_as <album/95806#musicalexpression> ;
    schema:name "Yarinage Kissa"@en,
        "やり投げ喫茶"@ja,
        "Yarinage Kissa"@ja-latn ;
    schema:workPerformed <album/95806#musicalwork> .

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

<https://medium-media.vgm.io/albums/60/95806/95806-1580373453.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/95806#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2000-11-05"^^xsd:date ;
    dcterms:title "Yarinage Kissa"@en,
        "やり投げ喫茶"@ja,
        "Yarinage Kissa"@ja-latn ;
    mo:catalogue_number "HKS-CD005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/95806#musicalexpression> ;
    mo:publisher _:N41a9c7e99b63433db2ccf17225eda54e ;
    mo:record _:Nac6b1a3d52664558822f2690c66cb26d ;
    mo:record_count 1 ;
    schema:about <product/11657#subject>,
        <product/19482#subject>,
        <product/20523#subject>,
        <product/24241#subject>,
        <product/24776#subject>,
        <product/5590#subject>,
        <product/816#subject> ;
    schema:datePublished "2000-11-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/60/95806/95806-1580373453.jpg> ;
    schema:name "Yarinage Kissa"@en,
        "やり投げ喫茶"@ja,
        "Yarinage Kissa"@ja-latn ;
    schema:publisher _:N41a9c7e99b63433db2ccf17225eda54e ;
    foaf:depiction <https://media.vgm.io/albums/60/95806/95806-1580373453.jpg> .

_:N093afacb5d58417983e642dd47201ae9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Look up to the sky（With you～みつめていたい）"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:Nac6b1a3d52664558822f2690c66cb26d ;
    schema:name "Look up to the sky（With you～みつめていたい）"@ja .

_:N2ef1ae14fb214f628c636fde5485815c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MO-JYA（オリジナル）"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:Nac6b1a3d52664558822f2690c66cb26d ;
    schema:name "MO-JYA（オリジナル）"@ja .

_:N3c15590ee8a14c669ce317249b4d2026 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "お気に召すまま（がんばれギンくん）"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Nac6b1a3d52664558822f2690c66cb26d ;
    schema:name "お気に召すまま（がんばれギンくん）"@ja .

_:N41a9c7e99b63433db2ccf17225eda54e schema:name "Yorozuya Ongakudou"@en,
        "Yorozuya Ongakudou"@ja,
        "Yorozuya Ongakudou"@ja-latn ;
    foaf:name "Yorozuya Ongakudou"@en,
        "Yorozuya Ongakudou"@ja,
        "Yorozuya Ongakudou"@ja-latn .

_:N49423adbe2cf4d30abfc62a587a06772 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mameid Wave Refine your task mix（ザンファイン）"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Nac6b1a3d52664558822f2690c66cb26d ;
    schema:name "Mameid Wave Refine your task mix（ザンファイン）"@ja .

_:N50218a21b82141e4abd178c97cff2c86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "OUTER ZONE Rayforce Drums mix（OUTER ZONE）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Nac6b1a3d52664558822f2690c66cb26d ;
    schema:name "OUTER ZONE Rayforce Drums mix（OUTER ZONE）"@ja .

_:N7958227ba28842428c18cb9dd3e8e90c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sound 4 Hudson TM-MW mix（ダンジョンエクスプローラー）"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:37"^^xsd:interval ;
    schema:inPlaylist _:Nac6b1a3d52664558822f2690c66cb26d ;
    schema:name "Sound 4 Hudson TM-MW mix（ダンジョンエクスプローラー）"@ja .

_:N9a1429ea3e8d427d95faaaa02d746b63 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幽霊船の絵（悪魔城ドラキュラＸＰＣエンジン版）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:Nac6b1a3d52664558822f2690c66cb26d ;
    schema:name "幽霊船の絵（悪魔城ドラキュラＸＰＣエンジン版）"@ja .

_:Nb9a3740c34654f7bb381c64878c1b720 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Dash TK2J mix（WGP）"@ja ;
    mo:track_number 2 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:Nac6b1a3d52664558822f2690c66cb26d ;
    schema:name "Last Dash TK2J mix（WGP）"@ja .

_:Nac6b1a3d52664558822f2690c66cb26d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N093afacb5d58417983e642dd47201ae9,
        _:N2ef1ae14fb214f628c636fde5485815c,
        _:N3c15590ee8a14c669ce317249b4d2026,
        _:N49423adbe2cf4d30abfc62a587a06772,
        _:N50218a21b82141e4abd178c97cff2c86,
        _:N7958227ba28842428c18cb9dd3e8e90c,
        _:N9a1429ea3e8d427d95faaaa02d746b63,
        _:Nb9a3740c34654f7bb381c64878c1b720 ;
    mo:track_count 8 ;
    schema:duration "PT27:16"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N093afacb5d58417983e642dd47201ae9,
        _:N2ef1ae14fb214f628c636fde5485815c,
        _:N3c15590ee8a14c669ce317249b4d2026,
        _:N49423adbe2cf4d30abfc62a587a06772,
        _:N50218a21b82141e4abd178c97cff2c86,
        _:N7958227ba28842428c18cb9dd3e8e90c,
        _:N9a1429ea3e8d427d95faaaa02d746b63,
        _:Nb9a3740c34654f7bb381c64878c1b720 .

