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

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

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

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

<event/91> a mo:Release ;
    schema:name "Released at Comic Market 78 (Aug 13, 2010 to Aug 15, 2010)" .

<product/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

<product/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn .

<product/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn .

<product/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

<album/20449#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Over The Rainbow"@en,
        "Over The Rainbow"@ja,
        "Over The Rainbow"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/20449#musicalwork> ;
    schema:name "Over The Rainbow"@en,
        "Over The Rainbow"@ja,
        "Over The Rainbow"@ja-latn .

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

<org/201#subject> schema:name "CROW'SCLAW"@en,
        "CROW'SCLAW"@ja,
        "CROW'SCLAW"@ja-latn ;
    foaf:name "CROW'SCLAW"@en,
        "CROW'SCLAW"@ja,
        "CROW'SCLAW"@ja-latn .

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

<https://medium-media.vgm.io/albums/94/20449/20449-1280554275.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/20449#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Over The Rainbow"@en,
        "Over The Rainbow"@ja,
        "Over The Rainbow"@ja-latn ;
    mo:performance_of <album/20449#musicalwork> ;
    mo:performer <artist/488#subject> ;
    mo:recorded_as <album/20449#musicalexpression> ;
    schema:byArtist <artist/488#subject> ;
    schema:name "Over The Rainbow"@en,
        "Over The Rainbow"@ja,
        "Over The Rainbow"@ja-latn ;
    schema:workPerformed <album/20449#musicalwork> .

<artist/488#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/20449#performance> ;
    schema:name "Taka"@en,
        "鷹"@ja ;
    foaf:name "Taka"@en,
        "鷹"@ja .

<album/20449#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "Over The Rainbow"@en,
        "Over The Rainbow"@ja,
        "Over The Rainbow"@ja-latn ;
    mo:catalogue_number "PAEG-0013" ;
    mo:media_type "CD" ;
    mo:publication_of <album/20449#musicalexpression> ;
    mo:publisher <org/201#subject> ;
    mo:record _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/20#subject>,
        <product/27#subject>,
        <product/31#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:byArtist <artist/488#subject> ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/94/20449/20449-1280554275.jpg> ;
    schema:name "Over The Rainbow"@en,
        "Over The Rainbow"@ja,
        "Over The Rainbow"@ja-latn ;
    schema:publisher <org/201#subject> ;
    foaf:depiction <https://media.vgm.io/albums/94/20449/20449-1280554275.jpg> .

_:N086263ccce574d8490c95b5db10c27af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Remote"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Last Remote"@en .

_:N1da4c7a0ca17466a8e28e5034fe117e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Locked Girl"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Locked Girl"@en .

_:N26807463ecd64f9fb4fbe196eccd1eb4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "An Old Alien"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "An Old Alien"@en .

_:N2e35b21b8e3c4c7db3a97803c5f7db64 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shoot Me, Take You"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Shoot Me, Take You"@en .

_:N3fb2775fedb94e8eb556e15979985c55 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Holy Butterfly"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Holy Butterfly"@en .

_:N4dbe549c5a6b420eb9edfac5174cc2fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fire Of Collapse"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Fire Of Collapse"@en .

_:N4ec8c032678f4aea959b11c304151531 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dream"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Dream"@en .

_:N598cf88a19ed46a69d7dee167ac0bbf5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wish Upon A Star"@en ;
    mo:track_number 11 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Wish Upon A Star"@en .

_:N9e898b161d0c44d5ac39b39c977100ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Over The Lake, Over The Rainbow"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Over The Lake, Over The Rainbow"@en .

_:Na95826160f464b609c5a243055cc5aa0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Two Of Fairies"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Two Of Fairies"@en .

_:Nad46283e538e4cccadfd4ead74f591b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gliding With Feather"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:Nb036a8a36c0c4efebe672fae74b4e14c ;
    schema:name "Gliding With Feather"@en .

_:Nb036a8a36c0c4efebe672fae74b4e14c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N086263ccce574d8490c95b5db10c27af,
        _:N1da4c7a0ca17466a8e28e5034fe117e6,
        _:N26807463ecd64f9fb4fbe196eccd1eb4,
        _:N2e35b21b8e3c4c7db3a97803c5f7db64,
        _:N3fb2775fedb94e8eb556e15979985c55,
        _:N4dbe549c5a6b420eb9edfac5174cc2fd,
        _:N4ec8c032678f4aea959b11c304151531,
        _:N598cf88a19ed46a69d7dee167ac0bbf5,
        _:N9e898b161d0c44d5ac39b39c977100ed,
        _:Na95826160f464b609c5a243055cc5aa0,
        _:Nad46283e538e4cccadfd4ead74f591b6 ;
    mo:track_count 11 ;
    schema:duration "PT46:57"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N086263ccce574d8490c95b5db10c27af,
        _:N1da4c7a0ca17466a8e28e5034fe117e6,
        _:N26807463ecd64f9fb4fbe196eccd1eb4,
        _:N2e35b21b8e3c4c7db3a97803c5f7db64,
        _:N3fb2775fedb94e8eb556e15979985c55,
        _:N4dbe549c5a6b420eb9edfac5174cc2fd,
        _:N4ec8c032678f4aea959b11c304151531,
        _:N598cf88a19ed46a69d7dee167ac0bbf5,
        _:N9e898b161d0c44d5ac39b39c977100ed,
        _:Na95826160f464b609c5a243055cc5aa0,
        _:Nad46283e538e4cccadfd4ead74f591b6 .

