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

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

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

<artist/4233#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/83098#subject> ;
    schema:name "Kenichi Sudo"@en,
        "須藤賢一"@ja ;
    foaf:made <album/83098#composition>,
        <album/83098#subject> ;
    foaf:name "Kenichi Sudo"@en,
        "須藤賢一"@ja .

<product/6185#subject> a schema:CreativeWork ;
    schema:name "Akane Maniax"@en,
        "アカネマニアックス"@ja,
        "Akane Maniax"@ja-latn ;
    foaf:name "Akane Maniax"@en,
        "アカネマニアックス"@ja,
        "Akane Maniax"@ja-latn .

<album/83098#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Akane Maniax Vol.2 Bonus DVD"@en,
        "アカネマニアックス 第二章 特典DVD"@ja,
        "Akane Maniax Vol.2 Bonus DVD"@ja-latn ;
    mo:composer <artist/4233#subject> ;
    mo:produced_work <album/83098#musicalwork> ;
    schema:name "Akane Maniax Vol.2 Bonus DVD"@en,
        "アカネマニアックス 第二章 特典DVD"@ja,
        "Akane Maniax Vol.2 Bonus DVD"@ja-latn .

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

<album/83098#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Akane Maniax Vol.2 Bonus DVD"@en,
        "アカネマニアックス 第二章 特典DVD"@ja,
        "Akane Maniax Vol.2 Bonus DVD"@ja-latn ;
    mo:performance_of <album/83098#musicalwork> ;
    mo:recorded_as <album/83098#musicalexpression> ;
    schema:name "Akane Maniax Vol.2 Bonus DVD"@en,
        "アカネマニアックス 第二章 特典DVD"@ja,
        "Akane Maniax Vol.2 Bonus DVD"@ja-latn ;
    schema:workPerformed <album/83098#musicalwork> .

<org/1957#subject> schema:name "MEDIA FACTORY"@en,
        "MEDIA FACTORY"@ja,
        "MEDIA FACTORY"@ja-latn ;
    foaf:name "MEDIA FACTORY"@en,
        "MEDIA FACTORY"@ja,
        "MEDIA FACTORY"@ja-latn .

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

<https://medium-media.vgm.io/albums/89/83098/83098-1546438153.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/83098#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-03-25"^^xsd:date ;
    dcterms:title "Akane Maniax Vol.2 Bonus DVD"@en,
        "アカネマニアックス 第二章 特典DVD"@ja,
        "Akane Maniax Vol.2 Bonus DVD"@ja-latn ;
    mo:catalogue_number "TGBS-1313" ;
    mo:media_type "DVD" ;
    mo:publication_of <album/83098#musicalexpression> ;
    mo:publisher <org/1957#subject> ;
    mo:record_count 0 ;
    schema:about <product/6185#subject> ;
    schema:datePublished "2005-03-25"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/89/83098/83098-1546438153.jpg> ;
    schema:name "Akane Maniax Vol.2 Bonus DVD"@en,
        "アカネマニアックス 第二章 特典DVD"@ja,
        "Akane Maniax Vol.2 Bonus DVD"@ja-latn ;
    schema:publisher <org/1957#subject> ;
    foaf:depiction <https://media.vgm.io/albums/89/83098/83098-1546438153.jpg> .

