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

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

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

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

<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 .

<album/37553#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Final Fantasy IV - Main Theme Orchestra"@en,
        "Final Fantasy IV - Main Theme Orchestra"@ja,
        "Final Fantasy IV - Main Theme Orchestra"@ja-latn ;
    mo:composer <artist/77#subject> ;
    mo:produced_work <album/37553#musicalwork> ;
    schema:name "Final Fantasy IV - Main Theme Orchestra"@en,
        "Final Fantasy IV - Main Theme Orchestra"@ja,
        "Final Fantasy IV - Main Theme Orchestra"@ja-latn .

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

<org/1017#subject> schema:name "Joypad Records"@en,
        "Joypad Records"@ja,
        "Joypad Records"@ja-latn ;
    foaf:name "Joypad Records"@en,
        "Joypad Records"@ja,
        "Joypad Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/35/37553/37553-1359231683.png> a schema:ImageObject,
        foaf:Image .

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

<album/37553#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Final Fantasy IV - Main Theme Orchestra"@en,
        "Final Fantasy IV - Main Theme Orchestra"@ja,
        "Final Fantasy IV - Main Theme Orchestra"@ja-latn ;
    mo:performance_of <album/37553#musicalwork> ;
    mo:performer <artist/58827#subject> ;
    mo:recorded_as <album/37553#musicalexpression> ;
    schema:byArtist <artist/58827#subject> ;
    schema:name "Final Fantasy IV - Main Theme Orchestra"@en,
        "Final Fantasy IV - Main Theme Orchestra"@ja,
        "Final Fantasy IV - Main Theme Orchestra"@ja-latn ;
    schema:workPerformed <album/37553#musicalwork> .

<artist/58827#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/37553#performance> ;
    schema:name "The Blake Robinson Synthetic Orchestra"@en ;
    foaf:name "The Blake Robinson Synthetic Orchestra"@en .

<album/37553#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-10-23"^^xsd:date ;
    dcterms:title "Final Fantasy IV - Main Theme Orchestra"@en,
        "Final Fantasy IV - Main Theme Orchestra"@ja,
        "Final Fantasy IV - Main Theme Orchestra"@ja-latn ;
    mo:catalogue_number "JOY-462" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/37553#musicalexpression> ;
    mo:publisher <org/1017#subject> ;
    mo:record _:N02486311dec74eaf9bbbc899988636ea ;
    mo:record_count 1 ;
    schema:about <product/175#subject> ;
    schema:byArtist <artist/58827#subject> ;
    schema:datePublished "2012-10-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/35/37553/37553-1359231683.png> ;
    schema:name "Final Fantasy IV - Main Theme Orchestra"@en,
        "Final Fantasy IV - Main Theme Orchestra"@ja,
        "Final Fantasy IV - Main Theme Orchestra"@ja-latn ;
    schema:publisher <org/1017#subject> ;
    foaf:depiction <https://media.vgm.io/albums/35/37553/37553-1359231683.png> .

_:N02486311dec74eaf9bbbc899988636ea a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N99c4a912290f471b9084a44119a86b71 ;
    mo:track_count 1 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N99c4a912290f471b9084a44119a86b71 .

_:N99c4a912290f471b9084a44119a86b71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Fantasy IV - Main Theme Orchestra"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N02486311dec74eaf9bbbc899988636ea ;
    schema:name "Final Fantasy IV - Main Theme Orchestra"@en .

