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

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

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

<artist/2#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29697#subject> ;
    schema:name "Shinji Orito"@en,
        "折戸伸治"@ja ;
    foaf:made <album/29697#composition>,
        <album/29697#subject> ;
    foaf:name "Shinji Orito"@en,
        "折戸伸治"@ja .

<artist/3#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29697#subject> ;
    schema:name "Magome Togoshi"@en,
        "戸越まごめ"@ja ;
    foaf:made <album/29697#composition>,
        <album/29697#subject> ;
    foaf:name "Magome Togoshi"@en,
        "戸越まごめ"@ja .

<artist/4#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29697#subject> ;
    schema:name "Jun Maeda"@en,
        "麻枝准"@ja ;
    foaf:made <album/29697#composition>,
        <album/29697#subject> ;
    foaf:name "Jun Maeda"@en,
        "麻枝准"@ja .

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

<product/1015#subject> a schema:CreativeWork ;
    schema:name "AIR (Game)"@en,
        "AIR (Game)"@ja,
        "AIR (Game)"@ja-latn ;
    foaf:name "AIR (Game)"@en,
        "AIR (Game)"@ja,
        "AIR (Game)"@ja-latn .

<product/1019#subject> a schema:CreativeWork ;
    schema:name "CLANNAD (Game)"@en,
        "CLANNAD (Game)"@ja,
        "CLANNAD (Game)"@ja-latn ;
    foaf:name "CLANNAD (Game)"@en,
        "CLANNAD (Game)"@ja,
        "CLANNAD (Game)"@ja-latn .

<product/1026#subject> a schema:CreativeWork ;
    schema:name "Little Busters! (Game)"@en,
        "リトルバスターズ! (Game)"@ja,
        "Little Busters! (Game)"@ja-latn ;
    foaf:name "Little Busters! (Game)"@en,
        "リトルバスターズ! (Game)"@ja,
        "Little Busters! (Game)"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/79/29697/29697-1319562800.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/11805#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/29697#performance> ;
    schema:name "Kumine"@en,
        "紅美音"@ja ;
    foaf:name "Kumine"@en,
        "紅美音"@ja .

<artist/11806#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/29697#performance> ;
    schema:name "YAMATO"@en ;
    foaf:name "YAMATO"@en .

<artist/11804#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29697#subject> ;
    mo:performed <album/29697#performance> ;
    schema:name "Isami"@en ;
    foaf:made <album/29697#composition>,
        <album/29697#subject> ;
    foaf:name "Isami"@en .

<album/29697#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Re:alize"@en,
        "Re:alize"@ja,
        "Re:alize"@ja-latn ;
    mo:composer <artist/11804#subject>,
        <artist/2#subject>,
        <artist/3#subject>,
        <artist/4#subject> ;
    mo:produced_work <album/29697#musicalwork> ;
    schema:name "Re:alize"@en,
        "Re:alize"@ja,
        "Re:alize"@ja-latn .

<album/29697#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Re:alize"@en,
        "Re:alize"@ja,
        "Re:alize"@ja-latn ;
    mo:performance_of <album/29697#musicalwork> ;
    mo:performer <artist/11804#subject>,
        <artist/11805#subject>,
        <artist/11806#subject> ;
    mo:recorded_as <album/29697#musicalexpression> ;
    schema:byArtist <artist/11804#subject>,
        <artist/11805#subject>,
        <artist/11806#subject> ;
    schema:name "Re:alize"@en,
        "Re:alize"@ja,
        "Re:alize"@ja-latn ;
    schema:workPerformed <album/29697#musicalwork> .

<album/29697#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "Re:alize"@en,
        "Re:alize"@ja,
        "Re:alize"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/29697#musicalexpression> ;
    mo:publisher _:N1e4de6113dab4a2d90df82450e9ef563 ;
    mo:record _:N067941919a4d476485cb5fbdec92aa49 ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/1015#subject>,
        <product/1019#subject>,
        <product/1026#subject> ;
    schema:byArtist <artist/11804#subject>,
        <artist/11805#subject>,
        <artist/11806#subject> ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/79/29697/29697-1319562800.jpg> ;
    schema:name "Re:alize"@en,
        "Re:alize"@ja,
        "Re:alize"@ja-latn ;
    schema:publisher _:N1e4de6113dab4a2d90df82450e9ef563 ;
    foaf:depiction <https://media.vgm.io/albums/79/29697/29697-1319562800.jpg> .

_:N1e4de6113dab4a2d90df82450e9ef563 schema:name "BINAL CORD"@en ;
    foaf:name "BINAL CORD"@en .

_:N249f3ff367cd47f1987f5fb18676b21c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Roaring Tides"@en,
        "潮鳴り"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Roaring Tides"@en,
        "潮鳴り"@ja .

_:N25bd266448d74dea9ac09995eb721d96 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Faraway"@en,
        "遙か彼方"@ja ;
    mo:track_number 8 ;
    schema:duration "PT7:10"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Faraway"@en,
        "遙か彼方"@ja .

_:N2bc70c6367024c17a3d400d1cd72a412 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nagisa"@en,
        "渚"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Nagisa"@en,
        "渚"@ja .

_:N34baab9c1b4e4a07b210c44b319fbd9f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Farewell song"@en,
        "Farewell song"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:44"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Farewell song"@en,
        "Farewell song"@ja .

_:N459e282379504343a7869e15d325bd61 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alicemagic"@en,
        "Alicemagic"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Alicemagic"@en,
        "Alicemagic"@ja .

_:N6a097d75e4124f9b8d64da4571be85b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Her Determination"@en,
        "彼女の本気"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Her Determination"@en,
        "彼女の本気"@ja .

_:Na79eed06003a4606810c78d5014aeee9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Return to Ashes"@en,
        "灰燼に帰す"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Return to Ashes"@en,
        "灰燼に帰す"@ja .

_:Ncb85878171624a43ada443f2b31e09a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heroic Battle"@en,
        "勇壮なる闘い"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Heroic Battle"@en,
        "勇壮なる闘い"@ja .

_:Nd1673f761ae647e5ad53fc46d4ea684e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of Re:alize (Instrumental)"@en,
        "Theme of Re:alize (Instrumental)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:N067941919a4d476485cb5fbdec92aa49 ;
    schema:name "Theme of Re:alize (Instrumental)"@en,
        "Theme of Re:alize (Instrumental)"@ja .

_:N067941919a4d476485cb5fbdec92aa49 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N249f3ff367cd47f1987f5fb18676b21c,
        _:N25bd266448d74dea9ac09995eb721d96,
        _:N2bc70c6367024c17a3d400d1cd72a412,
        _:N34baab9c1b4e4a07b210c44b319fbd9f,
        _:N459e282379504343a7869e15d325bd61,
        _:N6a097d75e4124f9b8d64da4571be85b0,
        _:Na79eed06003a4606810c78d5014aeee9,
        _:Ncb85878171624a43ada443f2b31e09a2,
        _:Nd1673f761ae647e5ad53fc46d4ea684e ;
    mo:track_count 9 ;
    schema:duration "PT36:50"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N249f3ff367cd47f1987f5fb18676b21c,
        _:N25bd266448d74dea9ac09995eb721d96,
        _:N2bc70c6367024c17a3d400d1cd72a412,
        _:N34baab9c1b4e4a07b210c44b319fbd9f,
        _:N459e282379504343a7869e15d325bd61,
        _:N6a097d75e4124f9b8d64da4571be85b0,
        _:Na79eed06003a4606810c78d5014aeee9,
        _:Ncb85878171624a43ada443f2b31e09a2,
        _:Nd1673f761ae647e5ad53fc46d4ea684e .

