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

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

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

<artist/5780#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15190#subject> ;
    schema:name "Mark Knight"@en ;
    foaf:made <album/15190#composition>,
        <album/15190#subject> ;
    foaf:name "Mark Knight"@en .

<album/15190#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Albino 2 - The Red Eye Mix"@en,
        "Albino 2 - The Red Eye Mix"@ja,
        "Albino 2 - The Red Eye Mix"@ja-latn ;
    mo:composer <artist/5780#subject> ;
    mo:produced_work <album/15190#musicalwork> ;
    schema:name "Albino 2 - The Red Eye Mix"@en,
        "Albino 2 - The Red Eye Mix"@ja,
        "Albino 2 - The Red Eye Mix"@ja-latn .

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

<album/15190#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Albino 2 - The Red Eye Mix"@en,
        "Albino 2 - The Red Eye Mix"@ja,
        "Albino 2 - The Red Eye Mix"@ja-latn ;
    mo:performance_of <album/15190#musicalwork> ;
    mo:recorded_as <album/15190#musicalexpression> ;
    schema:name "Albino 2 - The Red Eye Mix"@en,
        "Albino 2 - The Red Eye Mix"@ja,
        "Albino 2 - The Red Eye Mix"@ja-latn ;
    schema:workPerformed <album/15190#musicalwork> .

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

<https://medium-media.vgm.io/albums/09/15190/15190-1251808857.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/15190#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-07-04"^^xsd:date ;
    dcterms:title "Albino 2 - The Red Eye Mix"@en,
        "Albino 2 - The Red Eye Mix"@ja,
        "Albino 2 - The Red Eye Mix"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/15190#musicalexpression> ;
    mo:publisher _:N64b9bd8e767a44a086e1b503e2c48574 ;
    mo:record _:Nc76f936e66c241a19d4568970d42c58a ;
    mo:record_count 1 ;
    schema:datePublished "2008-07-04"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/09/15190/15190-1251808857.jpg> ;
    schema:name "Albino 2 - The Red Eye Mix"@en,
        "Albino 2 - The Red Eye Mix"@ja,
        "Albino 2 - The Red Eye Mix"@ja-latn ;
    schema:publisher _:N64b9bd8e767a44a086e1b503e2c48574 ;
    foaf:depiction <https://media.vgm.io/albums/09/15190/15190-1251808857.jpg> .

_:N64b9bd8e767a44a086e1b503e2c48574 schema:name "CoLD SToRAGE"@en ;
    foaf:name "CoLD SToRAGE"@en .

_:Nc3d3a468cb6147d69c57f7f8e81f5cdd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Albino 2 - The Red Eye Mix"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:20"^^xsd:interval ;
    schema:inPlaylist _:Nc76f936e66c241a19d4568970d42c58a ;
    schema:name "Albino 2 - The Red Eye Mix"@en .

_:Nc76f936e66c241a19d4568970d42c58a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nc3d3a468cb6147d69c57f7f8e81f5cdd ;
    mo:track_count 1 ;
    schema:duration "PT6:20"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nc3d3a468cb6147d69c57f7f8e81f5cdd .

