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

<artist/17743#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rie Kitagawa"@en,
        "北川理恵"@ja ;
    foaf:made <album/120803#subject>,
        <album/120803#vocals> ;
    foaf:name "Rie Kitagawa"@en,
        "北川理恵"@ja .

<artist/29429#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rico Sasaki"@en,
        "佐々木李子"@ja ;
    foaf:made <album/120803#subject>,
        <album/120803#vocals> ;
    foaf:name "Rico Sasaki"@en,
        "佐々木李子"@ja .

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

<artist/7957#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mike Sugiyama"@en,
        "マイクスギヤマ"@ja ;
    foaf:made <album/120803#lyrics>,
        <album/120803#subject> ;
    foaf:name "Mike Sugiyama"@en,
        "マイクスギヤマ"@ja .

<artist/25532#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/120803#subject> ;
    schema:name "Erika Fukasawa"@en,
        "深澤恵梨香"@ja ;
    foaf:made <album/120803#composition>,
        <album/120803#subject> ;
    foaf:name "Erika Fukasawa"@en,
        "深澤恵梨香"@ja .

<artist/33656#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/120803#subject> ;
    schema:name "Izumi Mori"@en,
        "森いづみ"@ja ;
    foaf:made <album/120803#composition>,
        <album/120803#subject> ;
    foaf:name "Izumi Mori"@en,
        "森いづみ"@ja .

<product/10958#subject> a schema:CreativeWork ;
    schema:name "Delicious Party♡Precure"@en,
        "デリシャスパーティ♡プリキュア"@ja,
        "Delicious Party♡Precure"@ja-latn ;
    foaf:name "Delicious Party♡Precure"@en,
        "デリシャスパーティ♡プリキュア"@ja,
        "Delicious Party♡Precure"@ja-latn .

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

<album/120803#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Delicious Party♡Precure 2nd Theme Song Single"@en,
        "デリシャスパーティ♡プリキュア 後期主題歌シングル"@ja,
        "Delicious Party♡Precure 2nd Theme Song Single"@ja-latn ;
    mo:performance_of <album/120803#musicalwork> ;
    mo:recorded_as <album/120803#musicalexpression> ;
    schema:name "Delicious Party♡Precure 2nd Theme Song Single"@en,
        "デリシャスパーティ♡プリキュア 後期主題歌シングル"@ja,
        "Delicious Party♡Precure 2nd Theme Song Single"@ja-latn ;
    schema:workPerformed <album/120803#musicalwork> .

<org/2208#subject> schema:name "MARVELOUS!"@en,
        "MARVELOUS!"@ja,
        "MARVELOUS!"@ja-latn ;
    foaf:name "MARVELOUS!"@en,
        "MARVELOUS!"@ja,
        "MARVELOUS!"@ja-latn .

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

<https://medium-media.vgm.io/albums/30/120803/120803-feed3700d456.jpg> a schema:ImageObject,
        foaf:Image .

<album/120803#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Delicious Party♡Precure 2nd Theme Song Single"@en,
        "デリシャスパーティ♡プリキュア 後期主題歌シングル"@ja,
        "Delicious Party♡Precure 2nd Theme Song Single"@ja-latn ;
    mo:composer <artist/25532#subject>,
        <artist/33656#subject> ;
    mo:produced_work <album/120803#musicalwork> ;
    schema:name "Delicious Party♡Precure 2nd Theme Song Single"@en,
        "デリシャスパーティ♡プリキュア 後期主題歌シングル"@ja,
        "Delicious Party♡Precure 2nd Theme Song Single"@ja-latn .

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

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

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

<album/120803#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-08-24"^^xsd:date ;
    dcterms:title "Delicious Party♡Precure 2nd Theme Song Single"@en,
        "デリシャスパーティ♡プリキュア 後期主題歌シングル"@ja,
        "Delicious Party♡Precure 2nd Theme Song Single"@ja-latn ;
    mo:catalogue_number "MJSS-09321" ;
    mo:media_type "CD" ;
    mo:publication_of <album/120803#musicalexpression> ;
    mo:publisher <org/2208#subject> ;
    mo:record _:N8ec85a8a61814677925584a2348bf706 ;
    mo:record_count 1 ;
    schema:about <product/10958#subject> ;
    schema:datePublished "2022-08-24"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/30/120803/120803-feed3700d456.jpg> ;
    schema:name "Delicious Party♡Precure 2nd Theme Song Single"@en,
        "デリシャスパーティ♡プリキュア 後期主題歌シングル"@ja,
        "Delicious Party♡Precure 2nd Theme Song Single"@ja-latn ;
    schema:publisher <org/2208#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/120803/120803-feed3700d456.jpg> .

_:N2445dee47cf44071af3fea7c376fb76a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NO PRIDE, NO LIFE!"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:N8ec85a8a61814677925584a2348bf706 ;
    schema:name "NO PRIDE, NO LIFE!"@ja .

_:N6415313c6a004777933af4148ffb9630 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ココロデリシャス (TVサイズ)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N8ec85a8a61814677925584a2348bf706 ;
    schema:name "ココロデリシャス (TVサイズ)"@ja .

_:N702305d42e054ce39f4c076540385b54 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ココロデリシャス"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N8ec85a8a61814677925584a2348bf706 ;
    schema:name "ココロデリシャス"@ja .

_:N9270e4007e6e40859f72dce9f9e312f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ココロデリシャス (オリジナル・カラオケ)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N8ec85a8a61814677925584a2348bf706 ;
    schema:name "ココロデリシャス (オリジナル・カラオケ)"@ja .

_:Nf8afe9f3f4794a73bb5abc7ff37519f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NO PRIDE, NO LIFE! (オリジナル・カラオケ)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N8ec85a8a61814677925584a2348bf706 ;
    schema:name "NO PRIDE, NO LIFE! (オリジナル・カラオケ)"@ja .

_:N8ec85a8a61814677925584a2348bf706 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2445dee47cf44071af3fea7c376fb76a,
        _:N6415313c6a004777933af4148ffb9630,
        _:N702305d42e054ce39f4c076540385b54,
        _:N9270e4007e6e40859f72dce9f9e312f0,
        _:Nf8afe9f3f4794a73bb5abc7ff37519f2 ;
    mo:track_count 5 ;
    schema:duration "PT15:44"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N2445dee47cf44071af3fea7c376fb76a,
        _:N6415313c6a004777933af4148ffb9630,
        _:N702305d42e054ce39f4c076540385b54,
        _:N9270e4007e6e40859f72dce9f9e312f0,
        _:Nf8afe9f3f4794a73bb5abc7ff37519f2 .

