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

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

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

<artist/140#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja ;
    foaf:made <album/25195#composition>,
        <album/25195#subject> ;
    foaf:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja .

<artist/2336#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "Yu Shimoda"@en,
        "下田祐"@ja ;
    foaf:made <album/25195#composition>,
        <album/25195#subject> ;
    foaf:name "Yu Shimoda"@en,
        "下田祐"@ja .

<artist/29504#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "Yasutaka Nakamura"@en,
        "中村康隆"@ja ;
    foaf:made <album/25195#composition>,
        <album/25195#subject> ;
    foaf:name "Yasutaka Nakamura"@en,
        "中村康隆"@ja .

<artist/314#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "Shoichiro Sakamoto"@en,
        "坂本昌一郎"@ja ;
    foaf:made <album/25195#composition>,
        <album/25195#subject> ;
    foaf:name "Shoichiro Sakamoto"@en,
        "坂本昌一郎"@ja .

<artist/5045#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "Masuhiro Goto"@en,
        "後藤マスヒロ"@ja ;
    foaf:made <album/25195#composition>,
        <album/25195#subject> ;
    foaf:name "Masuhiro Goto"@en,
        "後藤マスヒロ"@ja .

<event/98> a mo:Release ;
    schema:name "Released at Comic Market 79 (Dec 29, 2010 to Dec 31, 2010)" .

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

<album/25195#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ProgressiveAndroid"@en,
        "ProgressiveAndroid"@ja,
        "ProgressiveAndroid"@ja-latn ;
    mo:performance_of <album/25195#musicalwork> ;
    mo:recorded_as <album/25195#musicalexpression> ;
    schema:name "ProgressiveAndroid"@en,
        "ProgressiveAndroid"@ja,
        "ProgressiveAndroid"@ja-latn ;
    schema:workPerformed <album/25195#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/59/25195/25195-1302088105.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/25195#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ProgressiveAndroid"@en,
        "ProgressiveAndroid"@ja,
        "ProgressiveAndroid"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Huge"@en ;
            foaf:made <album/25195#composition> ;
            foaf:name "Huge"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "揚げ物P @ TinySymphony"@en ;
            foaf:made <album/25195#composition> ;
            foaf:name "揚げ物P @ TinySymphony"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "(a.k.a. Naka-G)"@en ;
            foaf:made <album/25195#composition> ;
            foaf:name "(a.k.a. Naka-G)"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "いーえるP @ TinySymphony"@en ;
            foaf:made <album/25195#composition> ;
            foaf:name "いーえるP @ TinySymphony"@en ],
        <artist/140#subject>,
        <artist/2336#subject>,
        <artist/29504#subject>,
        <artist/314#subject>,
        <artist/5045#subject> ;
    mo:produced_work <album/25195#musicalwork> ;
    schema:name "ProgressiveAndroid"@en,
        "ProgressiveAndroid"@ja,
        "ProgressiveAndroid"@ja-latn .

<album/25195#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-12-31"^^xsd:date ;
    dcterms:title "ProgressiveAndroid"@en,
        "ProgressiveAndroid"@ja,
        "ProgressiveAndroid"@ja-latn ;
    mo:catalogue_number "FOCD-0030" ;
    mo:media_type "CD" ;
    mo:publication_of <album/25195#musicalexpression> ;
    mo:publisher <org/213#subject> ;
    mo:record _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    mo:record_count 1 ;
    mo:release <event/98> ;
    schema:datePublished "2010-12-31"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/59/25195/25195-1302088105.jpg> ;
    schema:name "ProgressiveAndroid"@en,
        "ProgressiveAndroid"@ja,
        "ProgressiveAndroid"@ja-latn ;
    schema:publisher <org/213#subject> ;
    foaf:depiction <https://media.vgm.io/albums/59/25195/25195-1302088105.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "Huge"@en ;
    foaf:made <album/25195#subject> ;
    foaf:name "Huge"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "いーえるP @ TinySymphony"@en ;
    foaf:made <album/25195#subject> ;
    foaf:name "いーえるP @ TinySymphony"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "揚げ物P @ TinySymphony"@en ;
    foaf:made <album/25195#subject> ;
    foaf:name "揚げ物P @ TinySymphony"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25195#subject> ;
    schema:name "(a.k.a. Naka-G)"@en ;
    foaf:made <album/25195#subject> ;
    foaf:name "(a.k.a. Naka-G)"@en .

_:N0cd5a201e942437a948bdaf772b14af9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "十月吐息"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "十月吐息"@ja .

_:N1ef4358cbc974693a93410fd82d677fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Milestone"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "Milestone"@ja .

_:N21105707f14b4391a2d768b0c3395b0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drummer Blues"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "Drummer Blues"@ja .

_:N24d261596756465dba906b4d5f0b7e81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "香港少女"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "香港少女"@ja .

_:N55f6f56fd506425e87fa69a7bcd869ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "永劫少女ウロボロス"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "永劫少女ウロボロス"@ja .

_:N7a7dbd9a4c954841b51ae286fa1de37f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dimension Jump"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "Dimension Jump"@ja .

_:N917528a228ca4277907330f929ed12c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "7つの海"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "7つの海"@ja .

_:Nb60e0bbac9e24f30ac102a0e0dbd9a43 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silver Lining　99/10"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "Silver Lining　99/10"@ja .

_:Nc59c860b51274d1981a90b9467d8dd25 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hysteric Glamour"@ja ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "Hysteric Glamour"@ja .

_:Ne7c7ae8b2eea4c148335116d0f8fdf3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "川上さんの30歳を祝う歌"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "川上さんの30歳を祝う歌"@ja .

_:Nefb973563c07494196e8f7b157904651 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Downfall"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N266cbe857ebe4ab8a13c648fa55824b6 ;
    schema:name "Downfall"@ja .

_:N266cbe857ebe4ab8a13c648fa55824b6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0cd5a201e942437a948bdaf772b14af9,
        _:N1ef4358cbc974693a93410fd82d677fc,
        _:N21105707f14b4391a2d768b0c3395b0e,
        _:N24d261596756465dba906b4d5f0b7e81,
        _:N55f6f56fd506425e87fa69a7bcd869ba,
        _:N7a7dbd9a4c954841b51ae286fa1de37f,
        _:N917528a228ca4277907330f929ed12c9,
        _:Nb60e0bbac9e24f30ac102a0e0dbd9a43,
        _:Nc59c860b51274d1981a90b9467d8dd25,
        _:Ne7c7ae8b2eea4c148335116d0f8fdf3e,
        _:Nefb973563c07494196e8f7b157904651 ;
    mo:track_count 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N0cd5a201e942437a948bdaf772b14af9,
        _:N1ef4358cbc974693a93410fd82d677fc,
        _:N21105707f14b4391a2d768b0c3395b0e,
        _:N24d261596756465dba906b4d5f0b7e81,
        _:N55f6f56fd506425e87fa69a7bcd869ba,
        _:N7a7dbd9a4c954841b51ae286fa1de37f,
        _:N917528a228ca4277907330f929ed12c9,
        _:Nb60e0bbac9e24f30ac102a0e0dbd9a43,
        _:Nc59c860b51274d1981a90b9467d8dd25,
        _:Ne7c7ae8b2eea4c148335116d0f8fdf3e,
        _:Nefb973563c07494196e8f7b157904651 .

