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

<artist/14434#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mizuyosi"@en,
        "みずよし"@ja ;
    foaf:made <album/98387#lyrics>,
        <album/98387#subject> ;
    foaf:name "Mizuyosi"@en,
        "みずよし"@ja .

<artist/9223#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kaito"@en,
        "海兎"@ja ;
    foaf:made <album/98387#lyrics>,
        <album/98387#subject> ;
    foaf:name "Kaito"@en,
        "海兎"@ja .

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98387#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/98387#composition>,
        <album/98387#subject> ;
    foaf:name "ZUN"@en .

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<album/98387#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Omoikaze"@en,
        "想風-オモイカゼ-"@ja,
        "Omoikaze"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/98387#musicalwork> ;
    schema:name "Omoikaze"@en,
        "想風-オモイカゼ-"@ja,
        "Omoikaze"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/78/98387/98387-1588212102.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/98387#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Omoikaze"@en,
        "想風-オモイカゼ-"@ja,
        "Omoikaze"@ja-latn ;
    mo:performance_of <album/98387#musicalwork> ;
    mo:performer _:N06e0e1a9176a4b819f90317c6217b8e4,
        _:N15effa4e54b0458cb8278657d3586b17,
        _:Nc765676800a74f509318eda3c974f609 ;
    mo:recorded_as <album/98387#musicalexpression> ;
    schema:byArtist _:N06e0e1a9176a4b819f90317c6217b8e4,
        _:N15effa4e54b0458cb8278657d3586b17,
        _:Nc765676800a74f509318eda3c974f609 ;
    schema:name "Omoikaze"@en,
        "想風-オモイカゼ-"@ja,
        "Omoikaze"@ja-latn ;
    schema:workPerformed <album/98387#musicalwork> .

<album/98387#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-04-06"^^xsd:date ;
    dcterms:title "Omoikaze"@en,
        "想風-オモイカゼ-"@ja,
        "Omoikaze"@ja-latn ;
    mo:catalogue_number "CLM-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/98387#musicalexpression> ;
    mo:publisher <org/1502#subject> ;
    mo:record _:N8b76cbf85f694f4fa235e6c28bbf034c ;
    mo:record_count 1 ;
    schema:about <product/33#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "リプトン"@en ;
            foaf:name "リプトン"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "なつこ"@en ;
            foaf:name "なつこ"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "しょこらんたん"@en ;
            foaf:name "しょこらんたん"@en ] ;
    schema:datePublished "2013-04-06"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/78/98387/98387-1588212102.jpg> ;
    schema:name "Omoikaze"@en,
        "想風-オモイカゼ-"@ja,
        "Omoikaze"@ja-latn ;
    schema:publisher <org/1502#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/98387/98387-1588212102.jpg> .

_:N06e0e1a9176a4b819f90317c6217b8e4 a schema:Person,
        foaf:Person ;
    mo:performed <album/98387#performance> ;
    schema:name "しょこらんたん"@en ;
    foaf:name "しょこらんたん"@en .

_:N15effa4e54b0458cb8278657d3586b17 a schema:Person,
        foaf:Person ;
    mo:performed <album/98387#performance> ;
    schema:name "なつこ"@en ;
    foaf:name "なつこ"@en .

_:N21f34666c5c440e990578ce215d92877 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "記憶旋律～Memory Melody～ instrumental"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N8b76cbf85f694f4fa235e6c28bbf034c ;
    schema:name "記憶旋律～Memory Melody～ instrumental"@ja .

_:N2f1d4aa5f3c640478b9561f84b36081d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Break it! instrumental"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N8b76cbf85f694f4fa235e6c28bbf034c ;
    schema:name "Break it! instrumental"@ja .

_:N6018fd0eab1846009a357ca326f50c5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "記憶旋律～Memory Melody～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N8b76cbf85f694f4fa235e6c28bbf034c ;
    schema:name "記憶旋律～Memory Melody～"@ja .

_:N863acc1976df4ab7baaffbe3a3b5baf3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "祇風-KAMIKAZE-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N8b76cbf85f694f4fa235e6c28bbf034c ;
    schema:name "祇風-KAMIKAZE-"@ja .

_:Nbf2baacd4b5143db83e1a1a1b8d9b295 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Break it!"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N8b76cbf85f694f4fa235e6c28bbf034c ;
    schema:name "Break it!"@ja .

_:Nc765676800a74f509318eda3c974f609 a schema:Person,
        foaf:Person ;
    mo:performed <album/98387#performance> ;
    schema:name "リプトン"@en ;
    foaf:name "リプトン"@en .

_:Nff2d9b860b0b433a9a908a45e8209ca0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "祇風-KAMIKAZE- instrumental"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N8b76cbf85f694f4fa235e6c28bbf034c ;
    schema:name "祇風-KAMIKAZE- instrumental"@ja .

_:N8b76cbf85f694f4fa235e6c28bbf034c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N21f34666c5c440e990578ce215d92877,
        _:N2f1d4aa5f3c640478b9561f84b36081d,
        _:N6018fd0eab1846009a357ca326f50c5f,
        _:N863acc1976df4ab7baaffbe3a3b5baf3,
        _:Nbf2baacd4b5143db83e1a1a1b8d9b295,
        _:Nff2d9b860b0b433a9a908a45e8209ca0 ;
    mo:track_count 6 ;
    schema:duration "PT27:34"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N21f34666c5c440e990578ce215d92877,
        _:N2f1d4aa5f3c640478b9561f84b36081d,
        _:N6018fd0eab1846009a357ca326f50c5f,
        _:N863acc1976df4ab7baaffbe3a3b5baf3,
        _:Nbf2baacd4b5143db83e1a1a1b8d9b295,
        _:Nff2d9b860b0b433a9a908a45e8209ca0 .

