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

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

<artist/16962#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98753#subject> ;
    schema:name "Y.T"@en ;
    foaf:made <album/98753#composition>,
        <album/98753#subject> ;
    foaf:name "Y.T"@en .

<artist/449#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98753#subject> ;
    schema:name "N.H"@en ;
    foaf:made <album/98753#composition>,
        <album/98753#subject> ;
    foaf:name "N.H"@en .

<product/1811#subject> a schema:CreativeWork ;
    schema:name "Golden Axe"@en,
        "ゴールデンアックス"@ja,
        "Golden Axe"@ja-latn ;
    foaf:name "Golden Axe"@en,
        "ゴールデンアックス"@ja,
        "Golden Axe"@ja-latn .

<product/1813#subject> a schema:CreativeWork ;
    schema:name "Golden Axe II"@en,
        "ゴールデンアックスII"@ja,
        "Golden Axe II"@ja-latn ;
    foaf:name "Golden Axe II"@en,
        "ゴールデンアックスII"@ja,
        "Golden Axe II"@ja-latn .

<product/1814#subject> a schema:CreativeWork ;
    schema:name "Golden Axe III"@en,
        "ゴールデンアックスIII"@ja,
        "Golden Axe III"@ja-latn ;
    foaf:name "Golden Axe III"@en,
        "ゴールデンアックスIII"@ja,
        "Golden Axe III"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/35/98753/98753-1589125747.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/98753#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Battle Of The Lost Lands"@en,
        "Battle Of The Lost Lands"@ja,
        "Battle Of The Lost Lands"@ja-latn ;
    mo:performance_of <album/98753#musicalwork> ;
    mo:performer <artist/2985#subject> ;
    mo:recorded_as <album/98753#musicalexpression> ;
    schema:byArtist <artist/2985#subject> ;
    schema:name "Battle Of The Lost Lands"@en,
        "Battle Of The Lost Lands"@ja,
        "Battle Of The Lost Lands"@ja-latn ;
    schema:workPerformed <album/98753#musicalwork> .

<album/98753#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Battle Of The Lost Lands"@en,
        "Battle Of The Lost Lands"@ja,
        "Battle Of The Lost Lands"@ja-latn ;
    mo:composer <artist/16962#subject>,
        <artist/2985#subject>,
        <artist/449#subject> ;
    mo:produced_work <album/98753#musicalwork> ;
    schema:name "Battle Of The Lost Lands"@en,
        "Battle Of The Lost Lands"@ja,
        "Battle Of The Lost Lands"@ja-latn .

<artist/2985#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98753#subject> ;
    mo:performed <album/98753#performance> ;
    schema:name "MegaDriver"@en ;
    foaf:made <album/98753#composition>,
        <album/98753#lyrics>,
        <album/98753#subject> ;
    foaf:name "MegaDriver"@en .

<album/98753#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-03-20"^^xsd:date ;
    dcterms:title "Battle Of The Lost Lands"@en,
        "Battle Of The Lost Lands"@ja,
        "Battle Of The Lost Lands"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/98753#musicalexpression> ;
    mo:publisher _:Na4215f1d59c04a58a02cd16887d3e13c ;
    mo:record _:N5a059d6a25c84cfbbfd8278fcfacd546 ;
    mo:record_count 1 ;
    schema:about <product/1811#subject>,
        <product/1813#subject>,
        <product/1814#subject> ;
    schema:byArtist <artist/2985#subject> ;
    schema:datePublished "2020-03-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/35/98753/98753-1589125747.jpg> ;
    schema:name "Battle Of The Lost Lands"@en,
        "Battle Of The Lost Lands"@ja,
        "Battle Of The Lost Lands"@ja-latn ;
    schema:publisher _:Na4215f1d59c04a58a02cd16887d3e13c ;
    foaf:depiction <https://media.vgm.io/albums/35/98753/98753-1589125747.jpg> .

_:N05f995c02be14759a9b16cf32122e212 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ride the Whirlwind (Golden Axe 3)"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:N5a059d6a25c84cfbbfd8278fcfacd546 ;
    schema:name "Ride the Whirlwind (Golden Axe 3)"@en .

_:N1761eefd55484bc69e5dbff6892e1ec9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Arena (Golden Axe 2)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N5a059d6a25c84cfbbfd8278fcfacd546 ;
    schema:name "The Arena (Golden Axe 2)"@en .

_:N9c06fb6cd41a47eabf36a7ceb8164810 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heroes Of The Battle Of The Lost Lands"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N5a059d6a25c84cfbbfd8278fcfacd546 ;
    schema:name "Heroes Of The Battle Of The Lost Lands"@en .

_:Na4215f1d59c04a58a02cd16887d3e13c schema:name "MegaDriver"@en,
        "MegaDriver"@ja,
        "MegaDriver"@ja-latn ;
    foaf:name "MegaDriver"@en,
        "MegaDriver"@ja,
        "MegaDriver"@ja-latn .

_:Nfa40f0effa3e473da35f1e6c07b16ed3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Turtle Village (Golden Axe)"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:inPlaylist _:N5a059d6a25c84cfbbfd8278fcfacd546 ;
    schema:name "Turtle Village (Golden Axe)"@en .

_:N5a059d6a25c84cfbbfd8278fcfacd546 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N05f995c02be14759a9b16cf32122e212,
        _:N1761eefd55484bc69e5dbff6892e1ec9,
        _:N9c06fb6cd41a47eabf36a7ceb8164810,
        _:Nfa40f0effa3e473da35f1e6c07b16ed3 ;
    mo:track_count 4 ;
    schema:duration "PT11:54"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N05f995c02be14759a9b16cf32122e212,
        _:N1761eefd55484bc69e5dbff6892e1ec9,
        _:N9c06fb6cd41a47eabf36a7ceb8164810,
        _:Nfa40f0effa3e473da35f1e6c07b16ed3 .

