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

<artist/10205#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruka Kudo"@en,
        "工藤晴香"@ja ;
    foaf:made <album/111421#subject>,
        <album/111421#vocals> ;
    foaf:name "Haruka Kudo"@en,
        "工藤晴香"@ja .

<artist/21730#subject> a schema:Person,
        foaf:Person ;
    schema:name "Asuka Oda"@en,
        "織田あすか"@ja ;
    foaf:made <album/111421#lyrics>,
        <album/111421#subject> ;
    foaf:name "Asuka Oda"@en,
        "織田あすか"@ja .

<artist/26367#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aina Aiba"@en,
        "相羽あいな"@ja ;
    foaf:made <album/111421#subject>,
        <album/111421#vocals> ;
    foaf:name "Aina Aiba"@en,
        "相羽あいな"@ja .

<artist/27321#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuki Nakashima"@en,
        "中島由貴"@ja ;
    foaf:made <album/111421#subject>,
        <album/111421#vocals> ;
    foaf:name "Yuki Nakashima"@en,
        "中島由貴"@ja .

<artist/27993#subject> a schema:Person,
        foaf:Person ;
    schema:name "Roselia"@en ;
    foaf:made <album/111421#subject>,
        <album/111421#vocals> ;
    foaf:name "Roselia"@en .

<artist/31327#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kanon Shizaki"@en,
        "志崎樺音"@ja ;
    foaf:made <album/111421#subject>,
        <album/111421#vocals> ;
    foaf:name "Kanon Shizaki"@en,
        "志崎樺音"@ja .

<artist/35557#subject> a schema:Person,
        foaf:Person ;
    schema:name "Spirit Garden"@en ;
    foaf:made <album/111421#lyrics>,
        <album/111421#subject> ;
    foaf:name "Spirit Garden"@en .

<artist/6567#subject> a schema:Person,
        foaf:Person ;
    schema:name "Megu Sakuragawa"@en,
        "櫻川めぐ"@ja ;
    foaf:made <album/111421#subject>,
        <album/111421#vocals> ;
    foaf:name "Megu Sakuragawa"@en,
        "櫻川めぐ"@ja .

<artist/16#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111421#subject> ;
    schema:name "Noriyasu Agematsu"@en,
        "上松範康"@ja ;
    foaf:made <album/111421#composition>,
        <album/111421#subject> ;
    foaf:name "Noriyasu Agematsu"@en,
        "上松範康"@ja .

<artist/17657#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111421#subject> ;
    schema:name "Ryota Tomaru"@en,
        "都丸椋太"@ja ;
    foaf:made <album/111421#composition>,
        <album/111421#subject> ;
    foaf:name "Ryota Tomaru"@en,
        "都丸椋太"@ja .

<product/9094#subject> a schema:CreativeWork ;
    schema:name "BanG Dream! the Movie Episode of Roselia"@en,
        "劇場版 BanG Dream! Episode of Roselia"@ja,
        "Gekijouban BanG Dream! Episode of Roselia"@ja-latn ;
    foaf:name "BanG Dream! the Movie Episode of Roselia"@en,
        "劇場版 BanG Dream! Episode of Roselia"@ja,
        "Gekijouban BanG Dream! Episode of Roselia"@ja-latn .

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

<album/111421#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Episode of Roselia SPECIAL DISC"@en,
        "Episode of Roselia SPECIAL DISC"@ja,
        "Episode of Roselia SPECIAL DISC"@ja-latn ;
    mo:performance_of <album/111421#musicalwork> ;
    mo:recorded_as <album/111421#musicalexpression> ;
    schema:name "Episode of Roselia SPECIAL DISC"@en,
        "Episode of Roselia SPECIAL DISC"@ja,
        "Episode of Roselia SPECIAL DISC"@ja-latn ;
    schema:workPerformed <album/111421#musicalwork> .

<org/1396#subject> schema:name "Bushiroad Music"@en,
        "Bushiroad Music"@ja,
        "Bushiroad Music"@ja-latn ;
    foaf:name "Bushiroad Music"@en,
        "Bushiroad Music"@ja,
        "Bushiroad Music"@ja-latn .

<https://media.vgm.io/albums/12/111421/111421-502ac4f32b6d.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/111421#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/12/111421/111421-502ac4f32b6d.jpg> ;
    foaf:depicts <album/111421#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/12/111421/111421-502ac4f32b6d.jpg> .

<https://medium-media.vgm.io/albums/12/111421/111421-502ac4f32b6d.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/111421#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Episode of Roselia SPECIAL DISC"@en,
        "Episode of Roselia SPECIAL DISC"@ja,
        "Episode of Roselia SPECIAL DISC"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Elements Garden)"@en ;
            foaf:made <album/111421#composition> ;
            foaf:name "(Elements Garden)"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "(Elements Garden"@en ;
            foaf:made <album/111421#composition> ;
            foaf:name "(Elements Garden"@en ],
        <artist/16#subject>,
        <artist/17657#subject> ;
    mo:produced_work <album/111421#musicalwork> ;
    schema:name "Episode of Roselia SPECIAL DISC"@en,
        "Episode of Roselia SPECIAL DISC"@ja,
        "Episode of Roselia SPECIAL DISC"@ja-latn .

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

<album/111421#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-04-30"^^xsd:date ;
    dcterms:title "Episode of Roselia SPECIAL DISC"@en,
        "Episode of Roselia SPECIAL DISC"@ja,
        "Episode of Roselia SPECIAL DISC"@ja-latn ;
    mo:catalogue_number "BRMM-10395" ;
    mo:media_type "CD" ;
    mo:publication_of <album/111421#musicalexpression> ;
    mo:publisher <org/1396#subject> ;
    mo:record _:Nd3b24cfd46d9458e997b141b5c6beaba ;
    mo:record_count 1 ;
    schema:about <product/9094#subject> ;
    schema:datePublished "2021-04-30"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/12/111421/111421-502ac4f32b6d.jpg> ;
    schema:name "Episode of Roselia SPECIAL DISC"@en,
        "Episode of Roselia SPECIAL DISC"@ja,
        "Episode of Roselia SPECIAL DISC"@ja-latn ;
    schema:publisher <org/1396#subject> ;
    foaf:depiction <https://media.vgm.io/albums/12/111421/111421-502ac4f32b6d.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111421#subject> ;
    schema:name "(Elements Garden)"@en ;
    foaf:made <album/111421#subject> ;
    foaf:name "(Elements Garden)"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "(Elements Garden"@en ;
    foaf:made <album/111421#lyrics> ;
    foaf:name "(Elements Garden"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "(Elements Garden"@en ;
    foaf:made <album/111421#subject> ;
    foaf:name "(Elements Garden"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111421#subject> ;
    schema:name "(Elements Garden"@en ;
    foaf:made <album/111421#subject> ;
    foaf:name "(Elements Garden"@en .

_:N0bc2842c5b9543068c5b103591362e6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Proud of oneself ~short ver.~"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:Nd3b24cfd46d9458e997b141b5c6beaba ;
    schema:name "Proud of oneself ~short ver.~"@en .

_:Nf2d6a8dc01cc4bde9dfd1fa2a5326f34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "overtuRe ~short ver.~"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:Nd3b24cfd46d9458e997b141b5c6beaba ;
    schema:name "overtuRe ~short ver.~"@en .

_:Nd3b24cfd46d9458e997b141b5c6beaba a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0bc2842c5b9543068c5b103591362e6e,
        _:Nf2d6a8dc01cc4bde9dfd1fa2a5326f34 ;
    mo:track_count 2 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N0bc2842c5b9543068c5b103591362e6e,
        _:Nf2d6a8dc01cc4bde9dfd1fa2a5326f34 .

