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

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

<artist/12593#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80420#subject> ;
    schema:name "Takao Nagatani"@en,
        "永谷喬夫"@ja ;
    foaf:made <album/80420#composition>,
        <album/80420#subject> ;
    foaf:name "Takao Nagatani"@en,
        "永谷喬夫"@ja .

<artist/13089#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80420#subject> ;
    schema:name "Yoshiharu Shiina"@en,
        "椎名慶治"@ja ;
    foaf:made <album/80420#composition>,
        <album/80420#lyrics>,
        <album/80420#subject> ;
    foaf:name "Yoshiharu Shiina"@en,
        "椎名慶治"@ja .

<product/6669#subject> a schema:CreativeWork ;
    schema:name "Cluster Edge"@en,
        "クラスターエッジ"@ja,
        "Cluster Edge"@ja-latn ;
    foaf:name "Cluster Edge"@en,
        "クラスターエッジ"@ja,
        "Cluster Edge"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/02/80420/80420-1536066100.jpg> a schema:ImageObject,
        foaf:Image .

<album/80420#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "FLY HIGH / surface"@en,
        "FLY HIGH / surface"@ja,
        "FLY HIGH / surface"@ja-latn ;
    mo:composer <artist/12593#subject>,
        <artist/13089#subject> ;
    mo:produced_work <album/80420#musicalwork> ;
    schema:name "FLY HIGH / surface"@en,
        "FLY HIGH / surface"@ja,
        "FLY HIGH / surface"@ja-latn .

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

<album/80420#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "FLY HIGH / surface"@en,
        "FLY HIGH / surface"@ja,
        "FLY HIGH / surface"@ja-latn ;
    mo:performance_of <album/80420#musicalwork> ;
    mo:performer <artist/22039#subject> ;
    mo:recorded_as <album/80420#musicalexpression> ;
    schema:byArtist <artist/22039#subject> ;
    schema:name "FLY HIGH / surface"@en,
        "FLY HIGH / surface"@ja,
        "FLY HIGH / surface"@ja-latn ;
    schema:workPerformed <album/80420#musicalwork> .

<artist/22039#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80420#performance> ;
    schema:name "surface"@en ;
    foaf:name "surface"@en .

<album/80420#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-11-23"^^xsd:date ;
    dcterms:title "FLY HIGH / surface"@en,
        "FLY HIGH / surface"@ja,
        "FLY HIGH / surface"@ja-latn ;
    mo:catalogue_number "SRCL-6072" ;
    mo:media_type "CD" ;
    mo:publication_of <album/80420#musicalexpression> ;
    mo:publisher <org/90#subject> ;
    mo:record _:N4ded524aff804f278166fe9eae0029ce ;
    mo:record_count 1 ;
    schema:about <product/6669#subject> ;
    schema:byArtist <artist/22039#subject> ;
    schema:datePublished "2005-11-23"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/02/80420/80420-1536066100.jpg> ;
    schema:name "FLY HIGH / surface"@en,
        "FLY HIGH / surface"@ja,
        "FLY HIGH / surface"@ja-latn ;
    schema:publisher <org/90#subject> ;
    foaf:depiction <https://media.vgm.io/albums/02/80420/80420-1536066100.jpg> .

_:N774a92a05b06463eb01a37921db0418d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FLY HIGH -TV Edit-"@en,
        "FLY HIGH -TV Edit-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:N4ded524aff804f278166fe9eae0029ce ;
    schema:name "FLY HIGH -TV Edit-"@en,
        "FLY HIGH -TV Edit-"@ja .

_:N97b70ee905754246a06836ca4f50bf40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FLY HIGH"@en,
        "FLY HIGH"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:N4ded524aff804f278166fe9eae0029ce ;
    schema:name "FLY HIGH"@en,
        "FLY HIGH"@ja .

_:Nd292e0c6a6224dd3b7f5d2d35f2f243d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "◐ -Monochro Capsule-"@en,
        "◐ -モノクロカプセル-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N4ded524aff804f278166fe9eae0029ce ;
    schema:name "◐ -Monochro Capsule-"@en,
        "◐ -モノクロカプセル-"@ja .

_:Ne2c56cbf7ae64619b57e9aba86ccb075 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Simple Simbol"@en,
        "シンプルシンボル"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N4ded524aff804f278166fe9eae0029ce ;
    schema:name "Simple Simbol"@en,
        "シンプルシンボル"@ja .

_:N4ded524aff804f278166fe9eae0029ce a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N774a92a05b06463eb01a37921db0418d,
        _:N97b70ee905754246a06836ca4f50bf40,
        _:Nd292e0c6a6224dd3b7f5d2d35f2f243d,
        _:Ne2c56cbf7ae64619b57e9aba86ccb075 ;
    mo:track_count 4 ;
    schema:duration "PT14:17"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N774a92a05b06463eb01a37921db0418d,
        _:N97b70ee905754246a06836ca4f50bf40,
        _:Nd292e0c6a6224dd3b7f5d2d35f2f243d,
        _:Ne2c56cbf7ae64619b57e9aba86ccb075 .

