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

<album/50501#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "AGES II"@en,
        "AGES II"@ja,
        "AGES II"@ja-latn ;
    mo:produced_work <album/50501#musicalwork> ;
    schema:name "AGES II"@en,
        "AGES II"@ja,
        "AGES II"@ja-latn .

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

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

<event/175> a mo:Release ;
    schema:name "Released at Comic Market 87 (Dec 28, 2014 to Dec 30, 2014)" .

<product/1085#subject> a schema:CreativeWork ;
    schema:name "Out Run"@en,
        "アウトラン"@ja,
        "Out Run"@ja-latn ;
    foaf:name "Out Run"@en,
        "アウトラン"@ja,
        "Out Run"@ja-latn .

<product/10997#subject> a schema:CreativeWork ;
    schema:name "Space Harrier"@en,
        "スペースハリアー"@ja,
        "Space Harrier"@ja-latn ;
    foaf:name "Space Harrier"@en,
        "スペースハリアー"@ja,
        "Space Harrier"@ja-latn .

<product/2067#subject> a schema:CreativeWork ;
    schema:name "AFTER BURNER II"@en,
        "アフターバーナーII"@ja,
        "AFTER BURNER II"@ja-latn ;
    foaf:name "AFTER BURNER II"@en,
        "アフターバーナーII"@ja,
        "AFTER BURNER II"@ja-latn .

<product/2069#subject> a schema:CreativeWork ;
    schema:name "Altered Beast"@en,
        "獣王記"@ja,
        "Juuouki"@ja-latn ;
    foaf:name "Altered Beast"@en,
        "獣王記"@ja,
        "Juuouki"@ja-latn .

<product/420#subject> a schema:CreativeWork ;
    schema:name "Sonic the Hedgehog (16-bit)"@en,
        "ソニック・ザ・ヘッジホッグ (16-bit)"@ja,
        "Sonic the Hedgehog (16-bit)"@ja-latn ;
    foaf:name "Sonic the Hedgehog (16-bit)"@en,
        "ソニック・ザ・ヘッジホッグ (16-bit)"@ja,
        "Sonic the Hedgehog (16-bit)"@ja-latn .

<product/7281#subject> a schema:CreativeWork ;
    schema:name "GALAXY FORCE"@en,
        "ギャラクシーフォース"@ja,
        "GALAXY FORCE"@ja-latn ;
    foaf:name "GALAXY FORCE"@en,
        "ギャラクシーフォース"@ja,
        "GALAXY FORCE"@ja-latn .

<product/7822#subject> a schema:CreativeWork ;
    schema:name "Fantasy Zone"@en,
        "ファンタジーゾーン"@ja,
        "Fantasy Zone"@ja-latn ;
    foaf:name "Fantasy Zone"@en,
        "ファンタジーゾーン"@ja,
        "Fantasy Zone"@ja-latn .

<product/7944#subject> a schema:CreativeWork ;
    schema:name "Super Hang-On"@en,
        "スーパーハングオン"@ja,
        "Super Hang-On"@ja-latn ;
    foaf:name "Super Hang-On"@en,
        "スーパーハングオン"@ja,
        "Super Hang-On"@ja-latn .

<product/9495#subject> a schema:CreativeWork ;
    schema:name "Thunder Blade"@en,
        "サンダーブレード"@ja,
        "Thunder Blade"@ja-latn ;
    foaf:name "Thunder Blade"@en,
        "サンダーブレード"@ja,
        "Thunder Blade"@ja-latn .

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

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

<org/134#subject> schema:name "WOODSOFT"@en,
        "WOODSOFT"@ja,
        "WOODSOFT"@ja-latn ;
    foaf:name "WOODSOFT"@en,
        "WOODSOFT"@ja,
        "WOODSOFT"@ja-latn .

<https://media.vgm.io/albums/10/50501/50501-97ad731bad84.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/50501#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/10/50501/50501-97ad731bad84.jpg> ;
    foaf:depicts <album/50501#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/10/50501/50501-97ad731bad84.jpg> .

<https://medium-media.vgm.io/albums/10/50501/50501-97ad731bad84.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/50501#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-30"^^xsd:date ;
    dcterms:title "AGES II"@en,
        "AGES II"@ja,
        "AGES II"@ja-latn ;
    mo:catalogue_number "WDCD-0043" ;
    mo:media_type "CD" ;
    mo:publication_of <album/50501#musicalexpression> ;
    mo:publisher <org/134#subject> ;
    mo:record _:N772b70505c6544acb63ca41bc788a19a ;
    mo:record_count 1 ;
    mo:release <event/175> ;
    schema:about <product/1085#subject>,
        <product/10997#subject>,
        <product/2067#subject>,
        <product/2069#subject>,
        <product/420#subject>,
        <product/7281#subject>,
        <product/7822#subject>,
        <product/7944#subject>,
        <product/9495#subject> ;
    schema:datePublished "2014-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/50501/50501-97ad731bad84.jpg> ;
    schema:name "AGES II"@en,
        "AGES II"@ja,
        "AGES II"@ja-latn ;
    schema:publisher <org/134#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/50501/50501-97ad731bad84.jpg> .

_:N1978d1646d21454a865510566103f2b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TYPE II"@en,
        "TYPE II"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "TYPE II"@en,
        "TYPE II"@ja .

_:N1e973bbfe63643b1a888767fc1d84d49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RISE FROM YOUR GRAVE"@en,
        "RISE FROM YOUR GRAVE"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "RISE FROM YOUR GRAVE"@en,
        "RISE FROM YOUR GRAVE"@ja .

_:N2179fc1687c24b9b91afeece295e1bae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Outride a Crisis"@en,
        "Outride a Crisis"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "Outride a Crisis"@en,
        "Outride a Crisis"@ja .

_:N30cab1b3c8724728890ea113d5f2922e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SPLASH WAVE"@en,
        "SPLASH WAVE"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "SPLASH WAVE"@en,
        "SPLASH WAVE"@ja .

_:N9b7d73d510ec400c96b585ae0a491298 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Out"@en,
        "Red Out"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "Red Out"@en,
        "Red Out"@ja .

_:Nac7da1c7852f44c69f8ab6eb96c267b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "THEME"@en,
        "THEME"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "THEME"@en,
        "THEME"@ja .

_:Nde8cb1ab4c3a4459b9489e3f7ed16d0c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fantasy Zone"@en,
        "ファンタジーゾーン"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "Fantasy Zone"@en,
        "ファンタジーゾーン"@ja .

_:Ne04bbe4df6db4ee485183af5f6c83c01 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonic the Hedgehog"@en,
        "ソニック・ザ・ヘッジホッグ"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "Sonic the Hedgehog"@en,
        "ソニック・ザ・ヘッジホッグ"@ja .

_:Nfc43f5f13a1541da9e049f637b536fcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DEFEAT"@en,
        "DEFEAT"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:N772b70505c6544acb63ca41bc788a19a ;
    schema:name "DEFEAT"@en,
        "DEFEAT"@ja .

_:N772b70505c6544acb63ca41bc788a19a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1978d1646d21454a865510566103f2b9,
        _:N1e973bbfe63643b1a888767fc1d84d49,
        _:N2179fc1687c24b9b91afeece295e1bae,
        _:N30cab1b3c8724728890ea113d5f2922e,
        _:N9b7d73d510ec400c96b585ae0a491298,
        _:Nac7da1c7852f44c69f8ab6eb96c267b9,
        _:Nde8cb1ab4c3a4459b9489e3f7ed16d0c,
        _:Ne04bbe4df6db4ee485183af5f6c83c01,
        _:Nfc43f5f13a1541da9e049f637b536fcf ;
    mo:track_count 9 ;
    schema:duration "PT36:18"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N1978d1646d21454a865510566103f2b9,
        _:N1e973bbfe63643b1a888767fc1d84d49,
        _:N2179fc1687c24b9b91afeece295e1bae,
        _:N30cab1b3c8724728890ea113d5f2922e,
        _:N9b7d73d510ec400c96b585ae0a491298,
        _:Nac7da1c7852f44c69f8ab6eb96c267b9,
        _:Nde8cb1ab4c3a4459b9489e3f7ed16d0c,
        _:Ne04bbe4df6db4ee485183af5f6c83c01,
        _:Nfc43f5f13a1541da9e049f637b536fcf .

