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

<artist/17947#subject> a schema:Person,
        foaf:Person ;
    schema:name "ZONE"@en ;
    foaf:made <album/8787#subject>,
        <album/8787#vocals> ;
    foaf:name "ZONE"@en .

<artist/8529#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8787#subject> ;
    schema:name "Norihiko Machida"@en,
        "町田紀彦"@ja ;
    foaf:made <album/8787#composition>,
        <album/8787#lyrics>,
        <album/8787#subject> ;
    foaf:name "Norihiko Machida"@en,
        "町田紀彦"@ja .

<artist/8675#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8787#subject> ;
    schema:name "Miki Watanabe"@en,
        "渡辺未来"@ja ;
    foaf:made <album/8787#composition>,
        <album/8787#subject> ;
    foaf:name "Miki Watanabe"@en,
        "渡辺未来"@ja .

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

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

<album/8787#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "White Flower / ZONE"@en,
        "白い花 / ZONE"@ja,
        "White Flower / ZONE"@ja-latn ;
    mo:performance_of <album/8787#musicalwork> ;
    mo:recorded_as <album/8787#musicalexpression> ;
    schema:name "White Flower / ZONE"@en,
        "白い花 / ZONE"@ja,
        "White Flower / ZONE"@ja-latn ;
    schema:workPerformed <album/8787#musicalwork> .

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

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

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

<https://medium-media.vgm.io/albums/78/8787/8787-1234892354.jpg> a schema:ImageObject,
        foaf:Image .

<album/8787#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "White Flower / ZONE"@en,
        "白い花 / ZONE"@ja,
        "White Flower / ZONE"@ja-latn ;
    mo:composer <artist/8529#subject>,
        <artist/8675#subject> ;
    mo:produced_work <album/8787#musicalwork> ;
    schema:name "White Flower / ZONE"@en,
        "白い花 / ZONE"@ja,
        "White Flower / ZONE"@ja-latn .

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

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

<album/8787#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-11-27"^^xsd:date ;
    dcterms:title "White Flower / ZONE"@en,
        "白い花 / ZONE"@ja,
        "White Flower / ZONE"@ja-latn ;
    mo:catalogue_number "SRCL-5513" ;
    mo:media_type "CD" ;
    mo:publication_of <album/8787#musicalexpression> ;
    mo:publisher <org/90#subject> ;
    mo:record _:N00858a051e1a4544b44c958b1ee34710 ;
    mo:record_count 1 ;
    schema:about <product/341#subject> ;
    schema:datePublished "2002-11-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/78/8787/8787-1234892354.jpg> ;
    schema:name "White Flower / ZONE"@en,
        "白い花 / ZONE"@ja,
        "White Flower / ZONE"@ja-latn ;
    schema:publisher <org/90#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/8787/8787-1234892354.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "千空"@en ;
    foaf:made <album/8787#lyrics> ;
    foaf:name "千空"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "千空"@en ;
    foaf:made <album/8787#subject> ;
    foaf:name "千空"@en .

_:N3b23a4736ba34127a3b84c65209e7d36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "White Flower"@en,
        "白い花"@ja,
        "Shiroi Hana"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N00858a051e1a4544b44c958b1ee34710 ;
    schema:name "White Flower"@en,
        "白い花"@ja,
        "Shiroi Hana"@ja-latn .

_:N63507c6e8c5045379efa027d60fcec52 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dawn of Fantasy and Reality (backing track)"@en,
        "空想と現実の夜明け(バッキング トラック)"@ja,
        "Kuusou to Genjitsu no Yoake (backing track)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N00858a051e1a4544b44c958b1ee34710 ;
    schema:name "Dawn of Fantasy and Reality (backing track)"@en,
        "空想と現実の夜明け(バッキング トラック)"@ja,
        "Kuusou to Genjitsu no Yoake (backing track)"@ja-latn .

_:N789514db600a4d5094c404ab8a613712 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dawn of Fantasy and Reality"@en,
        "空想と現実の夜明け"@ja,
        "Kuusou to Genjitsu no Yoake"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N00858a051e1a4544b44c958b1ee34710 ;
    schema:name "Dawn of Fantasy and Reality"@en,
        "空想と現実の夜明け"@ja,
        "Kuusou to Genjitsu no Yoake"@ja-latn .

_:Ne7afdc0d49e04e229110320b1597e891 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "White Flower (backing track)"@en,
        "白い花(バッキング トラック)"@ja,
        "Shiroi Hana (backing track)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N00858a051e1a4544b44c958b1ee34710 ;
    schema:name "White Flower (backing track)"@en,
        "白い花(バッキング トラック)"@ja,
        "Shiroi Hana (backing track)"@ja-latn .

_:N00858a051e1a4544b44c958b1ee34710 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3b23a4736ba34127a3b84c65209e7d36,
        _:N63507c6e8c5045379efa027d60fcec52,
        _:N789514db600a4d5094c404ab8a613712,
        _:Ne7afdc0d49e04e229110320b1597e891 ;
    mo:track_count 4 ;
    schema:duration "PT16:24"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N3b23a4736ba34127a3b84c65209e7d36,
        _:N63507c6e8c5045379efa027d60fcec52,
        _:N789514db600a4d5094c404ab8a613712,
        _:Ne7afdc0d49e04e229110320b1597e891 .

