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

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

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

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

<event/164> a mo:Release ;
    schema:name "Released at M3-2013 Fall (Oct 27, 2013)" .

<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/42480#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pieces of Mana 2"@en,
        "Pieces of Mana 2"@ja,
        "Pieces of Mana 2"@ja-latn ;
    mo:composer <artist/140#subject> ;
    mo:produced_work <album/42480#musicalwork> ;
    schema:name "Pieces of Mana 2"@en,
        "Pieces of Mana 2"@ja,
        "Pieces of Mana 2"@ja-latn .

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

<org/1233#subject> schema:name "Resonant Sound"@en,
        "Resonant Sound"@ja,
        "Resonant Sound"@ja-latn ;
    foaf:name "Resonant Sound"@en,
        "Resonant Sound"@ja,
        "Resonant Sound"@ja-latn .

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

<https://medium-media.vgm.io/albums/08/42480/42480-1383037899.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/11804#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/42480#performance> ;
    schema:name "Isami"@en ;
    foaf:name "Isami"@en .

<artist/13249#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/42480#performance> ;
    schema:name "Toki Madoushi"@en,
        "ときまどうし"@ja ;
    foaf:name "Toki Madoushi"@en,
        "ときまどうし"@ja .

<artist/2006#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/42480#performance> ;
    schema:name "daijin"@en,
        "大臣"@ja ;
    foaf:name "daijin"@en,
        "大臣"@ja .

<artist/6647#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/42480#performance> ;
    schema:name "KOHEY symphony orchestra"@en,
        "皇兵交響楽団"@ja ;
    foaf:name "KOHEY symphony orchestra"@en,
        "皇兵交響楽団"@ja .

<artist/6927#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/42480#performance> ;
    schema:name "Pole"@en,
        "ポール"@ja ;
    foaf:name "Pole"@en,
        "ポール"@ja .

<album/42480#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-10-27"^^xsd:date ;
    dcterms:title "Pieces of Mana 2"@en,
        "Pieces of Mana 2"@ja,
        "Pieces of Mana 2"@ja-latn ;
    mo:catalogue_number "TKM-0004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/42480#musicalexpression> ;
    mo:publisher <org/1233#subject> ;
    mo:record _:N7f20077eea7b43f698df6832a94d1f22 ;
    mo:record_count 1 ;
    mo:release <event/164> ;
    schema:about <product/196#subject> ;
    schema:byArtist <artist/11804#subject>,
        <artist/13249#subject>,
        <artist/2006#subject>,
        <artist/6647#subject>,
        <artist/6927#subject> ;
    schema:datePublished "2013-10-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/08/42480/42480-1383037899.jpg> ;
    schema:name "Pieces of Mana 2"@en,
        "Pieces of Mana 2"@ja,
        "Pieces of Mana 2"@ja-latn ;
    schema:publisher <org/1233#subject> ;
    foaf:depiction <https://media.vgm.io/albums/08/42480/42480-1383037899.jpg> .

<album/42480#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Pieces of Mana 2"@en,
        "Pieces of Mana 2"@ja,
        "Pieces of Mana 2"@ja-latn ;
    mo:performance_of <album/42480#musicalwork> ;
    mo:performer <artist/11804#subject>,
        <artist/13249#subject>,
        <artist/2006#subject>,
        <artist/6647#subject>,
        <artist/6927#subject> ;
    mo:recorded_as <album/42480#musicalexpression> ;
    schema:byArtist <artist/11804#subject>,
        <artist/13249#subject>,
        <artist/2006#subject>,
        <artist/6647#subject>,
        <artist/6927#subject> ;
    schema:name "Pieces of Mana 2"@en,
        "Pieces of Mana 2"@ja,
        "Pieces of Mana 2"@ja-latn ;
    schema:workPerformed <album/42480#musicalwork> .

_:N274e3ad1982542ecac2447770c5d7bd4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Secret of Mana"@en,
        "Secret of Mana"@ja ;
    mo:track_number 3 ;
    schema:duration "PT8:27"^^xsd:interval ;
    schema:inPlaylist _:N7f20077eea7b43f698df6832a94d1f22 ;
    schema:name "Secret of Mana"@en,
        "Secret of Mana"@ja .

_:Nbb712717c05c4c2b9e991bdd5a899c85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Angel's Fear"@en,
        "天使の怖れ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:37"^^xsd:interval ;
    schema:inPlaylist _:N7f20077eea7b43f698df6832a94d1f22 ;
    schema:name "Angel's Fear"@en,
        "天使の怖れ"@ja .

_:Nd18f3731f1bf44118da4adce038b71cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summer Sky Blue"@en,
        "夏の空色"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N7f20077eea7b43f698df6832a94d1f22 ;
    schema:name "Summer Sky Blue"@en,
        "夏の空色"@ja .

_:N7f20077eea7b43f698df6832a94d1f22 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N274e3ad1982542ecac2447770c5d7bd4,
        _:Nbb712717c05c4c2b9e991bdd5a899c85,
        _:Nd18f3731f1bf44118da4adce038b71cc ;
    mo:track_count 3 ;
    schema:duration "PT18:43"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N274e3ad1982542ecac2447770c5d7bd4,
        _:Nbb712717c05c4c2b9e991bdd5a899c85,
        _:Nd18f3731f1bf44118da4adce038b71cc .

