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

<album/11705> a mo:Release ;
    mo:catalogue_number "GAME-119" .

<album/3465> a mo:Release ;
    mo:catalogue_number "NTCP-5031" .

<album/3466> a mo:Release ;
    mo:catalogue_number "PSCN-5031" .

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

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

<artist/140#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/722#subject> ;
    schema:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja ;
    foaf:made <album/722#composition>,
        <album/722#subject> ;
    foaf:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja .

<product/196#subject> a schema:CreativeWork ;
    schema:name "Secret of Mana"@en,
        "聖剣伝説2"@ja,
        "Seiken Densetsu 2"@ja-latn ;
    foaf:name "Secret of Mana"@en,
        "聖剣伝説2"@ja,
        "Seiken Densetsu 2"@ja-latn .

<album/722#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "secret of mana +"@en,
        "聖剣伝説2 シークレット オブ マナ"@ja,
        "secret of mana +"@ja-latn ;
    mo:composer <artist/140#subject> ;
    mo:produced_work <album/722#musicalwork> ;
    schema:name "secret of mana +"@en,
        "聖剣伝説2 シークレット オブ マナ"@ja,
        "secret of mana +"@ja-latn .

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

<album/722#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "secret of mana +"@en,
        "聖剣伝説2 シークレット オブ マナ"@ja,
        "secret of mana +"@ja-latn ;
    mo:performance_of <album/722#musicalwork> ;
    mo:recorded_as <album/722#musicalexpression> ;
    schema:name "secret of mana +"@en,
        "聖剣伝説2 シークレット オブ マナ"@ja,
        "secret of mana +"@ja-latn ;
    schema:workPerformed <album/722#musicalwork> .

<org/78#subject> schema:name "NTT Publishing Co., Ltd."@en,
        "NTT出版株式会社"@ja,
        "NTT Publishing Co., Ltd."@ja-latn ;
    foaf:name "NTT Publishing Co., Ltd."@en,
        "NTT出版株式会社"@ja,
        "NTT Publishing Co., Ltd."@ja-latn .

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

<https://medium-media.vgm.io/albums/22/722/722-1191331784.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/722#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1993-10-29"^^xsd:date ;
    dcterms:title "secret of mana +"@en,
        "聖剣伝説2 シークレット オブ マナ"@ja,
        "secret of mana +"@ja-latn ;
    mo:catalogue_number "N30D-021" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/11705>,
        <album/3465>,
        <album/3466> ;
    mo:publication_of <album/722#musicalexpression> ;
    mo:publisher <org/78#subject> ;
    mo:record _:Ne4b8d69d068348b3be1decf8c18550ff ;
    mo:record_count 1 ;
    schema:about <product/196#subject> ;
    schema:datePublished "1993-10-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/722/722-1191331784.jpg> ;
    schema:name "secret of mana +"@en,
        "聖剣伝説2 シークレット オブ マナ"@ja,
        "secret of mana +"@ja-latn ;
    schema:publisher <org/78#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/722/722-1191331784.jpg> .

_:N7e1c48d84c024b9cbb45629efe350e41 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Secret of Mana"@en ;
    mo:track_number 1 ;
    schema:duration "PT49:26"^^xsd:interval ;
    schema:inPlaylist _:Ne4b8d69d068348b3be1decf8c18550ff ;
    schema:name "Secret of Mana"@en .

_:Ne4b8d69d068348b3be1decf8c18550ff a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7e1c48d84c024b9cbb45629efe350e41 ;
    mo:track_count 1 ;
    schema:duration "PT49:26"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N7e1c48d84c024b9cbb45629efe350e41 .

