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

<artist/16745#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aleksandra Motyka"@en ;
    foaf:made <album/54641#lyrics>,
        <album/54641#subject> ;
    foaf:name "Aleksandra Motyka"@en .

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

<artist/12632#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/54641#subject> ;
    schema:name "Marcin Przybyłowicz"@en ;
    foaf:made <album/54641#composition>,
        <album/54641#subject> ;
    foaf:name "Marcin Przybyłowicz"@en .

<product/1810#subject> a schema:CreativeWork ;
    schema:name "The Witcher 3: Wild Hunt"@en,
        "Wiedźmin 3: Dziki Gon"@ja,
        "The Witcher 3: Wild Hunt"@ja-latn ;
    foaf:name "The Witcher 3: Wild Hunt"@en,
        "Wiedźmin 3: Dziki Gon"@ja,
        "The Witcher 3: Wild Hunt"@ja-latn .

<album/54641#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Wolven Storm"@en,
        "The Wolven Storm"@ja,
        "The Wolven Storm"@ja-latn ;
    mo:composer <artist/12632#subject> ;
    mo:produced_work <album/54641#musicalwork> ;
    schema:name "The Wolven Storm"@en,
        "The Wolven Storm"@ja,
        "The Wolven Storm"@ja-latn .

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

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

<org/1150#subject> schema:name "CD Projekt RED"@en,
        "CD Projekt RED"@ja,
        "CD Projekt RED"@ja-latn ;
    foaf:name "CD Projekt RED"@en,
        "CD Projekt RED"@ja,
        "CD Projekt RED"@ja-latn .

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

<https://medium-media.vgm.io/albums/14/54641/54641-1470134500.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/54641#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Wolven Storm"@en,
        "The Wolven Storm"@ja,
        "The Wolven Storm"@ja-latn ;
    mo:performance_of <album/54641#musicalwork> ;
    mo:performer <artist/18304#subject> ;
    mo:recorded_as <album/54641#musicalexpression> ;
    schema:byArtist <artist/18304#subject> ;
    schema:name "The Wolven Storm"@en,
        "The Wolven Storm"@ja,
        "The Wolven Storm"@ja-latn ;
    schema:workPerformed <album/54641#musicalwork> .

<artist/18304#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/54641#performance> ;
    schema:name "Emma Hiddleston"@en ;
    foaf:name "Emma Hiddleston"@en .

<album/54641#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-08-26"^^xsd:date ;
    dcterms:title "The Wolven Storm"@en,
        "The Wolven Storm"@ja,
        "The Wolven Storm"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/54641#musicalexpression> ;
    mo:publisher <org/1150#subject> ;
    mo:record _:N7cf783eba850410cb78041f61696dbbd ;
    mo:record_count 1 ;
    schema:about <product/1810#subject> ;
    schema:byArtist <artist/18304#subject> ;
    schema:datePublished "2015-08-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/14/54641/54641-1470134500.jpg> ;
    schema:name "The Wolven Storm"@en,
        "The Wolven Storm"@ja,
        "The Wolven Storm"@ja-latn ;
    schema:publisher <org/1150#subject> ;
    foaf:depiction <https://media.vgm.io/albums/14/54641/54641-1470134500.jpg> .

_:N5bbe286a3e9d457ba6825f1fba09239e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wolven Storm (English)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N7cf783eba850410cb78041f61696dbbd ;
    schema:name "Wolven Storm (English)"@en .

_:N7cf783eba850410cb78041f61696dbbd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5bbe286a3e9d457ba6825f1fba09239e ;
    mo:track_count 1 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N5bbe286a3e9d457ba6825f1fba09239e .

