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

<artist/12326#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rumi Okubo"@en,
        "大久保瑠美"@ja ;
    foaf:made <album/130654#subject>,
        <album/130654#vocals> ;
    foaf:name "Rumi Okubo"@en,
        "大久保瑠美"@ja .

<artist/14757#subject> a schema:Person,
        foaf:Person ;
    schema:name "Megumi Han"@en,
        "潘めぐみ"@ja ;
    foaf:made <album/130654#subject>,
        <album/130654#vocals> ;
    foaf:name "Megumi Han"@en,
        "潘めぐみ"@ja .

<artist/57909#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yurie Igoma"@en,
        "伊駒ゆりえ"@ja ;
    foaf:made <album/130654#subject>,
        <album/130654#vocals> ;
    foaf:name "Yurie Igoma"@en,
        "伊駒ゆりえ"@ja .

<artist/16346#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/130654#subject> ;
    schema:name "Masayoshi Oishi"@en,
        "大石昌良"@ja ;
    foaf:made <album/130654#composition>,
        <album/130654#lyrics>,
        <album/130654#subject> ;
    foaf:name "Masayoshi Oishi"@en,
        "大石昌良"@ja .

<artist/18392#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/130654#subject> ;
    schema:name "Tetsuya Shitara"@en,
        "設楽哲也"@ja ;
    foaf:made <album/130654#composition>,
        <album/130654#lyrics>,
        <album/130654#subject> ;
    foaf:name "Tetsuya Shitara"@en,
        "設楽哲也"@ja .

<artist/47522#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/130654#subject> ;
    schema:name "Yusuke Onodera"@en,
        "小野寺祐輔"@ja ;
    foaf:made <album/130654#composition>,
        <album/130654#lyrics>,
        <album/130654#subject> ;
    foaf:name "Yusuke Onodera"@en,
        "小野寺祐輔"@ja .

<product/12879#subject> a schema:CreativeWork ;
    schema:name "[Oshi no Ko]"@en,
        "【推しの子】"@ja,
        "[Oshi no Ko]"@ja-latn ;
    foaf:name "[Oshi no Ko]"@en,
        "【推しの子】"@ja,
        "[Oshi no Ko]"@ja-latn .

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

<album/130654#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "[Oshi no Ko] Character Song CD Vol.2.5"@en,
        "TVアニメ「【推しの子】」キャラクターソングCD Vol.2.5"@ja,
        "[Oshi no Ko] Character Song CD Vol.2.5"@ja-latn ;
    mo:performance_of <album/130654#musicalwork> ;
    mo:recorded_as <album/130654#musicalexpression> ;
    schema:name "[Oshi no Ko] Character Song CD Vol.2.5"@en,
        "TVアニメ「【推しの子】」キャラクターソングCD Vol.2.5"@ja,
        "[Oshi no Ko] Character Song CD Vol.2.5"@ja-latn ;
    schema:workPerformed <album/130654#musicalwork> .

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

<https://media.vgm.io/albums/45/130654/130654-99c536c201f6.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/130654#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/45/130654/130654-99c536c201f6.jpg> ;
    foaf:depicts <album/130654#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/45/130654/130654-99c536c201f6.jpg> .

<https://medium-media.vgm.io/albums/45/130654/130654-99c536c201f6.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/130654#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "[Oshi no Ko] Character Song CD Vol.2.5"@en,
        "TVアニメ「【推しの子】」キャラクターソングCD Vol.2.5"@ja,
        "[Oshi no Ko] Character Song CD Vol.2.5"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Arte Refact)"@en ;
            foaf:made <album/130654#composition> ;
            foaf:name "(Arte Refact)"@en ],
        <artist/16346#subject>,
        <artist/18392#subject>,
        <artist/47522#subject> ;
    mo:produced_work <album/130654#musicalwork> ;
    schema:name "[Oshi no Ko] Character Song CD Vol.2.5"@en,
        "TVアニメ「【推しの子】」キャラクターソングCD Vol.2.5"@ja,
        "[Oshi no Ko] Character Song CD Vol.2.5"@ja-latn .

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

<album/130654#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-07-05"^^xsd:date ;
    dcterms:title "[Oshi no Ko] Character Song CD Vol.2.5"@en,
        "TVアニメ「【推しの子】」キャラクターソングCD Vol.2.5"@ja,
        "[Oshi no Ko] Character Song CD Vol.2.5"@ja-latn ;
    mo:catalogue_number "ZMCZ-16831" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/130654#musicalexpression> ;
    mo:publisher <org/1964#subject> ;
    mo:record _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    mo:record_count 1 ;
    schema:about <product/12879#subject> ;
    schema:datePublished "2023-07-05"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/45/130654/130654-99c536c201f6.jpg> ;
    schema:name "[Oshi no Ko] Character Song CD Vol.2.5"@en,
        "TVアニメ「【推しの子】」キャラクターソングCD Vol.2.5"@ja,
        "[Oshi no Ko] Character Song CD Vol.2.5"@ja-latn ;
    schema:publisher <org/1964#subject> ;
    foaf:depiction <https://media.vgm.io/albums/45/130654/130654-99c536c201f6.jpg> .

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

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

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

_:N0e9a20dcfe5f4ba8a99fb72955ad12fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAR☆T☆RAIN -有馬かな Solo Ver.-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "STAR☆T☆RAIN -有馬かな Solo Ver.-"@ja .

_:N121a0bd1d745415c97cde2adcaa6b70f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAR☆T☆RAIN -ルビー Solo Ver.-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "STAR☆T☆RAIN -ルビー Solo Ver.-"@ja .

_:N27ffde80c6344b3f8c78152d7822eb64 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サインはB -MEMちょ Solo Ver.-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "サインはB -MEMちょ Solo Ver.-"@ja .

_:N73d888220cd9473ca04e919bc55c7760 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAR☆T☆RAIN -MEMちょ Solo Ver.-"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "STAR☆T☆RAIN -MEMちょ Solo Ver.-"@ja .

_:N84049254b4bd48ba9acdd878665d6a4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サインはB -有馬かな Solo Ver.-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "サインはB -有馬かな Solo Ver.-"@ja .

_:N884eb2d2a52247ef83ff4829799689e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サインはB -ルビー Solo Ver.-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "サインはB -ルビー Solo Ver.-"@ja .

_:N9261b053bbe843789345cbf2c5d8cf53 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HEART's♡KISS -MEMちょ Solo Ver.-"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "HEART's♡KISS -MEMちょ Solo Ver.-"@ja .

_:Nc5088c9f73d440ba8bc098871cdf75e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HEART's♡KISS -有馬かな Solo Ver.-"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "HEART's♡KISS -有馬かな Solo Ver.-"@ja .

_:Nda3cca702cc94bf198ac8841def68c84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HEART's♡KISS -ルビー Solo Ver.-"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N98db9513e93d49d8bf1428dfbc6eb0db ;
    schema:name "HEART's♡KISS -ルビー Solo Ver.-"@ja .

_:N98db9513e93d49d8bf1428dfbc6eb0db a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e9a20dcfe5f4ba8a99fb72955ad12fc,
        _:N121a0bd1d745415c97cde2adcaa6b70f,
        _:N27ffde80c6344b3f8c78152d7822eb64,
        _:N73d888220cd9473ca04e919bc55c7760,
        _:N84049254b4bd48ba9acdd878665d6a4f,
        _:N884eb2d2a52247ef83ff4829799689e3,
        _:N9261b053bbe843789345cbf2c5d8cf53,
        _:Nc5088c9f73d440ba8bc098871cdf75e5,
        _:Nda3cca702cc94bf198ac8841def68c84 ;
    mo:track_count 9 ;
    schema:duration "PT33:24"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N0e9a20dcfe5f4ba8a99fb72955ad12fc,
        _:N121a0bd1d745415c97cde2adcaa6b70f,
        _:N27ffde80c6344b3f8c78152d7822eb64,
        _:N73d888220cd9473ca04e919bc55c7760,
        _:N84049254b4bd48ba9acdd878665d6a4f,
        _:N884eb2d2a52247ef83ff4829799689e3,
        _:N9261b053bbe843789345cbf2c5d8cf53,
        _:Nc5088c9f73d440ba8bc098871cdf75e5,
        _:Nda3cca702cc94bf198ac8841def68c84 .

