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

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

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

<artist/1356#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85107#subject> ;
    schema:name "Yuki Iwai"@en,
        "岩井由紀"@ja ;
    foaf:made <album/85107#composition>,
        <album/85107#subject> ;
    foaf:name "Yuki Iwai"@en,
        "岩井由紀"@ja .

<artist/139#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85107#subject> ;
    schema:name "Yoko Shimomura"@en,
        "下村陽子"@ja ;
    foaf:made <album/85107#composition>,
        <album/85107#subject> ;
    foaf:name "Yoko Shimomura"@en,
        "下村陽子"@ja .

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85107#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/85107#composition>,
        <album/85107#subject> ;
    foaf:name "Koji Kondo"@en,
        "近藤浩治"@ja .

<artist/507#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85107#subject> ;
    schema:name "David Wise"@en ;
    foaf:made <album/85107#composition>,
        <album/85107#subject> ;
    foaf:name "David Wise"@en .

<artist/693#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85107#subject> ;
    schema:name "Kenji Yamamoto"@en,
        "山本健誌"@ja ;
    foaf:made <album/85107#composition>,
        <album/85107#subject> ;
    foaf:name "Kenji Yamamoto"@en,
        "山本健誌"@ja .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85107#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/85107#composition>,
        <album/85107#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<product/187#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Ocarina of Time"@en,
        "ゼルダの伝説 時のオカリナ"@ja,
        "Zelda no Densetsu: Toki no Ocarina"@ja-latn ;
    foaf:name "The Legend of Zelda: Ocarina of Time"@en,
        "ゼルダの伝説 時のオカリナ"@ja,
        "Zelda no Densetsu: Toki no Ocarina"@ja-latn .

<product/188#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY VII"@en,
        "ファイナルファンタジーVII"@ja,
        "FINAL FANTASY VII"@ja-latn ;
    foaf:name "FINAL FANTASY VII"@en,
        "ファイナルファンタジーVII"@ja,
        "FINAL FANTASY VII"@ja-latn .

<product/2081#subject> a schema:CreativeWork ;
    schema:name "Mega Man X"@en,
        "ロックマンX"@ja,
        "Rockman X"@ja-latn ;
    foaf:name "Mega Man X"@en,
        "ロックマンX"@ja,
        "Rockman X"@ja-latn .

<product/2132#subject> a schema:CreativeWork ;
    schema:name "Super Mario RPG: Legend of the Seven Stars"@en,
        "スーパーマリオ RPG"@ja,
        "Super Mario RPG"@ja-latn ;
    foaf:name "Super Mario RPG: Legend of the Seven Stars"@en,
        "スーパーマリオ RPG"@ja,
        "Super Mario RPG"@ja-latn .

<product/268#subject> a schema:CreativeWork ;
    schema:name "Super Metroid"@en,
        "スーパーメトロイド"@ja,
        "Super Metroid"@ja-latn ;
    foaf:name "Super Metroid"@en,
        "スーパーメトロイド"@ja,
        "Super Metroid"@ja-latn .

<product/270#subject> a schema:CreativeWork ;
    schema:name "Donkey Kong Country"@en,
        "スーパードンキーコング"@ja,
        "Super Donkey Kong"@ja-latn ;
    foaf:name "Donkey Kong Country"@en,
        "スーパードンキーコング"@ja,
        "Super Donkey Kong"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/70/85107/85107-1552592739.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/85107#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "La Leyenda de las Siete Estrellas"@en,
        "La Leyenda de las Siete Estrellas"@ja,
        "La Leyenda de las Siete Estrellas"@ja-latn ;
    mo:performance_of <album/85107#musicalwork> ;
    mo:performer _:N099a24d47fff431db6c4c09b79871108 ;
    mo:recorded_as <album/85107#musicalexpression> ;
    schema:byArtist _:N099a24d47fff431db6c4c09b79871108 ;
    schema:name "La Leyenda de las Siete Estrellas"@en,
        "La Leyenda de las Siete Estrellas"@ja,
        "La Leyenda de las Siete Estrellas"@ja-latn ;
    schema:workPerformed <album/85107#musicalwork> .

<album/85107#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "La Leyenda de las Siete Estrellas"@en,
        "La Leyenda de las Siete Estrellas"@ja,
        "La Leyenda de las Siete Estrellas"@ja-latn ;
    mo:composer <artist/1356#subject>,
        <artist/139#subject>,
        <artist/190#subject>,
        <artist/507#subject>,
        <artist/693#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/85107#musicalwork> ;
    schema:name "La Leyenda de las Siete Estrellas"@en,
        "La Leyenda de las Siete Estrellas"@ja,
        "La Leyenda de las Siete Estrellas"@ja-latn .

<album/85107#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-01-11"^^xsd:date ;
    dcterms:title "La Leyenda de las Siete Estrellas"@en,
        "La Leyenda de las Siete Estrellas"@ja,
        "La Leyenda de las Siete Estrellas"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/85107#musicalexpression> ;
    mo:publisher _:Nd1655dfae6004e8590c3f95d1a3027b4 ;
    mo:record _:N50edfd4bbc724eba81da041907101528 ;
    mo:record_count 1 ;
    schema:about <product/187#subject>,
        <product/188#subject>,
        <product/2081#subject>,
        <product/2132#subject>,
        <product/268#subject>,
        <product/270#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Ludópatas"@en ;
            foaf:name "Ludópatas"@en ] ;
    schema:datePublished "2019-01-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/70/85107/85107-1552592739.jpg> ;
    schema:name "La Leyenda de las Siete Estrellas"@en,
        "La Leyenda de las Siete Estrellas"@ja,
        "La Leyenda de las Siete Estrellas"@ja-latn ;
    schema:publisher _:Nd1655dfae6004e8590c3f95d1a3027b4 ;
    foaf:depiction <https://media.vgm.io/albums/70/85107/85107-1552592739.jpg> .

_:N099a24d47fff431db6c4c09b79871108 a schema:Person,
        foaf:Person ;
    mo:performed <album/85107#performance> ;
    schema:name "Ludópatas"@en ;
    foaf:name "Ludópatas"@en .

_:N3463befa51724a2a8c41ae9b08c70719 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Here's Some Weapons (From \"Super Mario RPG\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:N50edfd4bbc724eba81da041907101528 ;
    schema:name "Here's Some Weapons (From \"Super Mario RPG\")"@en .

_:N3cd29c9dc88940aea47342d7bee6d1f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gerudo Valley (From \"The Legend of Zelda\")"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N50edfd4bbc724eba81da041907101528 ;
    schema:name "Gerudo Valley (From \"The Legend of Zelda\")"@en .

_:N6afd2f04f2264a589da168fde69e94dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fight Against an Armed Boss (From \"Super Mario RPG\")"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N50edfd4bbc724eba81da041907101528 ;
    schema:name "Fight Against an Armed Boss (From \"Super Mario RPG\")"@en .

_:Na40716fd8f894af28cfaf95cfa214fe0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DK Island Swing (From \"Donkey Kong Country\")"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N50edfd4bbc724eba81da041907101528 ;
    schema:name "DK Island Swing (From \"Donkey Kong Country\")"@en .

_:Nbbe7fe18ddce4eb6a659f0cfbac802a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Brinstar - The Jungle Floor (From \"Super Metroid\")"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N50edfd4bbc724eba81da041907101528 ;
    schema:name "Brinstar - The Jungle Floor (From \"Super Metroid\")"@en .

_:Nc835a5fdcff34590965d1169f79a46ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chill Penguin Stage (From \"Megaman X\")"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N50edfd4bbc724eba81da041907101528 ;
    schema:name "Chill Penguin Stage (From \"Megaman X\")"@en .

_:Nd1655dfae6004e8590c3f95d1a3027b4 schema:name "Ludópatas"@en ;
    foaf:name "Ludópatas"@en .

_:Nede7d8f3aa4b4cb1b4f7b0da0ed0965f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Those Who Fight Further (From \"Final Fantasy VII\")"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N50edfd4bbc724eba81da041907101528 ;
    schema:name "Those Who Fight Further (From \"Final Fantasy VII\")"@en .

_:N50edfd4bbc724eba81da041907101528 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3463befa51724a2a8c41ae9b08c70719,
        _:N3cd29c9dc88940aea47342d7bee6d1f2,
        _:N6afd2f04f2264a589da168fde69e94dd,
        _:Na40716fd8f894af28cfaf95cfa214fe0,
        _:Nbbe7fe18ddce4eb6a659f0cfbac802a8,
        _:Nc835a5fdcff34590965d1169f79a46ea,
        _:Nede7d8f3aa4b4cb1b4f7b0da0ed0965f ;
    mo:track_count 7 ;
    schema:duration "PT21:36"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N3463befa51724a2a8c41ae9b08c70719,
        _:N3cd29c9dc88940aea47342d7bee6d1f2,
        _:N6afd2f04f2264a589da168fde69e94dd,
        _:Na40716fd8f894af28cfaf95cfa214fe0,
        _:Nbbe7fe18ddce4eb6a659f0cfbac802a8,
        _:Nc835a5fdcff34590965d1169f79a46ea,
        _:Nede7d8f3aa4b4cb1b4f7b0da0ed0965f .

