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

<artist/14951#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hideki Hayashi"@en,
        "林英樹"@ja ;
    foaf:made <album/123322#lyrics>,
        <album/123322#subject> ;
    foaf:name "Hideki Hayashi"@en,
        "林英樹"@ja .

<artist/23618#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ayasa"@en ;
    foaf:made <album/123322#subject>,
        <album/123322#vocals> ;
    foaf:name "Ayasa"@en .

<artist/29639#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hina Suguta"@en,
        "直田姫奈"@ja ;
    foaf:made <album/123322#subject>,
        <album/123322#vocals> ;
    foaf:name "Hina Suguta"@en,
        "直田姫奈"@ja .

<artist/33312#subject> a schema:Person,
        foaf:Person ;
    schema:name "Morfonica"@en ;
    foaf:made <album/123322#subject>,
        <album/123322#vocals> ;
    foaf:name "Morfonica"@en .

<artist/33326#subject> a schema:Person,
        foaf:Person ;
    schema:name "Amane Shindo"@en,
        "進藤あまね"@ja ;
    foaf:made <album/123322#subject>,
        <album/123322#vocals> ;
    foaf:name "Amane Shindo"@en,
        "進藤あまね"@ja .

<artist/33327#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuka Nishio"@en,
        "西尾夕香"@ja ;
    foaf:made <album/123322#subject>,
        <album/123322#vocals> ;
    foaf:name "Yuka Nishio"@en,
        "西尾夕香"@ja .

<artist/33328#subject> a schema:Person,
        foaf:Person ;
    schema:name "mika"@en ;
    foaf:made <album/123322#subject>,
        <album/123322#vocals> ;
    foaf:name "mika"@en .

<artist/13858#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123322#subject> ;
    schema:name "Junichi Sato"@en,
        "佐藤純一"@ja ;
    foaf:made <album/123322#composition>,
        <album/123322#subject> ;
    foaf:name "Junichi Sato"@en,
        "佐藤純一"@ja .

<product/5172#subject> a schema:CreativeWork ;
    schema:name "BanG Dream! Girls Band Party!"@en,
        "バンドリ! ガールズバンドパーティ!"@ja,
        "BanG Dream! Girls Band Party!"@ja-latn ;
    foaf:name "BanG Dream! Girls Band Party!"@en,
        "バンドリ! ガールズバンドパーティ!"@ja,
        "BanG Dream! Girls Band Party!"@ja-latn .

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

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

<album/123322#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Circle Of Butterflies / Morfonica"@en,
        "The Circle Of Butterflies / Morfonica"@ja,
        "The Circle Of Butterflies / Morfonica"@ja-latn ;
    mo:performance_of <album/123322#musicalwork> ;
    mo:recorded_as <album/123322#musicalexpression> ;
    schema:name "The Circle Of Butterflies / Morfonica"@en,
        "The Circle Of Butterflies / Morfonica"@ja,
        "The Circle Of Butterflies / Morfonica"@ja-latn ;
    schema:workPerformed <album/123322#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/22/123322/123322-1a3d1c157c25.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/123322#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/22/123322/123322-1a3d1c157c25.png> ;
    foaf:depicts <album/123322#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/22/123322/123322-1a3d1c157c25.png> .

<https://medium-media.vgm.io/albums/22/123322/123322-1a3d1c157c25.png> a schema:ImageObject,
        foaf:Image .

<album/123322#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Circle Of Butterflies / Morfonica"@en,
        "The Circle Of Butterflies / Morfonica"@ja,
        "The Circle Of Butterflies / Morfonica"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(fhána"@en ;
            foaf:made <album/123322#composition> ;
            foaf:name "(fhána"@en ],
        <artist/13858#subject> ;
    mo:produced_work <album/123322#musicalwork> ;
    schema:name "The Circle Of Butterflies / Morfonica"@en,
        "The Circle Of Butterflies / Morfonica"@ja,
        "The Circle Of Butterflies / Morfonica"@ja-latn .

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

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

<album/123322#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-09-24"^^xsd:date ;
    dcterms:title "The Circle Of Butterflies / Morfonica"@en,
        "The Circle Of Butterflies / Morfonica"@ja,
        "The Circle Of Butterflies / Morfonica"@ja-latn ;
    mo:catalogue_number "BRDM-10184" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/123322#musicalexpression> ;
    mo:publisher <org/1396#subject> ;
    mo:record _:N5216dd00e6c243d0af31ca372d1ba0fa ;
    mo:record_count 1 ;
    schema:about <product/5172#subject> ;
    schema:datePublished "2022-09-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/123322/123322-1a3d1c157c25.png> ;
    schema:name "The Circle Of Butterflies / Morfonica"@en,
        "The Circle Of Butterflies / Morfonica"@ja,
        "The Circle Of Butterflies / Morfonica"@ja-latn ;
    schema:publisher <org/1396#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/123322/123322-1a3d1c157c25.png> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123322#subject> ;
    schema:name "(fhána"@en ;
    foaf:made <album/123322#subject> ;
    foaf:name "(fhána"@en .

_:N5216dd00e6c243d0af31ca372d1ba0fa a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7282a6c46a68418c846ba2270537c2f4 ;
    mo:track_count 1 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N7282a6c46a68418c846ba2270537c2f4 .

_:N7282a6c46a68418c846ba2270537c2f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Circle Of Butterflies"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N5216dd00e6c243d0af31ca372d1ba0fa ;
    schema:name "The Circle Of Butterflies"@en .

