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

<artist/3911#subject> a schema:Person,
        foaf:Person ;
    schema:name "misono"@en ;
    foaf:made <album/8245#lyrics>,
        <album/8245#subject> ;
    foaf:name "misono"@en .

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

<artist/3650#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8245#subject> ;
    schema:name "Daisuke Suzuki"@en,
        "鈴木大輔"@ja ;
    foaf:made <album/8245#composition>,
        <album/8245#subject> ;
    foaf:name "Daisuke Suzuki"@en,
        "鈴木大輔"@ja .

<artist/3910#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8245#subject> ;
    schema:name "Masato Kitano"@en,
        "北野正人"@ja ;
    foaf:made <album/8245#composition>,
        <album/8245#subject> ;
    foaf:name "Masato Kitano"@en,
        "北野正人"@ja .

<product/544#subject> a schema:CreativeWork ;
    schema:name "Tales of Symphonia"@en,
        "テイルズ オブ シンフォニア"@ja,
        "Tales of Symphonia"@ja-latn ;
    foaf:name "Tales of Symphonia"@en,
        "テイルズ オブ シンフォニア"@ja,
        "Tales of Symphonia"@ja-latn .

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

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

<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/54/8245/8245-1209510190.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/8245#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/54/8245/8245-1209510190.jpg> ;
    foaf:depicts <album/8245#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/54/8245/8245-1209510190.jpg> .

<https://medium-media.vgm.io/albums/54/8245/8245-1209510190.jpg> a schema:ImageObject,
        foaf:Image .

<album/8245#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "moon gate / day after tomorrow"@en,
        "moon gate / day after tomorrow"@ja,
        "moon gate / day after tomorrow"@ja-latn ;
    mo:composer <artist/3650#subject>,
        <artist/3910#subject> ;
    mo:produced_work <album/8245#musicalwork> ;
    schema:name "moon gate / day after tomorrow"@en,
        "moon gate / day after tomorrow"@ja,
        "moon gate / day after tomorrow"@ja-latn .

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

<album/8245#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "moon gate / day after tomorrow"@en,
        "moon gate / day after tomorrow"@ja,
        "moon gate / day after tomorrow"@ja-latn ;
    mo:performance_of <album/8245#musicalwork> ;
    mo:performer <artist/3648#subject> ;
    mo:recorded_as <album/8245#musicalexpression> ;
    schema:byArtist <artist/3648#subject> ;
    schema:name "moon gate / day after tomorrow"@en,
        "moon gate / day after tomorrow"@ja,
        "moon gate / day after tomorrow"@ja-latn ;
    schema:workPerformed <album/8245#musicalwork> .

<artist/3648#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8245#performance> ;
    schema:name "day after tomorrow"@en ;
    foaf:name "day after tomorrow"@en .

<album/8245#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-09-03"^^xsd:date ;
    dcterms:title "moon gate / day after tomorrow"@en,
        "moon gate / day after tomorrow"@ja,
        "moon gate / day after tomorrow"@ja-latn ;
    mo:catalogue_number "AVCD-30502" ;
    mo:media_type "CD" ;
    mo:publication_of <album/8245#musicalexpression> ;
    mo:publisher <org/222#subject> ;
    mo:record _:N996d6a1298d64341968303799687237f ;
    mo:record_count 1 ;
    schema:about <product/544#subject> ;
    schema:byArtist <artist/3648#subject> ;
    schema:datePublished "2003-09-03"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/8245/8245-1209510190.jpg> ;
    schema:name "moon gate / day after tomorrow"@en,
        "moon gate / day after tomorrow"@ja,
        "moon gate / day after tomorrow"@ja-latn ;
    schema:publisher <org/222#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/8245/8245-1209510190.jpg> .

_:N0e6ee3c59679430eaa9dc022099bda6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "These Days"@en,
        "These Days"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N996d6a1298d64341968303799687237f ;
    schema:name "These Days"@en,
        "These Days"@ja .

_:N3b813a6b54cb4d1a9f87242208d1c722 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starry Heavens"@en,
        "Starry Heavens"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:N996d6a1298d64341968303799687237f ;
    schema:name "Starry Heavens"@en,
        "Starry Heavens"@ja .

_:Nf70416b17c4d490ca7622db6bcb54e4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Never land"@en,
        "ネバーランド"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N996d6a1298d64341968303799687237f ;
    schema:name "Never land"@en,
        "ネバーランド"@ja .

_:N996d6a1298d64341968303799687237f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e6ee3c59679430eaa9dc022099bda6d,
        _:N3b813a6b54cb4d1a9f87242208d1c722,
        _:Nf70416b17c4d490ca7622db6bcb54e4a ;
    mo:track_count 3 ;
    schema:duration "PT14:42"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N0e6ee3c59679430eaa9dc022099bda6d,
        _:N3b813a6b54cb4d1a9f87242208d1c722,
        _:Nf70416b17c4d490ca7622db6bcb54e4a .

