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

<artist/22517#subject> a schema:Person,
        foaf:Person ;
    schema:name "The Ripple"@en ;
    foaf:made <album/102037#lyrics>,
        <album/102037#subject> ;
    foaf:name "The Ripple"@en .

<artist/3037#subject> a schema:Person,
        foaf:Person ;
    schema:name "Maria Kawamura"@en,
        "川村万梨阿"@ja ;
    foaf:made <album/102037#lyrics>,
        <album/102037#subject> ;
    foaf:name "Maria Kawamura"@en,
        "川村万梨阿"@ja .

<artist/904#subject> a schema:Person,
        foaf:Person ;
    schema:name "Naoko Matsui"@en,
        "松井菜桜子"@ja ;
    foaf:made <album/102037#lyrics>,
        <album/102037#subject> ;
    foaf:name "Naoko Matsui"@en,
        "松井菜桜子"@ja .

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

<artist/1489#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/102037#subject> ;
    schema:name "Yuki Matsuura"@en,
        "松浦有希"@ja ;
    foaf:made <album/102037#composition>,
        <album/102037#lyrics>,
        <album/102037#subject> ;
    foaf:name "Yuki Matsuura"@en,
        "松浦有希"@ja .

<artist/2914#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/102037#subject> ;
    schema:name "Satoru Osanai"@en,
        "長内悟"@ja ;
    foaf:made <album/102037#composition>,
        <album/102037#subject> ;
    foaf:name "Satoru Osanai"@en,
        "長内悟"@ja .

<artist/5222#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/102037#subject> ;
    schema:name "Seikou Nagaoka"@en,
        "長岡成貢"@ja ;
    foaf:made <album/102037#composition>,
        <album/102037#subject> ;
    foaf:name "Seikou Nagaoka"@en,
        "長岡成貢"@ja .

<artist/5893#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/102037#subject> ;
    schema:name "Tsukasa Nagoya"@en,
        "名古屋司"@ja ;
    foaf:made <album/102037#composition>,
        <album/102037#subject> ;
    foaf:name "Tsukasa Nagoya"@en,
        "名古屋司"@ja .

<artist/7882#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/102037#subject> ;
    schema:name "Chieko Honda"@en,
        "本多知恵子"@ja ;
    foaf:made <album/102037#composition>,
        <album/102037#subject> ;
    foaf:name "Chieko Honda"@en,
        "本多知恵子"@ja .

<product/17903#subject> a schema:CreativeWork ;
    schema:name "Silent Möbius Gaiden: Bakumatsu Anpu Shimatsuki"@en,
        "サイレントメビウス外伝 幕末闇婦始末記"@ja,
        "Silent Möbius Gaiden: Bakumatsu Anpu Shimatsuki"@ja-latn ;
    foaf:name "Silent Möbius Gaiden: Bakumatsu Anpu Shimatsuki"@en,
        "サイレントメビウス外伝 幕末闇婦始末記"@ja,
        "Silent Möbius Gaiden: Bakumatsu Anpu Shimatsuki"@ja-latn .

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

<album/102037#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RIPPLE / The Ripple"@en,
        "RIPPLE / The Ripple"@ja,
        "RIPPLE / The Ripple"@ja-latn ;
    mo:performance_of <album/102037#musicalwork> ;
    mo:recorded_as <album/102037#musicalexpression> ;
    schema:name "RIPPLE / The Ripple"@en,
        "RIPPLE / The Ripple"@ja,
        "RIPPLE / The Ripple"@ja-latn ;
    schema:workPerformed <album/102037#musicalwork> .

<org/21#subject> schema:name "STARCHILD"@en,
        "STARCHILD"@ja,
        "STARCHILD"@ja-latn ;
    foaf:name "STARCHILD"@en,
        "STARCHILD"@ja,
        "STARCHILD"@ja-latn .

<https://media.vgm.io/albums/73/102037/102037-6100c3d1347d.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/102037#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/73/102037/102037-6100c3d1347d.jpg> ;
    foaf:depicts <album/102037#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/73/102037/102037-6100c3d1347d.jpg> .

<https://medium-media.vgm.io/albums/73/102037/102037-6100c3d1347d.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/102037#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RIPPLE / The Ripple"@en,
        "RIPPLE / The Ripple"@ja,
        "RIPPLE / The Ripple"@ja-latn ;
    mo:composer <artist/1489#subject>,
        <artist/2914#subject>,
        <artist/5222#subject>,
        <artist/5893#subject>,
        <artist/7882#subject> ;
    mo:produced_work <album/102037#musicalwork> ;
    schema:name "RIPPLE / The Ripple"@en,
        "RIPPLE / The Ripple"@ja,
        "RIPPLE / The Ripple"@ja-latn .

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

<album/102037#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1993-09-22"^^xsd:date ;
    dcterms:title "RIPPLE / The Ripple"@en,
        "RIPPLE / The Ripple"@ja,
        "RIPPLE / The Ripple"@ja-latn ;
    mo:catalogue_number "KICS-348" ;
    mo:media_type "CD" ;
    mo:publication_of <album/102037#musicalexpression> ;
    mo:publisher <org/21#subject> ;
    mo:record _:N792b5ce091d64f9ea48a297cee87d903 ;
    mo:record_count 1 ;
    schema:about <product/17903#subject> ;
    schema:datePublished "1993-09-22"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/73/102037/102037-6100c3d1347d.jpg> ;
    schema:name "RIPPLE / The Ripple"@en,
        "RIPPLE / The Ripple"@ja,
        "RIPPLE / The Ripple"@ja-latn ;
    schema:publisher <org/21#subject> ;
    foaf:depiction <https://media.vgm.io/albums/73/102037/102037-6100c3d1347d.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "彩木沓"@en ;
    foaf:made <album/102037#lyrics> ;
    foaf:name "彩木沓"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "紅玉"@en ;
    foaf:made <album/102037#subject> ;
    foaf:name "紅玉"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "紅玉"@en ;
    foaf:made <album/102037#lyrics> ;
    foaf:name "紅玉"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "泉スフレ"@en ;
    foaf:made <album/102037#subject> ;
    foaf:name "泉スフレ"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "彩木沓"@en ;
    foaf:made <album/102037#subject> ;
    foaf:name "彩木沓"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "泉スフレ"@en ;
    foaf:made <album/102037#lyrics> ;
    foaf:name "泉スフレ"@en .

_:N0b89ef8f9f354ef4aa8f25585d61c580 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "5番目のマリー"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "5番目のマリー"@ja .

_:N0c457df690b64438af81204004a31897 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "いつか夢のように"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "いつか夢のように"@ja .

_:N0ed2ea1af501448a90c4294485c2ab7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "親愛なるKiss <New Version>"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "親愛なるKiss <New Version>"@ja .

_:N16cb9f8e2a4047a99d4c5465d1e2bc7a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あなたのままで <New Version>"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "あなたのままで <New Version>"@ja .

_:N2f514cc0f9074e5898d53926d33a7345 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heartが追いつけない"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "Heartが追いつけない"@ja .

_:N8478a06f329b48669d113e97e0bb9cf0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ダイヤモンドのように"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "ダイヤモンドのように"@ja .

_:Na791895616c041d9bdea9dbbc5a46c2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "今日だけは私のそばにいて"@ja ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "今日だけは私のそばにいて"@ja .

_:Nafa372e20182441fb15d5f910c7d0823 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "けなげにサバイバル"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "けなげにサバイバル"@ja .

_:Nbec81917098040afae245bfb0a8e0733 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TOKIOはレム睡眠"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "TOKIOはレム睡眠"@ja .

_:Nc72e3f014eba431b92b5e079605a121d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "We are \"The Ripple\""@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "We are \"The Ripple\""@ja .

_:Nf8a22046e4094391af0f86a3e8707f53 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "心からI love you"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N792b5ce091d64f9ea48a297cee87d903 ;
    schema:name "心からI love you"@ja .

_:N792b5ce091d64f9ea48a297cee87d903 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b89ef8f9f354ef4aa8f25585d61c580,
        _:N0c457df690b64438af81204004a31897,
        _:N0ed2ea1af501448a90c4294485c2ab7e,
        _:N16cb9f8e2a4047a99d4c5465d1e2bc7a,
        _:N2f514cc0f9074e5898d53926d33a7345,
        _:N8478a06f329b48669d113e97e0bb9cf0,
        _:Na791895616c041d9bdea9dbbc5a46c2d,
        _:Nafa372e20182441fb15d5f910c7d0823,
        _:Nbec81917098040afae245bfb0a8e0733,
        _:Nc72e3f014eba431b92b5e079605a121d,
        _:Nf8a22046e4094391af0f86a3e8707f53 ;
    mo:track_count 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N0b89ef8f9f354ef4aa8f25585d61c580,
        _:N0c457df690b64438af81204004a31897,
        _:N0ed2ea1af501448a90c4294485c2ab7e,
        _:N16cb9f8e2a4047a99d4c5465d1e2bc7a,
        _:N2f514cc0f9074e5898d53926d33a7345,
        _:N8478a06f329b48669d113e97e0bb9cf0,
        _:Na791895616c041d9bdea9dbbc5a46c2d,
        _:Nafa372e20182441fb15d5f910c7d0823,
        _:Nbec81917098040afae245bfb0a8e0733,
        _:Nc72e3f014eba431b92b5e079605a121d,
        _:Nf8a22046e4094391af0f86a3e8707f53 .

