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

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

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

<artist/2164#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/34020#subject> ;
    schema:name "Thomas Detert"@en ;
    foaf:made <album/34020#composition>,
        <album/34020#subject> ;
    foaf:name "Thomas Detert"@en .

<album/34020#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "X-Ample Architectures"@en,
        "X-Ample Architectures"@ja,
        "X-Ample Architectures"@ja-latn ;
    mo:composer <artist/2164#subject> ;
    mo:produced_work <album/34020#musicalwork> ;
    schema:name "X-Ample Architectures"@en,
        "X-Ample Architectures"@ja,
        "X-Ample Architectures"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/02/34020/34020-1341771489.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/34020#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-06-04"^^xsd:date ;
    dcterms:title "X-Ample Architectures"@en,
        "X-Ample Architectures"@ja,
        "X-Ample Architectures"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/34020#musicalexpression> ;
    mo:publisher _:N4624a24f40614c4193d1f69b8d0af4ce ;
    mo:record _:Nd5f0307d373d43538a3f813c0578ec65 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Gordian Tomb"@en ;
            foaf:name "Gordian Tomb"@en ],
        [ a schema:CreativeWork ;
            schema:name "Starforce"@en ;
            foaf:name "Starforce"@en ],
        [ a schema:CreativeWork ;
            schema:name "Artists of Time"@en ;
            foaf:name "Artists of Time"@en ],
        [ a schema:CreativeWork ;
            schema:name "Tales of Boon"@en ;
            foaf:name "Tales of Boon"@en ],
        [ a schema:CreativeWork ;
            schema:name "Clystron"@en ;
            foaf:name "Clystron"@en ],
        [ a schema:CreativeWork ;
            schema:name "Neuronics"@en ;
            foaf:name "Neuronics"@en ],
        [ a schema:CreativeWork ;
            schema:name "EON"@en ;
            foaf:name "EON"@en ],
        [ a schema:CreativeWork ;
            schema:name "Doofus"@en ;
            foaf:name "Doofus"@en ],
        [ a schema:CreativeWork ;
            schema:name "Another World"@en ;
            foaf:name "Another World"@en ] ;
    schema:datePublished "2012-06-04"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/02/34020/34020-1341771489.jpg> ;
    schema:name "X-Ample Architectures"@en,
        "X-Ample Architectures"@ja,
        "X-Ample Architectures"@ja-latn ;
    schema:publisher _:N4624a24f40614c4193d1f69b8d0af4ce ;
    foaf:depiction <https://media.vgm.io/albums/02/34020/34020-1341771489.jpg> .

_:N4624a24f40614c4193d1f69b8d0af4ce schema:name "Airbase Classics"@en ;
    foaf:name "Airbase Classics"@en .

_:N54029a284b5d4c5ba6f1527dffe1cb1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starforce II (Title Theme)"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "Starforce II (Title Theme)"@en .

_:N5f28c194d723436c8bbe1ca079860e94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tales of Boon (Amiga 500 Highscore Theme)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "Tales of Boon (Amiga 500 Highscore Theme)"@en .

_:N60098311cca44dda8d1288601e87c11a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Neondancer (Neuronix Title Theme)"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "Neondancer (Neuronix Title Theme)"@en .

_:N6a1f5b0e1f9a49f3aab913fb2fb3c921 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tales of Boon (Amiga 500 Opening Title)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "Tales of Boon (Amiga 500 Opening Title)"@en .

_:N88034c4c8e984c3a963a6127e05daa8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Switch (Artists of Time Main Tune)"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "The Switch (Artists of Time Main Tune)"@en .

_:Naf5c2cc626b3486bb97c081b6f4e0600 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clystron (Title Theme)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "Clystron (Title Theme)"@en .

_:Nb383a64131954c06ad22556b1e4763f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "E.O.N. (Title Theme)"@en ;
    mo:track_number 7 ;
    schema:duration "PT5:10"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "E.O.N. (Title Theme)"@en .

_:Nc307f5c95a7b468ab87009436715300e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another World (Endtitle)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "Another World (Endtitle)"@en .

_:Nce483d86143f4306894618e47a03c9cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gordian Tomb (Orchestral Theme)"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "Gordian Tomb (Orchestral Theme)"@en .

_:Nd1585efcf19d441b885742f872d87790 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The North Pole (Dofus Opening Title)"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "The North Pole (Dofus Opening Title)"@en .

_:Nd462b4356d37425588b366aaf74cb44a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ODE to S.I.D. (Magic Disk Version)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nd5f0307d373d43538a3f813c0578ec65 ;
    schema:name "ODE to S.I.D. (Magic Disk Version)"@en .

_:Nd5f0307d373d43538a3f813c0578ec65 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N54029a284b5d4c5ba6f1527dffe1cb1c,
        _:N5f28c194d723436c8bbe1ca079860e94,
        _:N60098311cca44dda8d1288601e87c11a,
        _:N6a1f5b0e1f9a49f3aab913fb2fb3c921,
        _:N88034c4c8e984c3a963a6127e05daa8b,
        _:Naf5c2cc626b3486bb97c081b6f4e0600,
        _:Nb383a64131954c06ad22556b1e4763f1,
        _:Nc307f5c95a7b468ab87009436715300e,
        _:Nce483d86143f4306894618e47a03c9cb,
        _:Nd1585efcf19d441b885742f872d87790,
        _:Nd462b4356d37425588b366aaf74cb44a ;
    mo:track_count 11 ;
    schema:duration "PT46:15"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N54029a284b5d4c5ba6f1527dffe1cb1c,
        _:N5f28c194d723436c8bbe1ca079860e94,
        _:N60098311cca44dda8d1288601e87c11a,
        _:N6a1f5b0e1f9a49f3aab913fb2fb3c921,
        _:N88034c4c8e984c3a963a6127e05daa8b,
        _:Naf5c2cc626b3486bb97c081b6f4e0600,
        _:Nb383a64131954c06ad22556b1e4763f1,
        _:Nc307f5c95a7b468ab87009436715300e,
        _:Nce483d86143f4306894618e47a03c9cb,
        _:Nd1585efcf19d441b885742f872d87790,
        _:Nd462b4356d37425588b366aaf74cb44a .

