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

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

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

<artist/114#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4177#subject> ;
    schema:name "Koichi Sugiyama"@en,
        "すぎやまこういち"@ja ;
    foaf:made <album/4177#composition>,
        <album/4177#subject> ;
    foaf:name "Koichi Sugiyama"@en,
        "すぎやまこういち"@ja .

<product/984#subject> a schema:CreativeWork ;
    schema:name "Dragon Quest II: Luminaries of the Legendary Line"@en,
        "ドラゴンクエストII: 悪霊の神々"@ja,
        "Dragon Quest II: Akuryo no Kamigami"@ja-latn ;
    foaf:name "Dragon Quest II: Luminaries of the Legendary Line"@en,
        "ドラゴンクエストII: 悪霊の神々"@ja,
        "Dragon Quest II: Akuryo no Kamigami"@ja-latn .

<album/4177#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "CD theater Dragon Quest II"@en,
        "CDシアター ドラゴンクエスト II"@ja,
        "CD theater Dragon Quest II"@ja-latn ;
    mo:composer <artist/114#subject> ;
    mo:produced_work <album/4177#musicalwork> ;
    schema:name "CD theater Dragon Quest II"@en,
        "CDシアター ドラゴンクエスト II"@ja,
        "CD theater Dragon Quest II"@ja-latn .

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

<album/4177#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "CD theater Dragon Quest II"@en,
        "CDシアター ドラゴンクエスト II"@ja,
        "CD theater Dragon Quest II"@ja-latn ;
    mo:performance_of <album/4177#musicalwork> ;
    mo:recorded_as <album/4177#musicalexpression> ;
    schema:name "CD theater Dragon Quest II"@en,
        "CDシアター ドラゴンクエスト II"@ja,
        "CD theater Dragon Quest II"@ja-latn ;
    schema:workPerformed <album/4177#musicalwork> .

<org/69#subject> schema:name "Apollon Inc."@en,
        "株式会社アポロン"@ja,
        "Apollon Inc."@ja-latn ;
    foaf:name "Apollon Inc."@en,
        "株式会社アポロン"@ja,
        "Apollon Inc."@ja-latn .

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

<https://medium-media.vgm.io/albums/77/4177/4177-1507500855.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/4177#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1991-12-20"^^xsd:date ;
    dcterms:title "CD theater Dragon Quest II"@en,
        "CDシアター ドラゴンクエスト II"@ja,
        "CD theater Dragon Quest II"@ja-latn ;
    mo:catalogue_number "APCG-4020" ;
    mo:media_type "CD" ;
    mo:publication_of <album/4177#musicalexpression> ;
    mo:publisher <org/69#subject> ;
    mo:record _:N6b869c728e3c4abf92d97975f55018eb ;
    mo:record_count 1 ;
    schema:about <product/984#subject> ;
    schema:datePublished "1991-12-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/77/4177/4177-1507500855.jpg> ;
    schema:name "CD theater Dragon Quest II"@en,
        "CDシアター ドラゴンクエスト II"@ja,
        "CD theater Dragon Quest II"@ja-latn ;
    schema:publisher <org/69#subject> ;
    foaf:depiction <https://media.vgm.io/albums/77/4177/4177-1507500855.jpg> .

_:N6b869c728e3c4abf92d97975f55018eb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nfee15832847f4e0daec25c04da9bd9a8 ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nfee15832847f4e0daec25c04da9bd9a8 .

_:Nfee15832847f4e0daec25c04da9bd9a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drama Collection"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N6b869c728e3c4abf92d97975f55018eb ;
    schema:name "Drama Collection"@en .

