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

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

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

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

<artist/2410#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19348#subject> ;
    schema:name "NKZ"@en ;
    foaf:made <album/19348#composition>,
        <album/19348#subject> ;
    foaf:name "NKZ"@en .

<event/68> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 7 (Mar 14, 2010)" .

<product/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn .

<product/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn .

<product/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn .

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

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

<https://medium-media.vgm.io/albums/84/19348/19348-1274065593.jpg> a schema:ImageObject,
        foaf:Image .

<album/19348#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Far East Maqam II"@en,
        "Far East Maqam II"@ja,
        "Far East Maqam II"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/2410#subject> ;
    mo:produced_work <album/19348#musicalwork> ;
    schema:name "Far East Maqam II"@en,
        "Far East Maqam II"@ja,
        "Far East Maqam II"@ja-latn .

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

<album/19348#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Far East Maqam II"@en,
        "Far East Maqam II"@ja,
        "Far East Maqam II"@ja-latn ;
    mo:performance_of <album/19348#musicalwork> ;
    mo:performer _:N2b9975f36616413a89bb11331f453527,
        _:N5a8ebac50e3f4afeb276bd64b48a2ed8 ;
    mo:recorded_as <album/19348#musicalexpression> ;
    schema:byArtist _:N2b9975f36616413a89bb11331f453527,
        _:N5a8ebac50e3f4afeb276bd64b48a2ed8 ;
    schema:name "Far East Maqam II"@en,
        "Far East Maqam II"@ja,
        "Far East Maqam II"@ja-latn ;
    schema:workPerformed <album/19348#musicalwork> .

<album/19348#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "Far East Maqam II"@en,
        "Far East Maqam II"@ja,
        "Far East Maqam II"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19348#musicalexpression> ;
    mo:publisher _:N6bcc07c34cb24279a50ba19851be2c00 ;
    mo:record _:N14439e3a5fea420382addf325c45d7d2 ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/18#subject>,
        <product/22#subject>,
        <product/25#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "haneiri"@en ;
            foaf:name "haneiri"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Al-Kamar"@en ;
            foaf:name "Al-Kamar"@en ] ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/84/19348/19348-1274065593.jpg> ;
    schema:name "Far East Maqam II"@en,
        "Far East Maqam II"@ja,
        "Far East Maqam II"@ja-latn ;
    schema:publisher _:N6bcc07c34cb24279a50ba19851be2c00 ;
    foaf:depiction <https://media.vgm.io/albums/84/19348/19348-1274065593.jpg> .

_:N198fe58c0ebc4f109611a916c9349c3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Madynah"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N14439e3a5fea420382addf325c45d7d2 ;
    schema:name "Madynah"@en .

_:N2b9975f36616413a89bb11331f453527 a schema:Person,
        foaf:Person ;
    mo:performed <album/19348#performance> ;
    schema:name "Al-Kamar"@en ;
    foaf:name "Al-Kamar"@en .

_:N5a8ebac50e3f4afeb276bd64b48a2ed8 a schema:Person,
        foaf:Person ;
    mo:performed <album/19348#performance> ;
    schema:name "haneiri"@en ;
    foaf:name "haneiri"@en .

_:N6bcc07c34cb24279a50ba19851be2c00 schema:name "MetaLuna"@en ;
    foaf:name "MetaLuna"@en .

_:N6e61643ff21546c68e84318b840bdf04 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fulla(Intro)"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N14439e3a5fea420382addf325c45d7d2 ;
    schema:name "Fulla(Intro)"@en .

_:N923a171b24d341599f90d3a4298decf9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hrawb"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N14439e3a5fea420382addf325c45d7d2 ;
    schema:name "Hrawb"@en .

_:Nafe4f09bd5bd48ad819d9f12b1030811 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jabel Maqam"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N14439e3a5fea420382addf325c45d7d2 ;
    schema:name "Jabel Maqam"@en .

_:Nc93e4d4f4fc3452ea1a2dbb100ec63b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Veil of Alice"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:39"^^xsd:interval ;
    schema:inPlaylist _:N14439e3a5fea420382addf325c45d7d2 ;
    schema:name "Veil of Alice"@en .

_:N14439e3a5fea420382addf325c45d7d2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N198fe58c0ebc4f109611a916c9349c3a,
        _:N6e61643ff21546c68e84318b840bdf04,
        _:N923a171b24d341599f90d3a4298decf9,
        _:Nafe4f09bd5bd48ad819d9f12b1030811,
        _:Nc93e4d4f4fc3452ea1a2dbb100ec63b5 ;
    mo:track_count 5 ;
    schema:duration "PT16:49"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N198fe58c0ebc4f109611a916c9349c3a,
        _:N6e61643ff21546c68e84318b840bdf04,
        _:N923a171b24d341599f90d3a4298decf9,
        _:Nafe4f09bd5bd48ad819d9f12b1030811,
        _:Nc93e4d4f4fc3452ea1a2dbb100ec63b5 .

