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

<artist/28321#subject> a schema:Person,
        foaf:Person ;
    schema:name "JxSxK"@en ;
    foaf:made <album/99049#lyrics>,
        <album/99049#subject> ;
    foaf:name "JxSxK"@en .

<artist/29542#subject> a schema:Person,
        foaf:Person ;
    schema:name "BiSH"@en ;
    foaf:made <album/99049#subject>,
        <album/99049#vocals> ;
    foaf:name "BiSH"@en .

<artist/9872#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99049#subject> ;
    schema:name "Kenta Matsukuma"@en,
        "松隈ケンタ"@ja ;
    foaf:made <album/99049#composition>,
        <album/99049#lyrics>,
        <album/99049#subject> ;
    foaf:name "Kenta Matsukuma"@en,
        "松隈ケンタ"@ja .

<product/11267#subject> a schema:CreativeWork ;
    schema:name "Kingdom Season 3"@en,
        "キングダム 第3シリーズ"@ja,
        "Kingdom Season 3"@ja-latn ;
    foaf:name "Kingdom Season 3"@en,
        "キングダム 第3シリーズ"@ja,
        "Kingdom Season 3"@ja-latn .

<album/99049#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "TOMORROW / BiSH"@en,
        "TOMORROW / BiSH"@ja,
        "TOMORROW / BiSH"@ja-latn ;
    mo:composer <artist/9872#subject> ;
    mo:produced_work <album/99049#musicalwork> ;
    schema:name "TOMORROW / BiSH"@en,
        "TOMORROW / BiSH"@ja,
        "TOMORROW / BiSH"@ja-latn .

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

<album/99049#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "TOMORROW / BiSH"@en,
        "TOMORROW / BiSH"@ja,
        "TOMORROW / BiSH"@ja-latn ;
    mo:performance_of <album/99049#musicalwork> ;
    mo:recorded_as <album/99049#musicalexpression> ;
    schema:name "TOMORROW / BiSH"@en,
        "TOMORROW / BiSH"@ja,
        "TOMORROW / BiSH"@ja-latn ;
    schema:workPerformed <album/99049#musicalwork> .

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

<org/222#subject> schema:name "avex trax"@en,
        "avex trax"@ja,
        "avex trax"@ja-latn ;
    foaf:name "avex trax"@en,
        "avex trax"@ja,
        "avex trax"@ja-latn .

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

<https://medium-media.vgm.io/albums/94/99049/99049-1589713247.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/99049#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-04-13"^^xsd:date ;
    dcterms:title "TOMORROW / BiSH"@en,
        "TOMORROW / BiSH"@ja,
        "TOMORROW / BiSH"@ja-latn ;
    mo:catalogue_number "ANTCD-A0000001529" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/99049#musicalexpression> ;
    mo:publisher <org/222#subject> ;
    mo:record _:N105eb970bbdd4005a28dfebb4307f8c2 ;
    mo:record_count 1 ;
    schema:about <product/11267#subject> ;
    schema:datePublished "2020-04-13"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/94/99049/99049-1589713247.jpg> ;
    schema:name "TOMORROW / BiSH"@en,
        "TOMORROW / BiSH"@ja,
        "TOMORROW / BiSH"@ja-latn ;
    schema:publisher <org/222#subject> ;
    foaf:depiction <https://media.vgm.io/albums/94/99049/99049-1589713247.jpg> .

_:N105eb970bbdd4005a28dfebb4307f8c2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1b850cd899be48e88f20d41142161bfc ;
    mo:track_count 1 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N1b850cd899be48e88f20d41142161bfc .

_:N1b850cd899be48e88f20d41142161bfc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TOMORROW"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N105eb970bbdd4005a28dfebb4307f8c2 ;
    schema:name "TOMORROW"@en .

