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

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

<artist/21860#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100203#subject> ;
    schema:name "Gouki Ohtsuka"@en,
        "大塚剛毅"@ja ;
    foaf:made <album/100203#composition>,
        <album/100203#lyrics>,
        <album/100203#subject> ;
    foaf:name "Gouki Ohtsuka"@en,
        "大塚剛毅"@ja .

<product/5845#subject> a schema:CreativeWork ;
    schema:name "BAND YAROUZE!"@en,
        "バンドやろうぜ!"@ja,
        "BAND YAROUZE!"@ja-latn ;
    foaf:name "BAND YAROUZE!"@en,
        "バンドやろうぜ!"@ja,
        "BAND YAROUZE!"@ja-latn .

<album/100203#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Chain / OSIRIS"@en,
        "Chain / OSIRIS"@ja,
        "Chain / OSIRIS"@ja-latn ;
    mo:composer <artist/21860#subject> ;
    mo:produced_work <album/100203#musicalwork> ;
    schema:name "Chain / OSIRIS"@en,
        "Chain / OSIRIS"@ja,
        "Chain / OSIRIS"@ja-latn .

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

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

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

<https://media.vgm.io/albums/30/100203/100203-1591785375.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/100203#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/30/100203/100203-1591785375.png> ;
    foaf:depicts <album/100203#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/30/100203/100203-1591785375.png> .

<https://medium-media.vgm.io/albums/30/100203/100203-1591785375.png> a schema:ImageObject,
        foaf:Image .

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

<artist/15581#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/100203#performance> ;
    schema:name "Natsuki Hanae"@en,
        "花江夏樹"@ja ;
    foaf:name "Natsuki Hanae"@en,
        "花江夏樹"@ja .

<artist/16697#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/100203#performance> ;
    schema:name "Yuichiro Umehara"@en,
        "梅原裕一郎"@ja ;
    foaf:name "Yuichiro Umehara"@en,
        "梅原裕一郎"@ja .

<artist/18202#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/100203#performance> ;
    schema:name "Masanori Kobayashi"@en,
        "小林正典"@ja ;
    foaf:name "Masanori Kobayashi"@en,
        "小林正典"@ja .

<artist/21859#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/100203#performance> ;
    schema:name "Yuma Uchida"@en,
        "内田雄馬"@ja ;
    foaf:name "Yuma Uchida"@en,
        "内田雄馬"@ja .

<album/100203#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Chain / OSIRIS"@en,
        "Chain / OSIRIS"@ja,
        "Chain / OSIRIS"@ja-latn ;
    mo:performance_of <album/100203#musicalwork> ;
    mo:performer <artist/15581#subject>,
        <artist/16697#subject>,
        <artist/18202#subject>,
        <artist/21859#subject> ;
    mo:recorded_as <album/100203#musicalexpression> ;
    schema:byArtist <artist/15581#subject>,
        <artist/16697#subject>,
        <artist/18202#subject>,
        <artist/21859#subject> ;
    schema:name "Chain / OSIRIS"@en,
        "Chain / OSIRIS"@ja,
        "Chain / OSIRIS"@ja-latn ;
    schema:workPerformed <album/100203#musicalwork> .

<album/100203#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-06-19"^^xsd:date ;
    dcterms:title "Chain / OSIRIS"@en,
        "Chain / OSIRIS"@ja,
        "Chain / OSIRIS"@ja-latn ;
    mo:catalogue_number "ANHC-34046" ;
    mo:media_type "CD" ;
    mo:publication_of <album/100203#musicalexpression> ;
    mo:publisher <org/86#subject> ;
    mo:record _:N54b7769b43df4bdb85c239fb6613d087 ;
    mo:record_count 1 ;
    schema:about <product/5845#subject> ;
    schema:byArtist <artist/15581#subject>,
        <artist/16697#subject>,
        <artist/18202#subject>,
        <artist/21859#subject> ;
    schema:datePublished "2020-06-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/30/100203/100203-1591785375.png> ;
    schema:name "Chain / OSIRIS"@en,
        "Chain / OSIRIS"@ja,
        "Chain / OSIRIS"@ja-latn ;
    schema:publisher <org/86#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/100203/100203-1591785375.png> .

_:N13e7a2f034c44d32bb70ab9436932b72 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chain -instrumental ver.-"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N54b7769b43df4bdb85c239fb6613d087 ;
    schema:name "Chain -instrumental ver.-"@en .

_:N7851d6fe522e49a3985e79cf8646fe98 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chain"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N54b7769b43df4bdb85c239fb6613d087 ;
    schema:name "Chain"@en .

_:Na372b5e18e5e48f08493a32c8419b89d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chain -game size ver.-"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N54b7769b43df4bdb85c239fb6613d087 ;
    schema:name "Chain -game size ver.-"@en .

_:N54b7769b43df4bdb85c239fb6613d087 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N13e7a2f034c44d32bb70ab9436932b72,
        _:N7851d6fe522e49a3985e79cf8646fe98,
        _:Na372b5e18e5e48f08493a32c8419b89d ;
    mo:track_count 3 ;
    schema:duration "PT10:53"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N13e7a2f034c44d32bb70ab9436932b72,
        _:N7851d6fe522e49a3985e79cf8646fe98,
        _:Na372b5e18e5e48f08493a32c8419b89d .

