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

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

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

<artist/1408#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/37627#subject> ;
    schema:name "S.Rippy"@en ;
    foaf:made <album/37627#composition>,
        <album/37627#subject> ;
    foaf:name "S.Rippy"@en .

<artist/1409#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/37627#subject> ;
    schema:name "K.McMullan"@en ;
    foaf:made <album/37627#composition>,
        <album/37627#subject> ;
    foaf:name "K.McMullan"@en .

<artist/1412#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/37627#subject> ;
    schema:name "D.Rippy"@en ;
    foaf:made <album/37627#composition>,
        <album/37627#subject> ;
    foaf:name "D.Rippy"@en .

<release/25960#subject> a schema:CreativeWork ;
    schema:name "Age of Empires"@en,
        "Age of Empires"@ja,
        "Age of Empires"@ja-latn ;
    foaf:name "Age of Empires"@en,
        "Age of Empires"@ja,
        "Age of Empires"@ja-latn .

<release/25961#subject> a schema:CreativeWork ;
    schema:name "Age of Empires: The Rise of Rome"@en,
        "Age of Empires: The Rise of Rome"@ja,
        "Age of Empires: The Rise of Rome"@ja-latn ;
    foaf:name "Age of Empires: The Rise of Rome"@en,
        "Age of Empires: The Rise of Rome"@ja,
        "Age of Empires: The Rise of Rome"@ja-latn .

<release/25963#subject> a schema:CreativeWork ;
    schema:name "Age of Empires II: The Age of Kings"@en,
        "Age of Empires II: The Age of Kings"@ja,
        "Age of Empires II: The Age of Kings"@ja-latn ;
    foaf:name "Age of Empires II: The Age of Kings"@en,
        "Age of Empires II: The Age of Kings"@ja,
        "Age of Empires II: The Age of Kings"@ja-latn .

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

<album/37627#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Music From The Ages"@en,
        "Music From The Ages"@ja,
        "Music From The Ages"@ja-latn ;
    mo:performance_of <album/37627#musicalwork> ;
    mo:recorded_as <album/37627#musicalexpression> ;
    schema:name "Music From The Ages"@en,
        "Music From The Ages"@ja,
        "Music From The Ages"@ja-latn ;
    schema:workPerformed <album/37627#musicalwork> .

<org/4342#subject> schema:name "Ensemble Studios"@en,
        "Ensemble Studios"@ja,
        "Ensemble Studios"@ja-latn ;
    foaf:name "Ensemble Studios"@en,
        "Ensemble Studios"@ja,
        "Ensemble Studios"@ja-latn .

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

<https://medium-media.vgm.io/albums/72/37627/37627-1359763572.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/37627#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Music From The Ages"@en,
        "Music From The Ages"@ja,
        "Music From The Ages"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "M.Stanberry"@en ;
            foaf:made <album/37627#composition> ;
            foaf:name "M.Stanberry"@en ],
        <artist/1408#subject>,
        <artist/1409#subject>,
        <artist/1412#subject> ;
    mo:produced_work <album/37627#musicalwork> ;
    schema:name "Music From The Ages"@en,
        "Music From The Ages"@ja,
        "Music From The Ages"@ja-latn .

<album/37627#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-01-01"^^xsd:date ;
    dcterms:title "Music From The Ages"@en,
        "Music From The Ages"@ja,
        "Music From The Ages"@ja-latn ;
    mo:catalogue_number "090575" ;
    mo:media_type "CD" ;
    mo:publication_of <album/37627#musicalexpression> ;
    mo:publisher <org/4342#subject> ;
    mo:record _:N084b0b9ca2364eeebe30c1273ee66632 ;
    mo:record_count 1 ;
    schema:about <release/25960#subject>,
        <release/25961#subject>,
        <release/25963#subject> ;
    schema:datePublished "1999-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/72/37627/37627-1359763572.jpg> ;
    schema:name "Music From The Ages"@en,
        "Music From The Ages"@ja,
        "Music From The Ages"@ja-latn ;
    schema:publisher <org/4342#subject> ;
    foaf:depiction <https://media.vgm.io/albums/72/37627/37627-1359763572.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/37627#subject> ;
    schema:name "M.Stanberry"@en ;
    foaf:made <album/37627#subject> ;
    foaf:name "M.Stanberry"@en .

_:N0439796dfac0422fa8de6e1978e0632b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rise of Rome End Credits"@en ;
    mo:track_number 8 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Rise of Rome End Credits"@en .

_:N0b4c3a6370d24d5aac5bb7501a1263ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Polyester Jammy"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Polyester Jammy"@en .

_:N272b1fa94d9f4b909fc700c71ada6438 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tango Alpha Bravo"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Tango Alpha Bravo"@en .

_:N5511335270524166b6b82317bc94cf6a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "...Where Credit is Due"@en ;
    mo:track_number 17 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "...Where Credit is Due"@en .

_:N60bc815ecc744ea78af4f5737d26bea0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tazer"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Tazer"@en .

_:N758b705df66b404c833df7f42c8e6f61 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "T Station"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "T Station"@en .

_:N7d709c1ea736450ea9f64f1ed0e9578c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rain"@en ;
    mo:track_number 16 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Rain"@en .

_:N8727d4fbfe7f46458156821b9039f794 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bigelow's Bungalow"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Bigelow's Bungalow"@en .

_:Na8cd28088f2c4f95a905e7d58f0c69a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bass Bag (Album Version)"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Bass Bag (Album Version)"@en .

_:Nb3d01d118bec448f801a67357b178b84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Machina del Diablo"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Machina del Diablo"@en .

_:Nb906794914174398993f1e2dfd06e447 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Death"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Death"@en .

_:Nc30856dc29904f21ad23492c15202c68 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hunt"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Hunt"@en .

_:Nc6672dd2ba3f4b42a8e655039c794e1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shamburger"@en ;
    mo:track_number 15 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Shamburger"@en .

_:Ne30cca5dc88d44d9b032be0ce6a4133c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Smells Like Crickets, Tastes Like Chicken"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Smells Like Crickets, Tastes Like Chicken"@en .

_:Neac3dfd8fc9e478cad216e2202e12c80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Uluzah"@en ;
    mo:track_number 11 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Uluzah"@en .

_:Nf45159a4bac94f9ebb7e3ac806072b75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gamelan"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Gamelan"@en .

_:Nfec0d2e37e944ad38b8e80d0785c153f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ride, Lawrence, Ride!"@en ;
    mo:track_number 14 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N084b0b9ca2364eeebe30c1273ee66632 ;
    schema:name "Ride, Lawrence, Ride!"@en .

_:N084b0b9ca2364eeebe30c1273ee66632 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0439796dfac0422fa8de6e1978e0632b,
        _:N0b4c3a6370d24d5aac5bb7501a1263ce,
        _:N272b1fa94d9f4b909fc700c71ada6438,
        _:N5511335270524166b6b82317bc94cf6a,
        _:N60bc815ecc744ea78af4f5737d26bea0,
        _:N758b705df66b404c833df7f42c8e6f61,
        _:N7d709c1ea736450ea9f64f1ed0e9578c,
        _:N8727d4fbfe7f46458156821b9039f794,
        _:Na8cd28088f2c4f95a905e7d58f0c69a6,
        _:Nb3d01d118bec448f801a67357b178b84,
        _:Nb906794914174398993f1e2dfd06e447,
        _:Nc30856dc29904f21ad23492c15202c68,
        _:Nc6672dd2ba3f4b42a8e655039c794e1f,
        _:Ne30cca5dc88d44d9b032be0ce6a4133c,
        _:Neac3dfd8fc9e478cad216e2202e12c80,
        _:Nf45159a4bac94f9ebb7e3ac806072b75,
        _:Nfec0d2e37e944ad38b8e80d0785c153f ;
    mo:track_count 17 ;
    schema:duration "PT48:17"^^xsd:interval ;
    schema:numTracks 17 ;
    schema:track _:N0439796dfac0422fa8de6e1978e0632b,
        _:N0b4c3a6370d24d5aac5bb7501a1263ce,
        _:N272b1fa94d9f4b909fc700c71ada6438,
        _:N5511335270524166b6b82317bc94cf6a,
        _:N60bc815ecc744ea78af4f5737d26bea0,
        _:N758b705df66b404c833df7f42c8e6f61,
        _:N7d709c1ea736450ea9f64f1ed0e9578c,
        _:N8727d4fbfe7f46458156821b9039f794,
        _:Na8cd28088f2c4f95a905e7d58f0c69a6,
        _:Nb3d01d118bec448f801a67357b178b84,
        _:Nb906794914174398993f1e2dfd06e447,
        _:Nc30856dc29904f21ad23492c15202c68,
        _:Nc6672dd2ba3f4b42a8e655039c794e1f,
        _:Ne30cca5dc88d44d9b032be0ce6a4133c,
        _:Neac3dfd8fc9e478cad216e2202e12c80,
        _:Nf45159a4bac94f9ebb7e3ac806072b75,
        _:Nfec0d2e37e944ad38b8e80d0785c153f .

