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

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

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

<artist/1079#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49449#subject> ;
    schema:name "Taro Bando"@en,
        "阪東太郎"@ja ;
    foaf:made <album/49449#composition>,
        <album/49449#subject> ;
    foaf:name "Taro Bando"@en,
        "阪東太郎"@ja .

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49449#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/49449#composition>,
        <album/49449#subject> ;
    foaf:name "Koji Kondo"@en,
        "近藤浩治"@ja .

<artist/363#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49449#subject> ;
    schema:name "Hirokazu Tanaka"@en,
        "田中宏和"@ja ;
    foaf:made <album/49449#composition>,
        <album/49449#subject> ;
    foaf:name "Hirokazu Tanaka"@en,
        "田中宏和"@ja .

<artist/475#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49449#subject> ;
    schema:name "Hirokazu Ando"@en,
        "安藤浩和"@ja ;
    foaf:made <album/49449#composition>,
        <album/49449#subject> ;
    foaf:name "Hirokazu Ando"@en,
        "安藤浩和"@ja .

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

<artist/690#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49449#subject> ;
    schema:name "Kazumi Totaka"@en,
        "戸高一生"@ja ;
    foaf:made <album/49449#composition>,
        <album/49449#subject> ;
    foaf:name "Kazumi Totaka"@en,
        "戸高一生"@ja .

<artist/691#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49449#subject> ;
    schema:name "Junichi Masuda"@en,
        "増田順一"@ja ;
    foaf:made <album/49449#composition>,
        <album/49449#subject> ;
    foaf:name "Junichi Masuda"@en,
        "増田順一"@ja .

<product/623#subject> a schema:CreativeWork ;
    schema:name "Super Smash Bros."@en,
        "ニンテンドーオールスター！大乱闘スマッシュブラザーズ"@ja,
        "Nintendo Allstar! Dairantou Smash Bros."@ja-latn ;
    foaf:name "Super Smash Bros."@en,
        "ニンテンドーオールスター！大乱闘スマッシュブラザーズ"@ja,
        "Nintendo Allstar! Dairantou Smash Bros."@ja-latn .

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

<https://media.vgm.io/albums/94/49449/49449-1417174784.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/49449#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/94/49449/49449-1417174784.png> ;
    foaf:depicts <album/49449#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/94/49449/49449-1417174784.png> .

<https://medium-media.vgm.io/albums/94/49449/49449-1417174784.png> a schema:ImageObject,
        foaf:Image .

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

<album/49449#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Super Smash Basics"@en,
        "Super Smash Basics"@ja,
        "Super Smash Basics"@ja-latn ;
    mo:performance_of <album/49449#musicalwork> ;
    mo:performer <artist/11059#subject> ;
    mo:recorded_as <album/49449#musicalexpression> ;
    schema:byArtist <artist/11059#subject> ;
    schema:name "Super Smash Basics"@en,
        "Super Smash Basics"@ja,
        "Super Smash Basics"@ja-latn ;
    schema:workPerformed <album/49449#musicalwork> .

<artist/11059#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/49449#performance> ;
    schema:name "Shiryu"@en ;
    foaf:name "Shiryu"@en .

<album/49449#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Super Smash Basics"@en,
        "Super Smash Basics"@ja,
        "Super Smash Basics"@ja-latn ;
    mo:composer <artist/1079#subject>,
        <artist/190#subject>,
        <artist/363#subject>,
        <artist/475#subject>,
        <artist/507#subject>,
        <artist/690#subject>,
        <artist/691#subject> ;
    mo:produced_work <album/49449#musicalwork> ;
    schema:name "Super Smash Basics"@en,
        "Super Smash Basics"@ja,
        "Super Smash Basics"@ja-latn .

<album/49449#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-11-28"^^xsd:date ;
    dcterms:title "Super Smash Basics"@en,
        "Super Smash Basics"@ja,
        "Super Smash Basics"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/49449#musicalexpression> ;
    mo:publisher _:N73e6ff84b06f46b8993d37873e0aca36 ;
    mo:record _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    mo:record_count 1 ;
    schema:about <product/623#subject> ;
    schema:byArtist <artist/11059#subject> ;
    schema:datePublished "2014-11-28"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/94/49449/49449-1417174784.png> ;
    schema:name "Super Smash Basics"@en,
        "Super Smash Basics"@ja,
        "Super Smash Basics"@ja-latn ;
    schema:publisher _:N73e6ff84b06f46b8993d37873e0aca36 ;
    foaf:depiction <https://media.vgm.io/albums/94/49449/49449-1417174784.png> .

_:N12c380147fdf4645a53271310d0a67c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Saffron City of Pikachu"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Saffron City of Pikachu"@en .

_:N24e78b44bd4a4fc98ff518feff8fae11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Choice of Fighter"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Choice of Fighter"@en .

_:N56c89c2caa0a4be5b0d717db96972068 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Island of Yoshi"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Island of Yoshi"@en .

_:N5fcfb0da47e74eb7b171d696584aaa29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zebes of Samus"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Zebes of Samus"@en .

_:N600e02e096ea490288c062ff7dd63f3f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corneria of Fox"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Corneria of Fox"@en .

_:N7111c355b798454b80f4285e7490548e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hyrule of Link"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Hyrule of Link"@en .

_:N73e6ff84b06f46b8993d37873e0aca36 schema:name "Shiryu Music"@en ;
    foaf:name "Shiryu Music"@en .

_:N7cf1050133f241a684d7a3005b0f7636 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Metal of Mario"@en ;
    mo:track_number 10 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Metal of Mario"@en .

_:N8470c60c6a304f7294bdcbceb14644de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hand of the Master"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Hand of the Master"@en .

_:N8553ce8a822844908a0a2b3d3068c212 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Bonus Land"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Super Bonus Land"@en .

_:N8d77685491924d0eace29371049fa5aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "And The Winner Is..."@en ;
    mo:track_number 12 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "And The Winner Is..."@en .

_:N8da0f81049de44a6a509d7e478376024 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dreamland of Kirby"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Dreamland of Kirby"@en .

_:Nfdb5df1d3b3848b7b8ad0d9b3f521803 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jungle of Kong"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:Ne9106177b54b47ee9d6a1ae6de4db7a5 ;
    schema:name "Jungle of Kong"@en .

_:Ne9106177b54b47ee9d6a1ae6de4db7a5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N12c380147fdf4645a53271310d0a67c8,
        _:N24e78b44bd4a4fc98ff518feff8fae11,
        _:N56c89c2caa0a4be5b0d717db96972068,
        _:N5fcfb0da47e74eb7b171d696584aaa29,
        _:N600e02e096ea490288c062ff7dd63f3f,
        _:N7111c355b798454b80f4285e7490548e,
        _:N7cf1050133f241a684d7a3005b0f7636,
        _:N8470c60c6a304f7294bdcbceb14644de,
        _:N8553ce8a822844908a0a2b3d3068c212,
        _:N8d77685491924d0eace29371049fa5aa,
        _:N8da0f81049de44a6a509d7e478376024,
        _:Nfdb5df1d3b3848b7b8ad0d9b3f521803 ;
    mo:track_count 12 ;
    schema:duration "PT27:36"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N12c380147fdf4645a53271310d0a67c8,
        _:N24e78b44bd4a4fc98ff518feff8fae11,
        _:N56c89c2caa0a4be5b0d717db96972068,
        _:N5fcfb0da47e74eb7b171d696584aaa29,
        _:N600e02e096ea490288c062ff7dd63f3f,
        _:N7111c355b798454b80f4285e7490548e,
        _:N7cf1050133f241a684d7a3005b0f7636,
        _:N8470c60c6a304f7294bdcbceb14644de,
        _:N8553ce8a822844908a0a2b3d3068c212,
        _:N8d77685491924d0eace29371049fa5aa,
        _:N8da0f81049de44a6a509d7e478376024,
        _:Nfdb5df1d3b3848b7b8ad0d9b3f521803 .

