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

<artist/23052#subject> a schema:Person,
        foaf:Person ;
    schema:name "Asaka"@en,
        "亜咲花"@ja ;
    foaf:made <album/114646#lyrics>,
        <album/114646#subject>,
        <album/114646#vocals> ;
    foaf:name "Asaka"@en,
        "亜咲花"@ja .

<artist/2190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/114646#subject> ;
    schema:name "Masaki Mashimo"@en,
        "真下正樹"@ja ;
    foaf:made <album/114646#composition>,
        <album/114646#subject> ;
    foaf:name "Masaki Mashimo"@en,
        "真下正樹"@ja .

<artist/33601#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/114646#subject> ;
    schema:name "Yuka Sakamoto"@en,
        "坂本由佳"@ja ;
    foaf:made <album/114646#composition>,
        <album/114646#subject> ;
    foaf:name "Yuka Sakamoto"@en,
        "坂本由佳"@ja .

<artist/33657#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/114646#subject> ;
    schema:name "Kujira Yumemi"@en,
        "夢見クジラ"@ja ;
    foaf:made <album/114646#composition>,
        <album/114646#subject> ;
    foaf:name "Kujira Yumemi"@en,
        "夢見クジラ"@ja .

<product/10080#subject> a schema:CreativeWork ;
    schema:name "SHIKIZAKURA"@en,
        "シキザクラ"@ja,
        "SHIKIZAKURA"@ja-latn ;
    foaf:name "SHIKIZAKURA"@en,
        "シキザクラ"@ja,
        "SHIKIZAKURA"@ja-latn .

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

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

<album/114646#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "BELIEVE MYSELF / Asaka [Anime Edition]"@en,
        "BELIEVE MYSELF / 亜咲花 [アニメ盤]"@ja,
        "BELIEVE MYSELF / Asaka [Anime Edition]"@ja-latn ;
    mo:performance_of <album/114646#musicalwork> ;
    mo:recorded_as <album/114646#musicalexpression> ;
    schema:name "BELIEVE MYSELF / Asaka [Anime Edition]"@en,
        "BELIEVE MYSELF / 亜咲花 [アニメ盤]"@ja,
        "BELIEVE MYSELF / Asaka [Anime Edition]"@ja-latn ;
    schema:workPerformed <album/114646#musicalwork> .

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

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

<https://media.vgm.io/albums/64/114646/114646-6976b3fb47fa.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/114646#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/64/114646/114646-6976b3fb47fa.jpg> ;
    foaf:depicts <album/114646#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/64/114646/114646-6976b3fb47fa.jpg> .

<https://medium-media.vgm.io/albums/64/114646/114646-6976b3fb47fa.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/114646#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "BELIEVE MYSELF / Asaka [Anime Edition]"@en,
        "BELIEVE MYSELF / 亜咲花 [アニメ盤]"@ja,
        "BELIEVE MYSELF / Asaka [Anime Edition]"@ja-latn ;
    mo:composer <artist/2190#subject>,
        <artist/33601#subject>,
        <artist/33657#subject> ;
    mo:produced_work <album/114646#musicalwork> ;
    schema:name "BELIEVE MYSELF / Asaka [Anime Edition]"@en,
        "BELIEVE MYSELF / 亜咲花 [アニメ盤]"@ja,
        "BELIEVE MYSELF / Asaka [Anime Edition]"@ja-latn .

<album/114646#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-11-10"^^xsd:date ;
    dcterms:title "BELIEVE MYSELF / Asaka [Anime Edition]"@en,
        "BELIEVE MYSELF / 亜咲花 [アニメ盤]"@ja,
        "BELIEVE MYSELF / Asaka [Anime Edition]"@ja-latn ;
    mo:catalogue_number "USSW-0330" ;
    mo:media_type "CD" ;
    mo:publication_of <album/114646#musicalexpression> ;
    mo:publisher <org/1944#subject> ;
    mo:record _:Nee67a7a31f3246e4b9f290038d51f28c ;
    mo:record_count 1 ;
    schema:about <product/10080#subject> ;
    schema:datePublished "2021-11-10"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/64/114646/114646-6976b3fb47fa.jpg> ;
    schema:name "BELIEVE MYSELF / Asaka [Anime Edition]"@en,
        "BELIEVE MYSELF / 亜咲花 [アニメ盤]"@ja,
        "BELIEVE MYSELF / Asaka [Anime Edition]"@ja-latn ;
    schema:publisher <org/1944#subject> ;
    foaf:depiction <https://media.vgm.io/albums/64/114646/114646-6976b3fb47fa.jpg> .

_:N3a5a03e95396401c81f3a810015954e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RED ECLIPSE"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Nee67a7a31f3246e4b9f290038d51f28c ;
    schema:name "RED ECLIPSE"@en .

_:N4a6fc3efb7cf45959fca7951bb0e1418 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BELIEVE MYSELF"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:Nee67a7a31f3246e4b9f290038d51f28c ;
    schema:name "BELIEVE MYSELF"@en .

_:N565fd818996c4346bbf8a61d2fc470c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BELIEVE MYSELF -off vocal-"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:Nee67a7a31f3246e4b9f290038d51f28c ;
    schema:name "BELIEVE MYSELF -off vocal-"@en .

_:N700f5a0d439a4a6996a7f38b1e592039 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RED ECLIPSE -off vocal-"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Nee67a7a31f3246e4b9f290038d51f28c ;
    schema:name "RED ECLIPSE -off vocal-"@en .

_:Nc38ded9f8327476a98edddc9d60ae980 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bravery Song"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:Nee67a7a31f3246e4b9f290038d51f28c ;
    schema:name "Bravery Song"@en .

_:Nd6524e500e464536b70a6599b73d72c0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bravery Song -off vocal-"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:Nee67a7a31f3246e4b9f290038d51f28c ;
    schema:name "Bravery Song -off vocal-"@en .

_:Nee67a7a31f3246e4b9f290038d51f28c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3a5a03e95396401c81f3a810015954e1,
        _:N4a6fc3efb7cf45959fca7951bb0e1418,
        _:N565fd818996c4346bbf8a61d2fc470c7,
        _:N700f5a0d439a4a6996a7f38b1e592039,
        _:Nc38ded9f8327476a98edddc9d60ae980,
        _:Nd6524e500e464536b70a6599b73d72c0 ;
    mo:track_count 6 ;
    schema:duration "PT26:02"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N3a5a03e95396401c81f3a810015954e1,
        _:N4a6fc3efb7cf45959fca7951bb0e1418,
        _:N565fd818996c4346bbf8a61d2fc470c7,
        _:N700f5a0d439a4a6996a7f38b1e592039,
        _:Nc38ded9f8327476a98edddc9d60ae980,
        _:Nd6524e500e464536b70a6599b73d72c0 .

