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

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

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

<artist/1297#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6848#subject> ;
    schema:name "Rob Hubbard"@en ;
    foaf:made <album/6848#composition>,
        <album/6848#subject> ;
    foaf:name "Rob Hubbard"@en .

<artist/1298#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6848#subject> ;
    schema:name "Martin Galway"@en ;
    foaf:made <album/6848#composition>,
        <album/6848#subject> ;
    foaf:name "Martin Galway"@en .

<artist/1301#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6848#subject> ;
    schema:name "Tim Follin"@en ;
    foaf:made <album/6848#composition>,
        <album/6848#subject> ;
    foaf:name "Tim Follin"@en .

<artist/1302#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6848#subject> ;
    schema:name "Ben Daglish"@en ;
    foaf:made <album/6848#composition>,
        <album/6848#subject> ;
    foaf:name "Ben Daglish"@en .

<artist/1308#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6848#subject> ;
    schema:name "David Whittaker"@en ;
    foaf:made <album/6848#composition>,
        <album/6848#subject> ;
    foaf:name "David Whittaker"@en .

<artist/26620#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6848#subject> ;
    schema:name "Trevor Horn"@en ;
    foaf:made <album/6848#composition>,
        <album/6848#subject> ;
    foaf:name "Trevor Horn"@en .

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

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

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

<https://medium-media.vgm.io/albums/84/6848/6848-1200129762.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/6848#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "C64Audio Classics"@en,
        "C64Audio Classics"@ja,
        "C64Audio Classics"@ja-latn ;
    mo:performance_of <album/6848#musicalwork> ;
    mo:performer <artist/1423#subject> ;
    mo:recorded_as <album/6848#musicalexpression> ;
    schema:byArtist <artist/1423#subject> ;
    schema:name "C64Audio Classics"@en,
        "C64Audio Classics"@ja,
        "C64Audio Classics"@ja-latn ;
    schema:workPerformed <album/6848#musicalwork> .

<artist/1423#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6848#performance> ;
    schema:name "Jogeir Liljedahl"@en ;
    foaf:name "Jogeir Liljedahl"@en .

<album/6848#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "C64Audio Classics"@en,
        "C64Audio Classics"@ja,
        "C64Audio Classics"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Aidan Bell"@en ;
            foaf:made <album/6848#composition> ;
            foaf:name "Aidan Bell"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Frankie Goes to Hollywood"@en ;
            foaf:made <album/6848#composition> ;
            foaf:name "Frankie Goes to Hollywood"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Paul Hodgson"@en ;
            foaf:made <album/6848#composition> ;
            foaf:name "Paul Hodgson"@en ],
        <artist/1297#subject>,
        <artist/1298#subject>,
        <artist/1301#subject>,
        <artist/1302#subject>,
        <artist/1308#subject>,
        <artist/26620#subject> ;
    mo:produced_work <album/6848#musicalwork> ;
    schema:name "C64Audio Classics"@en,
        "C64Audio Classics"@ja,
        "C64Audio Classics"@ja-latn .

<album/6848#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-07-12"^^xsd:date ;
    dcterms:title "C64Audio Classics"@en,
        "C64Audio Classics"@ja,
        "C64Audio Classics"@ja-latn ;
    mo:catalogue_number "ABBOTT1" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/6848#musicalexpression> ;
    mo:publisher <org/2034#subject> ;
    mo:record _:N50540d49e2334edb899a2e114b71f698 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Lightforce 2000"@en ;
            foaf:name "Lightforce 2000"@en ],
        [ a schema:CreativeWork ;
            schema:name "Elite"@en ;
            foaf:name "Elite"@en ],
        [ a schema:CreativeWork ;
            schema:name "Times of Lore"@en ;
            foaf:name "Times of Lore"@en ],
        [ a schema:CreativeWork ;
            schema:name "Bionic Commando"@en ;
            foaf:name "Bionic Commando"@en ],
        [ a schema:CreativeWork ;
            schema:name "RMC 2"@en ;
            foaf:name "RMC 2"@en ],
        [ a schema:CreativeWork ;
            schema:name "Last Ninja"@en ;
            foaf:name "Last Ninja"@en ],
        [ a schema:CreativeWork ;
            schema:name "ThunderCats"@en ;
            foaf:name "ThunderCats"@en ],
        [ a schema:CreativeWork ;
            schema:name "Elektra Glide"@en ;
            foaf:name "Elektra Glide"@en ],
        [ a schema:CreativeWork ;
            schema:name "Chimera"@en ;
            foaf:name "Chimera"@en ],
        [ a schema:CreativeWork ;
            schema:name "Super Pipeline II"@en ;
            foaf:name "Super Pipeline II"@en ],
        [ a schema:CreativeWork ;
            schema:name "Confuzion"@en ;
            foaf:name "Confuzion"@en ] ;
    schema:byArtist <artist/1423#subject> ;
    schema:datePublished "2007-07-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/84/6848/6848-1200129762.jpg> ;
    schema:name "C64Audio Classics"@en,
        "C64Audio Classics"@ja,
        "C64Audio Classics"@ja-latn ;
    schema:publisher <org/2034#subject> ;
    foaf:depiction <https://media.vgm.io/albums/84/6848/6848-1200129762.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6848#subject> ;
    schema:name "Frankie Goes to Hollywood"@en ;
    foaf:made <album/6848#subject> ;
    foaf:name "Frankie Goes to Hollywood"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6848#subject> ;
    schema:name "Aidan Bell"@en ;
    foaf:made <album/6848#subject> ;
    foaf:name "Aidan Bell"@en .

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

_:N174c54ce8a114c0496bb7d7902ddbe8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elektraglide"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Elektraglide"@en .

_:N4f9d3793b25346118872ff96eee2545d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The World is My Oyster"@en ;
    mo:track_number 11 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "The World is My Oyster"@en .

_:N50bd6b8ee2ec49cea53312fe2e41631b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chimera"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Chimera"@en .

_:N69ed85da6d644facb6a1dbedc0e00a66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Times of Lore"@en ;
    mo:track_number 13 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Times of Lore"@en .

_:N7a1fd6047e0c4cb982396d607ada092b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ocean Loader 2"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Ocean Loader 2"@en .

_:N840088ba1bf847bc9b9ceb662fa9889e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lightforce 2000"@en ;
    mo:track_number 7 ;
    schema:duration "PT6:55"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Lightforce 2000"@en .

_:N9affaf60601f4d818d2fe784c3b102c0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Thundercats"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Thundercats"@en .

_:Nb389299c8ffb4b04ab2f8c14371dd54a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Pipeline II"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Super Pipeline II"@en .

_:Nb6780f80012647c8b522609147038a5e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bionic Commando"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Bionic Commando"@en .

_:Nc8270b23d15a4371967ed12e0a0e8418 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Confuzion"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Confuzion"@en .

_:Nceeb3d24e81d4c46bb2befd19054424b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elite"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Elite"@en .

_:Nd59d6b23c1554bbaacc305bb449e0006 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RMC 2"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "RMC 2"@en .

_:Ndf0482bc86984e27932691c1c2f5ab3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Ninja - Wastelands Loader"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N50540d49e2334edb899a2e114b71f698 ;
    schema:name "Last Ninja - Wastelands Loader"@en .

_:N50540d49e2334edb899a2e114b71f698 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N174c54ce8a114c0496bb7d7902ddbe8c,
        _:N4f9d3793b25346118872ff96eee2545d,
        _:N50bd6b8ee2ec49cea53312fe2e41631b,
        _:N69ed85da6d644facb6a1dbedc0e00a66,
        _:N7a1fd6047e0c4cb982396d607ada092b,
        _:N840088ba1bf847bc9b9ceb662fa9889e,
        _:N9affaf60601f4d818d2fe784c3b102c0,
        _:Nb389299c8ffb4b04ab2f8c14371dd54a,
        _:Nb6780f80012647c8b522609147038a5e,
        _:Nc8270b23d15a4371967ed12e0a0e8418,
        _:Nceeb3d24e81d4c46bb2befd19054424b,
        _:Nd59d6b23c1554bbaacc305bb449e0006,
        _:Ndf0482bc86984e27932691c1c2f5ab3a ;
    mo:track_count 13 ;
    schema:duration "PT47:42"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N174c54ce8a114c0496bb7d7902ddbe8c,
        _:N4f9d3793b25346118872ff96eee2545d,
        _:N50bd6b8ee2ec49cea53312fe2e41631b,
        _:N69ed85da6d644facb6a1dbedc0e00a66,
        _:N7a1fd6047e0c4cb982396d607ada092b,
        _:N840088ba1bf847bc9b9ceb662fa9889e,
        _:N9affaf60601f4d818d2fe784c3b102c0,
        _:Nb389299c8ffb4b04ab2f8c14371dd54a,
        _:Nb6780f80012647c8b522609147038a5e,
        _:Nc8270b23d15a4371967ed12e0a0e8418,
        _:Nceeb3d24e81d4c46bb2befd19054424b,
        _:Nd59d6b23c1554bbaacc305bb449e0006,
        _:Ndf0482bc86984e27932691c1c2f5ab3a .

