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

<album/123946#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Flyable Heart Mayuri-sama no Okotoba"@en,
        "Flyable Heart 茉百合様のお言葉CD"@ja,
        "Flyable Heart Mayuri-sama no Okotoba"@ja-latn ;
    mo:produced_work <album/123946#musicalwork> ;
    schema:name "Flyable Heart Mayuri-sama no Okotoba"@en,
        "Flyable Heart 茉百合様のお言葉CD"@ja,
        "Flyable Heart Mayuri-sama no Okotoba"@ja-latn .

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

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

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

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

<album/123946#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Flyable Heart Mayuri-sama no Okotoba"@en,
        "Flyable Heart 茉百合様のお言葉CD"@ja,
        "Flyable Heart Mayuri-sama no Okotoba"@ja-latn ;
    mo:performance_of <album/123946#musicalwork> ;
    mo:recorded_as <album/123946#musicalexpression> ;
    schema:name "Flyable Heart Mayuri-sama no Okotoba"@en,
        "Flyable Heart 茉百合様のお言葉CD"@ja,
        "Flyable Heart Mayuri-sama no Okotoba"@ja-latn ;
    schema:workPerformed <album/123946#musicalwork> .

<org/1923#subject> schema:name "UNiSONSHIFT:Blossom"@en,
        "ユニゾンシフト：ブロッサム"@ja,
        "UNiSONSHIFT:Blossom"@ja-latn ;
    foaf:name "UNiSONSHIFT:Blossom"@en,
        "ユニゾンシフト：ブロッサム"@ja,
        "UNiSONSHIFT:Blossom"@ja-latn .

<https://media.vgm.io/albums/64/123946/123946-13f58dcead2f.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/123946#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/64/123946/123946-13f58dcead2f.jpg> ;
    foaf:depicts <album/123946#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/64/123946/123946-13f58dcead2f.jpg> .

<https://medium-media.vgm.io/albums/64/123946/123946-13f58dcead2f.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/123946#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-29"^^xsd:date ;
    dcterms:title "Flyable Heart Mayuri-sama no Okotoba"@en,
        "Flyable Heart 茉百合様のお言葉CD"@ja,
        "Flyable Heart Mayuri-sama no Okotoba"@ja-latn ;
    mo:catalogue_number "SPUS-21540" ;
    mo:media_type "CD" ;
    mo:publication_of <album/123946#musicalexpression> ;
    mo:publisher <org/1923#subject> ;
    mo:record_count 0 ;
    mo:release <event/66> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Flyable Heart"@en ;
            foaf:name "Flyable Heart"@en ] ;
    schema:datePublished "2009-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/64/123946/123946-13f58dcead2f.jpg> ;
    schema:name "Flyable Heart Mayuri-sama no Okotoba"@en,
        "Flyable Heart 茉百合様のお言葉CD"@ja,
        "Flyable Heart Mayuri-sama no Okotoba"@ja-latn ;
    schema:publisher <org/1923#subject> ;
    foaf:depiction <https://media.vgm.io/albums/64/123946/123946-13f58dcead2f.jpg> .

