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

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

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

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

<artist/15588#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60182#subject> ;
    schema:name "Percival"@en ;
    foaf:made <album/60182#composition>,
        <album/60182#subject> ;
    foaf:name "Percival"@en .

<artist/2965#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60182#subject> ;
    schema:name "Adam Skorupa"@en ;
    foaf:made <album/60182#composition>,
        <album/60182#subject> ;
    foaf:name "Adam Skorupa"@en .

<artist/2966#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60182#subject> ;
    schema:name "Paweł Błaszczak"@en ;
    foaf:made <album/60182#composition>,
        <album/60182#subject> ;
    foaf:name "Paweł Błaszczak"@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/60182#lyrics> a mo:Lyrics .

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

<https://medium-media.vgm.io/albums/28/60182/60182-1469445032.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/60182#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Music Inspired by The Witcher 3: Wild Hunt"@en,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja-latn ;
    mo:performance_of <album/60182#musicalwork> ;
    mo:performer _:N1d4db67ccc74447c928d0a0a13738387 ;
    mo:recorded_as <album/60182#musicalexpression> ;
    schema:byArtist _:N1d4db67ccc74447c928d0a0a13738387 ;
    schema:name "Music Inspired by The Witcher 3: Wild Hunt"@en,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja-latn ;
    schema:workPerformed <album/60182#musicalwork> .

<album/60182#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Music Inspired by The Witcher 3: Wild Hunt"@en,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja-latn ;
    mo:composer <artist/12632#subject>,
        <artist/15588#subject>,
        <artist/2965#subject>,
        <artist/2966#subject> ;
    mo:produced_work <album/60182#musicalwork> ;
    schema:name "Music Inspired by The Witcher 3: Wild Hunt"@en,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja-latn .

<album/60182#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-07-08"^^xsd:date ;
    dcterms:title "Music Inspired by The Witcher 3: Wild Hunt"@en,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/60182#musicalexpression> ;
    mo:publisher <org/1150#subject> ;
    mo:record _:N54413ee7c4964bf9be931cb82931c1ce ;
    mo:record_count 1 ;
    schema:about <product/1810#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Nitika Kumar"@en ;
            foaf:name "Nitika Kumar"@en ] ;
    schema:datePublished "2016-07-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/60182/60182-1469445032.jpg> ;
    schema:name "Music Inspired by The Witcher 3: Wild Hunt"@en,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja,
        "Music Inspired by The Witcher 3: Wild Hunt"@ja-latn ;
    schema:publisher <org/1150#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/60182/60182-1469445032.jpg> .

_:N026e4ff6f83048ebbc3c7cc7dd75f386 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The White One"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "The White One"@en .

_:N09e5addb1bc448398f739f5ad4c0c760 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vatt'ghern"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Vatt'ghern"@en .

_:N13658516d17e4ab491476a1c7f041aa3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Witcher Contest Dub"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Witcher Contest Dub"@en .

_:N1d4db67ccc74447c928d0a0a13738387 a schema:Person,
        foaf:Person ;
    mo:performed <album/60182#performance> ;
    schema:name "Nitika Kumar"@en ;
    foaf:name "Nitika Kumar"@en .

_:N244c390c3b864b1eacf0746cb45329f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Escaping the Hunt"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Escaping the Hunt"@en .

_:N3b44ffe6f6b14224b0835f51075e796f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Treasures of the Bygone (feat. Nitika Kumar)"@en ;
    mo:track_number 14 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Treasures of the Bygone (feat. Nitika Kumar)"@en .

_:N3e4e80ca4ed1419fae3cecb5cecfb795 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overture"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Overture"@en .

_:N508a8050bcb743b88ab2a77a97a82305 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wild Heart"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Wild Heart"@en .

_:N5820a905e3c74682bef49f39d2763fff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Winter Sash"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Winter Sash"@en .

_:N66d5a41444234db2b173f3276a459850 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dancing With Monsters"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Dancing With Monsters"@en .

_:N8dd0e34aaf4c4a88ae54766769d79ba1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temeria Trip"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Temeria Trip"@en .

_:Naf8352d9c147421198ad46af125920ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Killing Monsters"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Killing Monsters"@en .

_:Nc3e90eed8a5d486d8fc7bc2e872ebc03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Wolf's Path"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "The Wolf's Path"@en .

_:Nc7beb4f2c4e24c22a9c680298d0917d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wild Killer"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Wild Killer"@en .

_:Nd0fb69ee67a046ad86f016252743c4a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Neon Wolf"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "The Neon Wolf"@en .

_:Nd167cc1c140943e4b43e1dd32c24c82d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lilac & Gooseberries"@en ;
    mo:track_number 15 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N54413ee7c4964bf9be931cb82931c1ce ;
    schema:name "Lilac & Gooseberries"@en .

_:N54413ee7c4964bf9be931cb82931c1ce a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N026e4ff6f83048ebbc3c7cc7dd75f386,
        _:N09e5addb1bc448398f739f5ad4c0c760,
        _:N13658516d17e4ab491476a1c7f041aa3,
        _:N244c390c3b864b1eacf0746cb45329f3,
        _:N3b44ffe6f6b14224b0835f51075e796f,
        _:N3e4e80ca4ed1419fae3cecb5cecfb795,
        _:N508a8050bcb743b88ab2a77a97a82305,
        _:N5820a905e3c74682bef49f39d2763fff,
        _:N66d5a41444234db2b173f3276a459850,
        _:N8dd0e34aaf4c4a88ae54766769d79ba1,
        _:Naf8352d9c147421198ad46af125920ef,
        _:Nc3e90eed8a5d486d8fc7bc2e872ebc03,
        _:Nc7beb4f2c4e24c22a9c680298d0917d4,
        _:Nd0fb69ee67a046ad86f016252743c4a5,
        _:Nd167cc1c140943e4b43e1dd32c24c82d ;
    mo:track_count 15 ;
    schema:duration "PT52:47"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N026e4ff6f83048ebbc3c7cc7dd75f386,
        _:N09e5addb1bc448398f739f5ad4c0c760,
        _:N13658516d17e4ab491476a1c7f041aa3,
        _:N244c390c3b864b1eacf0746cb45329f3,
        _:N3b44ffe6f6b14224b0835f51075e796f,
        _:N3e4e80ca4ed1419fae3cecb5cecfb795,
        _:N508a8050bcb743b88ab2a77a97a82305,
        _:N5820a905e3c74682bef49f39d2763fff,
        _:N66d5a41444234db2b173f3276a459850,
        _:N8dd0e34aaf4c4a88ae54766769d79ba1,
        _:Naf8352d9c147421198ad46af125920ef,
        _:Nc3e90eed8a5d486d8fc7bc2e872ebc03,
        _:Nc7beb4f2c4e24c22a9c680298d0917d4,
        _:Nd0fb69ee67a046ad86f016252743c4a5,
        _:Nd167cc1c140943e4b43e1dd32c24c82d .

