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

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

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

<artist/112#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11265#subject> ;
    schema:name "Hitoshi Sakimoto"@en,
        "崎元仁"@ja ;
    foaf:made <album/11265#composition>,
        <album/11265#subject> ;
    foaf:name "Hitoshi Sakimoto"@en,
        "崎元仁"@ja .

<artist/295#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11265#subject> ;
    schema:name "Masaharu Iwata"@en,
        "岩田匡治"@ja ;
    foaf:made <album/11265#composition>,
        <album/11265#subject> ;
    foaf:name "Masaharu Iwata"@en,
        "岩田匡治"@ja .

<artist/298#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11265#subject> ;
    schema:name "Ayako Saso"@en,
        "佐宗綾子"@ja ;
    foaf:made <album/11265#composition>,
        <album/11265#subject> ;
    foaf:name "Ayako Saso"@en,
        "佐宗綾子"@ja .

<artist/810#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11265#subject> ;
    schema:name "Kaori Ohkoshi"@en,
        "大越香里"@ja ;
    foaf:made <album/11265#composition>,
        <album/11265#subject> ;
    foaf:name "Kaori Ohkoshi"@en,
        "大越香里"@ja .

<event/31> a mo:Release ;
    schema:name "Released at M3-2008 Fall (Oct 13, 2008)" .

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

<product/341#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY TACTICS ADVANCE"@en,
        "ファイナルファンタジータクティクス アドバンス"@ja,
        "FINAL FANTASY TACTICS ADVANCE"@ja-latn ;
    foaf:name "FINAL FANTASY TACTICS ADVANCE"@en,
        "ファイナルファンタジータクティクス アドバンス"@ja,
        "FINAL FANTASY TACTICS ADVANCE"@ja-latn .

<product/428#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY TACTICS A2: Grimoire of the Rift"@en,
        "ファイナルファンタジータクティクス A2 封穴のグリモア"@ja,
        "Final Fantasy Tactics A2 Fuuketsu no Grimoire"@ja-latn ;
    foaf:name "FINAL FANTASY TACTICS A2: Grimoire of the Rift"@en,
        "ファイナルファンタジータクティクス A2 封穴のグリモア"@ja,
        "Final Fantasy Tactics A2 Fuuketsu no Grimoire"@ja-latn .

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

<album/11265#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Le Grand Grimoire 4ème"@en,
        "Le Grand Grimoire 4ème"@ja,
        "Le Grand Grimoire 4ème"@ja-latn ;
    mo:performance_of <album/11265#musicalwork> ;
    mo:recorded_as <album/11265#musicalexpression> ;
    schema:name "Le Grand Grimoire 4ème"@en,
        "Le Grand Grimoire 4ème"@ja,
        "Le Grand Grimoire 4ème"@ja-latn ;
    schema:workPerformed <album/11265#musicalwork> .

<org/547#subject> schema:name "MUSiC FANTASY TACTICS"@en,
        "MUSiC FANTASY TACTICS"@ja,
        "MUSiC FANTASY TACTICS"@ja-latn ;
    foaf:name "MUSiC FANTASY TACTICS"@en,
        "MUSiC FANTASY TACTICS"@ja,
        "MUSiC FANTASY TACTICS"@ja-latn .

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

<https://medium-media.vgm.io/albums/56/11265/11265-1228770931.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/11265#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Le Grand Grimoire 4ème"@en,
        "Le Grand Grimoire 4ème"@ja,
        "Le Grand Grimoire 4ème"@ja-latn ;
    mo:composer <artist/112#subject>,
        <artist/295#subject>,
        <artist/298#subject>,
        <artist/810#subject> ;
    mo:produced_work <album/11265#musicalwork> ;
    schema:name "Le Grand Grimoire 4ème"@en,
        "Le Grand Grimoire 4ème"@ja,
        "Le Grand Grimoire 4ème"@ja-latn .

<album/11265#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-10-13"^^xsd:date ;
    dcterms:title "Le Grand Grimoire 4ème"@en,
        "Le Grand Grimoire 4ème"@ja,
        "Le Grand Grimoire 4ème"@ja-latn ;
    mo:catalogue_number "MFT4" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11265#musicalexpression> ;
    mo:publisher <org/547#subject> ;
    mo:record _:Na5dd6c733053405daad0efcc3e657168 ;
    mo:record_count 1 ;
    mo:release <event/31> ;
    schema:about <product/203#subject>,
        <product/341#subject>,
        <product/428#subject> ;
    schema:datePublished "2008-10-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/56/11265/11265-1228770931.jpg> ;
    schema:name "Le Grand Grimoire 4ème"@en,
        "Le Grand Grimoire 4ème"@ja,
        "Le Grand Grimoire 4ème"@ja-latn ;
    schema:publisher <org/547#subject> ;
    foaf:depiction <https://media.vgm.io/albums/56/11265/11265-1228770931.jpg> .

_:N00397e70df0744cba42f954fe5aa9867 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Embarrassing Battle"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "Embarrassing Battle"@ja .

_:N1b9cb39e998e414f9541782a7c918922 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tenebrae"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "tenebrae"@ja .

_:N644f03016e79487295f49473dde89ace a mo:Track,
        schema:MusicRecording ;
    dcterms:title "IVALISSIDIA -Agrius vs Frimelda-"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "IVALISSIDIA -Agrius vs Frimelda-"@ja .

_:N7712da08a91742bda7f713192d43f7d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "小悪党空を征く"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "小悪党空を征く"@ja .

_:N7a92f448460b4cd89d1dd3989bb736c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lukhavi"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:26"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "Lukhavi"@ja .

_:N8397f199ec9b4a4389ae8254e4ea15e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overwhelming Stars-Under the Stars"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "Overwhelming Stars-Under the Stars"@ja .

_:N87aef565da7c4adca1020bf2fd39ade1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻想の中で-サリカ熱帯雨林-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "幻想の中で-サリカ熱帯雨林-"@ja .

_:Nad89b8628fac443bbbbbf06171680d1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "橋上の戦い -Join Up!!-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "橋上の戦い -Join Up!!-"@ja .

_:Nbdfa7d1f8a534f26acfc29b1a7dc40a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "crystal"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "crystal"@ja .

_:Nc49046f3865a4775b0c21d5871557070 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Amber Valley"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "Amber Valley"@ja .

_:Ne71cebaf16914b36997d9105e8f24b8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "敵兵襲撃～Trisection"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:Na5dd6c733053405daad0efcc3e657168 ;
    schema:name "敵兵襲撃～Trisection"@ja .

_:Na5dd6c733053405daad0efcc3e657168 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00397e70df0744cba42f954fe5aa9867,
        _:N1b9cb39e998e414f9541782a7c918922,
        _:N644f03016e79487295f49473dde89ace,
        _:N7712da08a91742bda7f713192d43f7d0,
        _:N7a92f448460b4cd89d1dd3989bb736c6,
        _:N8397f199ec9b4a4389ae8254e4ea15e8,
        _:N87aef565da7c4adca1020bf2fd39ade1,
        _:Nad89b8628fac443bbbbbf06171680d1c,
        _:Nbdfa7d1f8a534f26acfc29b1a7dc40a0,
        _:Nc49046f3865a4775b0c21d5871557070,
        _:Ne71cebaf16914b36997d9105e8f24b8b ;
    mo:track_count 11 ;
    schema:duration "PT38:58"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N00397e70df0744cba42f954fe5aa9867,
        _:N1b9cb39e998e414f9541782a7c918922,
        _:N644f03016e79487295f49473dde89ace,
        _:N7712da08a91742bda7f713192d43f7d0,
        _:N7a92f448460b4cd89d1dd3989bb736c6,
        _:N8397f199ec9b4a4389ae8254e4ea15e8,
        _:N87aef565da7c4adca1020bf2fd39ade1,
        _:Nad89b8628fac443bbbbbf06171680d1c,
        _:Nbdfa7d1f8a534f26acfc29b1a7dc40a0,
        _:Nc49046f3865a4775b0c21d5871557070,
        _:Ne71cebaf16914b36997d9105e8f24b8b .

