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

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

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

<artist/12632#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/54639#subject> ;
    schema:name "Marcin Przybyłowicz"@en ;
    foaf:made <album/54639#composition>,
        <album/54639#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/54639#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Lullaby of Woe"@en,
        "Lullaby of Woe"@ja,
        "Lullaby of Woe"@ja-latn ;
    mo:composer <artist/12632#subject> ;
    mo:produced_work <album/54639#musicalwork> ;
    schema:name "Lullaby of Woe"@en,
        "Lullaby of Woe"@ja,
        "Lullaby of Woe"@ja-latn .

<album/54639#musicalexpression> a mo:Signal ;
    mo:published_as <album/54639#subject> ;
    mo:records <album/54639#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/93/54639/54639-1440686789.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/54639#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/93/54639/54639-1440686789.jpg> ;
    foaf:depicts <album/54639#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/93/54639/54639-1440686789.jpg> .

<https://medium-media.vgm.io/albums/93/54639/54639-1440686789.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/54639#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Lullaby of Woe"@en,
        "Lullaby of Woe"@ja,
        "Lullaby of Woe"@ja-latn ;
    mo:performance_of <album/54639#musicalwork> ;
    mo:performer _:N168b2afda8144074b498987586bc6daa ;
    mo:recorded_as <album/54639#musicalexpression> ;
    schema:byArtist _:N168b2afda8144074b498987586bc6daa ;
    schema:name "Lullaby of Woe"@en,
        "Lullaby of Woe"@ja,
        "Lullaby of Woe"@ja-latn ;
    schema:workPerformed <album/54639#musicalwork> .

<album/54639#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-08-26"^^xsd:date ;
    dcterms:title "Lullaby of Woe"@en,
        "Lullaby of Woe"@ja,
        "Lullaby of Woe"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/54639#musicalexpression> ;
    mo:publisher <org/1150#subject> ;
    mo:record _:N84f725e5a64f42d792577758252bb928 ;
    mo:record_count 1 ;
    schema:about <product/1810#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Laura Doddington"@en ;
            foaf:name "Laura Doddington"@en ] ;
    schema:datePublished "2015-08-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/93/54639/54639-1440686789.jpg> ;
    schema:name "Lullaby of Woe"@en,
        "Lullaby of Woe"@ja,
        "Lullaby of Woe"@ja-latn ;
    schema:publisher <org/1150#subject> ;
    foaf:depiction <https://media.vgm.io/albums/93/54639/54639-1440686789.jpg> .

_:N0a53ac56d9454bae917ca5ae22e60f59 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lullaby of Woe"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N84f725e5a64f42d792577758252bb928 ;
    schema:name "Lullaby of Woe"@en .

_:N168b2afda8144074b498987586bc6daa a schema:Person,
        foaf:Person ;
    mo:performed <album/54639#performance> ;
    schema:name "Laura Doddington"@en ;
    foaf:name "Laura Doddington"@en .

_:N84f725e5a64f42d792577758252bb928 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0a53ac56d9454bae917ca5ae22e60f59 ;
    mo:track_count 1 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0a53ac56d9454bae917ca5ae22e60f59 .

