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

<artist/15384#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takuya Sato"@en,
        "佐藤拓也"@ja ;
    foaf:made <album/122230#subject>,
        <album/122230#vocals> ;
    foaf:name "Takuya Sato"@en,
        "佐藤拓也"@ja .

<artist/19383#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoshiaki Hasegawa"@en,
        "長谷川芳明"@ja ;
    foaf:made <album/122230#subject>,
        <album/122230#vocals> ;
    foaf:name "Yoshiaki Hasegawa"@en,
        "長谷川芳明"@ja .

<artist/21845#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takuya Masumoto"@en,
        "増元拓也"@ja ;
    foaf:made <album/122230#subject>,
        <album/122230#vocals> ;
    foaf:name "Takuya Masumoto"@en,
        "増元拓也"@ja .

<artist/22992#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yukitoshi Kikuchi"@en,
        "菊池幸利"@ja ;
    foaf:made <album/122230#subject>,
        <album/122230#vocals> ;
    foaf:name "Yukitoshi Kikuchi"@en,
        "菊池幸利"@ja .

<artist/23771#subject> a schema:Person,
        foaf:Person ;
    schema:name "Keisuke Koumoto"@en,
        "河本啓佑"@ja ;
    foaf:made <album/122230#subject>,
        <album/122230#vocals> ;
    foaf:name "Keisuke Koumoto"@en,
        "河本啓佑"@ja .

<artist/32692#subject> a schema:Person,
        foaf:Person ;
    schema:name "Taito Ban"@en,
        "坂泰斗"@ja ;
    foaf:made <album/122230#subject>,
        <album/122230#vocals> ;
    foaf:name "Taito Ban"@en,
        "坂泰斗"@ja .

<artist/27752#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/122230#subject> ;
    schema:name "INN"@en ;
    foaf:made <album/122230#composition>,
        <album/122230#lyrics>,
        <album/122230#subject> ;
    foaf:name "INN"@en .

<product/9523#subject> a schema:CreativeWork ;
    schema:name "VAZZROCK THE ANIMATION"@en,
        "VAZZROCK THE ANIMATION"@ja,
        "VAZZROCK THE ANIMATION"@ja-latn ;
    foaf:name "VAZZROCK THE ANIMATION"@en,
        "VAZZROCK THE ANIMATION"@ja,
        "VAZZROCK THE ANIMATION"@ja-latn .

<album/122230#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Asterism⁂ / ROCK DOWN"@en,
        "Asterism⁂ / ROCK DOWN"@ja,
        "Asterism⁂ / ROCK DOWN"@ja-latn ;
    mo:composer <artist/27752#subject> ;
    mo:produced_work <album/122230#musicalwork> ;
    schema:name "Asterism⁂ / ROCK DOWN"@en,
        "Asterism⁂ / ROCK DOWN"@ja,
        "Asterism⁂ / ROCK DOWN"@ja-latn .

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

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

<album/122230#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Asterism⁂ / ROCK DOWN"@en,
        "Asterism⁂ / ROCK DOWN"@ja,
        "Asterism⁂ / ROCK DOWN"@ja-latn ;
    mo:performance_of <album/122230#musicalwork> ;
    mo:recorded_as <album/122230#musicalexpression> ;
    schema:name "Asterism⁂ / ROCK DOWN"@en,
        "Asterism⁂ / ROCK DOWN"@ja,
        "Asterism⁂ / ROCK DOWN"@ja-latn ;
    schema:workPerformed <album/122230#musicalwork> .

<org/180#subject> schema:name "MOVIC Co., Ltd."@en,
        "株式会社ムービック"@ja,
        "MOVIC Co., Ltd."@ja-latn ;
    foaf:name "MOVIC Co., Ltd."@en,
        "株式会社ムービック"@ja,
        "MOVIC Co., Ltd."@ja-latn .

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

<https://medium-media.vgm.io/albums/03/122230/122230-fbbc369789ea.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/122230#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-10-07"^^xsd:date ;
    dcterms:title "Asterism⁂ / ROCK DOWN"@en,
        "Asterism⁂ / ROCK DOWN"@ja,
        "Asterism⁂ / ROCK DOWN"@ja-latn ;
    mo:catalogue_number "TKPR-298" ;
    mo:media_type "CD" ;
    mo:publication_of <album/122230#musicalexpression> ;
    mo:publisher <org/180#subject> ;
    mo:record _:N2af2fd55de674afc98fd77adbd4481cc ;
    mo:record_count 1 ;
    schema:about <product/9523#subject> ;
    schema:datePublished "2022-10-07"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/03/122230/122230-fbbc369789ea.jpg> ;
    schema:name "Asterism⁂ / ROCK DOWN"@en,
        "Asterism⁂ / ROCK DOWN"@ja,
        "Asterism⁂ / ROCK DOWN"@ja-latn ;
    schema:publisher <org/180#subject> ;
    foaf:depiction <https://media.vgm.io/albums/03/122230/122230-fbbc369789ea.jpg> .

_:Ne177949775d64800b84c5a7e1742bd14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Asterism⁂"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N2af2fd55de674afc98fd77adbd4481cc ;
    schema:name "Asterism⁂"@en .

_:Ne4fa46c862764484b44aa7604b109b04 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Asterism⁂ -off vocal-"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N2af2fd55de674afc98fd77adbd4481cc ;
    schema:name "Asterism⁂ -off vocal-"@en .

_:N2af2fd55de674afc98fd77adbd4481cc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ne177949775d64800b84c5a7e1742bd14,
        _:Ne4fa46c862764484b44aa7604b109b04 ;
    mo:track_count 2 ;
    schema:duration "PT9:16"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Ne177949775d64800b84c5a7e1742bd14,
        _:Ne4fa46c862764484b44aa7604b109b04 .

