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

<artist/291#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rita"@en ;
    foaf:made <album/71213#subject>,
        <album/71213#vocals> ;
    foaf:name "Rita"@en .

<artist/1608#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/71213#subject> ;
    schema:name "Momoko Sapporo"@en,
        "さっぽろももこ"@ja ;
    foaf:made <album/71213#composition>,
        <album/71213#lyrics>,
        <album/71213#subject> ;
    foaf:name "Momoko Sapporo"@en,
        "さっぽろももこ"@ja .

<event/245> a mo:Release ;
    schema:name "Released at Denki-guy Matsuri 2016 SUMMER (Aug 11, 2016)" .

<album/71213#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Dungeons & Daimeiwaku Boukenshatachi Short ver."@en,
        "大迷宮＆大迷惑 「冒険者たち」ショートver."@ja,
        "Dungeons & Daimeiwaku Boukenshatachi Short ver."@ja-latn ;
    mo:composer <artist/1608#subject> ;
    mo:produced_work <album/71213#musicalwork> ;
    schema:name "Dungeons & Daimeiwaku Boukenshatachi Short ver."@en,
        "大迷宮＆大迷惑 「冒険者たち」ショートver."@ja,
        "Dungeons & Daimeiwaku Boukenshatachi Short ver."@ja-latn .

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

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

<album/71213#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Dungeons & Daimeiwaku Boukenshatachi Short ver."@en,
        "大迷宮＆大迷惑 「冒険者たち」ショートver."@ja,
        "Dungeons & Daimeiwaku Boukenshatachi Short ver."@ja-latn ;
    mo:performance_of <album/71213#musicalwork> ;
    mo:recorded_as <album/71213#musicalexpression> ;
    schema:name "Dungeons & Daimeiwaku Boukenshatachi Short ver."@en,
        "大迷宮＆大迷惑 「冒険者たち」ショートver."@ja,
        "Dungeons & Daimeiwaku Boukenshatachi Short ver."@ja-latn ;
    schema:workPerformed <album/71213#musicalwork> .

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

<org/1178#subject> schema:name "Liar-soft"@en,
        "ライアーソフト"@ja,
        "Liar-soft"@ja-latn ;
    foaf:name "Liar-soft"@en,
        "ライアーソフト"@ja,
        "Liar-soft"@ja-latn .

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

<https://medium-media.vgm.io/albums/31/71213/71213-1561716422.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/71213#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-08-11"^^xsd:date ;
    dcterms:title "Dungeons & Daimeiwaku Boukenshatachi Short ver."@en,
        "大迷宮＆大迷惑 「冒険者たち」ショートver."@ja,
        "Dungeons & Daimeiwaku Boukenshatachi Short ver."@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/71213#musicalexpression> ;
    mo:publisher <org/1178#subject> ;
    mo:record_count 0 ;
    mo:release <event/245> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Dungeons & Daimeiwaku -Great Edges in the Abyss-"@en ;
            foaf:name "Dungeons & Daimeiwaku -Great Edges in the Abyss-"@en ] ;
    schema:datePublished "2016-08-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/31/71213/71213-1561716422.jpg> ;
    schema:name "Dungeons & Daimeiwaku Boukenshatachi Short ver."@en,
        "大迷宮＆大迷惑 「冒険者たち」ショートver."@ja,
        "Dungeons & Daimeiwaku Boukenshatachi Short ver."@ja-latn ;
    schema:publisher <org/1178#subject> ;
    foaf:depiction <https://media.vgm.io/albums/31/71213/71213-1561716422.jpg> .

