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

<artist/6740#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takuma Terashima"@en,
        "寺島拓篤"@ja ;
    foaf:made <album/112025#lyrics>,
        <album/112025#subject>,
        <album/112025#vocals> ;
    foaf:name "Takuma Terashima"@en,
        "寺島拓篤"@ja .

<artist/22573#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/112025#subject> ;
    schema:name "Kiyoshi Ikegami"@en,
        "イケガミキヨシ"@ja ;
    foaf:made <album/112025#composition>,
        <album/112025#subject> ;
    foaf:name "Kiyoshi Ikegami"@en,
        "イケガミキヨシ"@ja .

<artist/6777#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/112025#subject> ;
    schema:name "Satoru Kuwabara"@en,
        "桑原聖"@ja ;
    foaf:made <album/112025#composition>,
        <album/112025#subject> ;
    foaf:name "Satoru Kuwabara"@en,
        "桑原聖"@ja .

<artist/8896#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/112025#subject> ;
    schema:name "R·O·N"@en ;
    foaf:made <album/112025#composition>,
        <album/112025#subject> ;
    foaf:name "R·O·N"@en .

<product/9300#subject> a schema:CreativeWork ;
    schema:name "That Time I Got Reincarnated as a Slime Season 2"@en,
        "転生したらスライムだった件 第2期"@ja,
        "Tensei Shitara Slime Datta Ken 2nd Season"@ja-latn ;
    foaf:name "That Time I Got Reincarnated as a Slime Season 2"@en,
        "転生したらスライムだった件 第2期"@ja,
        "Tensei Shitara Slime Datta Ken 2nd Season"@ja-latn .

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

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

<album/112025#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Reincarnate / Takuma Terashima"@en,
        "Reincarnate / 寺島拓篤"@ja,
        "Reincarnate / Takuma Terashima"@ja-latn ;
    mo:performance_of <album/112025#musicalwork> ;
    mo:recorded_as <album/112025#musicalexpression> ;
    schema:name "Reincarnate / Takuma Terashima"@en,
        "Reincarnate / 寺島拓篤"@ja,
        "Reincarnate / Takuma Terashima"@ja-latn ;
    schema:workPerformed <album/112025#musicalwork> .

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

<org/3#subject> schema:name "Lantis"@en,
        "Lantis"@ja,
        "Lantis"@ja-latn ;
    foaf:name "Lantis"@en,
        "Lantis"@ja,
        "Lantis"@ja-latn .

<https://media.vgm.io/albums/52/112025/112025-26606f020038.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/112025#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/52/112025/112025-26606f020038.jpg> ;
    foaf:depicts <album/112025#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/52/112025/112025-26606f020038.jpg> .

<https://medium-media.vgm.io/albums/52/112025/112025-26606f020038.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/112025#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Reincarnate / Takuma Terashima"@en,
        "Reincarnate / 寺島拓篤"@ja,
        "Reincarnate / Takuma Terashima"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Arte Refact)"@en ;
            foaf:made <album/112025#composition> ;
            foaf:name "(Arte Refact)"@en ],
        <artist/22573#subject>,
        <artist/6777#subject>,
        <artist/8896#subject> ;
    mo:produced_work <album/112025#musicalwork> ;
    schema:name "Reincarnate / Takuma Terashima"@en,
        "Reincarnate / 寺島拓篤"@ja,
        "Reincarnate / Takuma Terashima"@ja-latn .

<album/112025#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-08-25"^^xsd:date ;
    dcterms:title "Reincarnate / Takuma Terashima"@en,
        "Reincarnate / 寺島拓篤"@ja,
        "Reincarnate / Takuma Terashima"@ja-latn ;
    mo:catalogue_number "LACM-24166" ;
    mo:media_type "CD" ;
    mo:publication_of <album/112025#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:Nfb224705d5884f53bd388a569e12407a ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tensei Shitara Slime Datta Ken: Maou to Ryuu no Kenkokutan"@en ;
            foaf:name "Tensei Shitara Slime Datta Ken: Maou to Ryuu no Kenkokutan"@en ],
        <product/9300#subject> ;
    schema:datePublished "2021-08-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/52/112025/112025-26606f020038.jpg> ;
    schema:name "Reincarnate / Takuma Terashima"@en,
        "Reincarnate / 寺島拓篤"@ja,
        "Reincarnate / Takuma Terashima"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/52/112025/112025-26606f020038.jpg> .

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

_:N767982e9b9cb4054868b897502819861 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "sweet mirage"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:Nfb224705d5884f53bd388a569e12407a ;
    schema:name "sweet mirage"@ja .

_:N846bfefffdc448b48d22a69ce1df8ea6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reincarnate"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Nfb224705d5884f53bd388a569e12407a ;
    schema:name "Reincarnate"@ja .

_:N8f1a075a2b67491ba95f2e95760f29c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ファントムライツ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:Nfb224705d5884f53bd388a569e12407a ;
    schema:name "ファントムライツ"@ja .

_:Nbadcf63866984bd9a8cf9b84546c66ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reincarnate (Instrumental)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Nfb224705d5884f53bd388a569e12407a ;
    schema:name "Reincarnate (Instrumental)"@ja .

_:Nbce7b4f3e1354ef7b770d8f6f5ee82ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ファントムライツ (Instrumental)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:Nfb224705d5884f53bd388a569e12407a ;
    schema:name "ファントムライツ (Instrumental)"@ja .

_:Neda7ceb28d39414a804540751acbdb16 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "sweet mirage (Instrumental)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:Nfb224705d5884f53bd388a569e12407a ;
    schema:name "sweet mirage (Instrumental)"@ja .

_:Nfb224705d5884f53bd388a569e12407a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N767982e9b9cb4054868b897502819861,
        _:N846bfefffdc448b48d22a69ce1df8ea6,
        _:N8f1a075a2b67491ba95f2e95760f29c1,
        _:Nbadcf63866984bd9a8cf9b84546c66ae,
        _:Nbce7b4f3e1354ef7b770d8f6f5ee82ea,
        _:Neda7ceb28d39414a804540751acbdb16 ;
    mo:track_count 6 ;
    schema:duration "PT22:40"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N767982e9b9cb4054868b897502819861,
        _:N846bfefffdc448b48d22a69ce1df8ea6,
        _:N8f1a075a2b67491ba95f2e95760f29c1,
        _:Nbadcf63866984bd9a8cf9b84546c66ae,
        _:Nbce7b4f3e1354ef7b770d8f6f5ee82ea,
        _:Neda7ceb28d39414a804540751acbdb16 .

