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

<artist/1815#subject> a schema:Person,
        foaf:Person ;
    schema:name "tororo"@en ;
    foaf:made <album/19288#lyrics>,
        <album/19288#subject> ;
    foaf:name "tororo"@en .

<artist/5191#subject> a schema:Person,
        foaf:Person ;
    schema:name "Saori Codama"@en,
        "こだまさおり"@ja ;
    foaf:made <album/19288#lyrics>,
        <album/19288#subject> ;
    foaf:name "Saori Codama"@en,
        "こだまさおり"@ja .

<artist/851#subject> a schema:Person,
        foaf:Person ;
    schema:name "rino"@en ;
    foaf:made <album/19288#lyrics>,
        <album/19288#subject> ;
    foaf:name "rino"@en .

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

<artist/38#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19288#subject> ;
    schema:name "chokix"@en ;
    foaf:made <album/19288#composition>,
        <album/19288#subject> ;
    foaf:name "chokix"@en .

<artist/6352#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19288#subject> ;
    schema:name "Shunryu"@en,
        "俊龍"@ja ;
    foaf:made <album/19288#composition>,
        <album/19288#subject> ;
    foaf:name "Shunryu"@en,
        "俊龍"@ja .

<product/3523#subject> a schema:CreativeWork ;
    schema:name "D.C.II Fall in Love"@en,
        "D.C.II Fall in Love ～ダ・カーポ II～フォーリンラブ"@ja,
        "D.C.II Fall in Love"@ja-latn ;
    foaf:name "D.C.II Fall in Love"@en,
        "D.C.II Fall in Love ～ダ・カーポ II～フォーリンラブ"@ja,
        "D.C.II Fall in Love"@ja-latn .

<product/3525#subject> a schema:CreativeWork ;
    schema:name "D.C.II To You"@en,
        "D.C.II To You ～ダ・カーポII～ トゥーユー"@ja,
        "D.C.II To You"@ja-latn ;
    foaf:name "D.C.II To You"@en,
        "D.C.II To You ～ダ・カーポII～ トゥーユー"@ja,
        "D.C.II To You"@ja-latn .

<product/4704#subject> a schema:CreativeWork ;
    schema:name "Princess Lover! (Anime)"@en,
        "プリンセスラバー! (Anime)"@ja,
        "Princess Lover! (Anime)"@ja-latn ;
    foaf:name "Princess Lover! (Anime)"@en,
        "プリンセスラバー! (Anime)"@ja,
        "Princess Lover! (Anime)"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/88/19288/19288-1273847399.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/19288#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "stitch museum / yozuca*"@en,
        "stitch museum / yozuca*"@ja,
        "stitch museum / yozuca*"@ja-latn ;
    mo:performance_of <album/19288#musicalwork> ;
    mo:performer <artist/847#subject> ;
    mo:recorded_as <album/19288#musicalexpression> ;
    schema:byArtist <artist/847#subject> ;
    schema:name "stitch museum / yozuca*"@en,
        "stitch museum / yozuca*"@ja,
        "stitch museum / yozuca*"@ja-latn ;
    schema:workPerformed <album/19288#musicalwork> .

<album/19288#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "stitch museum / yozuca*"@en,
        "stitch museum / yozuca*"@ja,
        "stitch museum / yozuca*"@ja-latn ;
    mo:composer <artist/38#subject>,
        <artist/6352#subject>,
        <artist/847#subject> ;
    mo:produced_work <album/19288#musicalwork> ;
    schema:name "stitch museum / yozuca*"@en,
        "stitch museum / yozuca*"@ja,
        "stitch museum / yozuca*"@ja-latn .

<artist/847#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19288#subject> ;
    mo:performed <album/19288#performance> ;
    schema:name "yozuca*"@en ;
    foaf:made <album/19288#composition>,
        <album/19288#lyrics>,
        <album/19288#subject> ;
    foaf:name "yozuca*"@en .

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

<album/19288#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-05-12"^^xsd:date ;
    dcterms:title "stitch museum / yozuca*"@en,
        "stitch museum / yozuca*"@ja,
        "stitch museum / yozuca*"@ja-latn ;
    mo:catalogue_number "LACA-15026" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19288#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:N7d3f2dd9572341eda514b54a5d442813 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Valkyrie Complex"@en ;
            foaf:name "Valkyrie Complex"@en ],
        [ a schema:CreativeWork ;
            schema:name "ai sp@ce"@en ;
            foaf:name "ai sp@ce"@en ],
        <product/3523#subject>,
        <product/3525#subject>,
        <product/4704#subject> ;
    schema:byArtist <artist/847#subject> ;
    schema:datePublished "2010-05-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/19288/19288-1273847399.jpg> ;
    schema:name "stitch museum / yozuca*"@en,
        "stitch museum / yozuca*"@ja,
        "stitch museum / yozuca*"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/88/19288/19288-1273847399.jpg> .

_:N0fdceb32f53c43a78d3382fb64deb42a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Start Line"@en,
        "スタートライン"@ja ;
    mo:track_number 14 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "Start Line"@en,
        "スタートライン"@ja .

_:N15795c9fc74044949afb2841ccb8d855 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Enjoy Life"@en,
        "Enjoy Life"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "Enjoy Life"@en,
        "Enjoy Life"@ja .

_:N351c5f7d2ca54b90aa3159cb2e4ce959 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Morning-sugar rays"@en,
        "Morning-sugar rays"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:20"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "Morning-sugar rays"@en,
        "Morning-sugar rays"@ja .

_:N3e7ba31e17b24aac8c78338934f9af1a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Rainbow that Bloomed After the Rain"@en,
        "雨上がりに咲いた虹"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "A Rainbow that Bloomed After the Rain"@en,
        "雨上がりに咲いた虹"@ja .

_:N4ab008f9ded7479dafc35fdea1fcde3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sun Rises Again ~stitch museum ver~"@en,
        "陽はまた昇る～stitch museum ver～"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "The Sun Rises Again ~stitch museum ver~"@en,
        "陽はまた昇る～stitch museum ver～"@ja .

_:N6df56b8a28894d9288ed06d212900c75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rainbow 07"@en,
        "Rainbow 07"@ja ;
    mo:track_number 13 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "Rainbow 07"@en,
        "Rainbow 07"@ja .

_:N878f66166366443cbc4f56ce699e749e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Graduation from yesterday"@en,
        "Graduation from yesterday"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "Graduation from yesterday"@en,
        "Graduation from yesterday"@ja .

_:Nad21fcd5253d4416b8ccc18babe68316 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Light of Rembrandt"@en,
        "レンブラントの光"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:47"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "Light of Rembrandt"@en,
        "レンブラントの光"@ja .

_:Nb6f262473fa24742aa78f4ae50cfab8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "S.S.D!"@en,
        "S.S.D!"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "S.S.D!"@en,
        "S.S.D!"@ja .

_:Nba15eab37bcd4058a4c6e87cef54f2c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Do you love me?"@en,
        "Do you love me？"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "Do you love me?"@en,
        "Do you love me？"@ja .

_:Nd17c78517d4a46768cfdc73c3050aad5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I will go"@en,
        "I will go"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "I will go"@en,
        "I will go"@ja .

_:Ndfab9ea6b923469182a82990cd45c05a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "in the Deep"@en,
        "in the Deep"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "in the Deep"@en,
        "in the Deep"@ja .

_:Nf3b732828d3c475aa0520741bf2e107c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ai Towa ~Fortune favors the brave~"@en,
        "愛永久～Fortune favors the brave～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "Ai Towa ~Fortune favors the brave~"@en,
        "愛永久～Fortune favors the brave～"@ja .

_:Nf3bbccf1dd184a5e90f2e5d8bdecc9bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No ruLe"@en,
        "No ruLe"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N7d3f2dd9572341eda514b54a5d442813 ;
    schema:name "No ruLe"@en,
        "No ruLe"@ja .

_:N7d3f2dd9572341eda514b54a5d442813 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0fdceb32f53c43a78d3382fb64deb42a,
        _:N15795c9fc74044949afb2841ccb8d855,
        _:N351c5f7d2ca54b90aa3159cb2e4ce959,
        _:N3e7ba31e17b24aac8c78338934f9af1a,
        _:N4ab008f9ded7479dafc35fdea1fcde3a,
        _:N6df56b8a28894d9288ed06d212900c75,
        _:N878f66166366443cbc4f56ce699e749e,
        _:Nad21fcd5253d4416b8ccc18babe68316,
        _:Nb6f262473fa24742aa78f4ae50cfab8c,
        _:Nba15eab37bcd4058a4c6e87cef54f2c8,
        _:Nd17c78517d4a46768cfdc73c3050aad5,
        _:Ndfab9ea6b923469182a82990cd45c05a,
        _:Nf3b732828d3c475aa0520741bf2e107c,
        _:Nf3bbccf1dd184a5e90f2e5d8bdecc9bc ;
    mo:track_count 14 ;
    schema:duration "PT65:08"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N0fdceb32f53c43a78d3382fb64deb42a,
        _:N15795c9fc74044949afb2841ccb8d855,
        _:N351c5f7d2ca54b90aa3159cb2e4ce959,
        _:N3e7ba31e17b24aac8c78338934f9af1a,
        _:N4ab008f9ded7479dafc35fdea1fcde3a,
        _:N6df56b8a28894d9288ed06d212900c75,
        _:N878f66166366443cbc4f56ce699e749e,
        _:Nad21fcd5253d4416b8ccc18babe68316,
        _:Nb6f262473fa24742aa78f4ae50cfab8c,
        _:Nba15eab37bcd4058a4c6e87cef54f2c8,
        _:Nd17c78517d4a46768cfdc73c3050aad5,
        _:Ndfab9ea6b923469182a82990cd45c05a,
        _:Nf3b732828d3c475aa0520741bf2e107c,
        _:Nf3bbccf1dd184a5e90f2e5d8bdecc9bc .

