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

<artist/332#subject> a schema:Person,
        foaf:Person ;
    schema:name "Maaya Sakamoto"@en,
        "坂本真綾"@ja ;
    foaf:made <album/152007#lyrics>,
        <album/152007#subject>,
        <album/152007#vocals> ;
    foaf:name "Maaya Sakamoto"@en,
        "坂本真綾"@ja .

<artist/3843#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuho Iwasato"@en,
        "岩里祐穂"@ja ;
    foaf:made <album/152007#lyrics>,
        <album/152007#subject> ;
    foaf:name "Yuho Iwasato"@en,
        "岩里祐穂"@ja .

<album/152006> a mo:Release ;
    mo:catalogue_number "VTCL-35386" .

<artist/25069#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/152007#subject> ;
    schema:name "Tomoya Kawasaki"@en,
        "川崎智哉"@ja ;
    foaf:made <album/152007#composition>,
        <album/152007#subject> ;
    foaf:name "Tomoya Kawasaki"@en,
        "川崎智哉"@ja .

<artist/45083#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/152007#subject> ;
    schema:name "Naoto Kiyota"@en,
        "清田直人"@ja ;
    foaf:made <album/152007#composition>,
        <album/152007#subject> ;
    foaf:name "Naoto Kiyota"@en,
        "清田直人"@ja .

<product/19268#subject> a schema:CreativeWork ;
    schema:name "Once Upon a Witch's Death"@en,
        "ある魔女が死ぬまで"@ja,
        "Aru Majo ga Shinu Made"@ja-latn ;
    foaf:name "Once Upon a Witch's Death"@en,
        "ある魔女が死ぬまで"@ja,
        "Aru Majo ga Shinu Made"@ja-latn .

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

<album/152007#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Drops / Maaya Sakamoto [Limited Edition]"@en,
        "Drops / 坂本真綾 [初回限定盤]"@ja,
        "Drops / Maaya Sakamoto [Limited Edition]"@ja-latn ;
    mo:performance_of <album/152007#musicalwork> ;
    mo:recorded_as <album/152007#musicalexpression> ;
    schema:name "Drops / Maaya Sakamoto [Limited Edition]"@en,
        "Drops / 坂本真綾 [初回限定盤]"@ja,
        "Drops / Maaya Sakamoto [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/152007#musicalwork> .

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

<org/240#subject> schema:name "flying DOG"@en,
        "flying DOG"@ja,
        "flying DOG"@ja-latn ;
    foaf:name "flying DOG"@en,
        "flying DOG"@ja,
        "flying DOG"@ja-latn .

<https://media.vgm.io/albums/70/152007/152007-3e8b2c75fcef.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/152007#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/70/152007/152007-3e8b2c75fcef.jpg> ;
    foaf:depicts <album/152007#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/70/152007/152007-3e8b2c75fcef.jpg> .

<https://medium-media.vgm.io/albums/70/152007/152007-3e8b2c75fcef.jpg> a schema:ImageObject,
        foaf:Image .

<album/152007#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Drops / Maaya Sakamoto [Limited Edition]"@en,
        "Drops / 坂本真綾 [初回限定盤]"@ja,
        "Drops / Maaya Sakamoto [Limited Edition]"@ja-latn ;
    mo:composer <artist/25069#subject>,
        <artist/45083#subject> ;
    mo:produced_work <album/152007#musicalwork> ;
    schema:name "Drops / Maaya Sakamoto [Limited Edition]"@en,
        "Drops / 坂本真綾 [初回限定盤]"@ja,
        "Drops / Maaya Sakamoto [Limited Edition]"@ja-latn .

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

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

<album/152007#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-05-21"^^xsd:date ;
    dcterms:title "Drops / Maaya Sakamoto [Limited Edition]"@en,
        "Drops / 坂本真綾 [初回限定盤]"@ja,
        "Drops / Maaya Sakamoto [Limited Edition]"@ja-latn ;
    mo:catalogue_number "VTZL-255" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/152006> ;
    mo:publication_of <album/152007#musicalexpression> ;
    mo:publisher <org/240#subject> ;
    mo:record _:N3f34727e6bcb4141827d40c791a43666 ;
    mo:record_count 1 ;
    schema:about <product/19268#subject> ;
    schema:datePublished "2025-05-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/70/152007/152007-3e8b2c75fcef.jpg> ;
    schema:name "Drops / Maaya Sakamoto [Limited Edition]"@en,
        "Drops / 坂本真綾 [初回限定盤]"@ja,
        "Drops / Maaya Sakamoto [Limited Edition]"@ja-latn ;
    schema:publisher <org/240#subject> ;
    foaf:depiction <https://media.vgm.io/albums/70/152007/152007-3e8b2c75fcef.jpg> .

_:N0913215dad0746d7a266d88c7d1fd6ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drops -TVサイズ-"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N3f34727e6bcb4141827d40c791a43666 ;
    schema:name "Drops -TVサイズ-"@ja .

_:N1c364ae0de244cf0a4d1ad566553de1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drops"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:N3f34727e6bcb4141827d40c791a43666 ;
    schema:name "Drops"@ja .

_:N9856536ce0c24e23bdc3a95283ec91f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drops -Instrumental-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:N3f34727e6bcb4141827d40c791a43666 ;
    schema:name "Drops -Instrumental-"@ja .

_:Nb01ed277e0444634b38b9f388284babc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Twilight"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N3f34727e6bcb4141827d40c791a43666 ;
    schema:name "Twilight"@ja .

_:Nf8ed1b1fceea40d4afc62503e12bf435 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Twilight -Instrumental-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N3f34727e6bcb4141827d40c791a43666 ;
    schema:name "Twilight -Instrumental-"@ja .

_:N3f34727e6bcb4141827d40c791a43666 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0913215dad0746d7a266d88c7d1fd6ab,
        _:N1c364ae0de244cf0a4d1ad566553de1f,
        _:N9856536ce0c24e23bdc3a95283ec91f0,
        _:Nb01ed277e0444634b38b9f388284babc,
        _:Nf8ed1b1fceea40d4afc62503e12bf435 ;
    mo:track_count 5 ;
    schema:duration "PT20:28"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N0913215dad0746d7a266d88c7d1fd6ab,
        _:N1c364ae0de244cf0a4d1ad566553de1f,
        _:N9856536ce0c24e23bdc3a95283ec91f0,
        _:Nb01ed277e0444634b38b9f388284babc,
        _:Nf8ed1b1fceea40d4afc62503e12bf435 .

