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

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

<artist/17643#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/86009#subject> ;
    schema:name "mafumafu"@en,
        "まふまふ"@ja ;
    foaf:made <album/86009#composition>,
        <album/86009#lyrics>,
        <album/86009#subject> ;
    foaf:name "mafumafu"@en,
        "まふまふ"@ja .

<product/7196#subject> a schema:CreativeWork ;
    schema:name "Kakegurui the Movie"@en,
        "映画 賭ケグルイ"@ja,
        "Kakegurui the Movie"@ja-latn ;
    foaf:name "Kakegurui the Movie"@en,
        "映画 賭ケグルイ"@ja,
        "Kakegurui the Movie"@ja-latn .

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

<org/2380#subject> schema:name "Universal Music"@en,
        "Universal Music"@ja,
        "Universal Music"@ja-latn ;
    foaf:name "Universal Music"@en,
        "Universal Music"@ja,
        "Universal Music"@ja-latn .

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

<https://medium-media.vgm.io/albums/90/86009/86009-1555505532.jpg> a schema:ImageObject,
        foaf:Image .

<album/86009#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "I fake me / soraru"@en,
        "アイフェイクミー / そらる"@ja,
        "I fake me / soraru"@ja-latn ;
    mo:composer <artist/17577#subject>,
        <artist/17643#subject> ;
    mo:produced_work <album/86009#musicalwork> ;
    schema:name "I fake me / soraru"@en,
        "アイフェイクミー / そらる"@ja,
        "I fake me / soraru"@ja-latn .

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

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

<artist/14708#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/86009#performance> ;
    schema:name "Yumao"@en,
        "ゆーまお"@ja ;
    foaf:name "Yumao"@en,
        "ゆーまお"@ja .

<artist/16021#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/86009#performance> ;
    schema:name "Kei Nakamura"@en ;
    foaf:name "Kei Nakamura"@en .

<artist/16345#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/86009#performance> ;
    schema:name "Zenko Mitsuya"@en,
        "三矢禅晃"@ja ;
    foaf:name "Zenko Mitsuya"@en,
        "三矢禅晃"@ja .

<artist/37568#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/86009#performance> ;
    schema:name "324"@en ;
    foaf:name "324"@en .

<artist/17577#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/86009#subject> ;
    mo:performed <album/86009#performance> ;
    schema:name "soraru"@en,
        "そらる"@ja ;
    foaf:made <album/86009#composition>,
        <album/86009#lyrics>,
        <album/86009#subject> ;
    foaf:name "soraru"@en,
        "そらる"@ja .

<album/86009#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "I fake me / soraru"@en,
        "アイフェイクミー / そらる"@ja,
        "I fake me / soraru"@ja-latn ;
    mo:performance_of <album/86009#musicalwork> ;
    mo:performer <artist/14708#subject>,
        <artist/16021#subject>,
        <artist/16345#subject>,
        <artist/17577#subject>,
        <artist/37568#subject> ;
    mo:recorded_as <album/86009#musicalexpression> ;
    schema:byArtist <artist/14708#subject>,
        <artist/16021#subject>,
        <artist/16345#subject>,
        <artist/17577#subject>,
        <artist/37568#subject> ;
    schema:name "I fake me / soraru"@en,
        "アイフェイクミー / そらる"@ja,
        "I fake me / soraru"@ja-latn ;
    schema:workPerformed <album/86009#musicalwork> .

<album/86009#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-05-03"^^xsd:date ;
    dcterms:title "I fake me / soraru"@en,
        "アイフェイクミー / そらる"@ja,
        "I fake me / soraru"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/86009#musicalexpression> ;
    mo:publisher <org/2380#subject> ;
    mo:record _:N4c6e7a07bea44a12827aad467430bc12 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Yuube wa Otanoshimi Deshita ne"@en ;
            foaf:name "Yuube wa Otanoshimi Deshita ne"@en ],
        <product/7196#subject> ;
    schema:byArtist <artist/14708#subject>,
        <artist/16021#subject>,
        <artist/16345#subject>,
        <artist/17577#subject>,
        <artist/37568#subject> ;
    schema:datePublished "2019-05-03"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/90/86009/86009-1555505532.jpg> ;
    schema:name "I fake me / soraru"@en,
        "アイフェイクミー / そらる"@ja,
        "I fake me / soraru"@ja-latn ;
    schema:publisher <org/2380#subject> ;
    foaf:depiction <https://media.vgm.io/albums/90/86009/86009-1555505532.jpg> .

_:N77a7c93b8e1c4faab841c95ce97b9d43 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "eureka (Acoustic ver. / Studio Session)"@en,
        "ユーリカ (Acoustic ver. / Studio Session)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N4c6e7a07bea44a12827aad467430bc12 ;
    schema:name "eureka (Acoustic ver. / Studio Session)"@en,
        "ユーリカ (Acoustic ver. / Studio Session)"@ja .

_:N832d1f83f94947479d86cc227b224463 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I fake me"@en,
        "アイフェイクミー"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N4c6e7a07bea44a12827aad467430bc12 ;
    schema:name "I fake me"@en,
        "アイフェイクミー"@ja .

_:N4c6e7a07bea44a12827aad467430bc12 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N77a7c93b8e1c4faab841c95ce97b9d43,
        _:N832d1f83f94947479d86cc227b224463 ;
    mo:track_count 2 ;
    schema:duration "PT8:40"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N77a7c93b8e1c4faab841c95ce97b9d43,
        _:N832d1f83f94947479d86cc227b224463 .

