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

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

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

<artist/1722#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41507#subject> ;
    schema:name "Mahito Yokota"@en,
        "横田真人"@ja ;
    foaf:made <album/41507#composition>,
        <album/41507#subject> ;
    foaf:name "Mahito Yokota"@en,
        "横田真人"@ja .

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41507#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/41507#composition>,
        <album/41507#subject> ;
    foaf:name "Koji Kondo"@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/19692#subject> a schema:CreativeWork ;
    schema:name "L.A. Noire"@en,
        "L.A. Noire"@ja,
        "L.A. Noire"@ja-latn ;
    foaf:name "L.A. Noire"@en,
        "L.A. Noire"@ja,
        "L.A. Noire"@ja-latn .

<product/466#subject> a schema:CreativeWork ;
    schema:name "Super Mario Galaxy"@en,
        "スーパーマリオギャラクシー"@ja,
        "Super Mario Galaxy"@ja-latn ;
    foaf:name "Super Mario Galaxy"@en,
        "スーパーマリオギャラクシー"@ja,
        "Super Mario Galaxy"@ja-latn .

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

<album/41507#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "STAGE 1"@en,
        "STAGE 1"@ja,
        "STAGE 1"@ja-latn ;
    mo:performance_of <album/41507#musicalwork> ;
    mo:recorded_as <album/41507#musicalexpression> ;
    schema:name "STAGE 1"@en,
        "STAGE 1"@ja,
        "STAGE 1"@ja-latn ;
    schema:workPerformed <album/41507#musicalwork> .

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

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

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

<album/41507#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "STAGE 1"@en,
        "STAGE 1"@ja,
        "STAGE 1"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Andrew Hale"@en ;
            foaf:made <album/41507#composition> ;
            foaf:name "Andrew Hale"@en ],
        <artist/1722#subject>,
        <artist/190#subject> ;
    mo:produced_work <album/41507#musicalwork> ;
    schema:name "STAGE 1"@en,
        "STAGE 1"@ja,
        "STAGE 1"@ja-latn .

<album/41507#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-04-24"^^xsd:date ;
    dcterms:title "STAGE 1"@en,
        "STAGE 1"@ja,
        "STAGE 1"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/41507#musicalexpression> ;
    mo:publisher _:N81022cb9f14c473e90ef523a56b7f917 ;
    mo:record _:N13f100c6e2a7494fb95216feced44430 ;
    mo:record_count 1 ;
    schema:about <product/187#subject>,
        <product/19692#subject>,
        <product/466#subject> ;
    schema:datePublished "2012-04-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/70/41507/41507-1378819870.jpg> ;
    schema:name "STAGE 1"@en,
        "STAGE 1"@ja,
        "STAGE 1"@ja-latn ;
    schema:publisher _:N81022cb9f14c473e90ef523a56b7f917 ;
    foaf:depiction <https://media.vgm.io/albums/70/41507/41507-1378819870.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41507#subject> ;
    schema:name "Andrew Hale"@en ;
    foaf:made <album/41507#subject> ;
    foaf:name "Andrew Hale"@en .

_:N440f10125f9e4f79895276081277787e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Guilty"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:N13f100c6e2a7494fb95216feced44430 ;
    schema:name "Guilty"@en .

_:N81022cb9f14c473e90ef523a56b7f917 schema:name "Video Game Music Choir"@en,
        "Video Game Music Choir"@ja,
        "Video Game Music Choir"@ja-latn ;
    foaf:name "Video Game Music Choir"@en,
        "Video Game Music Choir"@ja,
        "Video Game Music Choir"@ja-latn .

_:N8b05c69297b7492a98edc2dbab466af1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Giga Bowser"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:N13f100c6e2a7494fb95216feced44430 ;
    schema:name "Giga Bowser"@en .

_:Nf9b8c9a1a8404fd2b6b04729c8505e8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gerudo Valley"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N13f100c6e2a7494fb95216feced44430 ;
    schema:name "Gerudo Valley"@en .

_:N13f100c6e2a7494fb95216feced44430 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N440f10125f9e4f79895276081277787e,
        _:N8b05c69297b7492a98edc2dbab466af1,
        _:Nf9b8c9a1a8404fd2b6b04729c8505e8b ;
    mo:track_count 3 ;
    schema:duration "PT10:48"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N440f10125f9e4f79895276081277787e,
        _:N8b05c69297b7492a98edc2dbab466af1,
        _:Nf9b8c9a1a8404fd2b6b04729c8505e8b .

