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

<artist/60973#subject> a schema:Person,
        foaf:Person ;
    schema:name "eili"@en ;
    foaf:made <album/159071#subject>,
        <album/159071#vocals> ;
    foaf:name "eili"@en .

<album/159071#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "New Skies / Krimek feat. eili"@en,
        "New Skies / Krimek feat. eili"@ja,
        "New Skies / Krimek feat. eili"@ja-latn ;
    mo:produced_work <album/159071#musicalwork> ;
    schema:name "New Skies / Krimek feat. eili"@en,
        "New Skies / Krimek feat. eili"@ja,
        "New Skies / Krimek feat. eili"@ja-latn .

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

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

<album/159071#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "New Skies / Krimek feat. eili"@en,
        "New Skies / Krimek feat. eili"@ja,
        "New Skies / Krimek feat. eili"@ja-latn ;
    mo:performance_of <album/159071#musicalwork> ;
    mo:recorded_as <album/159071#musicalexpression> ;
    schema:name "New Skies / Krimek feat. eili"@en,
        "New Skies / Krimek feat. eili"@ja,
        "New Skies / Krimek feat. eili"@ja-latn ;
    schema:workPerformed <album/159071#musicalwork> .

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

<https://media.vgm.io/albums/17/159071/159071-5d65f95efcbf.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/159071#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/17/159071/159071-5d65f95efcbf.jpg> ;
    foaf:depicts <album/159071#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/17/159071/159071-5d65f95efcbf.jpg> .

<https://medium-media.vgm.io/albums/17/159071/159071-5d65f95efcbf.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/159071#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-12-25"^^xsd:date ;
    dcterms:title "New Skies / Krimek feat. eili"@en,
        "New Skies / Krimek feat. eili"@ja,
        "New Skies / Krimek feat. eili"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/159071#musicalexpression> ;
    mo:publisher _:N020462c61aa44227bf67553fa416b2ad ;
    mo:record _:N43bcdadc432a4405ac162a6b466a86f3 ;
    mo:record_count 1 ;
    schema:datePublished "2024-12-25"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/17/159071/159071-5d65f95efcbf.jpg> ;
    schema:name "New Skies / Krimek feat. eili"@en,
        "New Skies / Krimek feat. eili"@ja,
        "New Skies / Krimek feat. eili"@ja-latn ;
    schema:publisher _:N020462c61aa44227bf67553fa416b2ad ;
    foaf:depiction <https://media.vgm.io/albums/17/159071/159071-5d65f95efcbf.jpg> .

_:N020462c61aa44227bf67553fa416b2ad schema:name "Krimek"@en,
        "Krimek"@ja,
        "Krimek"@ja-latn ;
    foaf:name "Krimek"@en,
        "Krimek"@ja,
        "Krimek"@ja-latn .

_:N43bcdadc432a4405ac162a6b466a86f3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nb0d5fc75691b4c259ad41be087f90d0f ;
    mo:track_count 1 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nb0d5fc75691b4c259ad41be087f90d0f .

_:Nb0d5fc75691b4c259ad41be087f90d0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "New Skies"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N43bcdadc432a4405ac162a6b466a86f3 ;
    schema:name "New Skies"@en .

