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

<artist/6331#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takashi Tokita"@en,
        "時田貴司"@ja ;
    foaf:made <album/65409#lyrics>,
        <album/65409#subject> ;
    foaf:name "Takashi Tokita"@en,
        "時田貴司"@ja .

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

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/65409#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/65409#composition>,
        <album/65409#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<product/163#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY"@en,
        "ファイナルファンタジー"@ja,
        "FINAL FANTASY"@ja-latn ;
    foaf:name "FINAL FANTASY"@en,
        "ファイナルファンタジー"@ja,
        "FINAL FANTASY"@ja-latn .

<product/175#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY IV"@en,
        "ファイナルファンタジーIV"@ja,
        "FINAL FANTASY IV"@ja-latn ;
    foaf:name "FINAL FANTASY IV"@en,
        "ファイナルファンタジーIV"@ja,
        "FINAL FANTASY IV"@ja-latn .

<product/182#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY VI"@en,
        "ファイナルファンタジーVI"@ja,
        "FINAL FANTASY VI"@ja-latn ;
    foaf:name "FINAL FANTASY VI"@en,
        "ファイナルファンタジーVI"@ja,
        "FINAL FANTASY VI"@ja-latn .

<product/188#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY VII"@en,
        "ファイナルファンタジーVII"@ja,
        "FINAL FANTASY VII"@ja-latn ;
    foaf:name "FINAL FANTASY VII"@en,
        "ファイナルファンタジーVII"@ja,
        "FINAL FANTASY VII"@ja-latn .

<product/189#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY VIII"@en,
        "ファイナルファンタジーVIII"@ja,
        "FINAL FANTASY VIII"@ja-latn ;
    foaf:name "FINAL FANTASY VIII"@en,
        "ファイナルファンタジーVIII"@ja,
        "FINAL FANTASY VIII"@ja-latn .

<album/65409#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Journey"@en,
        "The Journey"@ja,
        "The Journey"@ja-latn ;
    mo:composer <artist/77#subject> ;
    mo:produced_work <album/65409#musicalwork> ;
    schema:name "The Journey"@en,
        "The Journey"@ja,
        "The Journey"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/90/65409/65409-1486319352.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/65409#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Journey"@en,
        "The Journey"@ja,
        "The Journey"@ja-latn ;
    mo:performance_of <album/65409#musicalwork> ;
    mo:performer <artist/43763#subject> ;
    mo:recorded_as <album/65409#musicalexpression> ;
    schema:byArtist <artist/43763#subject> ;
    schema:name "The Journey"@en,
        "The Journey"@ja,
        "The Journey"@ja-latn ;
    schema:workPerformed <album/65409#musicalwork> .

<artist/43763#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/65409#performance> ;
    schema:name "TeraCMusic"@en ;
    foaf:name "TeraCMusic"@en .

<album/65409#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-01-29"^^xsd:date ;
    dcterms:title "The Journey"@en,
        "The Journey"@ja,
        "The Journey"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/65409#musicalexpression> ;
    mo:publisher _:N97383cf849f64b5ab23639a2d072f144 ;
    mo:record _:Nb6a9f80a21fc41a1a0e07749b211ca5a ;
    mo:record_count 1 ;
    schema:about <product/163#subject>,
        <product/175#subject>,
        <product/182#subject>,
        <product/188#subject>,
        <product/189#subject> ;
    schema:byArtist <artist/43763#subject> ;
    schema:datePublished "2017-01-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/90/65409/65409-1486319352.jpg> ;
    schema:name "The Journey"@en,
        "The Journey"@ja,
        "The Journey"@ja-latn ;
    schema:publisher _:N97383cf849f64b5ab23639a2d072f144 ;
    foaf:depiction <https://media.vgm.io/albums/90/65409/65409-1486319352.jpg> .

_:N2a9e047e949e4775bcc7760a2d60039b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prelude (From \"Final Fantasy\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Nb6a9f80a21fc41a1a0e07749b211ca5a ;
    schema:name "Prelude (From \"Final Fantasy\")"@en .

_:N364c501bedc44599b825e98a77b4e7f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Terra's Theme (From \"Final Fantasy VI\")"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:Nb6a9f80a21fc41a1a0e07749b211ca5a ;
    schema:name "Terra's Theme (From \"Final Fantasy VI\")"@en .

_:N5ea50108112648f5ae3a94b80b679326 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kids Run Through the City (From \"Final Fantasy VI\")"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:Nb6a9f80a21fc41a1a0e07749b211ca5a ;
    schema:name "Kids Run Through the City (From \"Final Fantasy VI\")"@en .

_:N97383cf849f64b5ab23639a2d072f144 schema:name "Tera Catallo"@en,
        "Tera Catallo"@ja,
        "Tera Catallo"@ja-latn ;
    foaf:name "Tera Catallo"@en,
        "Tera Catallo"@ja,
        "Tera Catallo"@ja-latn .

_:Na9e7418ff1364120a36f9b28182efff2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cosmo Canyon (From \"Final Fantasy VII\")"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Nb6a9f80a21fc41a1a0e07749b211ca5a ;
    schema:name "Cosmo Canyon (From \"Final Fantasy VII\")"@en .

_:Nce6950fb796a491b847a6462839e3ad2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Man with the Machine Gun (From \"Final Fantasy VIII\")"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:Nb6a9f80a21fc41a1a0e07749b211ca5a ;
    schema:name "Man with the Machine Gun (From \"Final Fantasy VIII\")"@en .

_:Nf099b26668e44dfab7db65d3d41c2758 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tsuki no Akari (From \"Final Fantasy IV\")"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:Nb6a9f80a21fc41a1a0e07749b211ca5a ;
    schema:name "Tsuki no Akari (From \"Final Fantasy IV\")"@en .

_:Nb6a9f80a21fc41a1a0e07749b211ca5a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2a9e047e949e4775bcc7760a2d60039b,
        _:N364c501bedc44599b825e98a77b4e7f5,
        _:N5ea50108112648f5ae3a94b80b679326,
        _:Na9e7418ff1364120a36f9b28182efff2,
        _:Nce6950fb796a491b847a6462839e3ad2,
        _:Nf099b26668e44dfab7db65d3d41c2758 ;
    mo:track_count 6 ;
    schema:duration "PT19:18"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2a9e047e949e4775bcc7760a2d60039b,
        _:N364c501bedc44599b825e98a77b4e7f5,
        _:N5ea50108112648f5ae3a94b80b679326,
        _:Na9e7418ff1364120a36f9b28182efff2,
        _:Nce6950fb796a491b847a6462839e3ad2,
        _:Nf099b26668e44dfab7db65d3d41c2758 .

