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

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

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

<artist/2101#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16491#subject> ;
    schema:name "T.Uchiyama"@en ;
    foaf:made <album/16491#composition>,
        <album/16491#subject> ;
    foaf:name "T.Uchiyama"@en .

<artist/290#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16491#subject> ;
    schema:name "Blueberry&Yogurt"@en ;
    foaf:made <album/16491#composition>,
        <album/16491#subject> ;
    foaf:name "Blueberry&Yogurt"@en .

<event/2> a mo:Release ;
    schema:name "Released at Comic Market 73 (Dec 29, 2007 to Dec 31, 2007)" .

<product/21246#subject> a schema:CreativeWork ;
    schema:name "MIND+REAPER"@en,
        "MIND+REAPER"@ja,
        "MIND+REAPER"@ja-latn ;
    foaf:name "MIND+REAPER"@en,
        "MIND+REAPER"@ja,
        "MIND+REAPER"@ja-latn .

<product/21258#subject> a schema:CreativeWork ;
    schema:name "Omegane Teacher -Valentine Plan-"@en,
        "おめがねティーチャー -Valentine Plan-"@ja,
        "Omegane Teacher -Valentine Plan-"@ja-latn ;
    foaf:name "Omegane Teacher -Valentine Plan-"@en,
        "おめがねティーチャー -Valentine Plan-"@ja,
        "Omegane Teacher -Valentine Plan-"@ja-latn .

<product/21261#subject> a schema:CreativeWork ;
    schema:name "Negai no Mahou."@en,
        "ねがいの魔法。"@ja,
        "Negai no Mahou."@ja-latn ;
    foaf:name "Negai no Mahou."@en,
        "ねがいの魔法。"@ja,
        "Negai no Mahou."@ja-latn .

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

<album/16491#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "monologue / Blueberry&Yogurt"@en,
        "monologue / Blueberry&Yogurt"@ja,
        "monologue / Blueberry&Yogurt"@ja-latn ;
    mo:performance_of <album/16491#musicalwork> ;
    mo:recorded_as <album/16491#musicalexpression> ;
    schema:name "monologue / Blueberry&Yogurt"@en,
        "monologue / Blueberry&Yogurt"@ja,
        "monologue / Blueberry&Yogurt"@ja-latn ;
    schema:workPerformed <album/16491#musicalwork> .

<org/2113#subject> schema:name "Blueberry&Yogurt"@en,
        "Blueberry&Yogurt"@ja,
        "Blueberry&Yogurt"@ja-latn ;
    foaf:name "Blueberry&Yogurt"@en,
        "Blueberry&Yogurt"@ja,
        "Blueberry&Yogurt"@ja-latn .

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

<https://medium-media.vgm.io/albums/19/16491/16491-1580465737.jpg> a schema:ImageObject,
        foaf:Image .

<album/16491#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "monologue / Blueberry&Yogurt"@en,
        "monologue / Blueberry&Yogurt"@ja,
        "monologue / Blueberry&Yogurt"@ja-latn ;
    mo:composer <artist/2101#subject>,
        <artist/290#subject> ;
    mo:produced_work <album/16491#musicalwork> ;
    schema:name "monologue / Blueberry&Yogurt"@en,
        "monologue / Blueberry&Yogurt"@ja,
        "monologue / Blueberry&Yogurt"@ja-latn .

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

<album/16491#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-12-29"^^xsd:date ;
    dcterms:title "monologue / Blueberry&Yogurt"@en,
        "monologue / Blueberry&Yogurt"@ja,
        "monologue / Blueberry&Yogurt"@ja-latn ;
    mo:catalogue_number "BRYG-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/16491#musicalexpression> ;
    mo:publisher <org/2113#subject> ;
    mo:record _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    mo:record_count 1 ;
    mo:release <event/2> ;
    schema:about <product/21246#subject>,
        <product/21258#subject>,
        <product/21261#subject> ;
    schema:datePublished "2007-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/19/16491/16491-1580465737.jpg> ;
    schema:name "monologue / Blueberry&Yogurt"@en,
        "monologue / Blueberry&Yogurt"@ja,
        "monologue / Blueberry&Yogurt"@ja-latn ;
    schema:publisher <org/2113#subject> ;
    foaf:depiction <https://media.vgm.io/albums/19/16491/16491-1580465737.jpg> .

_:N17c94b9a99624a04b9490936b881a6bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Believe (Off Vocal)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "Believe (Off Vocal)"@ja .

_:N189b08b211484a1589ccebd2c036118a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Balance (Off Vocal)"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "Balance (Off Vocal)"@ja .

_:N22741693a7fe4ff9b398fc9eece46be1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ナツノヒ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "ナツノヒ"@ja .

_:N49ea2e15025f4cfb82b4b45edf8e2e1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "この空の下で"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "この空の下で"@ja .

_:N760c63f52c4d42399696a704e5c4b30e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "remember days"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "remember days"@ja .

_:Na67692abd98c4c968c8d2874bb680a1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Balance"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "Balance"@ja .

_:Na8e32aba2ce64ca99c207ffe00762381 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "end of misery"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "end of misery"@ja .

_:Nb79c9e2d4b6640b185ca21cc97903914 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ねがいの魔法 (Off Vocal)"@ja ;
    mo:track_number 13 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "ねがいの魔法 (Off Vocal)"@ja .

_:Nd86d1b72487a4e43aaceccb4d973cb45 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "この空の下で (Off Vocal)"@ja ;
    mo:track_number 16 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "この空の下で (Off Vocal)"@ja .

_:Ndb97cb3ba31e4d0d85057a23a2cb49aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Believe"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "Believe"@ja .

_:Ndf8a5b907f014898916e54b770918ec7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ナツノヒ (Off Vocal)"@ja ;
    mo:track_number 15 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "ナツノヒ (Off Vocal)"@ja .

_:Ne998b56f81534b07b53afb30d31b3b10 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "remember days (Off Vocal)"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "remember days (Off Vocal)"@ja .

_:Nf3b0a8e3f76446cea57aa191f9a25bfc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "end of misery (Off Vocal)"@ja ;
    mo:track_number 12 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "end of misery (Off Vocal)"@ja .

_:Nf3e8f9baa66049cda5eb9cce4bf9af3b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ねがいの魔法"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "ねがいの魔法"@ja .

_:Nfa9876606e1a4f18b66e0903c2615a60 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "よかん (Off Vocal)"@ja ;
    mo:track_number 14 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "よかん (Off Vocal)"@ja .

_:Nfeefbdc5352a40e2b49b2ee403c35d64 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "よかん"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:N7e4ce8b538b9435eab7f1db2589f01ef ;
    schema:name "よかん"@ja .

_:N7e4ce8b538b9435eab7f1db2589f01ef a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N17c94b9a99624a04b9490936b881a6bc,
        _:N189b08b211484a1589ccebd2c036118a,
        _:N22741693a7fe4ff9b398fc9eece46be1,
        _:N49ea2e15025f4cfb82b4b45edf8e2e1f,
        _:N760c63f52c4d42399696a704e5c4b30e,
        _:Na67692abd98c4c968c8d2874bb680a1b,
        _:Na8e32aba2ce64ca99c207ffe00762381,
        _:Nb79c9e2d4b6640b185ca21cc97903914,
        _:Nd86d1b72487a4e43aaceccb4d973cb45,
        _:Ndb97cb3ba31e4d0d85057a23a2cb49aa,
        _:Ndf8a5b907f014898916e54b770918ec7,
        _:Ne998b56f81534b07b53afb30d31b3b10,
        _:Nf3b0a8e3f76446cea57aa191f9a25bfc,
        _:Nf3e8f9baa66049cda5eb9cce4bf9af3b,
        _:Nfa9876606e1a4f18b66e0903c2615a60,
        _:Nfeefbdc5352a40e2b49b2ee403c35d64 ;
    mo:track_count 16 ;
    schema:duration "PT73:23"^^xsd:interval ;
    schema:numTracks 16 ;
    schema:track _:N17c94b9a99624a04b9490936b881a6bc,
        _:N189b08b211484a1589ccebd2c036118a,
        _:N22741693a7fe4ff9b398fc9eece46be1,
        _:N49ea2e15025f4cfb82b4b45edf8e2e1f,
        _:N760c63f52c4d42399696a704e5c4b30e,
        _:Na67692abd98c4c968c8d2874bb680a1b,
        _:Na8e32aba2ce64ca99c207ffe00762381,
        _:Nb79c9e2d4b6640b185ca21cc97903914,
        _:Nd86d1b72487a4e43aaceccb4d973cb45,
        _:Ndb97cb3ba31e4d0d85057a23a2cb49aa,
        _:Ndf8a5b907f014898916e54b770918ec7,
        _:Ne998b56f81534b07b53afb30d31b3b10,
        _:Nf3b0a8e3f76446cea57aa191f9a25bfc,
        _:Nf3e8f9baa66049cda5eb9cce4bf9af3b,
        _:Nfa9876606e1a4f18b66e0903c2615a60,
        _:Nfeefbdc5352a40e2b49b2ee403c35d64 .

