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

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

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

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

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

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

<event/148> a mo:Release ;
    schema:name "Released at M3-2012 Spring (Apr 30, 2012)" .

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

<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/35610#musicalexpression> a mo:Signal ;
    mo:published_as <album/35610#subject> ;
    mo:records <album/35610#performance> .

<album/35610#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Memories Of Those Hometowns"@en,
        "Memories Of Those Hometowns"@ja,
        "Memories Of Those Hometowns"@ja-latn ;
    mo:performance_of <album/35610#musicalwork> ;
    mo:recorded_as <album/35610#musicalexpression> ;
    schema:name "Memories Of Those Hometowns"@en,
        "Memories Of Those Hometowns"@ja,
        "Memories Of Those Hometowns"@ja-latn ;
    schema:workPerformed <album/35610#musicalwork> .

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

<https://medium-media.vgm.io/albums/01/35610/35610-f4d289d2dc2a.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/35610#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Memories Of Those Hometowns"@en,
        "Memories Of Those Hometowns"@ja,
        "Memories Of Those Hometowns"@ja-latn ;
    mo:composer <artist/2#subject>,
        <artist/3#subject>,
        <artist/4#subject> ;
    mo:produced_work <album/35610#musicalwork> ;
    schema:name "Memories Of Those Hometowns"@en,
        "Memories Of Those Hometowns"@ja,
        "Memories Of Those Hometowns"@ja-latn .

<album/35610#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-04-30"^^xsd:date ;
    dcterms:title "Memories Of Those Hometowns"@en,
        "Memories Of Those Hometowns"@ja,
        "Memories Of Those Hometowns"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/35610#musicalexpression> ;
    mo:publisher _:Nda5d80e99d934f68a827a9947f464ac1 ;
    mo:record _:N7ee2a8fb95cd4d13a7ce4849f3812452 ;
    mo:record_count 1 ;
    mo:release <event/148> ;
    schema:about <product/1011#subject>,
        <product/1015#subject>,
        <product/1019#subject>,
        <product/1026#subject> ;
    schema:datePublished "2012-04-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/01/35610/35610-f4d289d2dc2a.jpg> ;
    schema:name "Memories Of Those Hometowns"@en,
        "Memories Of Those Hometowns"@ja,
        "Memories Of Those Hometowns"@ja-latn ;
    schema:publisher _:Nda5d80e99d934f68a827a9947f464ac1 ;
    foaf:depiction <https://media.vgm.io/albums/01/35610/35610-f4d289d2dc2a.jpg> .

_:N1531682148944fa2b48264984d2aba23 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "渚"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:N7ee2a8fb95cd4d13a7ce4849f3812452 ;
    schema:name "渚"@ja .

_:N9b32b8146aac4273bf8da3348eeef587 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スローカーブ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:N7ee2a8fb95cd4d13a7ce4849f3812452 ;
    schema:name "スローカーブ"@ja .

_:Na766f2baebd14bdc9ea31a5a35db6f4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "野道 - field path -"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N7ee2a8fb95cd4d13a7ce4849f3812452 ;
    schema:name "野道 - field path -"@ja .

_:Nb4491e452a9a444282fab57de826cdc5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夏時間"@ja ;
    mo:track_number 5 ;
    schema:duration "PT7:05"^^xsd:interval ;
    schema:inPlaylist _:N7ee2a8fb95cd4d13a7ce4849f3812452 ;
    schema:name "夏時間"@ja .

_:Nd003495ade37408db57609ee0af69ba4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "は～りぃすたーふぃっしゅ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N7ee2a8fb95cd4d13a7ce4849f3812452 ;
    schema:name "は～りぃすたーふぃっしゅ"@ja .

_:Nd410e9293fdb4a24b2e662ff04f92bad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "冬の花火"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N7ee2a8fb95cd4d13a7ce4849f3812452 ;
    schema:name "冬の花火"@ja .

_:Nda5d80e99d934f68a827a9947f464ac1 schema:name "Uminari Note"@en ;
    foaf:name "Uminari Note"@en .

_:N7ee2a8fb95cd4d13a7ce4849f3812452 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1531682148944fa2b48264984d2aba23,
        _:N9b32b8146aac4273bf8da3348eeef587,
        _:Na766f2baebd14bdc9ea31a5a35db6f4e,
        _:Nb4491e452a9a444282fab57de826cdc5,
        _:Nd003495ade37408db57609ee0af69ba4,
        _:Nd410e9293fdb4a24b2e662ff04f92bad ;
    mo:track_count 6 ;
    schema:duration "PT23:13"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N1531682148944fa2b48264984d2aba23,
        _:N9b32b8146aac4273bf8da3348eeef587,
        _:Na766f2baebd14bdc9ea31a5a35db6f4e,
        _:Nb4491e452a9a444282fab57de826cdc5,
        _:Nd003495ade37408db57609ee0af69ba4,
        _:Nd410e9293fdb4a24b2e662ff04f92bad .

