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

<album/9727#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Marginal Original Soundtrack Complete Edition"@en,
        "マージ～MARGINAL～オリジナルサウンドトラックス完全収録盤"@ja,
        "Marginal Original Soundtrack Complete Edition"@ja-latn ;
    mo:produced_work <album/9727#musicalwork> ;
    schema:name "Marginal Original Soundtrack Complete Edition"@en,
        "マージ～MARGINAL～オリジナルサウンドトラックス完全収録盤"@ja,
        "Marginal Original Soundtrack Complete Edition"@ja-latn .

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

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

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

<album/9727#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Marginal Original Soundtrack Complete Edition"@en,
        "マージ～MARGINAL～オリジナルサウンドトラックス完全収録盤"@ja,
        "Marginal Original Soundtrack Complete Edition"@ja-latn ;
    mo:performance_of <album/9727#musicalwork> ;
    mo:recorded_as <album/9727#musicalexpression> ;
    schema:name "Marginal Original Soundtrack Complete Edition"@en,
        "マージ～MARGINAL～オリジナルサウンドトラックス完全収録盤"@ja,
        "Marginal Original Soundtrack Complete Edition"@ja-latn ;
    schema:workPerformed <album/9727#musicalwork> .

<org/56#subject> schema:name "first smile entertainment ltd."@en,
        "ファーストスマイル・エンタテインメント株式会社"@ja,
        "first smile entertainment ltd."@ja-latn ;
    foaf:name "first smile entertainment ltd."@en,
        "ファーストスマイル・エンタテインメント株式会社"@ja,
        "first smile entertainment ltd."@ja-latn .

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

<album/9727#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-10-23"^^xsd:date ;
    dcterms:title "Marginal Original Soundtrack Complete Edition"@en,
        "マージ～MARGINAL～オリジナルサウンドトラックス完全収録盤"@ja,
        "Marginal Original Soundtrack Complete Edition"@ja-latn ;
    mo:catalogue_number "FSCG-85121" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9727#musicalexpression> ;
    mo:publisher <org/56#subject> ;
    mo:record_count 0 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Marginal"@en ;
            foaf:name "Marginal"@en ] ;
    schema:datePublished "2003-10-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Marginal Original Soundtrack Complete Edition"@en,
        "マージ～MARGINAL～オリジナルサウンドトラックス完全収録盤"@ja,
        "Marginal Original Soundtrack Complete Edition"@ja-latn ;
    schema:publisher <org/56#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/9727#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/9727#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

