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

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

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

<event/42> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 6 (Mar 08, 2009)" .

<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 .

<album/12196#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SUPER NOVA GiRL"@en,
        "SUPER NOVA GiRL"@ja,
        "SUPER NOVA GiRL"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/12196#musicalwork> ;
    schema:name "SUPER NOVA GiRL"@en,
        "SUPER NOVA GiRL"@ja,
        "SUPER NOVA GiRL"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/69/12196/12196-1235144567.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/12196#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SUPER NOVA GiRL"@en,
        "SUPER NOVA GiRL"@ja,
        "SUPER NOVA GiRL"@ja-latn ;
    mo:performance_of <album/12196#musicalwork> ;
    mo:performer _:N9484fe59e642434a9c973c0f4298a319 ;
    mo:recorded_as <album/12196#musicalexpression> ;
    schema:byArtist _:N9484fe59e642434a9c973c0f4298a319 ;
    schema:name "SUPER NOVA GiRL"@en,
        "SUPER NOVA GiRL"@ja,
        "SUPER NOVA GiRL"@ja-latn ;
    schema:workPerformed <album/12196#musicalwork> .

<album/12196#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-03-08"^^xsd:date ;
    dcterms:title "SUPER NOVA GiRL"@en,
        "SUPER NOVA GiRL"@ja,
        "SUPER NOVA GiRL"@ja-latn ;
    mo:catalogue_number "CP0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12196#musicalexpression> ;
    mo:publisher <org/441#subject> ;
    mo:record _:N8d6294eb38a64af98238b00b9d872174 ;
    mo:record_count 1 ;
    mo:release <event/42> ;
    schema:about <product/20#subject>,
        <product/27#subject>,
        <product/31#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "michun"@en ;
            foaf:name "michun"@en ] ;
    schema:datePublished "2009-03-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/69/12196/12196-1235144567.jpg> ;
    schema:name "SUPER NOVA GiRL"@en,
        "SUPER NOVA GiRL"@ja,
        "SUPER NOVA GiRL"@ja-latn ;
    schema:publisher <org/441#subject> ;
    foaf:depiction <https://media.vgm.io/albums/69/12196/12196-1235144567.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "riyo"@en ;
    foaf:made <album/12196#lyrics> ;
    foaf:name "riyo"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "riyo"@en ;
    foaf:made <album/12196#subject> ;
    foaf:name "riyo"@en .

_:N08eb5d37d25044aebcb99344e7f80a45 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HKNY"@en,
        "HKNY"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N8d6294eb38a64af98238b00b9d872174 ;
    schema:name "HKNY"@en,
        "HKNY"@ja .

_:N3beb3f2b359f43eca23f9bedd5c05ac0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "u.n.k.n.o.w.n - on vocal"@en,
        "u.n.k.n.o.w.n - on vocal"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N8d6294eb38a64af98238b00b9d872174 ;
    schema:name "u.n.k.n.o.w.n - on vocal"@en,
        "u.n.k.n.o.w.n - on vocal"@ja .

_:N81d163e66d5c43ca9fd6a0c1993d944c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Immortality GiRL"@en,
        "Immortality GiRL"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N8d6294eb38a64af98238b00b9d872174 ;
    schema:name "Immortality GiRL"@en,
        "Immortality GiRL"@ja .

_:N9484fe59e642434a9c973c0f4298a319 a schema:Person,
        foaf:Person ;
    mo:performed <album/12196#performance> ;
    schema:name "michun"@en ;
    foaf:name "michun"@en .

_:Na257a9c123ff4a03b7970d8eb0fcfcc5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Newspaper Girl"@en,
        "ニュースペーパー・ガール"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N8d6294eb38a64af98238b00b9d872174 ;
    schema:name "Newspaper Girl"@en,
        "ニュースペーパー・ガール"@ja .

_:Nd7e08f3155d1481ca0e6d35889bb8335 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Scarlet moonlight"@en,
        "In the Scarlet moonlight"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N8d6294eb38a64af98238b00b9d872174 ;
    schema:name "In the Scarlet moonlight"@en,
        "In the Scarlet moonlight"@ja .

_:Nf60516929ac74a42ba58eb74ee0142b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shanghai Night Fever"@en,
        "上海・ナイト・フィーバー"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N8d6294eb38a64af98238b00b9d872174 ;
    schema:name "Shanghai Night Fever"@en,
        "上海・ナイト・フィーバー"@ja .

_:Nfb380011803246cb8cab855493cd1bad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beloved Denpa Girl"@en,
        "お電波恋娘"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N8d6294eb38a64af98238b00b9d872174 ;
    schema:name "Beloved Denpa Girl"@en,
        "お電波恋娘"@ja .

_:Nfc595c8965bc429a9a17421cc8ca1fb4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LoVE the magic"@en,
        "LoVE the magic"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:06"^^xsd:interval ;
    schema:inPlaylist _:N8d6294eb38a64af98238b00b9d872174 ;
    schema:name "LoVE the magic"@en,
        "LoVE the magic"@ja .

_:N8d6294eb38a64af98238b00b9d872174 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N08eb5d37d25044aebcb99344e7f80a45,
        _:N3beb3f2b359f43eca23f9bedd5c05ac0,
        _:N81d163e66d5c43ca9fd6a0c1993d944c,
        _:Na257a9c123ff4a03b7970d8eb0fcfcc5,
        _:Nd7e08f3155d1481ca0e6d35889bb8335,
        _:Nf60516929ac74a42ba58eb74ee0142b3,
        _:Nfb380011803246cb8cab855493cd1bad,
        _:Nfc595c8965bc429a9a17421cc8ca1fb4 ;
    mo:track_count 8 ;
    schema:duration "PT31:38"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N08eb5d37d25044aebcb99344e7f80a45,
        _:N3beb3f2b359f43eca23f9bedd5c05ac0,
        _:N81d163e66d5c43ca9fd6a0c1993d944c,
        _:Na257a9c123ff4a03b7970d8eb0fcfcc5,
        _:Nd7e08f3155d1481ca0e6d35889bb8335,
        _:Nf60516929ac74a42ba58eb74ee0142b3,
        _:Nfb380011803246cb8cab855493cd1bad,
        _:Nfc595c8965bc429a9a17421cc8ca1fb4 .

