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

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

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

<artist/2076#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10295#subject> ;
    schema:name "Ryo Kyona"@en,
        "響那良"@ja ;
    foaf:made <album/10295#composition>,
        <album/10295#subject> ;
    foaf:name "Ryo Kyona"@en,
        "響那良"@ja .

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

<product/22673#subject> a schema:CreativeWork ;
    schema:name "sakura sakura"@en,
        "さくらさくら"@ja,
        "sakura sakura"@ja-latn ;
    foaf:name "sakura sakura"@en,
        "さくらさくら"@ja,
        "sakura sakura"@ja-latn .

<album/10295#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@en,
        "よつのは×さくらさくら 「恋のハイビスカス」"@ja,
        "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@ja-latn ;
    mo:composer <artist/2076#subject> ;
    mo:produced_work <album/10295#musicalwork> ;
    schema:name "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@en,
        "よつのは×さくらさくら 「恋のハイビスカス」"@ja,
        "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@ja-latn .

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

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

<artist/4056#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10295#performance> ;
    schema:name "Idumi Maki"@en,
        "まきいづみ"@ja ;
    foaf:name "Idumi Maki"@en,
        "まきいづみ"@ja .

<artist/79#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10295#performance> ;
    schema:name "Yui Sakakibara"@en,
        "榊原ゆい"@ja ;
    foaf:name "Yui Sakakibara"@en,
        "榊原ゆい"@ja .

<artist/986#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10295#performance> ;
    schema:name "Yukari Aoyama"@en,
        "青山ゆかり"@ja ;
    foaf:name "Yukari Aoyama"@en,
        "青山ゆかり"@ja .

<https://vgmdb.net/db/img/album-nsfw-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/10295#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    foaf:depicts <album/10295#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

<album/10295#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@en,
        "よつのは×さくらさくら 「恋のハイビスカス」"@ja,
        "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@ja-latn ;
    mo:performance_of <album/10295#musicalwork> ;
    mo:performer <artist/4056#subject>,
        <artist/79#subject>,
        <artist/986#subject> ;
    mo:recorded_as <album/10295#musicalexpression> ;
    schema:byArtist <artist/4056#subject>,
        <artist/79#subject>,
        <artist/986#subject> ;
    schema:name "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@en,
        "よつのは×さくらさくら 「恋のハイビスカス」"@ja,
        "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@ja-latn ;
    schema:workPerformed <album/10295#musicalwork> .

<album/10295#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-08-15"^^xsd:date ;
    dcterms:title "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@en,
        "よつのは×さくらさくら 「恋のハイビスカス」"@ja,
        "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@ja-latn ;
    mo:catalogue_number "JS805K" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10295#musicalexpression> ;
    mo:publisher _:Nb44863820a504689891322906f10f718 ;
    mo:record _:N9c56d206540849b8be49078d735e16a3 ;
    mo:record_count 1 ;
    mo:release <event/29> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Yotsunoha"@en ;
            foaf:name "Yotsunoha"@en ],
        <product/22673#subject> ;
    schema:byArtist <artist/4056#subject>,
        <artist/79#subject>,
        <artist/986#subject> ;
    schema:datePublished "2008-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    schema:name "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@en,
        "よつのは×さくらさくら 「恋のハイビスカス」"@ja,
        "Yotsunoha × Sakura Sakura \"Hibiscus of Love\""@ja-latn ;
    schema:publisher _:Nb44863820a504689891322906f10f718 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

_:N171a9ad0d1f44b979e20f5b2250aab00 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goodbye, Seaside House"@en,
        "さよなら、海の家"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "Goodbye, Seaside House"@en,
        "さよなら、海の家"@ja .

_:N646a3cd8a3ce45bdbc52963cadca7659 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Two Sakuras, To the Sea"@en,
        "2人のさくら、海へ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "The Two Sakuras, To the Sea"@en,
        "2人のさくら、海へ"@ja .

_:N8ce21a83d7074fbcbb6f96b32ee8b7c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Same Person? Different Person?"@en,
        "同じ人？ 違う人？"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "Same Person? Different Person?"@en,
        "同じ人？ 違う人？"@ja .

_:Nae1a175b6da443439a254b357b2c1f93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mismatched Love Stories"@en,
        "チグハグ恋バナ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "Mismatched Love Stories"@en,
        "チグハグ恋バナ"@ja .

_:Nb44863820a504689891322906f10f718 schema:name "hiqo-soft"@en ;
    foaf:name "hiqo-soft"@en .

_:Nc09c078386b34eb0926013740a851541 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cuckoo"@en,
        "閑古鳥"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "Cuckoo"@en,
        "閑古鳥"@ja .

_:Nc6003f78833f4ce0bfcbdbc8ccf28756 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Good Omen"@en,
        "ヨイ前兆"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "A Good Omen"@en,
        "ヨイ前兆"@ja .

_:Ncc1d326860a2425dba9cbae2e4477d8e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Spot of Interest"@en,
        "気になるあそこ"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "A Spot of Interest"@en,
        "気になるあそこ"@ja .

_:Ncf7c652bc1fe439da9f95236563867ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hibiscus?"@en,
        "ハイビスカス？"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "Hibiscus?"@en,
        "ハイビスカス？"@ja .

_:Ne14b4babf00f4760ae7372d3b5040642 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Welcome, to the Seaside House"@en,
        "ようこそ、海の家へ"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N9c56d206540849b8be49078d735e16a3 ;
    schema:name "Welcome, to the Seaside House"@en,
        "ようこそ、海の家へ"@ja .

_:N9c56d206540849b8be49078d735e16a3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N171a9ad0d1f44b979e20f5b2250aab00,
        _:N646a3cd8a3ce45bdbc52963cadca7659,
        _:N8ce21a83d7074fbcbb6f96b32ee8b7c3,
        _:Nae1a175b6da443439a254b357b2c1f93,
        _:Nc09c078386b34eb0926013740a851541,
        _:Nc6003f78833f4ce0bfcbdbc8ccf28756,
        _:Ncc1d326860a2425dba9cbae2e4477d8e,
        _:Ncf7c652bc1fe439da9f95236563867ce,
        _:Ne14b4babf00f4760ae7372d3b5040642 ;
    mo:track_count 9 ;
    schema:duration "PT27:03"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N171a9ad0d1f44b979e20f5b2250aab00,
        _:N646a3cd8a3ce45bdbc52963cadca7659,
        _:N8ce21a83d7074fbcbb6f96b32ee8b7c3,
        _:Nae1a175b6da443439a254b357b2c1f93,
        _:Nc09c078386b34eb0926013740a851541,
        _:Nc6003f78833f4ce0bfcbdbc8ccf28756,
        _:Ncc1d326860a2425dba9cbae2e4477d8e,
        _:Ncf7c652bc1fe439da9f95236563867ce,
        _:Ne14b4babf00f4760ae7372d3b5040642 .

