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

<artist/3968#subject> a schema:Person,
        foaf:Person ;
    schema:name "interface"@en ;
    foaf:made <album/25959#lyrics>,
        <album/25959#subject> ;
    foaf:name "interface"@en .

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

<artist/2#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25959#subject> ;
    schema:name "Shinji Orito"@en,
        "折戸伸治"@ja ;
    foaf:made <album/25959#composition>,
        <album/25959#subject> ;
    foaf:name "Shinji Orito"@en,
        "折戸伸治"@ja .

<artist/3#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25959#subject> ;
    schema:name "Magome Togoshi"@en,
        "戸越まごめ"@ja ;
    foaf:made <album/25959#composition>,
        <album/25959#subject> ;
    foaf:name "Magome Togoshi"@en,
        "戸越まごめ"@ja .

<artist/36201#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25959#subject> ;
    schema:name "Key"@en ;
    foaf:made <album/25959#composition>,
        <album/25959#lyrics>,
        <album/25959#subject> ;
    foaf:name "Key"@en .

<artist/46746#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25959#subject> ;
    schema:name "bermei"@en,
        "べるめい"@ja ;
    foaf:made <album/25959#composition>,
        <album/25959#subject> ;
    foaf:name "bermei"@en,
        "べるめい"@ja .

<event/22> a mo:Release ;
    schema:name "Released at Comic Market 60 (Aug 10, 2001 to Aug 12, 2001)" .

<product/1011#subject> a schema:CreativeWork ;
    schema:name "Kanon (Game)"@en,
        "Kanon (Game)"@ja,
        "Kanon (Game)"@ja-latn ;
    foaf:name "Kanon (Game)"@en,
        "Kanon (Game)"@ja,
        "Kanon (Game)"@ja-latn .

<product/1015#subject> a schema:CreativeWork ;
    schema:name "AIR (Game)"@en,
        "AIR (Game)"@ja,
        "AIR (Game)"@ja-latn ;
    foaf:name "AIR (Game)"@en,
        "AIR (Game)"@ja,
        "AIR (Game)"@ja-latn .

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

<org/1321#subject> schema:name "Campanella"@en,
        "Campanella"@ja,
        "Campanella"@ja-latn ;
    foaf:name "Campanella"@en,
        "Campanella"@ja,
        "Campanella"@ja-latn .

<https://media.vgm.io/albums/95/25959/25959-6b36c3ed0ee5.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/25959#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/95/25959/25959-6b36c3ed0ee5.jpg> ;
    foaf:depicts <album/25959#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/95/25959/25959-6b36c3ed0ee5.jpg> .

<https://medium-media.vgm.io/albums/95/25959/25959-6b36c3ed0ee5.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/4308#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/25959#performance> ;
    schema:name "Itona Shiki"@en,
        "紫季伊冬那"@ja ;
    foaf:name "Itona Shiki"@en,
        "紫季伊冬那"@ja .

<artist/7472#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/25959#performance> ;
    schema:name "Tohko Morinaga"@en,
        "森永桐子"@ja ;
    foaf:name "Tohko Morinaga"@en,
        "森永桐子"@ja .

<album/25959#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Brightness Falls From The Air"@en,
        "かがやくもの天より堕ち"@ja,
        "Kagayaku Mono Ten yori Ochi"@ja-latn ;
    mo:performance_of <album/25959#musicalwork> ;
    mo:performer <artist/4308#subject>,
        <artist/7472#subject> ;
    mo:recorded_as <album/25959#musicalexpression> ;
    schema:byArtist <artist/4308#subject>,
        <artist/7472#subject> ;
    schema:name "Brightness Falls From The Air"@en,
        "かがやくもの天より堕ち"@ja,
        "Kagayaku Mono Ten yori Ochi"@ja-latn ;
    schema:workPerformed <album/25959#musicalwork> .

<album/25959#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Brightness Falls From The Air"@en,
        "かがやくもの天より堕ち"@ja,
        "Kagayaku Mono Ten yori Ochi"@ja-latn ;
    mo:composer <artist/2#subject>,
        <artist/3#subject>,
        <artist/36201#subject>,
        <artist/46746#subject> ;
    mo:produced_work <album/25959#musicalwork> ;
    schema:name "Brightness Falls From The Air"@en,
        "かがやくもの天より堕ち"@ja,
        "Kagayaku Mono Ten yori Ochi"@ja-latn .

<album/25959#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-08-10"^^xsd:date ;
    dcterms:title "Brightness Falls From The Air"@en,
        "かがやくもの天より堕ち"@ja,
        "Kagayaku Mono Ten yori Ochi"@ja-latn ;
    mo:catalogue_number "CPNL-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/25959#musicalexpression> ;
    mo:publisher <org/1321#subject> ;
    mo:record _:N264fd1f2a15b45539bb367642dcc58ed ;
    mo:record_count 1 ;
    mo:release <event/22> ;
    schema:about <product/1011#subject>,
        <product/1015#subject> ;
    schema:byArtist <artist/4308#subject>,
        <artist/7472#subject> ;
    schema:datePublished "2001-08-10"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/95/25959/25959-6b36c3ed0ee5.jpg> ;
    schema:name "Brightness Falls From The Air"@en,
        "かがやくもの天より堕ち"@ja,
        "Kagayaku Mono Ten yori Ochi"@ja-latn ;
    schema:publisher <org/1321#subject> ;
    foaf:depiction <https://media.vgm.io/albums/95/25959/25959-6b36c3ed0ee5.jpg> .

_:N1d1fd17a066c4d27bccf65af8f538657 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鳥の唄 (no vocal)"@ja ;
    mo:track_number 11 ;
    schema:duration "PT6:20"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "鳥の唄 (no vocal)"@ja .

_:N548562dfcce045e39e683ddba27f402c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鳥の唄"@ja ;
    mo:track_number 8 ;
    schema:duration "PT6:15"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "鳥の唄"@ja .

_:N55300591ba4f4fe1a820a71c91574745 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "woods say words on merry days"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "woods say words on merry days"@ja .

_:N6b1930e842c244e48a4d524f02a0f28e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "saga for two"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "saga for two"@ja .

_:N79d19fd3cd524869b9d3b485d67e6671 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "mid night summer magic"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "mid night summer magic"@ja .

_:N83a28af074e44c648bc47fbcd0363785 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "snowflowers in August"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:15"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "snowflowers in August"@ja .

_:N9cbd743e54664011b580aa6e387556c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "falling"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "falling"@ja .

_:Nad3947d576a2426abad120558f1264dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "soapbubbles and firecrackers"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "soapbubbles and firecrackers"@ja .

_:Nb1bdb33ea10844aa8daa9a0e8377328b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "interlude"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:21"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "interlude"@ja .

_:Nb2626a9885604792a111f500f3471ada a mo:Track,
        schema:MusicRecording ;
    dcterms:title "かがやくもの天より堕ち"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:21"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "かがやくもの天より堕ち"@ja .

_:Ne7268005c61545b69698d86369c24f52 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "かがやくもの天より堕ち (no vocal no sax)"@ja ;
    mo:track_number 12 ;
    schema:duration "PT5:10"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "かがやくもの天より堕ち (no vocal no sax)"@ja .

_:Nef6e7b058edb469c869d4c82315350f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "brightness falls from the air"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N264fd1f2a15b45539bb367642dcc58ed ;
    schema:name "brightness falls from the air"@ja .

_:N264fd1f2a15b45539bb367642dcc58ed a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1d1fd17a066c4d27bccf65af8f538657,
        _:N548562dfcce045e39e683ddba27f402c,
        _:N55300591ba4f4fe1a820a71c91574745,
        _:N6b1930e842c244e48a4d524f02a0f28e,
        _:N79d19fd3cd524869b9d3b485d67e6671,
        _:N83a28af074e44c648bc47fbcd0363785,
        _:N9cbd743e54664011b580aa6e387556c3,
        _:Nad3947d576a2426abad120558f1264dd,
        _:Nb1bdb33ea10844aa8daa9a0e8377328b,
        _:Nb2626a9885604792a111f500f3471ada,
        _:Ne7268005c61545b69698d86369c24f52,
        _:Nef6e7b058edb469c869d4c82315350f3 ;
    mo:track_count 12 ;
    schema:duration "PT53:07"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N1d1fd17a066c4d27bccf65af8f538657,
        _:N548562dfcce045e39e683ddba27f402c,
        _:N55300591ba4f4fe1a820a71c91574745,
        _:N6b1930e842c244e48a4d524f02a0f28e,
        _:N79d19fd3cd524869b9d3b485d67e6671,
        _:N83a28af074e44c648bc47fbcd0363785,
        _:N9cbd743e54664011b580aa6e387556c3,
        _:Nad3947d576a2426abad120558f1264dd,
        _:Nb1bdb33ea10844aa8daa9a0e8377328b,
        _:Nb2626a9885604792a111f500f3471ada,
        _:Ne7268005c61545b69698d86369c24f52,
        _:Nef6e7b058edb469c869d4c82315350f3 .

