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

<album/124462#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Celestial / Ed Sheeran"@en,
        "Celestial / Ed Sheeran"@ja,
        "Celestial / Ed Sheeran"@ja-latn ;
    mo:produced_work <album/124462#musicalwork> ;
    schema:name "Celestial / Ed Sheeran"@en,
        "Celestial / Ed Sheeran"@ja,
        "Celestial / Ed Sheeran"@ja-latn .

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

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

<product/11776#subject> a schema:CreativeWork ;
    schema:name "Pokémon Scarlet & Violet"@en,
        "ポケットモンスター スカーレット・バイオレット"@ja,
        "Pocket Monsters Scarlet & Violet"@ja-latn ;
    foaf:name "Pokémon Scarlet & Violet"@en,
        "ポケットモンスター スカーレット・バイオレット"@ja,
        "Pocket Monsters Scarlet & Violet"@ja-latn .

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

<https://media.vgm.io/albums/26/124462/124462-097da9df0b30.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/124462#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/26/124462/124462-097da9df0b30.jpg> ;
    foaf:depicts <album/124462#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/26/124462/124462-097da9df0b30.jpg> .

<https://medium-media.vgm.io/albums/26/124462/124462-097da9df0b30.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/124462#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Celestial / Ed Sheeran"@en,
        "Celestial / Ed Sheeran"@ja,
        "Celestial / Ed Sheeran"@ja-latn ;
    mo:performance_of <album/124462#musicalwork> ;
    mo:performer <artist/58774#subject> ;
    mo:recorded_as <album/124462#musicalexpression> ;
    schema:byArtist <artist/58774#subject> ;
    schema:name "Celestial / Ed Sheeran"@en,
        "Celestial / Ed Sheeran"@ja,
        "Celestial / Ed Sheeran"@ja-latn ;
    schema:workPerformed <album/124462#musicalwork> .

<artist/58774#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/124462#performance> ;
    schema:name "Ed Sheeran"@en ;
    foaf:name "Ed Sheeran"@en .

<album/124462#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-09-29"^^xsd:date ;
    dcterms:title "Celestial / Ed Sheeran"@en,
        "Celestial / Ed Sheeran"@ja,
        "Celestial / Ed Sheeran"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/124462#musicalexpression> ;
    mo:publisher _:N6e81352f39e140bf847de8adacc30ce8 ;
    mo:record _:Naa9330d4b1054375b18c170aab730bd4 ;
    mo:record_count 1 ;
    schema:about <product/11776#subject> ;
    schema:byArtist <artist/58774#subject> ;
    schema:datePublished "2022-09-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/26/124462/124462-097da9df0b30.jpg> ;
    schema:name "Celestial / Ed Sheeran"@en,
        "Celestial / Ed Sheeran"@ja,
        "Celestial / Ed Sheeran"@ja-latn ;
    schema:publisher _:N6e81352f39e140bf847de8adacc30ce8 ;
    foaf:depiction <https://media.vgm.io/albums/26/124462/124462-097da9df0b30.jpg> .

_:N6e81352f39e140bf847de8adacc30ce8 schema:name "asylum"@en,
        "asylum"@ja,
        "asylum"@ja-latn ;
    foaf:name "asylum"@en,
        "asylum"@ja,
        "asylum"@ja-latn .

_:Naa9330d4b1054375b18c170aab730bd4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nd764319810a9460ebaaea2024a8ce2cc ;
    mo:track_count 1 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nd764319810a9460ebaaea2024a8ce2cc .

_:Nd764319810a9460ebaaea2024a8ce2cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Celestial"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:Naa9330d4b1054375b18c170aab730bd4 ;
    schema:name "Celestial"@en .

