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

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

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

<artist/54968#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126978#subject> ;
    schema:name "6th"@en ;
    foaf:made <album/126978#composition>,
        <album/126978#subject> ;
    foaf:name "6th"@en .

<album/126978#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Back with a vengence / 6th"@en,
        "Back with a vengence / 6th"@ja,
        "Back with a vengence / 6th"@ja-latn ;
    mo:composer <artist/54968#subject> ;
    mo:produced_work <album/126978#musicalwork> ;
    schema:name "Back with a vengence / 6th"@en,
        "Back with a vengence / 6th"@ja,
        "Back with a vengence / 6th"@ja-latn .

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

<album/126978#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Back with a vengence / 6th"@en,
        "Back with a vengence / 6th"@ja,
        "Back with a vengence / 6th"@ja-latn ;
    mo:performance_of <album/126978#musicalwork> ;
    mo:recorded_as <album/126978#musicalexpression> ;
    schema:name "Back with a vengence / 6th"@en,
        "Back with a vengence / 6th"@ja,
        "Back with a vengence / 6th"@ja-latn ;
    schema:workPerformed <album/126978#musicalwork> .

<org/3645#subject> schema:name "ILLEGAL WAVE RECORDS"@en,
        "ILLEGAL WAVE RECORDS"@ja,
        "ILLEGAL WAVE RECORDS"@ja-latn ;
    foaf:name "ILLEGAL WAVE RECORDS"@en,
        "ILLEGAL WAVE RECORDS"@ja,
        "ILLEGAL WAVE RECORDS"@ja-latn .

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

<https://medium-media.vgm.io/albums/87/126978/126978-cbe77ad40840.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/126978#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-08-05"^^xsd:date ;
    dcterms:title "Back with a vengence / 6th"@en,
        "Back with a vengence / 6th"@ja,
        "Back with a vengence / 6th"@ja-latn ;
    mo:catalogue_number "IWR003" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/126978#musicalexpression> ;
    mo:publisher <org/3645#subject> ;
    mo:record _:Nc49974c2520f49f086bbbf2a5ca79cee ;
    mo:record_count 1 ;
    schema:datePublished "2012-08-05"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/87/126978/126978-cbe77ad40840.jpg> ;
    schema:name "Back with a vengence / 6th"@en,
        "Back with a vengence / 6th"@ja,
        "Back with a vengence / 6th"@ja-latn ;
    schema:publisher <org/3645#subject> ;
    foaf:depiction <https://media.vgm.io/albums/87/126978/126978-cbe77ad40840.jpg> .

_:N4e2501cb0ce04ea19ce60f892fd75292 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Back with a vengence"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:Nc49974c2520f49f086bbbf2a5ca79cee ;
    schema:name "Back with a vengence"@en .

_:Nc49974c2520f49f086bbbf2a5ca79cee a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4e2501cb0ce04ea19ce60f892fd75292 ;
    mo:track_count 1 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4e2501cb0ce04ea19ce60f892fd75292 .

