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

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

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

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

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

<artist/1412#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1697#subject> ;
    schema:name "David Rippy"@en ;
    foaf:made <album/1697#composition>,
        <album/1697#subject> ;
    foaf:name "David 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 .

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

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

<album/1697#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Age of Empires Compilation Soundtrack"@en,
        "Age of Empires Compilation Soundtrack"@ja,
        "Age of Empires Compilation Soundtrack"@ja-latn ;
    mo:performance_of <album/1697#musicalwork> ;
    mo:recorded_as <album/1697#musicalexpression> ;
    schema:name "Age of Empires Compilation Soundtrack"@en,
        "Age of Empires Compilation Soundtrack"@ja,
        "Age of Empires Compilation Soundtrack"@ja-latn ;
    schema:workPerformed <album/1697#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/79/1697/1697-1438232255.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/1697#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Age of Empires Compilation Soundtrack"@en,
        "Age of Empires Compilation Soundtrack"@ja,
        "Age of Empires Compilation Soundtrack"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Matt Stanberry"@en ;
            foaf:made <album/1697#composition> ;
            foaf:name "Matt Stanberry"@en ],
        <artist/1408#subject>,
        <artist/1409#subject>,
        <artist/1412#subject> ;
    mo:produced_work <album/1697#musicalwork> ;
    schema:name "Age of Empires Compilation Soundtrack"@en,
        "Age of Empires Compilation Soundtrack"@ja,
        "Age of Empires Compilation Soundtrack"@ja-latn .

<album/1697#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2000-10-31"^^xsd:date ;
    dcterms:title "Age of Empires Compilation Soundtrack"@en,
        "Age of Empires Compilation Soundtrack"@ja,
        "Age of Empires Compilation Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/1697#musicalexpression> ;
    mo:publisher <org/2633#subject> ;
    mo:record _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    mo:record_count 1 ;
    schema:about <release/25960#subject>,
        <release/25961#subject>,
        <release/25963#subject>,
        <release/25965#subject> ;
    schema:datePublished "2000-10-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/79/1697/1697-1438232255.jpg> ;
    schema:name "Age of Empires Compilation Soundtrack"@en,
        "Age of Empires Compilation Soundtrack"@ja,
        "Age of Empires Compilation Soundtrack"@ja-latn ;
    schema:publisher <org/2633#subject> ;
    foaf:depiction <https://media.vgm.io/albums/79/1697/1697-1438232255.jpg> .

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

_:N00eb3afda8af48749432e65cf2e2484f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bigelow's Bungalow"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Bigelow's Bungalow"@en .

_:N1988e438313b4c96971494254d795d4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Polyester Jammy"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Polyester Jammy"@en .

_:N1a55b9161108420e9d3f8c36eb5ca459 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hunt"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Hunt"@en .

_:N1d6d6f1a3271497ea532a17f2dd566b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Smells Like Crickets, Tastes Like Chicken"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Smells Like Crickets, Tastes Like Chicken"@en .

_:N32c21ff91da94abfaa0bb94d759f33a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Age of Empires Theme (Single Mix)"@en ;
    mo:track_number 20 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Age of Empires Theme (Single Mix)"@en .

_:N4c713e7df6574286bae55711b0d6c994 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tide Me Over Warm 'em Ups"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Tide Me Over Warm 'em Ups"@en .

_:N4e7b7d2c9c16449a99f76e111a135b88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voodoodoodoo"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Voodoodoodoo"@en .

_:N5089f16c30ec410dbeaeca5934846bd8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Droppin' tha Trou"@en ;
    mo:track_number 15 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Droppin' tha Trou"@en .

_:N584dc584553642ea8a6f92b4b1d5e765 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shamburger"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Shamburger"@en .

_:N643778f807f843d1bc4b30037ef3238d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Death"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Death"@en .

_:N8ac1d7401f034924bff1d7725b9f0cbf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rise of Rome Credits"@en ;
    mo:track_number 11 ;
    schema:duration "PT1:28"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Rise of Rome Credits"@en .

_:N96ba724ab8b74859b3ea6429e4eafa7d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ride, Lawrence, Ride!"@en ;
    mo:track_number 18 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Ride, Lawrence, Ride!"@en .

_:Nae61e8cc18e34c07a0fd9b0fb61273ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pork Parts"@en ;
    mo:track_number 19 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Pork Parts"@en .

_:Nbc29be4f9d3b4619a37edf3f84d3f9b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hyman's Wrath"@en ;
    mo:track_number 17 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Hyman's Wrath"@en .

_:Nc42d70c244e74b08b9fd5fb59b769a8a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tango Alpha Bravo"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Tango Alpha Bravo"@en .

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

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

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

_:Ncd98e7db4b454d57ad6e5888b25fd217 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Bovinian Dervative"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "The Bovinian Dervative"@en .

_:Nf0c4de3b1ec943e19901a8d5eba533d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gamelan"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N272221e4bccc4181bd74f3c94b6e1ff6 ;
    schema:name "Gamelan"@en .

_:N272221e4bccc4181bd74f3c94b6e1ff6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00eb3afda8af48749432e65cf2e2484f,
        _:N1988e438313b4c96971494254d795d4b,
        _:N1a55b9161108420e9d3f8c36eb5ca459,
        _:N1d6d6f1a3271497ea532a17f2dd566b9,
        _:N32c21ff91da94abfaa0bb94d759f33a2,
        _:N4c713e7df6574286bae55711b0d6c994,
        _:N4e7b7d2c9c16449a99f76e111a135b88,
        _:N5089f16c30ec410dbeaeca5934846bd8,
        _:N584dc584553642ea8a6f92b4b1d5e765,
        _:N643778f807f843d1bc4b30037ef3238d,
        _:N8ac1d7401f034924bff1d7725b9f0cbf,
        _:N96ba724ab8b74859b3ea6429e4eafa7d,
        _:Nae61e8cc18e34c07a0fd9b0fb61273ed,
        _:Nbc29be4f9d3b4619a37edf3f84d3f9b0,
        _:Nc42d70c244e74b08b9fd5fb59b769a8a,
        _:Nc50f34ce5ae344e992c04473574366b8,
        _:Nc7006db96d144bcc82aff3c848608e2a,
        _:Ncacf6105734d444dace4254878548eb2,
        _:Ncd98e7db4b454d57ad6e5888b25fd217,
        _:Nf0c4de3b1ec943e19901a8d5eba533d7 ;
    mo:track_count 20 ;
    schema:duration "PT60:21"^^xsd:interval ;
    schema:numTracks 20 ;
    schema:track _:N00eb3afda8af48749432e65cf2e2484f,
        _:N1988e438313b4c96971494254d795d4b,
        _:N1a55b9161108420e9d3f8c36eb5ca459,
        _:N1d6d6f1a3271497ea532a17f2dd566b9,
        _:N32c21ff91da94abfaa0bb94d759f33a2,
        _:N4c713e7df6574286bae55711b0d6c994,
        _:N4e7b7d2c9c16449a99f76e111a135b88,
        _:N5089f16c30ec410dbeaeca5934846bd8,
        _:N584dc584553642ea8a6f92b4b1d5e765,
        _:N643778f807f843d1bc4b30037ef3238d,
        _:N8ac1d7401f034924bff1d7725b9f0cbf,
        _:N96ba724ab8b74859b3ea6429e4eafa7d,
        _:Nae61e8cc18e34c07a0fd9b0fb61273ed,
        _:Nbc29be4f9d3b4619a37edf3f84d3f9b0,
        _:Nc42d70c244e74b08b9fd5fb59b769a8a,
        _:Nc50f34ce5ae344e992c04473574366b8,
        _:Nc7006db96d144bcc82aff3c848608e2a,
        _:Ncacf6105734d444dace4254878548eb2,
        _:Ncd98e7db4b454d57ad6e5888b25fd217,
        _:Nf0c4de3b1ec943e19901a8d5eba533d7 .

