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

<artist/76#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4100#subject> ;
    schema:name "Soshi Hosoi"@en,
        "細井聡司"@ja ;
    foaf:made <album/4100#composition>,
        <album/4100#subject> ;
    foaf:name "Soshi Hosoi"@en,
        "細井聡司"@ja .

<artist/78#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4100#subject> ;
    schema:name "Suzuka Nakahara"@en,
        "中原涼"@ja ;
    foaf:made <album/4100#composition>,
        <album/4100#lyrics>,
        <album/4100#subject>,
        <album/4100#vocals> ;
    foaf:name "Suzuka Nakahara"@en,
        "中原涼"@ja .

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

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

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

<album/4100#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@en,
        "ALLOW TIME TO BREW -『ロンド・リーフレット』アレンジミニアルバム-"@ja,
        "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@ja-latn ;
    mo:performance_of <album/4100#musicalwork> ;
    mo:recorded_as <album/4100#musicalexpression> ;
    schema:name "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@en,
        "ALLOW TIME TO BREW -『ロンド・リーフレット』アレンジミニアルバム-"@ja,
        "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@ja-latn ;
    schema:workPerformed <album/4100#musicalwork> .

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

<org/480#subject> schema:name "lw Records"@en,
        "lw Records"@ja,
        "lw Records"@ja-latn ;
    foaf:name "lw Records"@en,
        "lw Records"@ja,
        "lw Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/00/4100/4100-1167678432.jpg> a schema:ImageObject,
        foaf:Image .

<album/4100#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@en,
        "ALLOW TIME TO BREW -『ロンド・リーフレット』アレンジミニアルバム-"@ja,
        "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@ja-latn ;
    mo:composer <artist/76#subject>,
        <artist/78#subject> ;
    mo:produced_work <album/4100#musicalwork> ;
    schema:name "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@en,
        "ALLOW TIME TO BREW -『ロンド・リーフレット』アレンジミニアルバム-"@ja,
        "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@ja-latn .

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

<album/4100#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-12-29"^^xsd:date ;
    dcterms:title "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@en,
        "ALLOW TIME TO BREW -『ロンド・リーフレット』アレンジミニアルバム-"@ja,
        "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@ja-latn ;
    mo:catalogue_number "LWEX-044" ;
    mo:media_type "CD" ;
    mo:publication_of <album/4100#musicalexpression> ;
    mo:publisher <org/480#subject> ;
    mo:record _:N704210afdeb942c2861741ad2e4ded95 ;
    mo:record_count 1 ;
    mo:release <event/3> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Rondo Leaflet"@en ;
            foaf:name "Rondo Leaflet"@en ] ;
    schema:datePublished "2006-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/00/4100/4100-1167678432.jpg> ;
    schema:name "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@en,
        "ALLOW TIME TO BREW -『ロンド・リーフレット』アレンジミニアルバム-"@ja,
        "Rondo Leaflet arrange minialbum \"Allow time to Brew\""@ja-latn ;
    schema:publisher <org/480#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/4100/4100-1167678432.jpg> .

_:N030c6382780e44e8b707fbf8f64884eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Roll up Morning ~Rody's theme~ (Spice Mix)"@en,
        "Roll up Morning ～Rody's theme～ (Spice Mix)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N704210afdeb942c2861741ad2e4ded95 ;
    schema:name "Roll up Morning ~Rody's theme~ (Spice Mix)"@en,
        "Roll up Morning ～Rody's theme～ (Spice Mix)"@ja .

_:N605ed434b39d471f93a5dfc79c94ab58 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mint & Chocolate ~Nina's theme~ (Spice Mix)"@en,
        "Mint ＆ Chocolate ～Nina's theme～ (Spice Mix)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N704210afdeb942c2861741ad2e4ded95 ;
    schema:name "Mint & Chocolate ~Nina's theme~ (Spice Mix)"@en,
        "Mint ＆ Chocolate ～Nina's theme～ (Spice Mix)"@ja .

_:Nbc9a9698901a44bd9893027fbdcae8d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scent of Baked Scone ~Collet's theme~ (Spice Mix)"@en,
        "Scent of Baked Scone ～Collet's theme～ (Spice Mix)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N704210afdeb942c2861741ad2e4ded95 ;
    schema:name "Scent of Baked Scone ~Collet's theme~ (Spice Mix)"@en,
        "Scent of Baked Scone ～Collet's theme～ (Spice Mix)"@ja .

_:Nc8978d4342c04383838ff513823190d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "no rain, no rainbow (Arrange Version)"@en,
        "no rain, no rainbow (Arrange Version)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:N704210afdeb942c2861741ad2e4ded95 ;
    schema:name "no rain, no rainbow (Arrange Version)"@en,
        "no rain, no rainbow (Arrange Version)"@ja .

_:Nca9e565b9cb143efbb0ab36fe35957d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "no rain, no rainbow (Short Version)"@en,
        "no rain, no rainbow (Short Version)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:N704210afdeb942c2861741ad2e4ded95 ;
    schema:name "no rain, no rainbow (Short Version)"@en,
        "no rain, no rainbow (Short Version)"@ja .

_:Nda29f8fed5634b2191a521b5afa5ab96 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sweet Cambric Tea ~Lita's theme~ (Spice Mix)"@en,
        "Sweet Cambric Tea ～Lita's theme～ (Spice Mix)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N704210afdeb942c2861741ad2e4ded95 ;
    schema:name "Sweet Cambric Tea ~Lita's theme~ (Spice Mix)"@en,
        "Sweet Cambric Tea ～Lita's theme～ (Spice Mix)"@ja .

_:Nfc9442280c844b4496c1658e03cb81d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kaleidoscope (Short Version)"@en,
        "カレイドスコープ (Short Version)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N704210afdeb942c2861741ad2e4ded95 ;
    schema:name "Kaleidoscope (Short Version)"@en,
        "カレイドスコープ (Short Version)"@ja .

_:N704210afdeb942c2861741ad2e4ded95 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N030c6382780e44e8b707fbf8f64884eb,
        _:N605ed434b39d471f93a5dfc79c94ab58,
        _:Nbc9a9698901a44bd9893027fbdcae8d2,
        _:Nc8978d4342c04383838ff513823190d5,
        _:Nca9e565b9cb143efbb0ab36fe35957d9,
        _:Nda29f8fed5634b2191a521b5afa5ab96,
        _:Nfc9442280c844b4496c1658e03cb81d2 ;
    mo:track_count 7 ;
    schema:duration "PT26:02"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N030c6382780e44e8b707fbf8f64884eb,
        _:N605ed434b39d471f93a5dfc79c94ab58,
        _:Nbc9a9698901a44bd9893027fbdcae8d2,
        _:Nc8978d4342c04383838ff513823190d5,
        _:Nca9e565b9cb143efbb0ab36fe35957d9,
        _:Nda29f8fed5634b2191a521b5afa5ab96,
        _:Nfc9442280c844b4496c1658e03cb81d2 .

