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

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

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

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

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

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

<https://medium-media.vgm.io/albums/95/42059/42059-1380759822.jpg> a schema:ImageObject,
        foaf:Image .

<album/42059#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rythos! Arcade"@en,
        "Rythos! Arcade"@ja,
        "Rythos! Arcade"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Paul Acerno"@en ;
            foaf:made <album/42059#composition> ;
            foaf:name "Paul Acerno"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Dean Bigbee"@en ;
            foaf:made <album/42059#composition> ;
            foaf:name "Dean Bigbee"@en ] ;
    mo:produced_work <album/42059#musicalwork> ;
    schema:name "Rythos! Arcade"@en,
        "Rythos! Arcade"@ja,
        "Rythos! Arcade"@ja-latn .

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

<album/42059#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-04-06"^^xsd:date ;
    dcterms:title "Rythos! Arcade"@en,
        "Rythos! Arcade"@ja,
        "Rythos! Arcade"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/42059#musicalexpression> ;
    mo:publisher _:Nfdf76d7fa19b46f0b8b33377a4a6995c ;
    mo:record _:N4ba8f204f9484db69537e35d45876ce2 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Rythos! Arcade"@en ;
            foaf:name "Rythos! Arcade"@en ] ;
    schema:datePublished "2013-04-06"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/95/42059/42059-1380759822.jpg> ;
    schema:name "Rythos! Arcade"@en,
        "Rythos! Arcade"@ja,
        "Rythos! Arcade"@ja-latn ;
    schema:publisher _:Nfdf76d7fa19b46f0b8b33377a4a6995c ;
    foaf:depiction <https://media.vgm.io/albums/95/42059/42059-1380759822.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42059#subject> ;
    schema:name "Dean Bigbee"@en ;
    foaf:made <album/42059#subject> ;
    foaf:name "Dean Bigbee"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42059#subject> ;
    schema:name "Paul Acerno"@en ;
    foaf:made <album/42059#subject> ;
    foaf:name "Paul Acerno"@en .

_:N308855f5341d4941aceffaba6b38526f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beginner Battle"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N4ba8f204f9484db69537e35d45876ce2 ;
    schema:name "Beginner Battle"@en .

_:N6b8d26d22fa24cc38e4c2c80d27a2946 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Moderate Battle"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N4ba8f204f9484db69537e35d45876ce2 ;
    schema:name "Moderate Battle"@en .

_:N743530a963ed4bd299e8cb4d5cfcb6fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Emotion Story Battle"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N4ba8f204f9484db69537e35d45876ce2 ;
    schema:name "Emotion Story Battle"@en .

_:N7a746ecba5984aac9078251b06179db0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Menu Screen"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:12"^^xsd:interval ;
    schema:inPlaylist _:N4ba8f204f9484db69537e35d45876ce2 ;
    schema:name "Menu Screen"@en .

_:N8fe619b558a043aba28de50f132bf4c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epic Battle"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N4ba8f204f9484db69537e35d45876ce2 ;
    schema:name "Epic Battle"@en .

_:Naa8106f06ba944f0bb706cfba4ba369c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epic Battle (alt version)"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N4ba8f204f9484db69537e35d45876ce2 ;
    schema:name "Epic Battle (alt version)"@en .

_:Nbc7ab8841e144c73968adcf376a9cbe1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Emotion Story (slow)"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N4ba8f204f9484db69537e35d45876ce2 ;
    schema:name "Emotion Story (slow)"@en .

_:Nbe3388cfde1c42d4905c5d059b40efe6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epic Battle (extended edition)"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N4ba8f204f9484db69537e35d45876ce2 ;
    schema:name "Epic Battle (extended edition)"@en .

_:Nfdf76d7fa19b46f0b8b33377a4a6995c schema:name "Robot Horse Productions"@en,
        "Robot Horse Productions"@ja,
        "Robot Horse Productions"@ja-latn ;
    foaf:name "Robot Horse Productions"@en,
        "Robot Horse Productions"@ja,
        "Robot Horse Productions"@ja-latn .

_:N4ba8f204f9484db69537e35d45876ce2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N308855f5341d4941aceffaba6b38526f,
        _:N6b8d26d22fa24cc38e4c2c80d27a2946,
        _:N743530a963ed4bd299e8cb4d5cfcb6fe,
        _:N7a746ecba5984aac9078251b06179db0,
        _:N8fe619b558a043aba28de50f132bf4c6,
        _:Naa8106f06ba944f0bb706cfba4ba369c,
        _:Nbc7ab8841e144c73968adcf376a9cbe1,
        _:Nbe3388cfde1c42d4905c5d059b40efe6 ;
    mo:track_count 8 ;
    schema:duration "PT21:49"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N308855f5341d4941aceffaba6b38526f,
        _:N6b8d26d22fa24cc38e4c2c80d27a2946,
        _:N743530a963ed4bd299e8cb4d5cfcb6fe,
        _:N7a746ecba5984aac9078251b06179db0,
        _:N8fe619b558a043aba28de50f132bf4c6,
        _:Naa8106f06ba944f0bb706cfba4ba369c,
        _:Nbc7ab8841e144c73968adcf376a9cbe1,
        _:Nbe3388cfde1c42d4905c5d059b40efe6 .

