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

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

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

<product/4156#subject> a schema:CreativeWork ;
    schema:name "League of Legends"@en,
        "League of Legends"@ja,
        "League of Legends"@ja-latn ;
    foaf:name "League of Legends"@en,
        "League of Legends"@ja,
        "League of Legends"@ja-latn .

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

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

<org/1844#subject> schema:name "Riot Games"@en,
        "Riot Games"@ja,
        "Riot Games"@ja-latn ;
    foaf:name "Riot Games"@en,
        "Riot Games"@ja,
        "Riot Games"@ja-latn .

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

<https://medium-media.vgm.io/albums/24/52742/52742-1431586979.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/52742#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "DJ Sona"@en,
        "DJ Sona"@ja,
        "DJ Sona"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Bassnectar"@en ;
            foaf:made <album/52742#composition> ;
            foaf:name "Bassnectar"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Renholder"@en ;
            foaf:made <album/52742#composition> ;
            foaf:name "Renholder"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Pretty Lights"@en ;
            foaf:made <album/52742#composition> ;
            foaf:name "Pretty Lights"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Dada Life"@en ;
            foaf:made <album/52742#composition> ;
            foaf:name "Dada Life"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "The Crystal Method"@en ;
            foaf:made <album/52742#composition> ;
            foaf:name "The Crystal Method"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Nosaj Thing"@en ;
            foaf:made <album/52742#composition> ;
            foaf:name "Nosaj Thing"@en ] ;
    mo:produced_work <album/52742#musicalwork> ;
    schema:name "DJ Sona"@en,
        "DJ Sona"@ja,
        "DJ Sona"@ja-latn .

<album/52742#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-02-23"^^xsd:date ;
    dcterms:title "DJ Sona"@en,
        "DJ Sona"@ja,
        "DJ Sona"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/52742#musicalexpression> ;
    mo:publisher <org/1844#subject> ;
    mo:record _:N5e75ccbc5c074221bb07100e7b13162b ;
    mo:record_count 1 ;
    schema:about <product/4156#subject> ;
    schema:datePublished "2015-02-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/24/52742/52742-1431586979.jpg> ;
    schema:name "DJ Sona"@en,
        "DJ Sona"@ja,
        "DJ Sona"@ja-latn ;
    schema:publisher <org/1844#subject> ;
    foaf:depiction <https://media.vgm.io/albums/24/52742/52742-1431586979.jpg> .

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52742#subject> ;
    schema:name "Nosaj Thing"@en ;
    foaf:made <album/52742#subject> ;
    foaf:name "Nosaj Thing"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52742#subject> ;
    schema:name "The Crystal Method"@en ;
    foaf:made <album/52742#subject> ;
    foaf:name "The Crystal Method"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52742#subject> ;
    schema:name "Dada Life"@en ;
    foaf:made <album/52742#subject> ;
    foaf:name "Dada Life"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52742#subject> ;
    schema:name "Pretty Lights"@en ;
    foaf:made <album/52742#subject> ;
    foaf:name "Pretty Lights"@en .

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

_:Nabea714a5e484305b634b7a6dc2e4a5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Concussive (Bassnectar vs. Renholdër)"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N5e75ccbc5c074221bb07100e7b13162b ;
    schema:name "Concussive (Bassnectar vs. Renholdër)"@en .

_:Nbaf67bc636634a118f32b12693af75c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kinetic (The Crystal Method vs. Dada Life)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N5e75ccbc5c074221bb07100e7b13162b ;
    schema:name "Kinetic (The Crystal Method vs. Dada Life)"@en .

_:Ndd458ac86be34c4f8de18df0b1b31ee5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ethereal (Nosaj Thing vs. Pretty Lights)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N5e75ccbc5c074221bb07100e7b13162b ;
    schema:name "Ethereal (Nosaj Thing vs. Pretty Lights)"@en .

_:N5e75ccbc5c074221bb07100e7b13162b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nabea714a5e484305b634b7a6dc2e4a5a,
        _:Nbaf67bc636634a118f32b12693af75c1,
        _:Ndd458ac86be34c4f8de18df0b1b31ee5 ;
    mo:track_count 3 ;
    schema:duration "PT12:46"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:Nabea714a5e484305b634b7a6dc2e4a5a,
        _:Nbaf67bc636634a118f32b12693af75c1,
        _:Ndd458ac86be34c4f8de18df0b1b31ee5 .

