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

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

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

<album/23280#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Mortal Kombat - Mileena's Theme"@en,
        "Mortal Kombat - Mileena's Theme"@ja,
        "Mortal Kombat - Mileena's Theme"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Tokimonsta"@en ;
            foaf:made <album/23280#composition> ;
            foaf:name "Tokimonsta"@en ] ;
    mo:produced_work <album/23280#musicalwork> ;
    schema:name "Mortal Kombat - Mileena's Theme"@en,
        "Mortal Kombat - Mileena's Theme"@ja,
        "Mortal Kombat - Mileena's Theme"@ja-latn .

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

<album/23280#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Mortal Kombat - Mileena's Theme"@en,
        "Mortal Kombat - Mileena's Theme"@ja,
        "Mortal Kombat - Mileena's Theme"@ja-latn ;
    mo:performance_of <album/23280#musicalwork> ;
    mo:recorded_as <album/23280#musicalexpression> ;
    schema:name "Mortal Kombat - Mileena's Theme"@en,
        "Mortal Kombat - Mileena's Theme"@ja,
        "Mortal Kombat - Mileena's Theme"@ja-latn ;
    schema:workPerformed <album/23280#musicalwork> .

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

<https://medium-media.vgm.io/albums/08/23280/23280-1294995430.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/23280#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-01-13"^^xsd:date ;
    dcterms:title "Mortal Kombat - Mileena's Theme"@en,
        "Mortal Kombat - Mileena's Theme"@ja,
        "Mortal Kombat - Mileena's Theme"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/23280#musicalexpression> ;
    mo:publisher _:Ne417017cd5f44507a057dbf67a1d4892 ;
    mo:record _:Na2efaa82308d4807b87c4b53ad24e8be ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Mortal Kombat (2011)"@en ;
            foaf:name "Mortal Kombat (2011)"@en ] ;
    schema:datePublished "2011-01-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/08/23280/23280-1294995430.jpg> ;
    schema:name "Mortal Kombat - Mileena's Theme"@en,
        "Mortal Kombat - Mileena's Theme"@ja,
        "Mortal Kombat - Mileena's Theme"@ja-latn ;
    schema:publisher _:Ne417017cd5f44507a057dbf67a1d4892 ;
    foaf:depiction <https://media.vgm.io/albums/08/23280/23280-1294995430.jpg> .

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

_:N13c8755257594b9db688e93f100cdc06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mileena's Theme"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Na2efaa82308d4807b87c4b53ad24e8be ;
    schema:name "Mileena's Theme"@en .

_:Na2efaa82308d4807b87c4b53ad24e8be a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N13c8755257594b9db688e93f100cdc06 ;
    mo:track_count 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N13c8755257594b9db688e93f100cdc06 .

_:Ne417017cd5f44507a057dbf67a1d4892 schema:name "WaterTower Music / Teenage Riot Records"@en ;
    foaf:name "WaterTower Music / Teenage Riot Records"@en .

