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

<artist/1103#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shiho Kikuchi"@en,
        "菊池志穂"@ja ;
    foaf:made <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Shiho Kikuchi"@en,
        "菊池志穂"@ja .

<artist/2676#subject> a schema:Person,
        foaf:Person ;
    schema:name "Saeko Chiba"@en,
        "千葉紗子"@ja ;
    foaf:made <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Saeko Chiba"@en,
        "千葉紗子"@ja .

<artist/3477#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuuka Nanri"@en,
        "南里侑香"@ja ;
    foaf:made <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Yuuka Nanri"@en,
        "南里侑香"@ja .

<artist/3625#subject> a schema:Person,
        foaf:Person ;
    schema:name "Remi"@en ;
    foaf:made <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Remi"@en .

<artist/3768#subject> a schema:Person,
        foaf:Person ;
    schema:name "Junji Majima"@en,
        "間島淳司"@ja ;
    foaf:made <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Junji Majima"@en,
        "間島淳司"@ja .

<artist/4086#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tamaki Nakanishi"@en,
        "仲西環"@ja ;
    foaf:made <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Tamaki Nakanishi"@en,
        "仲西環"@ja .

<artist/839#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nana Mizuki"@en,
        "水樹奈々"@ja ;
    foaf:made <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Nana Mizuki"@en,
        "水樹奈々"@ja .

<artist/876#subject> a schema:Person,
        foaf:Person ;
    schema:name "Miyu Matsuki"@en,
        "松来未祐"@ja ;
    foaf:made <album/8061#lyrics>,
        <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Miyu Matsuki"@en,
        "松来未祐"@ja .

<artist/925#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruna Ikezawa"@en,
        "池澤春菜"@ja ;
    foaf:made <album/8061#subject>,
        <album/8061#vocals> ;
    foaf:name "Haruna Ikezawa"@en,
        "池澤春菜"@ja .

<artist/2063#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8061#subject> ;
    schema:name "Kanji Saito"@en,
        "斉藤かんじ"@ja ;
    foaf:made <album/8061#composition>,
        <album/8061#lyrics>,
        <album/8061#subject> ;
    foaf:name "Kanji Saito"@en,
        "斉藤かんじ"@ja .

<artist/3769#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8061#subject> ;
    schema:name "Kaoru Akizuki"@en,
        "秋月郁"@ja ;
    foaf:made <album/8061#composition>,
        <album/8061#lyrics>,
        <album/8061#subject> ;
    foaf:name "Kaoru Akizuki"@en,
        "秋月郁"@ja .

<artist/396#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8061#subject> ;
    schema:name "Chiyomaru Shikura"@en,
        "志倉千代丸"@ja ;
    foaf:made <album/8061#composition>,
        <album/8061#lyrics>,
        <album/8061#subject> ;
    foaf:name "Chiyomaru Shikura"@en,
        "志倉千代丸"@ja .

<product/2050#subject> a schema:CreativeWork ;
    schema:name "Memories Off 2nd"@en,
        "メモリーズオフ・セカンド"@ja,
        "Memories Off 2nd"@ja-latn ;
    foaf:name "Memories Off 2nd"@en,
        "メモリーズオフ・セカンド"@ja,
        "Memories Off 2nd"@ja-latn .

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

<album/8061#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Memories Off 2nd Vocal Collection + Alpha!!"@en,
        "メモリーズオフ２ｎｄ　ボーカルコレクション＋α！！"@ja,
        "Memories Off 2nd Vocal Collection + Alpha!!"@ja-latn ;
    mo:performance_of <album/8061#musicalwork> ;
    mo:recorded_as <album/8061#musicalexpression> ;
    schema:name "Memories Off 2nd Vocal Collection + Alpha!!"@en,
        "メモリーズオフ２ｎｄ　ボーカルコレクション＋α！！"@ja,
        "Memories Off 2nd Vocal Collection + Alpha!!"@ja-latn ;
    schema:workPerformed <album/8061#musicalwork> .

<org/46#subject> schema:name "Scitron Digital Contents Inc."@en,
        "サイトロン・デジタルコンテンツ株式会社"@ja,
        "Scitron Digital Contents Inc."@ja-latn ;
    foaf:name "Scitron Digital Contents Inc."@en,
        "サイトロン・デジタルコンテンツ株式会社"@ja,
        "Scitron Digital Contents Inc."@ja-latn .

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

<https://medium-media.vgm.io/albums/16/8061/8061-1208523093.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/8061#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Memories Off 2nd Vocal Collection + Alpha!!"@en,
        "メモリーズオフ２ｎｄ　ボーカルコレクション＋α！！"@ja,
        "Memories Off 2nd Vocal Collection + Alpha!!"@ja-latn ;
    mo:composer <artist/2063#subject>,
        <artist/3769#subject>,
        <artist/396#subject> ;
    mo:produced_work <album/8061#musicalwork> ;
    schema:name "Memories Off 2nd Vocal Collection + Alpha!!"@en,
        "メモリーズオフ２ｎｄ　ボーカルコレクション＋α！！"@ja,
        "Memories Off 2nd Vocal Collection + Alpha!!"@ja-latn .

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

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

<album/8061#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-04-24"^^xsd:date ;
    dcterms:title "Memories Off 2nd Vocal Collection + Alpha!!"@en,
        "メモリーズオフ２ｎｄ　ボーカルコレクション＋α！！"@ja,
        "Memories Off 2nd Vocal Collection + Alpha!!"@ja-latn ;
    mo:catalogue_number "SCDC-00171~2" ;
    mo:media_type "CD + CD-ROM" ;
    mo:publication_of <album/8061#musicalexpression> ;
    mo:publisher <org/46#subject> ;
    mo:record _:Ne95b639e2e60428caa97ab7b114f2daa ;
    mo:record_count 1 ;
    schema:about <product/2050#subject> ;
    schema:datePublished "2002-04-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/16/8061/8061-1208523093.jpg> ;
    schema:name "Memories Off 2nd Vocal Collection + Alpha!!"@en,
        "メモリーズオフ２ｎｄ　ボーカルコレクション＋α！！"@ja,
        "Memories Off 2nd Vocal Collection + Alpha!!"@ja-latn ;
    schema:publisher <org/46#subject> ;
    foaf:depiction <https://media.vgm.io/albums/16/8061/8061-1208523093.jpg> .

_:N0c352062a7dd47e7b03c9e1b7bc07863 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Imitation"@en,
        "イミテーション"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:15"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "Imitation"@en,
        "イミテーション"@ja .

_:N0e301f3a1dde498c83ef06c169a47e70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "breath"@en,
        "breath"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "breath"@en,
        "breath"@ja .

_:N10e8abd1ab5744b1a0f82e9f6788db0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Two Hearts"@en,
        "ふたつの心は"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "Two Hearts"@en,
        "ふたつの心は"@ja .

_:N2eb213790b5342ebbe24c9b19020d089 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Midsummer Rain and Midsummer Miracle"@en,
        "真夏の雨と真夏の奇跡"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:26"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "Midsummer Rain and Midsummer Miracle"@en,
        "真夏の雨と真夏の奇跡"@ja .

_:N324bc62acc6140d6b030ec9f2558c8a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prism"@en,
        "プリズム"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:44"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "Prism"@en,
        "プリズム"@ja .

_:N45f425b02e684bc9b24c3bff53b19c59 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "From the Distant Sky"@en,
        "遠いこの空から"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:46"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "From the Distant Sky"@en,
        "遠いこの空から"@ja .

_:N758a13e60bef43098ed8f2672fec8e09 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cold Sun"@en,
        "冷たい太陽"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "Cold Sun"@en,
        "冷たい太陽"@ja .

_:Nb599c3fba17149858041005ccf09b1c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tears, Fallen in the Sand"@en,
        "砂に落とした涙"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "Tears, Fallen in the Sand"@en,
        "砂に落とした涙"@ja .

_:Nee2381cf0d744848aea5436a872fb505 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In Tomorrows Weather..."@en,
        "明日天気に…"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "In Tomorrows Weather..."@en,
        "明日天気に…"@ja .

_:Nf7b598a06b30484cae6fdff7c58c70d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Music Box and Piano"@en,
        "オルゴールとピアノと"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:Ne95b639e2e60428caa97ab7b114f2daa ;
    schema:name "Music Box and Piano"@en,
        "オルゴールとピアノと"@ja .

_:Ne95b639e2e60428caa97ab7b114f2daa a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0c352062a7dd47e7b03c9e1b7bc07863,
        _:N0e301f3a1dde498c83ef06c169a47e70,
        _:N10e8abd1ab5744b1a0f82e9f6788db0e,
        _:N2eb213790b5342ebbe24c9b19020d089,
        _:N324bc62acc6140d6b030ec9f2558c8a9,
        _:N45f425b02e684bc9b24c3bff53b19c59,
        _:N758a13e60bef43098ed8f2672fec8e09,
        _:Nb599c3fba17149858041005ccf09b1c8,
        _:Nee2381cf0d744848aea5436a872fb505,
        _:Nf7b598a06b30484cae6fdff7c58c70d9 ;
    mo:track_count 10 ;
    schema:duration "PT52:24"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0c352062a7dd47e7b03c9e1b7bc07863,
        _:N0e301f3a1dde498c83ef06c169a47e70,
        _:N10e8abd1ab5744b1a0f82e9f6788db0e,
        _:N2eb213790b5342ebbe24c9b19020d089,
        _:N324bc62acc6140d6b030ec9f2558c8a9,
        _:N45f425b02e684bc9b24c3bff53b19c59,
        _:N758a13e60bef43098ed8f2672fec8e09,
        _:Nb599c3fba17149858041005ccf09b1c8,
        _:Nee2381cf0d744848aea5436a872fb505,
        _:Nf7b598a06b30484cae6fdff7c58c70d9 .

