@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 _:Nba6be34935aa41e9b1c24f4c2b331a79 ;
    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> .

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

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

_:N35273ec936ae4f858e055b30402113a3 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 _:Nba6be34935aa41e9b1c24f4c2b331a79 ;
    schema:name "TYPE II"@en,
        "TYPE II"@ja .

_:N4ab73b4594f84bfc949ba4e227167d0c 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 _:Nba6be34935aa41e9b1c24f4c2b331a79 ;
    schema:name "Outride a Crisis"@en,
        "Outride a Crisis"@ja .

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

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

_:Ne471f317984c44dcb3237fe6f9dd0d3e 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 _:Nba6be34935aa41e9b1c24f4c2b331a79 ;
    schema:name "SPLASH WAVE"@en,
        "SPLASH WAVE"@ja .

_:Nf60c16c29c6f4eb5900ebc6f48ac811b 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 _:Nba6be34935aa41e9b1c24f4c2b331a79 ;
    schema:name "Red Out"@en,
        "Red Out"@ja .

_:Nf6ff4c4459e747329f426f2e5455b818 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 _:Nba6be34935aa41e9b1c24f4c2b331a79 ;
    schema:name "RISE FROM YOUR GRAVE"@en,
        "RISE FROM YOUR GRAVE"@ja .

_:Nba6be34935aa41e9b1c24f4c2b331a79 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N11b3154c920b47fe81278d0c1c57cef6,
        _:N184313bb56704a76be0bf3556dfc0aec,
        _:N35273ec936ae4f858e055b30402113a3,
        _:N4ab73b4594f84bfc949ba4e227167d0c,
        _:N5bd85125701649b1b6617eec3594db11,
        _:N9a6972d159cb4e1aa40d8ae08f672f00,
        _:Ne471f317984c44dcb3237fe6f9dd0d3e,
        _:Nf60c16c29c6f4eb5900ebc6f48ac811b,
        _:Nf6ff4c4459e747329f426f2e5455b818 ;
    mo:track_count 9 ;
    schema:duration "PT36:18"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N11b3154c920b47fe81278d0c1c57cef6,
        _:N184313bb56704a76be0bf3556dfc0aec,
        _:N35273ec936ae4f858e055b30402113a3,
        _:N4ab73b4594f84bfc949ba4e227167d0c,
        _:N5bd85125701649b1b6617eec3594db11,
        _:N9a6972d159cb4e1aa40d8ae08f672f00,
        _:Ne471f317984c44dcb3237fe6f9dd0d3e,
        _:Nf60c16c29c6f4eb5900ebc6f48ac811b,
        _:Nf6ff4c4459e747329f426f2e5455b818 .

