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

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

<artist/3735#subject> a schema:Person,
        foaf:Person ;
    schema:name "Erina Nakajima"@en,
        "中島えりな"@ja ;
    foaf:made <album/1815#lyrics>,
        <album/1815#subject> ;
    foaf:name "Erina Nakajima"@en,
        "中島えりな"@ja .

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

<artist/1732#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1815#subject> ;
    schema:name "Hiroshi Saito"@en,
        "斉藤ひろし"@ja ;
    foaf:made <album/1815#composition>,
        <album/1815#lyrics>,
        <album/1815#subject> ;
    foaf:name "Hiroshi Saito"@en,
        "斉藤ひろし"@ja .

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

<artist/414#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1815#subject> ;
    schema:name "Katsuhiro Hayashi"@en,
        "林克洋"@ja ;
    foaf:made <album/1815#composition>,
        <album/1815#subject> ;
    foaf:name "Katsuhiro Hayashi"@en,
        "林克洋"@ja .

<product/15989#subject> a schema:CreativeWork ;
    schema:name "Yukyu Gensoukyoku"@en,
        "悠久幻想曲"@ja,
        "Yukyu Gensoukyoku"@ja-latn ;
    foaf:name "Yukyu Gensoukyoku"@en,
        "悠久幻想曲"@ja,
        "Yukyu Gensoukyoku"@ja-latn .

<product/15991#subject> a schema:CreativeWork ;
    schema:name "Yukyu Gensoukyoku 2nd Album"@en,
        "悠久幻想曲 2nd Album"@ja,
        "Yukyu Gensoukyoku 2nd Album"@ja-latn ;
    foaf:name "Yukyu Gensoukyoku 2nd Album"@en,
        "悠久幻想曲 2nd Album"@ja,
        "Yukyu Gensoukyoku 2nd Album"@ja-latn .

<product/15995#subject> a schema:CreativeWork ;
    schema:name "Yukyu Gensoukyoku 3: Perpetual Blue"@en,
        "悠久幻想曲3 Perpetual Blue"@ja,
        "Yukyu Gensoukyoku 3: Perpetual Blue"@ja-latn ;
    foaf:name "Yukyu Gensoukyoku 3: Perpetual Blue"@en,
        "悠久幻想曲3 Perpetual Blue"@ja,
        "Yukyu Gensoukyoku 3: Perpetual Blue"@ja-latn .

<product/15996#subject> a schema:CreativeWork ;
    schema:name "Yukyu Kumikyoku: All Star Project"@en,
        "悠久組曲 All Star Project"@ja,
        "Yukyu Kumikyoku: All Star Project"@ja-latn ;
    foaf:name "Yukyu Kumikyoku: All Star Project"@en,
        "悠久組曲 All Star Project"@ja,
        "Yukyu Kumikyoku: All Star Project"@ja-latn .

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

<org/1364#subject> schema:name "Scitron Discs"@en,
        "サイトロン・ディスク"@ja,
        "Scitron Discs"@ja-latn ;
    foaf:name "Scitron Discs"@en,
        "サイトロン・ディスク"@ja,
        "Scitron Discs"@ja-latn .

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

<https://medium-media.vgm.io/albums/51/1815/1815-1205698318.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/1286#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Mayumi Iizuka"@en,
        "飯塚雅弓"@ja ;
    foaf:name "Mayumi Iizuka"@en,
        "飯塚雅弓"@ja .

<artist/169#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Hiroko Kasahara"@en,
        "笠原弘子"@ja ;
    foaf:name "Hiroko Kasahara"@en,
        "笠原弘子"@ja .

<artist/3044#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Ai Orikasa"@en,
        "折笠愛"@ja ;
    foaf:name "Ai Orikasa"@en,
        "折笠愛"@ja .

<artist/3109#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Kyoko Hikami"@en,
        "氷上恭子"@ja ;
    foaf:name "Kyoko Hikami"@en,
        "氷上恭子"@ja .

<artist/3172#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Yuko Miyamura"@en,
        "宮村優子"@ja ;
    foaf:name "Yuko Miyamura"@en,
        "宮村優子"@ja .

<artist/3211#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Hiromi Tsuru"@en,
        "鶴ひろみ"@ja ;
    foaf:name "Hiromi Tsuru"@en,
        "鶴ひろみ"@ja .

<artist/3221#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Takehito Koyasu"@en,
        "子安武人"@ja ;
    foaf:name "Takehito Koyasu"@en,
        "子安武人"@ja .

<artist/3230#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Ryotaro Okiayu"@en,
        "置鮎龍太郎"@ja ;
    foaf:name "Ryotaro Okiayu"@en,
        "置鮎龍太郎"@ja .

<artist/3231#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Miki Nagasawa"@en,
        "長沢美樹"@ja ;
    foaf:name "Miki Nagasawa"@en,
        "長沢美樹"@ja .

<artist/3233#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Kumiko Nishihara"@en,
        "西原久美子"@ja ;
    foaf:name "Kumiko Nishihara"@en,
        "西原久美子"@ja .

<artist/3973#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Mayuko Omimura"@en,
        "おみむらまゆこ"@ja ;
    foaf:name "Mayuko Omimura"@en,
        "おみむらまゆこ"@ja .

<artist/4300#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Shinichiro Miki"@en,
        "三木眞一郎"@ja ;
    foaf:name "Shinichiro Miki"@en,
        "三木眞一郎"@ja .

<artist/5092#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Yasunori Matsumoto"@en,
        "松本保典"@ja ;
    foaf:name "Yasunori Matsumoto"@en,
        "松本保典"@ja .

<artist/925#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1815#performance> ;
    schema:name "Haruna Ikezawa"@en,
        "池澤春菜"@ja ;
    foaf:name "Haruna Ikezawa"@en,
        "池澤春菜"@ja .

<album/1815#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@en,
        "悠久組曲～All Star Project～ サウンドトラック"@ja,
        "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@ja-latn ;
    mo:composer <artist/1732#subject>,
        <artist/396#subject>,
        <artist/414#subject> ;
    mo:produced_work <album/1815#musicalwork> ;
    schema:name "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@en,
        "悠久組曲～All Star Project～ サウンドトラック"@ja,
        "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@ja-latn .

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

<album/1815#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2000-08-23"^^xsd:date ;
    dcterms:title "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@en,
        "悠久組曲～All Star Project～ サウンドトラック"@ja,
        "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@ja-latn ;
    mo:catalogue_number "SCDC-00034" ;
    mo:media_type "CD" ;
    mo:publication_of <album/1815#musicalexpression> ;
    mo:publisher <org/1364#subject> ;
    mo:record _:N9a5af5c00c22400aafe729c2ad249b6b ;
    mo:record_count 1 ;
    schema:about <product/15989#subject>,
        <product/15991#subject>,
        <product/15995#subject>,
        <product/15996#subject> ;
    schema:byArtist <artist/1286#subject>,
        <artist/169#subject>,
        <artist/3044#subject>,
        <artist/3109#subject>,
        <artist/3172#subject>,
        <artist/3211#subject>,
        <artist/3221#subject>,
        <artist/3230#subject>,
        <artist/3231#subject>,
        <artist/3233#subject>,
        <artist/3973#subject>,
        <artist/4300#subject>,
        <artist/5092#subject>,
        <artist/925#subject> ;
    schema:datePublished "2000-08-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/51/1815/1815-1205698318.jpg> ;
    schema:name "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@en,
        "悠久組曲～All Star Project～ サウンドトラック"@ja,
        "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@ja-latn ;
    schema:publisher <org/1364#subject> ;
    foaf:depiction <https://media.vgm.io/albums/51/1815/1815-1205698318.jpg> .

<album/1815#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@en,
        "悠久組曲～All Star Project～ サウンドトラック"@ja,
        "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@ja-latn ;
    mo:performance_of <album/1815#musicalwork> ;
    mo:performer <artist/1286#subject>,
        <artist/169#subject>,
        <artist/3044#subject>,
        <artist/3109#subject>,
        <artist/3172#subject>,
        <artist/3211#subject>,
        <artist/3221#subject>,
        <artist/3230#subject>,
        <artist/3231#subject>,
        <artist/3233#subject>,
        <artist/3973#subject>,
        <artist/4300#subject>,
        <artist/5092#subject>,
        <artist/925#subject> ;
    mo:recorded_as <album/1815#musicalexpression> ;
    schema:byArtist <artist/1286#subject>,
        <artist/169#subject>,
        <artist/3044#subject>,
        <artist/3109#subject>,
        <artist/3172#subject>,
        <artist/3211#subject>,
        <artist/3221#subject>,
        <artist/3230#subject>,
        <artist/3231#subject>,
        <artist/3233#subject>,
        <artist/3973#subject>,
        <artist/4300#subject>,
        <artist/5092#subject>,
        <artist/925#subject> ;
    schema:name "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@en,
        "悠久組曲～All Star Project～ サウンドトラック"@ja,
        "Yukyu Kumikyoku ~All Star Project~ Soundtrack"@ja-latn ;
    schema:workPerformed <album/1815#musicalwork> .

_:N27e54b71db414a5b95589a8f59dbb818 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Glory Days ~We Still Don't Know~"@en,
        "glory days ～僕らはまだ知らない～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N9a5af5c00c22400aafe729c2ad249b6b ;
    schema:name "Glory Days ~We Still Don't Know~"@en,
        "glory days ～僕らはまだ知らない～"@ja .

_:N3a7cf581d01641649612901e836b3cdf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yukyu Gensoukyoku 3 Perpetual Blue Nonstop Selection! (I'll Be Around, Funky Guys, Skip It, Day Tripper, Mr.Merrymaker, Grateful Songs, After The Rain, Dancin' On The Back Street, Refrain Wind)"@en,
        "悠久幻想曲3Perpetual Blueセレクションノンストップ! (I'll Be Around, Funky Guys, Skip it, Day Tripper, Mr.Merrymaker, Grateful Songs, After The Rain, Dancin' On The Back Street, Refrain Wind)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT13:02"^^xsd:interval ;
    schema:inPlaylist _:N9a5af5c00c22400aafe729c2ad249b6b ;
    schema:name "Yukyu Gensoukyoku 3 Perpetual Blue Nonstop Selection! (I'll Be Around, Funky Guys, Skip It, Day Tripper, Mr.Merrymaker, Grateful Songs, After The Rain, Dancin' On The Back Street, Refrain Wind)"@en,
        "悠久幻想曲3Perpetual Blueセレクションノンストップ! (I'll Be Around, Funky Guys, Skip it, Day Tripper, Mr.Merrymaker, Grateful Songs, After The Rain, Dancin' On The Back Street, Refrain Wind)"@ja .

_:N48be7e022eb54c519065b233a0e894a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The World of Eternity Song"@en,
        "the world of eternity song"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N9a5af5c00c22400aafe729c2ad249b6b ;
    schema:name "The World of Eternity Song"@en,
        "the world of eternity song"@ja .

_:N5427f4b506854a45abd82ef5c25f83d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yukyu Gensoukyoku Nonstop Selection! (Wake Up!!, Shy Boy, Are You Ready?, Stumble-Scramble, It's All Right, In Our Usual Sunny Place, Go Easy, Nocturne In C Sharp Major, Earnest Hope, Red-Eyed Revenger)"@en,
        "悠久幻想曲セレクションノンストップ! (Wake Up!!, Shy Boy, Are You Ready? Stumble Scramble, It's All Right, In Our Usual Sunny Place, Go Easy, Nocturne in C sharp major, Earnest Hope, Red-Eyed Revenger)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT13:51"^^xsd:interval ;
    schema:inPlaylist _:N9a5af5c00c22400aafe729c2ad249b6b ;
    schema:name "Yukyu Gensoukyoku Nonstop Selection! (Wake Up!!, Shy Boy, Are You Ready?, Stumble-Scramble, It's All Right, In Our Usual Sunny Place, Go Easy, Nocturne In C Sharp Major, Earnest Hope, Red-Eyed Revenger)"@en,
        "悠久幻想曲セレクションノンストップ! (Wake Up!!, Shy Boy, Are You Ready? Stumble Scramble, It's All Right, In Our Usual Sunny Place, Go Easy, Nocturne in C sharp major, Earnest Hope, Red-Eyed Revenger)"@ja .

_:Nac78457a46ec4fa79b06f1952db486bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yukyu Academy School Song ~Orchestra Version~"@en,
        "悠久学園校歌～オーケストラバージョン～"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N9a5af5c00c22400aafe729c2ad249b6b ;
    schema:name "Yukyu Academy School Song ~Orchestra Version~"@en,
        "悠久学園校歌～オーケストラバージョン～"@ja .

_:Nb7e6ff2861a94ad69b509a2fcfac6557 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yukyu Gensoukyoku 2nd Album Nonstop Selection! (A Little Dream, Someday I Know, Rain Or Shine, Career Woman, Green Waltz, Miss Caprice, Don't Hurry Love, Ethereal Beauty, Daytime Cinderella, Step Into The Pleasure, Soul Courageous)"@en,
        "悠久幻想曲2nd album セレクションノンストップ! (A Little Dream, Someday I Know, Rain Or Shine, Career Woman, Green Waltz, Miss Caprice, Don’t Hurry Love, Ethereal Beauty, Daytime Cinderella, Step Into The Pleasure, Soul Courageous)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT15:58"^^xsd:interval ;
    schema:inPlaylist _:N9a5af5c00c22400aafe729c2ad249b6b ;
    schema:name "Yukyu Gensoukyoku 2nd Album Nonstop Selection! (A Little Dream, Someday I Know, Rain Or Shine, Career Woman, Green Waltz, Miss Caprice, Don't Hurry Love, Ethereal Beauty, Daytime Cinderella, Step Into The Pleasure, Soul Courageous)"@en,
        "悠久幻想曲2nd album セレクションノンストップ! (A Little Dream, Someday I Know, Rain Or Shine, Career Woman, Green Waltz, Miss Caprice, Don’t Hurry Love, Ethereal Beauty, Daytime Cinderella, Step Into The Pleasure, Soul Courageous)"@ja .

_:Nf087f3773f414fe183f1f1cdfa6677d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Graduation Photograph (Soundtrack Version)"@en,
        "卒業写真(サントラバージョン)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N9a5af5c00c22400aafe729c2ad249b6b ;
    schema:name "Graduation Photograph (Soundtrack Version)"@en,
        "卒業写真(サントラバージョン)"@ja .

_:N9a5af5c00c22400aafe729c2ad249b6b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N27e54b71db414a5b95589a8f59dbb818,
        _:N3a7cf581d01641649612901e836b3cdf,
        _:N48be7e022eb54c519065b233a0e894a7,
        _:N5427f4b506854a45abd82ef5c25f83d5,
        _:Nac78457a46ec4fa79b06f1952db486bd,
        _:Nb7e6ff2861a94ad69b509a2fcfac6557,
        _:Nf087f3773f414fe183f1f1cdfa6677d2 ;
    mo:track_count 7 ;
    schema:duration "PT60:06"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N27e54b71db414a5b95589a8f59dbb818,
        _:N3a7cf581d01641649612901e836b3cdf,
        _:N48be7e022eb54c519065b233a0e894a7,
        _:N5427f4b506854a45abd82ef5c25f83d5,
        _:Nac78457a46ec4fa79b06f1952db486bd,
        _:Nb7e6ff2861a94ad69b509a2fcfac6557,
        _:Nf087f3773f414fe183f1f1cdfa6677d2 .

