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

<artist/53627#subject> a schema:Person,
        foaf:Person ;
    schema:name "Enako"@en,
        "えなこ"@ja ;
    foaf:made <album/123335#subject>,
        <album/123335#vocals> ;
    foaf:name "Enako"@en,
        "えなこ"@ja .

<artist/53628#subject> a schema:Person,
        foaf:Person ;
    schema:name "Pmarusama"@en,
        "P丸様。"@ja ;
    foaf:made <album/123335#subject>,
        <album/123335#vocals> ;
    foaf:name "Pmarusama"@en,
        "P丸様。"@ja .

<artist/12646#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123335#subject> ;
    schema:name "yashikin"@en,
        "やしきん"@ja ;
    foaf:made <album/123335#composition>,
        <album/123335#lyrics>,
        <album/123335#subject> ;
    foaf:name "yashikin"@en,
        "やしきん"@ja .

<product/12270#subject> a schema:CreativeWork ;
    schema:name "Onimai: I'm Now Your Sister!"@en,
        "お兄ちゃんはおしまい!"@ja,
        "Oniichan wa Oshimai!"@ja-latn ;
    foaf:name "Onimai: I'm Now Your Sister!"@en,
        "お兄ちゃんはおしまい!"@ja,
        "Oniichan wa Oshimai!"@ja-latn .

<album/123335#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@en,
        "アイデン貞貞メルトダウン / えなこ feat. P丸様。 [初回限定盤]"@ja,
        "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@ja-latn ;
    mo:composer <artist/12646#subject> ;
    mo:produced_work <album/123335#musicalwork> ;
    schema:name "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@en,
        "アイデン貞貞メルトダウン / えなこ feat. P丸様。 [初回限定盤]"@ja,
        "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@ja-latn .

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

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

<album/123335#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@en,
        "アイデン貞貞メルトダウン / えなこ feat. P丸様。 [初回限定盤]"@ja,
        "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@ja-latn ;
    mo:performance_of <album/123335#musicalwork> ;
    mo:recorded_as <album/123335#musicalexpression> ;
    schema:name "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@en,
        "アイデン貞貞メルトダウン / えなこ feat. P丸様。 [初回限定盤]"@ja,
        "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/123335#musicalwork> .

<org/2244#subject> schema:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn ;
    foaf:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn .

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

<https://medium-media.vgm.io/albums/53/123335/123335-c26343cdce3d.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/123335#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-02-15"^^xsd:date ;
    dcterms:title "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@en,
        "アイデン貞貞メルトダウン / えなこ feat. P丸様。 [初回限定盤]"@ja,
        "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@ja-latn ;
    mo:catalogue_number "PCCG-02195" ;
    mo:media_type "CD + Blu-ray" ;
    mo:publication_of <album/123335#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:N9c09fe98ed43422e9388f05efb98b88a,
        _:Nf1318f39a66d48da966450b6d7eccc60 ;
    mo:record_count 2 ;
    schema:about <product/12270#subject> ;
    schema:datePublished "2023-02-15"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/53/123335/123335-c26343cdce3d.jpg> ;
    schema:name "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@en,
        "アイデン貞貞メルトダウン / えなこ feat. P丸様。 [初回限定盤]"@ja,
        "IDEN TEI TEI MELTDOWN / Enako feat. Pmarusama [Limited Edition]"@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/53/123335/123335-c26343cdce3d.jpg> .

_:N07e671d73a3641628c80e7a9f022d0c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アイデン貞貞メルトダウン (P丸様。パートver.)"@ja,
        "IDEN TEI TEI MELTDOWN (Pmarusama Part ver.)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nf1318f39a66d48da966450b6d7eccc60 ;
    schema:name "アイデン貞貞メルトダウン (P丸様。パートver.)"@ja,
        "IDEN TEI TEI MELTDOWN (Pmarusama Part ver.)"@ja-latn .

_:N1d2745d8264640f8b42cbde49d40995b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アイデン貞貞メルトダウン (TV size)"@ja,
        "IDEN TEI TEI MELTDOWN (TV size)"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:Nf1318f39a66d48da966450b6d7eccc60 ;
    schema:name "アイデン貞貞メルトダウン (TV size)"@ja,
        "IDEN TEI TEI MELTDOWN (TV size)"@ja-latn .

_:N72653347b1cf47b69c2ef2f73314dc26 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アイデン貞貞メルトダウン (Instrumental)"@ja,
        "IDEN TEI TEI MELTDOWN (Instrumental)"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nf1318f39a66d48da966450b6d7eccc60 ;
    schema:name "アイデン貞貞メルトダウン (Instrumental)"@ja,
        "IDEN TEI TEI MELTDOWN (Instrumental)"@ja-latn .

_:N9c09fe98ed43422e9388f05efb98b88a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:Naa6b3b3d9cc8464aad18223d4558e2e9 ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Naa6b3b3d9cc8464aad18223d4558e2e9 .

_:Naa6b3b3d9cc8464aad18223d4558e2e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Music Video"@ja,
        "Music Video"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9c09fe98ed43422e9388f05efb98b88a ;
    schema:name "Music Video"@ja,
        "Music Video"@ja-latn .

_:Nb727279de1bc4cf68cd1ea5c2e28348e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アイデン貞貞メルトダウン"@ja,
        "IDEN TEI TEI MELTDOWN"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nf1318f39a66d48da966450b6d7eccc60 ;
    schema:name "アイデン貞貞メルトダウン"@ja,
        "IDEN TEI TEI MELTDOWN"@ja-latn .

_:Nc4d070341e9a46e1b8a1064b1428c3be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アイデン貞貞メルトダウン (えなこパートver.)"@ja,
        "IDEN TEI TEI MELTDOWN (Enako Part ver.)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nf1318f39a66d48da966450b6d7eccc60 ;
    schema:name "アイデン貞貞メルトダウン (えなこパートver.)"@ja,
        "IDEN TEI TEI MELTDOWN (Enako Part ver.)"@ja-latn .

_:Nf1318f39a66d48da966450b6d7eccc60 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07e671d73a3641628c80e7a9f022d0c9,
        _:N1d2745d8264640f8b42cbde49d40995b,
        _:N72653347b1cf47b69c2ef2f73314dc26,
        _:Nb727279de1bc4cf68cd1ea5c2e28348e,
        _:Nc4d070341e9a46e1b8a1064b1428c3be ;
    mo:track_count 5 ;
    schema:duration "PT17:44"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N07e671d73a3641628c80e7a9f022d0c9,
        _:N1d2745d8264640f8b42cbde49d40995b,
        _:N72653347b1cf47b69c2ef2f73314dc26,
        _:Nb727279de1bc4cf68cd1ea5c2e28348e,
        _:Nc4d070341e9a46e1b8a1064b1428c3be .

