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

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

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

<artist/1011#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6256#subject> ;
    schema:name "Junya Matsuoka"@en,
        "松岡純也"@ja ;
    foaf:made <album/6256#composition>,
        <album/6256#subject> ;
    foaf:name "Junya Matsuoka"@en,
        "松岡純也"@ja .

<artist/27#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6256#subject> ;
    schema:name "Shinya Ishikawa"@en,
        "石川真也"@ja ;
    foaf:made <album/6256#composition>,
        <album/6256#subject> ;
    foaf:name "Shinya Ishikawa"@en,
        "石川真也"@ja .

<artist/28#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6256#subject> ;
    schema:name "Naoya Shimokawa"@en,
        "下川直哉"@ja ;
    foaf:made <album/6256#composition>,
        <album/6256#subject> ;
    foaf:name "Naoya Shimokawa"@en,
        "下川直哉"@ja .

<artist/29#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6256#subject> ;
    schema:name "Kazuhide Nakagami"@en,
        "中上和英"@ja ;
    foaf:made <album/6256#composition>,
        <album/6256#subject> ;
    foaf:name "Kazuhide Nakagami"@en,
        "中上和英"@ja .

<event/20> a mo:Release ;
    schema:name "Released at Comic Market 62 (Aug 09, 2002 to Aug 11, 2002)" .

<product/3912#subject> a schema:CreativeWork ;
    schema:name "Utawarerumono (Game)"@en,
        "うたわれるもの (Game)"@ja,
        "Utawarerumono (Game)"@ja-latn ;
    foaf:name "Utawarerumono (Game)"@en,
        "うたわれるもの (Game)"@ja,
        "Utawarerumono (Game)"@ja-latn .

<product/5664#subject> a schema:CreativeWork ;
    schema:name "Kizuato"@en,
        "痕 -きずあと-"@ja,
        "Kizuato"@ja-latn ;
    foaf:name "Kizuato"@en,
        "痕 -きずあと-"@ja,
        "Kizuato"@ja-latn .

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

<album/6256#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gaccha!"@en,
        "Gaccha!"@ja,
        "Gaccha!"@ja-latn ;
    mo:performance_of <album/6256#musicalwork> ;
    mo:recorded_as <album/6256#musicalexpression> ;
    schema:name "Gaccha!"@en,
        "Gaccha!"@ja,
        "Gaccha!"@ja-latn ;
    schema:workPerformed <album/6256#musicalwork> .

<org/261#subject> schema:name "5/4TAKEPOD"@en,
        "5/4TAKEPOD"@ja,
        "5/4TAKEPOD"@ja-latn ;
    foaf:name "5/4TAKEPOD"@en,
        "5/4TAKEPOD"@ja,
        "5/4TAKEPOD"@ja-latn .

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

<https://medium-media.vgm.io/albums/65/6256/6256-1259179157.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/6256#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gaccha!"@en,
        "Gaccha!"@ja,
        "Gaccha!"@ja-latn ;
    mo:composer <artist/1011#subject>,
        <artist/27#subject>,
        <artist/28#subject>,
        <artist/29#subject> ;
    mo:produced_work <album/6256#musicalwork> ;
    schema:name "Gaccha!"@en,
        "Gaccha!"@ja,
        "Gaccha!"@ja-latn .

<album/6256#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-08-11"^^xsd:date ;
    dcterms:title "Gaccha!"@en,
        "Gaccha!"@ja,
        "Gaccha!"@ja-latn ;
    mo:catalogue_number "TPCD-0011" ;
    mo:media_type "CD" ;
    mo:publication_of <album/6256#musicalexpression> ;
    mo:publisher <org/261#subject> ;
    mo:record _:Nd2366ad6a3704600b159cb69fa022d69 ;
    mo:record_count 1 ;
    mo:release <event/20> ;
    schema:about <product/3912#subject>,
        <product/5664#subject> ;
    schema:datePublished "2002-08-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/65/6256/6256-1259179157.jpg> ;
    schema:name "Gaccha!"@en,
        "Gaccha!"@ja,
        "Gaccha!"@ja-latn ;
    schema:publisher <org/261#subject> ;
    foaf:depiction <https://media.vgm.io/albums/65/6256/6256-1259179157.jpg> .

_:N37324a3068ed4d2aa66c974279eb2c34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Standing in the Sunlight -rest for a spell-"@en,
        "日だまりの中で -rest for a spell-"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "Standing in the Sunlight -rest for a spell-"@en,
        "日だまりの中で -rest for a spell-"@ja .

_:N3fda23d0f7f24a8c907fe994ad011371 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lullaby -symptom of mystery-"@en,
        "子守唄 -symptom of mystery-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "Lullaby -symptom of mystery-"@en,
        "子守唄 -symptom of mystery-"@ja .

_:N4e297c68b0dc46a198574b4d65c72f80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Awakening Moon -instinctive dread-"@en,
        "寝覚月 -instinctive dread-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "Awakening Moon -instinctive dread-"@en,
        "寝覚月 -instinctive dread-"@ja .

_:N6287a7f6107c41f2861af73d79019c7f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Sigh -the basics are here-"@en,
        "ためいき -the basics are here-"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "A Sigh -the basics are here-"@en,
        "ためいき -the basics are here-"@ja .

_:N83342a644fbd487caf8d7fcc058872a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Life -digestion: you and I-"@en,
        "命 -digestion: you and I-"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "Life -digestion: you and I-"@en,
        "命 -digestion: you and I-"@ja .

_:N9b916acffd184b29ab2bfe1bad800d01 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Emerald Singing Voice -ethereal things-"@en,
        "緑の唄声 -ethereal things-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "Emerald Singing Voice -ethereal things-"@en,
        "緑の唄声 -ethereal things-"@ja .

_:Nc488687088a5443195aea2650604bcf2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hatsune -caprices of neon-"@en,
        "初音 -caprices of neon-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "Hatsune -caprices of neon-"@en,
        "初音 -caprices of neon-"@ja .

_:Nc832290d95954df5a2c3de85b4a8a256 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Song Given Voice -story of Takepod-"@en,
        "うたわれるもの -story of Takepod-"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "A Song Given Voice -story of Takepod-"@en,
        "うたわれるもの -story of Takepod-"@ja .

_:Ne20dac6acf884ed6bcf9ab8adea69764 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Moonlight Flowers -blurred glow-"@en,
        "月光花 -blurred glow-"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "Moonlight Flowers -blurred glow-"@en,
        "月光花 -blurred glow-"@ja .

_:Nf1dd796b6a324a438e309595bdba1b56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The One Who Leads -above the cross-"@en,
        "采配をふるう者 -above the cross-"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "The One Who Leads -above the cross-"@en,
        "采配をふるう者 -above the cross-"@ja .

_:Nfc0483de802c45cf834b3a0b71f05e89 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Song Given Voice -voiceless singer-"@en,
        "うたわれるもの -voiceless singer-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:Nd2366ad6a3704600b159cb69fa022d69 ;
    schema:name "A Song Given Voice -voiceless singer-"@en,
        "うたわれるもの -voiceless singer-"@ja .

_:Nd2366ad6a3704600b159cb69fa022d69 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N37324a3068ed4d2aa66c974279eb2c34,
        _:N3fda23d0f7f24a8c907fe994ad011371,
        _:N4e297c68b0dc46a198574b4d65c72f80,
        _:N6287a7f6107c41f2861af73d79019c7f,
        _:N83342a644fbd487caf8d7fcc058872a1,
        _:N9b916acffd184b29ab2bfe1bad800d01,
        _:Nc488687088a5443195aea2650604bcf2,
        _:Nc832290d95954df5a2c3de85b4a8a256,
        _:Ne20dac6acf884ed6bcf9ab8adea69764,
        _:Nf1dd796b6a324a438e309595bdba1b56,
        _:Nfc0483de802c45cf834b3a0b71f05e89 ;
    mo:track_count 11 ;
    schema:duration "PT35:24"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N37324a3068ed4d2aa66c974279eb2c34,
        _:N3fda23d0f7f24a8c907fe994ad011371,
        _:N4e297c68b0dc46a198574b4d65c72f80,
        _:N6287a7f6107c41f2861af73d79019c7f,
        _:N83342a644fbd487caf8d7fcc058872a1,
        _:N9b916acffd184b29ab2bfe1bad800d01,
        _:Nc488687088a5443195aea2650604bcf2,
        _:Nc832290d95954df5a2c3de85b4a8a256,
        _:Ne20dac6acf884ed6bcf9ab8adea69764,
        _:Nf1dd796b6a324a438e309595bdba1b56,
        _:Nfc0483de802c45cf834b3a0b71f05e89 .

