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

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

<artist/5278#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuki Morikawa"@en,
        "森川由綺"@ja ;
    foaf:made <album/84278#lyrics>,
        <album/84278#subject> ;
    foaf:name "Yuki Morikawa"@en,
        "森川由綺"@ja .

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

<artist/27#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84278#subject> ;
    schema:name "Shinya Ishikawa"@en,
        "石川真也"@ja ;
    foaf:made <album/84278#composition>,
        <album/84278#subject> ;
    foaf:name "Shinya Ishikawa"@en,
        "石川真也"@ja .

<event/21> a mo:Release ;
    schema:name "Released at Comic Market 61 (Dec 29, 2001 to Dec 30, 2001)" .

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

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

<https://medium-media.vgm.io/albums/87/84278/84278-1549793036.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/96#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/84278#performance> ;
    schema:name "Chata"@en,
        "茶太"@ja ;
    foaf:name "Chata"@en,
        "茶太"@ja .

<artist/97#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/84278#performance> ;
    schema:name "Rekka Katakiri"@en,
        "片霧烈火"@ja ;
    foaf:name "Rekka Katakiri"@en,
        "片霧烈火"@ja .

<album/84278#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Songs For Detourer"@en,
        "Songs For Detourer"@ja,
        "Songs For Detourer"@ja-latn ;
    mo:composer <artist/27#subject>,
        <artist/38599#subject>,
        <artist/8054#subject> ;
    mo:produced_work <album/84278#musicalwork> ;
    schema:name "Songs For Detourer"@en,
        "Songs For Detourer"@ja,
        "Songs For Detourer"@ja-latn .

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

<artist/38599#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84278#subject> ;
    mo:performed <album/84278#performance> ;
    schema:name "bermei"@en ;
    foaf:made <album/84278#composition>,
        <album/84278#subject> ;
    foaf:name "bermei"@en .

<artist/8054#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84278#subject> ;
    mo:performed <album/84278#performance> ;
    schema:name "Tamaishin"@en,
        "タマイ神"@ja ;
    foaf:made <album/84278#composition>,
        <album/84278#lyrics>,
        <album/84278#subject> ;
    foaf:name "Tamaishin"@en,
        "タマイ神"@ja .

<album/84278#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Songs For Detourer"@en,
        "Songs For Detourer"@ja,
        "Songs For Detourer"@ja-latn ;
    mo:performance_of <album/84278#musicalwork> ;
    mo:performer _:N359f3a904227484a99579ff18cad6add,
        <artist/38599#subject>,
        <artist/4308#subject>,
        <artist/8054#subject>,
        <artist/96#subject>,
        <artist/97#subject> ;
    mo:recorded_as <album/84278#musicalexpression> ;
    schema:byArtist _:N359f3a904227484a99579ff18cad6add,
        <artist/38599#subject>,
        <artist/4308#subject>,
        <artist/8054#subject>,
        <artist/96#subject>,
        <artist/97#subject> ;
    schema:name "Songs For Detourer"@en,
        "Songs For Detourer"@ja,
        "Songs For Detourer"@ja-latn ;
    schema:workPerformed <album/84278#musicalwork> .

<album/84278#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-12-30"^^xsd:date ;
    dcterms:title "Songs For Detourer"@en,
        "Songs For Detourer"@ja,
        "Songs For Detourer"@ja-latn ;
    mo:catalogue_number "brtm-01CD" ;
    mo:media_type "CD" ;
    mo:publication_of <album/84278#musicalexpression> ;
    mo:publisher _:N957f42ed5f5b455e9392396fb0af72db ;
    mo:record _:N463985e7af9b47b68245e41a01580f9f ;
    mo:record_count 1 ;
    mo:release <event/21> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "WHITE ALBUM"@en ;
            foaf:name "WHITE ALBUM"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Mira-pong-girlz"@en ;
            foaf:name "Mira-pong-girlz"@en ],
        <artist/38599#subject>,
        <artist/4308#subject>,
        <artist/8054#subject>,
        <artist/96#subject>,
        <artist/97#subject> ;
    schema:datePublished "2001-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/87/84278/84278-1549793036.jpg> ;
    schema:name "Songs For Detourer"@en,
        "Songs For Detourer"@ja,
        "Songs For Detourer"@ja-latn ;
    schema:publisher _:N957f42ed5f5b455e9392396fb0af72db ;
    foaf:depiction <https://media.vgm.io/albums/87/84278/84278-1549793036.jpg> .

_:N00066729122e485887cba3d5a04c59f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"chronicle\" / opening theme of \"Resonance\""@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:14"^^xsd:interval ;
    schema:inPlaylist _:N463985e7af9b47b68245e41a01580f9f ;
    schema:name "\"chronicle\" / opening theme of \"Resonance\""@ja .

_:N19b33f83708d4658a1dae73b56795fd4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "white album"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N463985e7af9b47b68245e41a01580f9f ;
    schema:name "white album"@ja .

_:N359f3a904227484a99579ff18cad6add a schema:Person,
        foaf:Person ;
    mo:performed <album/84278#performance> ;
    schema:name "Mira-pong-girlz"@en ;
    foaf:name "Mira-pong-girlz"@en .

_:N957f42ed5f5b455e9392396fb0af72db schema:name "bertama"@en,
        "bertama"@ja,
        "bertama"@ja-latn ;
    foaf:name "bertama"@en,
        "bertama"@ja,
        "bertama"@ja-latn .

_:Ncece2ba6f8c94d8e88a21f0b924cf025 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "afternoon tea"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N463985e7af9b47b68245e41a01580f9f ;
    schema:name "afternoon tea"@ja .

_:Nd1d1ad58906e47a38a9ef4f0fb12da39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "昔愛した女"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N463985e7af9b47b68245e41a01580f9f ;
    schema:name "昔愛した女"@ja .

_:Ne88a84841b9f43688a50cd55019f64fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lady Indigo"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:25"^^xsd:interval ;
    schema:inPlaylist _:N463985e7af9b47b68245e41a01580f9f ;
    schema:name "Lady Indigo"@ja .

_:N463985e7af9b47b68245e41a01580f9f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00066729122e485887cba3d5a04c59f3,
        _:N19b33f83708d4658a1dae73b56795fd4,
        _:Ncece2ba6f8c94d8e88a21f0b924cf025,
        _:Nd1d1ad58906e47a38a9ef4f0fb12da39,
        _:Ne88a84841b9f43688a50cd55019f64fc ;
    mo:track_count 5 ;
    schema:duration "PT24:10"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N00066729122e485887cba3d5a04c59f3,
        _:N19b33f83708d4658a1dae73b56795fd4,
        _:Ncece2ba6f8c94d8e88a21f0b924cf025,
        _:Nd1d1ad58906e47a38a9ef4f0fb12da39,
        _:Ne88a84841b9f43688a50cd55019f64fc .

