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

<artist/11238#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kyasu Morizuki"@en,
        "森月キャス"@ja ;
    foaf:made <album/19638#lyrics>,
        <album/19638#subject> ;
    foaf:name "Kyasu Morizuki"@en,
        "森月キャス"@ja .

<artist/6351#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kanako Kondou"@en,
        "近藤佳奈子"@ja ;
    foaf:made <album/19638#lyrics>,
        <album/19638#subject>,
        <album/19638#vocals> ;
    foaf:name "Kanako Kondou"@en,
        "近藤佳奈子"@ja .

<artist/9911#subject> a schema:Person,
        foaf:Person ;
    schema:name "Misaki Fuji"@en,
        "藤みさき"@ja ;
    foaf:made <album/19638#lyrics>,
        <album/19638#subject> ;
    foaf:name "Misaki Fuji"@en,
        "藤みさき"@ja .

<artist/14882#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19638#subject> ;
    schema:name "maya"@en ;
    foaf:made <album/19638#composition>,
        <album/19638#subject> ;
    foaf:name "maya"@en .

<artist/1566#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19638#subject> ;
    schema:name "Daisuke Ishiwatari"@en,
        "石渡太輔"@ja ;
    foaf:made <album/19638#composition>,
        <album/19638#subject> ;
    foaf:name "Daisuke Ishiwatari"@en,
        "石渡太輔"@ja .

<artist/35876#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19638#subject> ;
    schema:name "Katsumi Tomono"@en,
        "とものかつみ"@ja ;
    foaf:made <album/19638#composition>,
        <album/19638#subject> ;
    foaf:name "Katsumi Tomono"@en,
        "とものかつみ"@ja .

<artist/8750#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19638#subject> ;
    schema:name "Kazuto Baba"@en,
        "馬場一人"@ja ;
    foaf:made <album/19638#composition>,
        <album/19638#subject> ;
    foaf:name "Kazuto Baba"@en,
        "馬場一人"@ja .

<product/869#subject> a schema:CreativeWork ;
    schema:name "BlazBlue: Continuum Shift"@en,
        "ブレイブルー コンティニュアムシフト"@ja,
        "BlazBlue: Continuum Shift"@ja-latn ;
    foaf:name "BlazBlue: Continuum Shift"@en,
        "ブレイブルー コンティニュアムシフト"@ja,
        "BlazBlue: Continuum Shift"@ja-latn .

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

<album/19638#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Pandora / Kanako Kondou"@en,
        "Pandora / 近藤佳奈子"@ja,
        "Pandora / Kanako Kondou"@ja-latn ;
    mo:performance_of <album/19638#musicalwork> ;
    mo:recorded_as <album/19638#musicalexpression> ;
    schema:name "Pandora / Kanako Kondou"@en,
        "Pandora / 近藤佳奈子"@ja,
        "Pandora / Kanako Kondou"@ja-latn ;
    schema:workPerformed <album/19638#musicalwork> .

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

<org/1171#subject> schema:name "WAVE MASTER HAPPIES"@en,
        "WAVE MASTER HAPPIES"@ja,
        "WAVE MASTER HAPPIES"@ja-latn ;
    foaf:name "WAVE MASTER HAPPIES"@en,
        "WAVE MASTER HAPPIES"@ja,
        "WAVE MASTER HAPPIES"@ja-latn .

<https://media.vgm.io/albums/83/19638/19638-9b5c23fa5e9a.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/19638#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/83/19638/19638-9b5c23fa5e9a.png> ;
    foaf:depicts <album/19638#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/83/19638/19638-9b5c23fa5e9a.png> .

<https://medium-media.vgm.io/albums/83/19638/19638-9b5c23fa5e9a.png> a schema:ImageObject,
        foaf:Image .

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

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

<album/19638#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pandora / Kanako Kondou"@en,
        "Pandora / 近藤佳奈子"@ja,
        "Pandora / Kanako Kondou"@ja-latn ;
    mo:composer <artist/14882#subject>,
        <artist/1566#subject>,
        <artist/35876#subject>,
        <artist/8750#subject> ;
    mo:produced_work <album/19638#musicalwork> ;
    schema:name "Pandora / Kanako Kondou"@en,
        "Pandora / 近藤佳奈子"@ja,
        "Pandora / Kanako Kondou"@ja-latn .

<album/19638#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-07-01"^^xsd:date ;
    dcterms:title "Pandora / Kanako Kondou"@en,
        "Pandora / 近藤佳奈子"@ja,
        "Pandora / Kanako Kondou"@ja-latn ;
    mo:catalogue_number "GNCA-7154" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19638#musicalexpression> ;
    mo:publisher <org/1171#subject> ;
    mo:record _:N9b391e0a60fc400ca11552c7518c67a8 ;
    mo:record_count 1 ;
    schema:about <product/869#subject> ;
    schema:datePublished "2010-07-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/83/19638/19638-9b5c23fa5e9a.png> ;
    schema:name "Pandora / Kanako Kondou"@en,
        "Pandora / 近藤佳奈子"@ja,
        "Pandora / Kanako Kondou"@ja-latn ;
    schema:publisher <org/1171#subject> ;
    foaf:depiction <https://media.vgm.io/albums/83/19638/19638-9b5c23fa5e9a.png> .

_:N097299b206c64ceda54e1d96051e2454 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Never dream"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N9b391e0a60fc400ca11552c7518c67a8 ;
    schema:name "Never dream"@ja .

_:N381b08e61fa64ef89986be831a211655 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "One more chance"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N9b391e0a60fc400ca11552c7518c67a8 ;
    schema:name "One more chance"@ja .

_:N3b2a13b0e35e4bd5b71578781ef947b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9b391e0a60fc400ca11552c7518c67a8 ;
    schema:name "None"@ja .

_:N4955a43d1dfe4356817c96815ba3efe6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pandora Tears"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N9b391e0a60fc400ca11552c7518c67a8 ;
    schema:name "Pandora Tears"@ja .

_:N56deec367d86441680c9efabeab59ee1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "泡音"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:N9b391e0a60fc400ca11552c7518c67a8 ;
    schema:name "泡音"@ja .

_:N9b391e0a60fc400ca11552c7518c67a8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N097299b206c64ceda54e1d96051e2454,
        _:N381b08e61fa64ef89986be831a211655,
        _:N3b2a13b0e35e4bd5b71578781ef947b8,
        _:N4955a43d1dfe4356817c96815ba3efe6,
        _:N56deec367d86441680c9efabeab59ee1 ;
    mo:track_count 5 ;
    schema:duration "PT17:33"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N097299b206c64ceda54e1d96051e2454,
        _:N381b08e61fa64ef89986be831a211655,
        _:N3b2a13b0e35e4bd5b71578781ef947b8,
        _:N4955a43d1dfe4356817c96815ba3efe6,
        _:N56deec367d86441680c9efabeab59ee1 .

