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

<artist/551#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mika Nakashima"@en,
        "中島美嘉"@ja ;
    foaf:made <album/77479#subject>,
        <album/77479#vocals> ;
    foaf:name "Mika Nakashima"@en,
        "中島美嘉"@ja .

<artist/9763#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/77479#subject> ;
    schema:name "HYDE"@en ;
    foaf:made <album/77479#composition>,
        <album/77479#lyrics>,
        <album/77479#subject> ;
    foaf:name "HYDE"@en .

<product/6117#subject> a schema:CreativeWork ;
    schema:name "DARLING in the FRANXX"@en,
        "ダーリン・イン・ザ・フランキス"@ja,
        "DARLING in the FRANXX"@ja-latn ;
    foaf:name "DARLING in the FRANXX"@en,
        "ダーリン・イン・ザ・フランキス"@ja,
        "DARLING in the FRANXX"@ja-latn .

<album/77479#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@en,
        "KISS OF DEATH (Produced by HYDE) / 中島美嘉 [ダーリン・イン・ザ・フランキス Deluxe Edition]"@ja,
        "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@ja-latn ;
    mo:composer <artist/9763#subject> ;
    mo:produced_work <album/77479#musicalwork> ;
    schema:name "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@en,
        "KISS OF DEATH (Produced by HYDE) / 中島美嘉 [ダーリン・イン・ザ・フランキス Deluxe Edition]"@ja,
        "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@ja-latn .

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

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

<album/77479#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@en,
        "KISS OF DEATH (Produced by HYDE) / 中島美嘉 [ダーリン・イン・ザ・フランキス Deluxe Edition]"@ja,
        "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@ja-latn ;
    mo:performance_of <album/77479#musicalwork> ;
    mo:recorded_as <album/77479#musicalexpression> ;
    schema:name "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@en,
        "KISS OF DEATH (Produced by HYDE) / 中島美嘉 [ダーリン・イン・ザ・フランキス Deluxe Edition]"@ja,
        "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@ja-latn ;
    schema:workPerformed <album/77479#musicalwork> .

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

<org/793#subject> schema:name "Sony Music Associated Records"@en,
        "Sony Music Associated Records"@ja,
        "Sony Music Associated Records"@ja-latn ;
    foaf:name "Sony Music Associated Records"@en,
        "Sony Music Associated Records"@ja,
        "Sony Music Associated Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/97/77479/77479-1581225263.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/77479#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-06-27"^^xsd:date ;
    dcterms:title "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@en,
        "KISS OF DEATH (Produced by HYDE) / 中島美嘉 [ダーリン・イン・ザ・フランキス Deluxe Edition]"@ja,
        "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@ja-latn ;
    mo:catalogue_number "AICL-3537~9" ;
    mo:media_type "CD + Blu-ray" ;
    mo:publication_of <album/77479#musicalexpression> ;
    mo:publisher <org/793#subject> ;
    mo:record _:N0d483061a91047f6ab63e455bba76303,
        _:Nfe7549cc1f52438fa9e6138a90943d7d ;
    mo:record_count 2 ;
    schema:about <product/6117#subject> ;
    schema:datePublished "2018-06-27"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/97/77479/77479-1581225263.jpg> ;
    schema:name "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@en,
        "KISS OF DEATH (Produced by HYDE) / 中島美嘉 [ダーリン・イン・ザ・フランキス Deluxe Edition]"@ja,
        "KISS OF DEATH (Produced by HYDE) / Mika Nakashima [DARLING in the FRANXX Deluxe Edition]"@ja-latn ;
    schema:publisher <org/793#subject> ;
    foaf:depiction <https://media.vgm.io/albums/97/77479/77479-1581225263.jpg> .

_:N0d2f9ec3d3f34d2091e124a431b83629 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「ダーリン・イン・ザ・フランキス」 ノンクレジットOP映像 (Phase1)"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N0d483061a91047f6ab63e455bba76303 ;
    schema:name "「ダーリン・イン・ザ・フランキス」 ノンクレジットOP映像 (Phase1)"@ja .

_:N0dbb5abbf0884dd68f25c0033676cdcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KISS OF DEATH (Produced by HYDE) (Main MIX)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nfe7549cc1f52438fa9e6138a90943d7d ;
    schema:name "KISS OF DEATH (Produced by HYDE) (Main MIX)"@ja .

_:N2d5c08513fa246989e33e2875067f0e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KISS OF DEATH (Produced by HYDE) (Piano Inst ver.)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:Nfe7549cc1f52438fa9e6138a90943d7d ;
    schema:name "KISS OF DEATH (Produced by HYDE) (Piano Inst ver.)"@ja .

_:N4ec4d625074c44789f0e21f373c1d0f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KISS OF DEATH (Produced by HYDE) -TV size- (Phase1)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:Nfe7549cc1f52438fa9e6138a90943d7d ;
    schema:name "KISS OF DEATH (Produced by HYDE) -TV size- (Phase1)"@ja .

_:N70f8bf20e0eb4c53b077ff19729f142b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KISS OF DEATH (Produced by HYDE) (Remix ver.)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:Nfe7549cc1f52438fa9e6138a90943d7d ;
    schema:name "KISS OF DEATH (Produced by HYDE) (Remix ver.)"@ja .

_:N99947ea63fb441378edf2c97f407a1d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KISS OF DEATH (Produced by HYDE) -TV size- (Phase2)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:Nfe7549cc1f52438fa9e6138a90943d7d ;
    schema:name "KISS OF DEATH (Produced by HYDE) -TV size- (Phase2)"@ja .

_:Na00334a7e3ad4caeb7d24177105bef50 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「ダーリン・イン・ザ・フランキス」 ティーザーSPOT"@ja ;
    mo:track_number 3 ;
    schema:duration "PT0:41"^^xsd:interval ;
    schema:inPlaylist _:N0d483061a91047f6ab63e455bba76303 ;
    schema:name "「ダーリン・イン・ザ・フランキス」 ティーザーSPOT"@ja .

_:Nf377ce52700a4dcf917ffaeb88778180 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「ダーリン・イン・ザ・フランキス」 ノンクレジットOP映像 (Phase2)"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N0d483061a91047f6ab63e455bba76303 ;
    schema:name "「ダーリン・イン・ザ・フランキス」 ノンクレジットOP映像 (Phase2)"@ja .

_:N0d483061a91047f6ab63e455bba76303 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N0d2f9ec3d3f34d2091e124a431b83629,
        _:Na00334a7e3ad4caeb7d24177105bef50,
        _:Nf377ce52700a4dcf917ffaeb88778180 ;
    mo:track_count 3 ;
    schema:duration "PT0:41"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N0d2f9ec3d3f34d2091e124a431b83629,
        _:Na00334a7e3ad4caeb7d24177105bef50,
        _:Nf377ce52700a4dcf917ffaeb88778180 .

_:Nfe7549cc1f52438fa9e6138a90943d7d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0dbb5abbf0884dd68f25c0033676cdcf,
        _:N2d5c08513fa246989e33e2875067f0e0,
        _:N4ec4d625074c44789f0e21f373c1d0f0,
        _:N70f8bf20e0eb4c53b077ff19729f142b,
        _:N99947ea63fb441378edf2c97f407a1d7 ;
    mo:track_count 5 ;
    schema:duration "PT14:29"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N0dbb5abbf0884dd68f25c0033676cdcf,
        _:N2d5c08513fa246989e33e2875067f0e0,
        _:N4ec4d625074c44789f0e21f373c1d0f0,
        _:N70f8bf20e0eb4c53b077ff19729f142b,
        _:N99947ea63fb441378edf2c97f407a1d7 .

