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

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

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

<artist/13364#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42243#subject> ;
    schema:name "Kosaku Yamada"@en,
        "山田耕筰"@ja ;
    foaf:made <album/42243#composition>,
        <album/42243#subject> ;
    foaf:name "Kosaku Yamada"@en,
        "山田耕筰"@ja .

<artist/752#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42243#subject> ;
    schema:name "Joe Hisaishi"@en,
        "久石譲"@ja ;
    foaf:made <album/42243#composition>,
        <album/42243#subject> ;
    foaf:name "Joe Hisaishi"@en,
        "久石譲"@ja .

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

<album/42243#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Zange / EXILE ATSUSHI & Joe Hisaishi"@en,
        "懺悔 / EXILE ATSUSHI & 久石譲"@ja,
        "Zange / EXILE ATSUSHI & Joe Hisaishi"@ja-latn ;
    mo:performance_of <album/42243#musicalwork> ;
    mo:recorded_as <album/42243#musicalexpression> ;
    schema:name "Zange / EXILE ATSUSHI & Joe Hisaishi"@en,
        "懺悔 / EXILE ATSUSHI & 久石譲"@ja,
        "Zange / EXILE ATSUSHI & Joe Hisaishi"@ja-latn ;
    schema:workPerformed <album/42243#musicalwork> .

<org/1037#subject> schema:name "rhythm zone"@en,
        "rhythm zone"@ja,
        "rhythm zone"@ja-latn ;
    foaf:name "rhythm zone"@en,
        "rhythm zone"@ja,
        "rhythm zone"@ja-latn .

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

<https://medium-media.vgm.io/albums/34/42243/42243-1381624595.jpg> a schema:ImageObject,
        foaf:Image .

<album/42243#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Zange / EXILE ATSUSHI & Joe Hisaishi"@en,
        "懺悔 / EXILE ATSUSHI & 久石譲"@ja,
        "Zange / EXILE ATSUSHI & Joe Hisaishi"@ja-latn ;
    mo:composer <artist/13364#subject>,
        <artist/752#subject> ;
    mo:produced_work <album/42243#musicalwork> ;
    schema:name "Zange / EXILE ATSUSHI & Joe Hisaishi"@en,
        "懺悔 / EXILE ATSUSHI & 久石譲"@ja,
        "Zange / EXILE ATSUSHI & Joe Hisaishi"@ja-latn .

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

<album/42243#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-10-16"^^xsd:date ;
    dcterms:title "Zange / EXILE ATSUSHI & Joe Hisaishi"@en,
        "懺悔 / EXILE ATSUSHI & 久石譲"@ja,
        "Zange / EXILE ATSUSHI & Joe Hisaishi"@ja-latn ;
    mo:catalogue_number "RZCD-59456/B" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/42243#musicalexpression> ;
    mo:publisher <org/1037#subject> ;
    mo:record _:N2dcf604bafda4b65a11df4835509bf1e,
        _:Nb908a003d14642a7a7b2b23e186ffca7 ;
    mo:record_count 2 ;
    schema:datePublished "2013-10-16"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/34/42243/42243-1381624595.jpg> ;
    schema:name "Zange / EXILE ATSUSHI & Joe Hisaishi"@en,
        "懺悔 / EXILE ATSUSHI & 久石譲"@ja,
        "Zange / EXILE ATSUSHI & Joe Hisaishi"@ja-latn ;
    schema:publisher <org/1037#subject> ;
    foaf:depiction <https://media.vgm.io/albums/34/42243/42243-1381624595.jpg> .

_:N2bf1b86e64364c2a919bd70777fb04ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Confession (Instrumental)"@en,
        "懺悔(Instrumental)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:Nb908a003d14642a7a7b2b23e186ffca7 ;
    schema:name "Confession (Instrumental)"@en,
        "懺悔(Instrumental)"@ja .

_:N2dcf604bafda4b65a11df4835509bf1e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N91b9282df2c5468588e3dd30f4ca2ab8 ;
    mo:track_count 1 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N91b9282df2c5468588e3dd30f4ca2ab8 .

_:N91b9282df2c5468588e3dd30f4ca2ab8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DVD"@en,
        "DVD"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N2dcf604bafda4b65a11df4835509bf1e ;
    schema:name "DVD"@en,
        "DVD"@ja .

_:N9447c0464eee4e8cbf51af5085249452 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Dragonfly (Instrumental)"@en,
        "赤とんぼ(Instrumental)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:Nb908a003d14642a7a7b2b23e186ffca7 ;
    schema:name "Red Dragonfly (Instrumental)"@en,
        "赤とんぼ(Instrumental)"@ja .

_:N9d4aa8ad984f4d88be95965eab1223da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Dragonfly"@en,
        "赤とんぼ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:Nb908a003d14642a7a7b2b23e186ffca7 ;
    schema:name "Red Dragonfly"@en,
        "赤とんぼ"@ja .

_:Na55780901a004ed292be748964d509d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Confession"@en,
        "懺悔"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:Nb908a003d14642a7a7b2b23e186ffca7 ;
    schema:name "Confession"@en,
        "懺悔"@ja .

_:Nb908a003d14642a7a7b2b23e186ffca7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2bf1b86e64364c2a919bd70777fb04ca,
        _:N9447c0464eee4e8cbf51af5085249452,
        _:N9d4aa8ad984f4d88be95965eab1223da,
        _:Na55780901a004ed292be748964d509d8 ;
    mo:track_count 4 ;
    schema:duration "PT16:00"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N2bf1b86e64364c2a919bd70777fb04ca,
        _:N9447c0464eee4e8cbf51af5085249452,
        _:N9d4aa8ad984f4d88be95965eab1223da,
        _:Na55780901a004ed292be748964d509d8 .

