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

<artist/11592#subject> a schema:Person,
        foaf:Person ;
    schema:name "sunny"@en ;
    foaf:made <album/88027#lyrics>,
        <album/88027#subject> ;
    foaf:name "sunny"@en .

<artist/7300#subject> a schema:Person,
        foaf:Person ;
    schema:name "Zakuro Motoki"@en,
        "本木咲黒"@ja ;
    foaf:made <album/88027#subject>,
        <album/88027#vocals> ;
    foaf:name "Zakuro Motoki"@en,
        "本木咲黒"@ja .

<artist/11593#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/88027#subject> ;
    schema:name "CAP"@en ;
    foaf:made <album/88027#composition>,
        <album/88027#subject> ;
    foaf:name "CAP"@en .

<event/146> a mo:Release ;
    schema:name "Released at Comic Market 81 (Dec 29, 2011 to Dec 31, 2011)" .

<product/3030#subject> a schema:CreativeWork ;
    schema:name "Umineko no Naku Koro ni"@en,
        "うみねこのなく頃に"@ja,
        "Umineko no Naku Koro ni"@ja-latn ;
    foaf:name "Umineko no Naku Koro ni"@en,
        "うみねこのなく頃に"@ja,
        "Umineko no Naku Koro ni"@ja-latn .

<album/88027#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@en,
        "最弱で傲慢ですが何か?。傲慢のルシファー アンソロジー"@ja,
        "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@ja-latn ;
    mo:composer <artist/11593#subject> ;
    mo:produced_work <album/88027#musicalwork> ;
    schema:name "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@en,
        "最弱で傲慢ですが何か?。傲慢のルシファー アンソロジー"@ja,
        "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@ja-latn .

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

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

<album/88027#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@en,
        "最弱で傲慢ですが何か?。傲慢のルシファー アンソロジー"@ja,
        "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@ja-latn ;
    mo:performance_of <album/88027#musicalwork> ;
    mo:recorded_as <album/88027#musicalexpression> ;
    schema:name "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@en,
        "最弱で傲慢ですが何か?。傲慢のルシファー アンソロジー"@ja,
        "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@ja-latn ;
    schema:workPerformed <album/88027#musicalwork> .

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

<https://media.vgm.io/albums/72/88027/88027-473c3d647117.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/88027#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/72/88027/88027-473c3d647117.jpg> ;
    foaf:depicts <album/88027#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/72/88027/88027-473c3d647117.jpg> .

<https://medium-media.vgm.io/albums/72/88027/88027-473c3d647117.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/88027#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-12-31"^^xsd:date ;
    dcterms:title "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@en,
        "最弱で傲慢ですが何か?。傲慢のルシファー アンソロジー"@ja,
        "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/88027#musicalexpression> ;
    mo:publisher _:N46f1164408f544cca8d2014b702f9dbb ;
    mo:record _:N71707d3d6d514117a9997ecf41f13bdd ;
    mo:record_count 1 ;
    mo:release <event/146> ;
    schema:about <product/3030#subject> ;
    schema:datePublished "2011-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/72/88027/88027-473c3d647117.jpg> ;
    schema:name "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@en,
        "最弱で傲慢ですが何か?。傲慢のルシファー アンソロジー"@ja,
        "Saijaku de Gouman desu ga Nani ka?. Gouman no Lucifer Anthology"@ja-latn ;
    schema:publisher _:N46f1164408f544cca8d2014b702f9dbb ;
    foaf:depiction <https://media.vgm.io/albums/72/88027/88027-473c3d647117.jpg> .

_:N46f1164408f544cca8d2014b702f9dbb schema:name "Gouman. [ごーまん。]"@en,
        "Gouman. [ごーまん。]"@ja,
        "Gouman. [ごーまん。]"@ja-latn ;
    foaf:name "Gouman. [ごーまん。]"@en,
        "Gouman. [ごーまん。]"@ja,
        "Gouman. [ごーまん。]"@ja-latn .

_:N52108d2fdc9e42508bff74df203be455 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最弱で傲慢ですが何か？。"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N71707d3d6d514117a9997ecf41f13bdd ;
    schema:name "最弱で傲慢ですが何か？。"@en .

_:Ndd78521d5b6b4758bf9fbb5ace5cf42e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最弱で傲慢ですが何か？。 (without vocal)"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N71707d3d6d514117a9997ecf41f13bdd ;
    schema:name "最弱で傲慢ですが何か？。 (without vocal)"@en .

_:N71707d3d6d514117a9997ecf41f13bdd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N52108d2fdc9e42508bff74df203be455,
        _:Ndd78521d5b6b4758bf9fbb5ace5cf42e ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N52108d2fdc9e42508bff74df203be455,
        _:Ndd78521d5b6b4758bf9fbb5ace5cf42e .

