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

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

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

<artist/2361#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19042#subject> ;
    schema:name "Alabaster"@en ;
    foaf:made <album/19042#composition>,
        <album/19042#subject> ;
    foaf:name "Alabaster"@en .

<event/71> a mo:Release ;
    schema:name "Released at M3-2010 Spring (May 05, 2010)" .

<album/19042#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Revenant EP"@en,
        "Revenant EP"@ja,
        "Revenant EP"@ja-latn ;
    mo:composer <artist/2361#subject> ;
    mo:produced_work <album/19042#musicalwork> ;
    schema:name "Revenant EP"@en,
        "Revenant EP"@ja,
        "Revenant EP"@ja-latn .

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

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

<org/428#subject> schema:name "Monochrome & Colored Rec."@en,
        "Monochrome & Colored Rec."@ja,
        "Monochrome & Colored Rec."@ja-latn ;
    foaf:name "Monochrome & Colored Rec."@en,
        "Monochrome & Colored Rec."@ja,
        "Monochrome & Colored Rec."@ja-latn .

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

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

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

<album/19042#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-05-04"^^xsd:date ;
    dcterms:title "Revenant EP"@en,
        "Revenant EP"@ja,
        "Revenant EP"@ja-latn ;
    mo:catalogue_number "MCRS-004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19042#musicalexpression> ;
    mo:publisher <org/428#subject> ;
    mo:record _:N4966716024a747348e0a22cd502821fd ;
    mo:record_count 1 ;
    mo:release <event/71> ;
    schema:datePublished "2010-05-04"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/24/19042/19042-1273004852.jpg> ;
    schema:name "Revenant EP"@en,
        "Revenant EP"@ja,
        "Revenant EP"@ja-latn ;
    schema:publisher <org/428#subject> ;
    foaf:depiction <https://media.vgm.io/albums/24/19042/19042-1273004852.jpg> .

_:N6ff650f5386243a9b872126889dfc52f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tungsten"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:13"^^xsd:interval ;
    schema:inPlaylist _:N4966716024a747348e0a22cd502821fd ;
    schema:name "Tungsten"@en .

_:Ncdca840749dd4c9fbe93b241c3a6ab42 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Revenant"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:25"^^xsd:interval ;
    schema:inPlaylist _:N4966716024a747348e0a22cd502821fd ;
    schema:name "Revenant"@en .

_:N4966716024a747348e0a22cd502821fd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6ff650f5386243a9b872126889dfc52f,
        _:Ncdca840749dd4c9fbe93b241c3a6ab42 ;
    mo:track_count 2 ;
    schema:duration "PT14:38"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N6ff650f5386243a9b872126889dfc52f,
        _:Ncdca840749dd4c9fbe93b241c3a6ab42 .

