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

<artist/291#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rita"@en ;
    foaf:made <album/10217#subject>,
        <album/10217#vocals> ;
    foaf:name "Rita"@en .

<artist/4276#subject> a schema:Person,
        foaf:Person ;
    schema:name "yuiko"@en ;
    foaf:made <album/10217#subject>,
        <album/10217#vocals> ;
    foaf:name "yuiko"@en .

<artist/1835#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10217#subject> ;
    schema:name "Kensei"@en,
        "けんせい"@ja ;
    foaf:made <album/10217#composition>,
        <album/10217#lyrics>,
        <album/10217#subject> ;
    foaf:name "Kensei"@en,
        "けんせい"@ja .

<event/29> a mo:Release ;
    schema:name "Released at Comic Market 74 (Aug 15, 2008 to Aug 17, 2008)" .

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

<album/10217#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sweets Assortment ~S+S! Special Remix CD~"@en,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja-latn ;
    mo:performance_of <album/10217#musicalwork> ;
    mo:recorded_as <album/10217#musicalexpression> ;
    schema:name "Sweets Assortment ~S+S! Special Remix CD~"@en,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja-latn ;
    schema:workPerformed <album/10217#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/71/10217/10217-1219548161.jpg> a schema:ImageObject,
        foaf:Image .

<album/10217#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sweets Assortment ~S+S! Special Remix CD~"@en,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Silver seats stadio"@en ;
            foaf:made <album/10217#composition> ;
            foaf:name "(Silver seats stadio"@en ],
        <artist/1835#subject> ;
    mo:produced_work <album/10217#musicalwork> ;
    schema:name "Sweets Assortment ~S+S! Special Remix CD~"@en,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja-latn .

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

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

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

<album/10217#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-08-15"^^xsd:date ;
    dcterms:title "Sweets Assortment ~S+S! Special Remix CD~"@en,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja-latn ;
    mo:catalogue_number "JS803D" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10217#musicalexpression> ;
    mo:publisher <org/3898#subject> ;
    mo:record _:Na58aa34d280a4dd1a091d7a5e75701d8 ;
    mo:record_count 1 ;
    mo:release <event/29> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Sugar+Spice!"@en ;
            foaf:name "Sugar+Spice!"@en ] ;
    schema:datePublished "2008-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/71/10217/10217-1219548161.jpg> ;
    schema:name "Sweets Assortment ~S+S! Special Remix CD~"@en,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja,
        "Sweets Assortment ~S+S! Special Remix CD~"@ja-latn ;
    schema:publisher <org/3898#subject> ;
    foaf:depiction <https://media.vgm.io/albums/71/10217/10217-1219548161.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "(Silver seats stadio"@en ;
    foaf:made <album/10217#subject> ;
    foaf:name "(Silver seats stadio"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "(Silver seats stadio"@en ;
    foaf:made <album/10217#lyrics> ;
    foaf:name "(Silver seats stadio"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10217#subject> ;
    schema:name "(Silver seats stadio"@en ;
    foaf:made <album/10217#subject> ;
    foaf:name "(Silver seats stadio"@en .

_:N6b77befe59e04c37804bba2b01e4876e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Start from... Slow breakbeats acostic Remix"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:Na58aa34d280a4dd1a091d7a5e75701d8 ;
    schema:name "Start from... Slow breakbeats acostic Remix"@en .

_:N89c807bc458d468e9cf99073ca229ff8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sugar+Spice! DokiDoki Core Remix"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:Na58aa34d280a4dd1a091d7a5e75701d8 ;
    schema:name "Sugar+Spice! DokiDoki Core Remix"@en .

_:N8b7ddf1e17094eae9e7225edc63a1b5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Party★Party Time! year★1993-2008 Dance Floor Remix"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:Na58aa34d280a4dd1a091d7a5e75701d8 ;
    schema:name "Party★Party Time! year★1993-2008 Dance Floor Remix"@en .

_:N8d108b674ce746e5a25b058c57b5cdef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chance to xxx EuroBeat Remix"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:Na58aa34d280a4dd1a091d7a5e75701d8 ;
    schema:name "Chance to xxx EuroBeat Remix"@en .

_:Nbb9d632cc6e848f4b6892bd72b96bff0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pastel Drops SwingHouse Remix"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Na58aa34d280a4dd1a091d7a5e75701d8 ;
    schema:name "Pastel Drops SwingHouse Remix"@en .

_:Na58aa34d280a4dd1a091d7a5e75701d8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6b77befe59e04c37804bba2b01e4876e,
        _:N89c807bc458d468e9cf99073ca229ff8,
        _:N8b7ddf1e17094eae9e7225edc63a1b5a,
        _:N8d108b674ce746e5a25b058c57b5cdef,
        _:Nbb9d632cc6e848f4b6892bd72b96bff0 ;
    mo:track_count 5 ;
    schema:duration "PT23:00"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N6b77befe59e04c37804bba2b01e4876e,
        _:N89c807bc458d468e9cf99073ca229ff8,
        _:N8b7ddf1e17094eae9e7225edc63a1b5a,
        _:N8d108b674ce746e5a25b058c57b5cdef,
        _:Nbb9d632cc6e848f4b6892bd72b96bff0 .

