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

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

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

<artist/13459#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "Powerless"@en ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "Powerless"@en .

<artist/2371#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "Yamajet"@en ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "Yamajet"@en .

<artist/246#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "Hiroshi Okubo"@en,
        "大久保博"@ja ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "Hiroshi Okubo"@en,
        "大久保博"@ja .

<artist/36256#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "good-cool"@en ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "good-cool"@en .

<artist/39239#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "Shoichiro Hirata"@en ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "Shoichiro Hirata"@en .

<artist/45209#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "Thinktec"@en ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "Thinktec"@en .

<artist/48900#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "masaki kawasaki"@en ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "masaki kawasaki"@en .

<artist/48928#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "ag"@en ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "ag"@en .

<artist/9227#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "Kenichi Chiba"@en ;
    foaf:made <album/60661#composition>,
        <album/60661#subject> ;
    foaf:name "Kenichi Chiba"@en .

<event/188> a mo:Release ;
    schema:name "Released at Comic Market 90 (Aug 12, 2016 to Aug 14, 2016)" .

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

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

<org/331#subject> schema:name "Diverse System"@en,
        "Diverse System"@ja,
        "Diverse System"@ja-latn ;
    foaf:name "Diverse System"@en,
        "Diverse System"@ja,
        "Diverse System"@ja-latn .

<https://media.vgm.io/albums/16/60661/60661-1601b1d869e1.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/60661#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/16/60661/60661-1601b1d869e1.jpg> ;
    foaf:depicts <album/60661#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/16/60661/60661-1601b1d869e1.jpg> .

<https://medium-media.vgm.io/albums/16/60661/60661-1601b1d869e1.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/60661#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "AD:HOUSE 5"@en,
        "AD:HOUSE 5"@ja,
        "AD:HOUSE 5"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(nanosounds.jp)"@en ;
            foaf:made <album/60661#composition> ;
            foaf:name "(nanosounds.jp)"@en ],
        <artist/13459#subject>,
        <artist/2371#subject>,
        <artist/246#subject>,
        <artist/36256#subject>,
        <artist/39239#subject>,
        <artist/45209#subject>,
        <artist/48900#subject>,
        <artist/48928#subject>,
        <artist/9227#subject> ;
    mo:produced_work <album/60661#musicalwork> ;
    schema:name "AD:HOUSE 5"@en,
        "AD:HOUSE 5"@ja,
        "AD:HOUSE 5"@ja-latn .

<album/60661#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-08-14"^^xsd:date ;
    dcterms:title "AD:HOUSE 5"@en,
        "AD:HOUSE 5"@ja,
        "AD:HOUSE 5"@ja-latn ;
    mo:catalogue_number "DVSP-0156~7" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/60661#musicalexpression> ;
    mo:publisher <org/331#subject> ;
    mo:record _:N650dfaab7436415193a3439370e2709b,
        _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    mo:record_count 2 ;
    mo:release <event/188> ;
    schema:datePublished "2016-08-14"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/16/60661/60661-1601b1d869e1.jpg> ;
    schema:name "AD:HOUSE 5"@en,
        "AD:HOUSE 5"@ja,
        "AD:HOUSE 5"@ja-latn ;
    schema:publisher <org/331#subject> ;
    foaf:depiction <https://media.vgm.io/albums/16/60661/60661-1601b1d869e1.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60661#subject> ;
    schema:name "(nanosounds.jp)"@en ;
    foaf:made <album/60661#subject> ;
    foaf:name "(nanosounds.jp)"@en .

_:N2016d00ee67e4dba946f1d63fd13055e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Precious Dream"@ja,
        "Precious Dream"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT6:16"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "Precious Dream"@ja,
        "Precious Dream"@ja-latn .

_:N2352a3634e0b4f10bf7c789f4f4ae492 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scintillio Stella"@ja,
        "Scintillio Stella"@ja-latn ;
    mo:track_number 12 ;
    schema:duration "PT6:13"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Scintillio Stella"@ja,
        "Scintillio Stella"@ja-latn .

_:N367e8d6cf8774b50a8512b06d46968aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "てぃんさぐぬ花"@ja,
        "Tinsagu nu Hana"@ja-latn ;
    mo:track_number 11 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "てぃんさぐぬ花"@ja,
        "Tinsagu nu Hana"@ja-latn .

_:N3783d5b068b04a438568325fe09f94ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "flying fish"@ja,
        "flying fish"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT5:31"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "flying fish"@ja,
        "flying fish"@ja-latn .

_:N379255a191f34948ab3681294755870a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Airtraveler"@ja,
        "Airtraveler"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Airtraveler"@ja,
        "Airtraveler"@ja-latn .

_:N38799769b4b440f6b5dad893c4b0d7c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BLUE SEAL"@ja,
        "BLUE SEAL"@ja-latn ;
    mo:track_number 11 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "BLUE SEAL"@ja,
        "BLUE SEAL"@ja-latn .

_:N3eb4d39004364fb383d9f32343cfd788 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "INTO THE LIGHT"@ja,
        "INTO THE LIGHT"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT6:33"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "INTO THE LIGHT"@ja,
        "INTO THE LIGHT"@ja-latn .

_:N49494f875db046739d98f4c16603eabb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cabriolet"@ja,
        "Cabriolet"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Cabriolet"@ja,
        "Cabriolet"@ja-latn .

_:N573e58d910e943e4a9615975ecc51416 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goodbye Summernight"@ja,
        "Goodbye Summernight"@ja-latn ;
    mo:track_number 14 ;
    schema:duration "PT5:21"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Goodbye Summernight"@ja,
        "Goodbye Summernight"@ja-latn .

_:N5994af961a65480ca5e0ac565d19e05c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Brand New Day"@ja,
        "Brand New Day"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Brand New Day"@ja,
        "Brand New Day"@ja-latn .

_:N6036b2a7274547c2b94da119fdcb3caf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "コスモナウト"@ja,
        "Cosmonaut"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "コスモナウト"@ja,
        "Cosmonaut"@ja-latn .

_:N7a0fcd89681c46c4845564ff99094633 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Sky"@ja,
        "Blue Sky"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "Blue Sky"@ja,
        "Blue Sky"@ja-latn .

_:N7cab15c6a08145caae6ec2c69c5e9af8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fruits Cake Fly High"@ja,
        "Fruits Cake Fly High"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Fruits Cake Fly High"@ja,
        "Fruits Cake Fly High"@ja-latn .

_:N954d38e9fc4241f0834ba9bba0856061 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Show & Tell"@ja,
        "Show & Tell"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Show & Tell"@ja,
        "Show & Tell"@ja-latn .

_:N97e6bd3ad6bc475da690a4ee812b2255 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Paradiso"@ja,
        "Paradiso"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "Paradiso"@ja,
        "Paradiso"@ja-latn .

_:N9818414ce5b34226a173159d40fb86fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lueur"@ja,
        "Lueur"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "Lueur"@ja,
        "Lueur"@ja-latn .

_:N9b988470f041477cbbe4abf60f8e7e21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Purple Ripple"@ja,
        "Purple Ripple"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "Purple Ripple"@ja,
        "Purple Ripple"@ja-latn .

_:Nb04ad3bc99fe454d992f151e154d9c7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Binary Vibes"@ja,
        "Binary Vibes"@ja-latn ;
    mo:track_number 13 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Binary Vibes"@ja,
        "Binary Vibes"@ja-latn .

_:Nb08c897880ef467784c2bd149a1fcf19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Primavista"@ja,
        "Primavista"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "Primavista"@ja,
        "Primavista"@ja-latn .

_:Nb2226d353c8c46febb0c5077f5346f01 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Poivron"@ja,
        "Poivron"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Poivron"@ja,
        "Poivron"@ja-latn .

_:Nd3ebae9119d24ac1be83d317cd9a0cfa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corallo"@ja,
        "Corallo"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Corallo"@ja,
        "Corallo"@ja-latn .

_:Ndd58f529bbef4cdd8243c00c27993ac4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Footsteps in Summer"@ja,
        "Footsteps in Summer"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "Footsteps in Summer"@ja,
        "Footsteps in Summer"@ja-latn .

_:Nea13401f7cda4faf9c0a1a5ff4057053 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Procyon"@ja,
        "Procyon"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "Procyon"@ja,
        "Procyon"@ja-latn .

_:Nea37bc6bbb0d41d49fdc28d57a12d605 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starlight"@ja,
        "Starlight"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:N650dfaab7436415193a3439370e2709b ;
    schema:name "Starlight"@ja,
        "Starlight"@ja-latn .

_:Nff113e72553640beb01a2e898adb7071 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BANG!"@ja,
        "BANG!"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:Nf2a2325c38b44bd0af5efeadb6785f81 ;
    schema:name "BANG!"@ja,
        "BANG!"@ja-latn .

_:Nf2a2325c38b44bd0af5efeadb6785f81 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N2016d00ee67e4dba946f1d63fd13055e,
        _:N367e8d6cf8774b50a8512b06d46968aa,
        _:N3783d5b068b04a438568325fe09f94ee,
        _:N7a0fcd89681c46c4845564ff99094633,
        _:N97e6bd3ad6bc475da690a4ee812b2255,
        _:N9818414ce5b34226a173159d40fb86fe,
        _:N9b988470f041477cbbe4abf60f8e7e21,
        _:Nb08c897880ef467784c2bd149a1fcf19,
        _:Ndd58f529bbef4cdd8243c00c27993ac4,
        _:Nea13401f7cda4faf9c0a1a5ff4057053,
        _:Nff113e72553640beb01a2e898adb7071 ;
    mo:track_count 11 ;
    schema:duration "PT55:14"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N2016d00ee67e4dba946f1d63fd13055e,
        _:N367e8d6cf8774b50a8512b06d46968aa,
        _:N3783d5b068b04a438568325fe09f94ee,
        _:N7a0fcd89681c46c4845564ff99094633,
        _:N97e6bd3ad6bc475da690a4ee812b2255,
        _:N9818414ce5b34226a173159d40fb86fe,
        _:N9b988470f041477cbbe4abf60f8e7e21,
        _:Nb08c897880ef467784c2bd149a1fcf19,
        _:Ndd58f529bbef4cdd8243c00c27993ac4,
        _:Nea13401f7cda4faf9c0a1a5ff4057053,
        _:Nff113e72553640beb01a2e898adb7071 .

_:N650dfaab7436415193a3439370e2709b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2352a3634e0b4f10bf7c789f4f4ae492,
        _:N379255a191f34948ab3681294755870a,
        _:N38799769b4b440f6b5dad893c4b0d7c3,
        _:N3eb4d39004364fb383d9f32343cfd788,
        _:N49494f875db046739d98f4c16603eabb,
        _:N573e58d910e943e4a9615975ecc51416,
        _:N5994af961a65480ca5e0ac565d19e05c,
        _:N6036b2a7274547c2b94da119fdcb3caf,
        _:N7cab15c6a08145caae6ec2c69c5e9af8,
        _:N954d38e9fc4241f0834ba9bba0856061,
        _:Nb04ad3bc99fe454d992f151e154d9c7e,
        _:Nb2226d353c8c46febb0c5077f5346f01,
        _:Nd3ebae9119d24ac1be83d317cd9a0cfa,
        _:Nea37bc6bbb0d41d49fdc28d57a12d605 ;
    mo:track_count 14 ;
    schema:duration "PT66:23"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N2352a3634e0b4f10bf7c789f4f4ae492,
        _:N379255a191f34948ab3681294755870a,
        _:N38799769b4b440f6b5dad893c4b0d7c3,
        _:N3eb4d39004364fb383d9f32343cfd788,
        _:N49494f875db046739d98f4c16603eabb,
        _:N573e58d910e943e4a9615975ecc51416,
        _:N5994af961a65480ca5e0ac565d19e05c,
        _:N6036b2a7274547c2b94da119fdcb3caf,
        _:N7cab15c6a08145caae6ec2c69c5e9af8,
        _:N954d38e9fc4241f0834ba9bba0856061,
        _:Nb04ad3bc99fe454d992f151e154d9c7e,
        _:Nb2226d353c8c46febb0c5077f5346f01,
        _:Nd3ebae9119d24ac1be83d317cd9a0cfa,
        _:Nea37bc6bbb0d41d49fdc28d57a12d605 .

