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

<artist/27321#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuki Nakashima"@en,
        "中島由貴"@ja ;
    foaf:made <album/132100#subject>,
        <album/132100#vocals> ;
    foaf:name "Yuki Nakashima"@en,
        "中島由貴"@ja .

<artist/58903#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/132100#subject> ;
    schema:name "keiya"@en,
        "敬也 -keiya-"@ja ;
    foaf:made <album/132100#composition>,
        <album/132100#lyrics>,
        <album/132100#subject> ;
    foaf:name "keiya"@en,
        "敬也 -keiya-"@ja .

<artist/59892#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/132100#subject> ;
    schema:name "Hikaru Sakurazawa"@en,
        "櫻澤ヒカル"@ja ;
    foaf:made <album/132100#composition>,
        <album/132100#lyrics>,
        <album/132100#subject> ;
    foaf:name "Hikaru Sakurazawa"@en,
        "櫻澤ヒカル"@ja .

<product/10007#subject> a schema:CreativeWork ;
    schema:name "GOBLIN SLAYER 2"@en,
        "ゴブリンスレイヤー 2"@ja,
        "GOBLIN SLAYER 2"@ja-latn ;
    foaf:name "GOBLIN SLAYER 2"@en,
        "ゴブリンスレイヤー 2"@ja,
        "GOBLIN SLAYER 2"@ja-latn .

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

<album/132100#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@en,
        "霞の向こうへ / 中島由貴 [初回限定盤]"@ja,
        "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@ja-latn ;
    mo:performance_of <album/132100#musicalwork> ;
    mo:recorded_as <album/132100#musicalexpression> ;
    schema:name "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@en,
        "霞の向こうへ / 中島由貴 [初回限定盤]"@ja,
        "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/132100#musicalwork> .

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

<org/3389#subject> schema:name "Universal Pictures Home Entertainment"@en,
        "Universal Pictures Home Entertainment"@ja,
        "Universal Pictures Home Entertainment"@ja-latn ;
    foaf:name "Universal Pictures Home Entertainment"@en,
        "Universal Pictures Home Entertainment"@ja,
        "Universal Pictures Home Entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/00/132100/132100-e46f4c6a41d9.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/132100#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@en,
        "霞の向こうへ / 中島由貴 [初回限定盤]"@ja,
        "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "-amazuti-"@en ;
            foaf:made <album/132100#composition> ;
            foaf:name "-amazuti-"@en ],
        <artist/58903#subject>,
        <artist/59892#subject> ;
    mo:produced_work <album/132100#musicalwork> ;
    schema:name "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@en,
        "霞の向こうへ / 中島由貴 [初回限定盤]"@ja,
        "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@ja-latn .

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

<album/132100#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-11-15"^^xsd:date ;
    dcterms:title "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@en,
        "霞の向こうへ / 中島由貴 [初回限定盤]"@ja,
        "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@ja-latn ;
    mo:catalogue_number "GNCA-0702" ;
    mo:media_type "CD + Blu-ray" ;
    mo:publication_of <album/132100#musicalexpression> ;
    mo:publisher <org/3389#subject> ;
    mo:record _:Nf289b62e6f9d4e7c9621cbbdcf773e95,
        _:Nfb697ad303a24c47870edce75eba79f8 ;
    mo:record_count 2 ;
    schema:about <product/10007#subject> ;
    schema:datePublished "2023-11-15"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/00/132100/132100-e46f4c6a41d9.jpg> ;
    schema:name "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@en,
        "霞の向こうへ / 中島由貴 [初回限定盤]"@ja,
        "Kasumi no Mukou e / Yuki Nakashima [Limited Edition]"@ja-latn ;
    schema:publisher <org/3389#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/132100/132100-e46f4c6a41d9.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "-amazuti-"@en ;
    foaf:made <album/132100#subject> ;
    foaf:name "-amazuti-"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "-amazuti-"@en ;
    foaf:made <album/132100#lyrics> ;
    foaf:name "-amazuti-"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/132100#subject> ;
    schema:name "-amazuti-"@en ;
    foaf:made <album/132100#subject> ;
    foaf:name "-amazuti-"@en .

_:N178216715c894aa8b9b32ab30313badb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "霞の向こうへ <instrumental>"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Nf289b62e6f9d4e7c9621cbbdcf773e95 ;
    schema:name "霞の向こうへ <instrumental>"@ja .

_:N26f8d02fd1e042f1afdea2dbd46cafdc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "霞の向こうへ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:Nf289b62e6f9d4e7c9621cbbdcf773e95 ;
    schema:name "霞の向こうへ"@ja .

_:N47b5298e6ce441dda8abeba8e3ee1224 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Design Enc."@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Nf289b62e6f9d4e7c9621cbbdcf773e95 ;
    schema:name "Design Enc."@ja .

_:N57637187f48a41d497374e6b090b13d3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「霞の向こうへ」Music Video"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nfb697ad303a24c47870edce75eba79f8 ;
    schema:name "「霞の向こうへ」Music Video"@ja .

_:N58994febf20d42abbdb24c3e520132eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Design Enc. <instrumental>"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:Nf289b62e6f9d4e7c9621cbbdcf773e95 ;
    schema:name "Design Enc. <instrumental>"@ja .

_:Nd42aec5d59644b5e97120d92cf99eb8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SPOT"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nfb697ad303a24c47870edce75eba79f8 ;
    schema:name "SPOT"@ja .

_:Nfb697ad303a24c47870edce75eba79f8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N57637187f48a41d497374e6b090b13d3,
        _:Nd42aec5d59644b5e97120d92cf99eb8c ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N57637187f48a41d497374e6b090b13d3,
        _:Nd42aec5d59644b5e97120d92cf99eb8c .

_:Nf289b62e6f9d4e7c9621cbbdcf773e95 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N178216715c894aa8b9b32ab30313badb,
        _:N26f8d02fd1e042f1afdea2dbd46cafdc,
        _:N47b5298e6ce441dda8abeba8e3ee1224,
        _:N58994febf20d42abbdb24c3e520132eb ;
    mo:track_count 4 ;
    schema:duration "PT14:52"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N178216715c894aa8b9b32ab30313badb,
        _:N26f8d02fd1e042f1afdea2dbd46cafdc,
        _:N47b5298e6ce441dda8abeba8e3ee1224,
        _:N58994febf20d42abbdb24c3e520132eb .

