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

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

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

<artist/1342#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/93839#subject> ;
    schema:name "Yukio Kaneoka"@en,
        "兼岡行男"@ja ;
    foaf:made <album/93839#composition>,
        <album/93839#subject> ;
    foaf:name "Yukio Kaneoka"@en,
        "兼岡行男"@ja .

<artist/1935#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/93839#subject> ;
    schema:name "Grant Kirkhope"@en ;
    foaf:made <album/93839#composition>,
        <album/93839#subject> ;
    foaf:name "Grant Kirkhope"@en .

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

<artist/57122#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/93839#subject> ;
    schema:name "Eveline Fischer"@en ;
    foaf:made <album/93839#composition>,
        <album/93839#subject> ;
    foaf:name "Eveline Fischer"@en .

<product/270#subject> a schema:CreativeWork ;
    schema:name "Donkey Kong Country"@en,
        "スーパードンキーコング"@ja,
        "Super Donkey Kong"@ja-latn ;
    foaf:name "Donkey Kong Country"@en,
        "スーパードンキーコング"@ja,
        "Super Donkey Kong"@ja-latn .

<product/271#subject> a schema:CreativeWork ;
    schema:name "Donkey Kong Country 2: Diddy's Kong Quest"@en,
        "スーパードンキーコング2"@ja,
        "Super Donkey Kong 2"@ja-latn ;
    foaf:name "Donkey Kong Country 2: Diddy's Kong Quest"@en,
        "スーパードンキーコング2"@ja,
        "Super Donkey Kong 2"@ja-latn .

<product/5073#subject> a schema:CreativeWork ;
    schema:name "Donkey Kong 64"@en,
        "ドンキーコング64"@ja,
        "Donkey Kong 64"@ja-latn ;
    foaf:name "Donkey Kong 64"@en,
        "ドンキーコング64"@ja,
        "Donkey Kong 64"@ja-latn .

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

<album/93839#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Donkey Kong remixed"@en,
        "Donkey Kong remixed"@ja,
        "Donkey Kong remixed"@ja-latn ;
    mo:performance_of <album/93839#musicalwork> ;
    mo:recorded_as <album/93839#musicalexpression> ;
    schema:name "Donkey Kong remixed"@en,
        "Donkey Kong remixed"@ja,
        "Donkey Kong remixed"@ja-latn ;
    schema:workPerformed <album/93839#musicalwork> .

<org/1617#subject> schema:name "Tiny Waves"@en,
        "Tiny Waves"@ja,
        "Tiny Waves"@ja-latn ;
    foaf:name "Tiny Waves"@en,
        "Tiny Waves"@ja,
        "Tiny Waves"@ja-latn .

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

<https://medium-media.vgm.io/albums/93/93839/93839-1575894172.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/93839#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Donkey Kong remixed"@en,
        "Donkey Kong remixed"@ja,
        "Donkey Kong remixed"@ja-latn ;
    mo:composer <artist/1342#subject>,
        <artist/1935#subject>,
        <artist/507#subject>,
        <artist/57122#subject> ;
    mo:produced_work <album/93839#musicalwork> ;
    schema:name "Donkey Kong remixed"@en,
        "Donkey Kong remixed"@ja,
        "Donkey Kong remixed"@ja-latn .

<album/93839#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-12-09"^^xsd:date ;
    dcterms:title "Donkey Kong remixed"@en,
        "Donkey Kong remixed"@ja,
        "Donkey Kong remixed"@ja-latn ;
    mo:catalogue_number "TWAV-0001" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/93839#musicalexpression> ;
    mo:publisher <org/1617#subject> ;
    mo:record _:N018f2c3abd904cb79ac4c721382087aa ;
    mo:record_count 1 ;
    schema:about <product/270#subject>,
        <product/271#subject>,
        <product/5073#subject> ;
    schema:datePublished "2019-12-09"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/93/93839/93839-1575894172.jpg> ;
    schema:name "Donkey Kong remixed"@en,
        "Donkey Kong remixed"@ja,
        "Donkey Kong remixed"@ja-latn ;
    schema:publisher <org/1617#subject> ;
    foaf:depiction <https://media.vgm.io/albums/93/93839/93839-1575894172.jpg> .

_:N0e22255271444563ab2223088b323577 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aquatic Ambiance"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Aquatic Ambiance"@en .

_:N2ca61ca9a102422ab41564fd4afbca1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Funky's Armory"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Funky's Armory"@en .

_:N37c093e34dc54610af32a25249fa3718 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jib Jig"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:49"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Jib Jig"@en .

_:N58dc002004854cc9aeaae52db19dcf5c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Donkey Kong Country"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Donkey Kong Country"@en .

_:N62444d23c0d847069333966e8be4f2df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice Cave Chant"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Ice Cave Chant"@en .

_:N827bbecc7d5542e9a6a6f2e6b800a7ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mining Melancholy"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Mining Melancholy"@en .

_:N8480904194e84e96a134a3d12e38e123 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gang-Plank Galleon"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Gang-Plank Galleon"@en .

_:Nae00faa8d1134ff986aa3ad27b604f0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bonus / Stickerbush Symphony"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Bonus / Stickerbush Symphony"@en .

_:Ndb9cb532ca744ea1ab3ba44eef24a029 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fear Factory"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Fear Factory"@en .

_:Ndfca618aa1834a4db1b2d5427b08e805 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aquatic Ambiance"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Aquatic Ambiance"@en .

_:Ne629a145a793476485d45f706450d57b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fear Factory"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Fear Factory"@en .

_:Nfe1e7165e65447ddac57a300299d2f79 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Frantic Factory"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N018f2c3abd904cb79ac4c721382087aa ;
    schema:name "Frantic Factory"@en .

_:N018f2c3abd904cb79ac4c721382087aa a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e22255271444563ab2223088b323577,
        _:N2ca61ca9a102422ab41564fd4afbca1f,
        _:N37c093e34dc54610af32a25249fa3718,
        _:N58dc002004854cc9aeaae52db19dcf5c,
        _:N62444d23c0d847069333966e8be4f2df,
        _:N827bbecc7d5542e9a6a6f2e6b800a7ea,
        _:N8480904194e84e96a134a3d12e38e123,
        _:Nae00faa8d1134ff986aa3ad27b604f0b,
        _:Ndb9cb532ca744ea1ab3ba44eef24a029,
        _:Ndfca618aa1834a4db1b2d5427b08e805,
        _:Ne629a145a793476485d45f706450d57b,
        _:Nfe1e7165e65447ddac57a300299d2f79 ;
    mo:track_count 12 ;
    schema:duration "PT41:23"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N0e22255271444563ab2223088b323577,
        _:N2ca61ca9a102422ab41564fd4afbca1f,
        _:N37c093e34dc54610af32a25249fa3718,
        _:N58dc002004854cc9aeaae52db19dcf5c,
        _:N62444d23c0d847069333966e8be4f2df,
        _:N827bbecc7d5542e9a6a6f2e6b800a7ea,
        _:N8480904194e84e96a134a3d12e38e123,
        _:Nae00faa8d1134ff986aa3ad27b604f0b,
        _:Ndb9cb532ca744ea1ab3ba44eef24a029,
        _:Ndfca618aa1834a4db1b2d5427b08e805,
        _:Ne629a145a793476485d45f706450d57b,
        _:Nfe1e7165e65447ddac57a300299d2f79 .

