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

<album/136775#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "All For You"@en,
        "All For You"@ja,
        "All For You"@ja-latn ;
    mo:produced_work <album/136775#musicalwork> ;
    schema:name "All For You"@en,
        "All For You"@ja,
        "All For You"@ja-latn .

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

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

<product/10199#subject> a schema:CreativeWork ;
    schema:name "Genshin Impact"@en,
        "原神"@ja,
        "Yuanshen"@ja-latn ;
    foaf:name "Genshin Impact"@en,
        "原神"@ja,
        "Yuanshen"@ja-latn .

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

<album/136775#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "All For You"@en,
        "All For You"@ja,
        "All For You"@ja-latn ;
    mo:performance_of <album/136775#musicalwork> ;
    mo:recorded_as <album/136775#musicalexpression> ;
    schema:name "All For You"@en,
        "All For You"@ja,
        "All For You"@ja-latn ;
    schema:workPerformed <album/136775#musicalwork> .

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

<https://medium-media.vgm.io/albums/57/136775/136775-bedb2f56856c.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/136775#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-04-12"^^xsd:date ;
    dcterms:title "All For You"@en,
        "All For You"@ja,
        "All For You"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/136775#musicalexpression> ;
    mo:publisher _:N3a2deaf57cfe491d957922b1a2e51e95 ;
    mo:record _:N45839786bb30485aa4563d3f53b1f9ff ;
    mo:record_count 1 ;
    schema:about <product/10199#subject> ;
    schema:datePublished "2023-04-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/57/136775/136775-bedb2f56856c.jpg> ;
    schema:name "All For You"@en,
        "All For You"@ja,
        "All For You"@ja-latn ;
    schema:publisher _:N3a2deaf57cfe491d957922b1a2e51e95 ;
    foaf:depiction <https://media.vgm.io/albums/57/136775/136775-bedb2f56856c.jpg> .

_:N387103d9a4784f439c3ee24628c8ac82 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "All For You (Genshin Impact Fansong HoYoFair2023)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N45839786bb30485aa4563d3f53b1f9ff ;
    schema:name "All For You (Genshin Impact Fansong HoYoFair2023)"@en .

_:N3a2deaf57cfe491d957922b1a2e51e95 schema:name "HoYoFair2023 Genshin Impact"@en ;
    foaf:name "HoYoFair2023 Genshin Impact"@en .

_:N45839786bb30485aa4563d3f53b1f9ff a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N387103d9a4784f439c3ee24628c8ac82 ;
    mo:track_count 1 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N387103d9a4784f439c3ee24628c8ac82 .

