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

<artist/68623#subject> a schema:Person,
        foaf:Person ;
    schema:name "Akie Kiyohara"@en,
        "清原明恵"@ja ;
    foaf:made <album/109876#lyrics>,
        <album/109876#subject> ;
    foaf:name "Akie Kiyohara"@en,
        "清原明恵"@ja .

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

<artist/12622#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109876#subject> ;
    schema:name "UZA"@en ;
    foaf:made <album/109876#composition>,
        <album/109876#subject> ;
    foaf:name "UZA"@en .

<artist/68622#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109876#subject> ;
    schema:name "Kimihiro Yokoi"@en,
        "横井公博"@ja ;
    foaf:made <album/109876#composition>,
        <album/109876#subject> ;
    foaf:name "Kimihiro Yokoi"@en,
        "横井公博"@ja .

<product/5121#subject> a schema:CreativeWork ;
    schema:name "Mew Mew Power"@en,
        "東京ミュウミュウ"@ja,
        "Tokyo Mew Mew"@ja-latn ;
    foaf:name "Mew Mew Power"@en,
        "東京ミュウミュウ"@ja,
        "Tokyo Mew Mew"@ja-latn .

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

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

<album/109876#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@en,
        "キラメキの海を超えて / 桃宮いちご (中島沙樹)"@ja,
        "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@ja-latn ;
    mo:performance_of <album/109876#musicalwork> ;
    mo:recorded_as <album/109876#musicalexpression> ;
    schema:name "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@en,
        "キラメキの海を超えて / 桃宮いちご (中島沙樹)"@ja,
        "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@ja-latn ;
    schema:workPerformed <album/109876#musicalwork> .

<org/4524#subject> schema:name "InterChannel"@en,
        "インターチャネル"@ja,
        "InterChannel"@ja-latn ;
    foaf:name "InterChannel"@en,
        "インターチャネル"@ja,
        "InterChannel"@ja-latn .

<https://media.vgm.io/albums/67/109876/109876-6179f2e44156.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/109876#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/67/109876/109876-6179f2e44156.jpg> ;
    foaf:depicts <album/109876#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/67/109876/109876-6179f2e44156.jpg> .

<https://medium-media.vgm.io/albums/67/109876/109876-6179f2e44156.jpg> a schema:ImageObject,
        foaf:Image .

<album/109876#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@en,
        "キラメキの海を超えて / 桃宮いちご (中島沙樹)"@ja,
        "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@ja-latn ;
    mo:composer <artist/12622#subject>,
        <artist/68622#subject> ;
    mo:produced_work <album/109876#musicalwork> ;
    schema:name "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@en,
        "キラメキの海を超えて / 桃宮いちご (中島沙樹)"@ja,
        "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@ja-latn .

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

<album/109876#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-02-26"^^xsd:date ;
    dcterms:title "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@en,
        "キラメキの海を超えて / 桃宮いちご (中島沙樹)"@ja,
        "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@ja-latn ;
    mo:catalogue_number "NECM-12043" ;
    mo:media_type "CD" ;
    mo:publication_of <album/109876#musicalexpression> ;
    mo:publisher <org/4524#subject> ;
    mo:record _:N7b0fc1cd4507421eb87ed4b31ed5c4c9 ;
    mo:record_count 1 ;
    schema:about <product/5121#subject> ;
    schema:datePublished "2003-02-26"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/67/109876/109876-6179f2e44156.jpg> ;
    schema:name "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@en,
        "キラメキの海を超えて / 桃宮いちご (中島沙樹)"@ja,
        "Kirameki no Umi o Koete / Ichigo Momomiya (Saki Nakajima)"@ja-latn ;
    schema:publisher <org/4524#subject> ;
    foaf:depiction <https://media.vgm.io/albums/67/109876/109876-6179f2e44156.jpg> .

_:N8601b928702042f39981fe35686a0419 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "いちごと沙樹のストロベリートーク"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N7b0fc1cd4507421eb87ed4b31ed5c4c9 ;
    schema:name "いちごと沙樹のストロベリートーク"@ja .

_:N9a99aa23d393463e9e6216e4d1d8b8e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "rondo"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N7b0fc1cd4507421eb87ed4b31ed5c4c9 ;
    schema:name "rondo"@ja .

_:Na53819ecbc3c431eaac31623a6227e41 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "rondo（オリジナル・カラオケ）"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N7b0fc1cd4507421eb87ed4b31ed5c4c9 ;
    schema:name "rondo（オリジナル・カラオケ）"@ja .

_:Nc0b5fe44b9a545489cfdd35a6a263ea4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キラメキの海を超えて（オリジナル・カラオケ）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N7b0fc1cd4507421eb87ed4b31ed5c4c9 ;
    schema:name "キラメキの海を超えて（オリジナル・カラオケ）"@ja .

_:Nef409960849a41e2ba7daf6deecb0fb8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キラメキの海を超えて"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:N7b0fc1cd4507421eb87ed4b31ed5c4c9 ;
    schema:name "キラメキの海を超えて"@ja .

_:N7b0fc1cd4507421eb87ed4b31ed5c4c9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8601b928702042f39981fe35686a0419,
        _:N9a99aa23d393463e9e6216e4d1d8b8e1,
        _:Na53819ecbc3c431eaac31623a6227e41,
        _:Nc0b5fe44b9a545489cfdd35a6a263ea4,
        _:Nef409960849a41e2ba7daf6deecb0fb8 ;
    mo:track_count 5 ;
    schema:duration "PT22:46"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N8601b928702042f39981fe35686a0419,
        _:N9a99aa23d393463e9e6216e4d1d8b8e1,
        _:Na53819ecbc3c431eaac31623a6227e41,
        _:Nc0b5fe44b9a545489cfdd35a6a263ea4,
        _:Nef409960849a41e2ba7daf6deecb0fb8 .

