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

<artist/31583#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/118272#subject> ;
    schema:name "Eve"@en ;
    foaf:made <album/118272#composition>,
        <album/118272#lyrics>,
        <album/118272#subject>,
        <album/118272#vocals> ;
    foaf:name "Eve"@en .

<album/118272#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Avant / Eve"@en,
        "アヴァン / Eve"@ja,
        "Avant / Eve"@ja-latn ;
    mo:composer <artist/31583#subject> ;
    mo:produced_work <album/118272#musicalwork> ;
    schema:name "Avant / Eve"@en,
        "アヴァン / Eve"@ja,
        "Avant / Eve"@ja-latn .

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

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

<album/118272#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Avant / Eve"@en,
        "アヴァン / Eve"@ja,
        "Avant / Eve"@ja-latn ;
    mo:performance_of <album/118272#musicalwork> ;
    mo:recorded_as <album/118272#musicalexpression> ;
    schema:name "Avant / Eve"@en,
        "アヴァン / Eve"@ja,
        "Avant / Eve"@ja-latn ;
    schema:workPerformed <album/118272#musicalwork> .

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

<org/2341#subject> schema:name "TOY'S FACTORY"@en,
        "TOY'S FACTORY"@ja,
        "TOY'S FACTORY"@ja-latn ;
    foaf:name "TOY'S FACTORY"@en,
        "TOY'S FACTORY"@ja,
        "TOY'S FACTORY"@ja-latn .

<https://media.vgm.io/albums/27/118272/118272-19a37b3aec51.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/118272#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/27/118272/118272-19a37b3aec51.jpg> ;
    foaf:depicts <album/118272#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/27/118272/118272-19a37b3aec51.jpg> .

<https://medium-media.vgm.io/albums/27/118272/118272-19a37b3aec51.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/118272#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-03-08"^^xsd:date ;
    dcterms:title "Avant / Eve"@en,
        "アヴァン / Eve"@ja,
        "Avant / Eve"@ja-latn ;
    mo:catalogue_number "TFDS-00750" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/118272#musicalexpression> ;
    mo:publisher <org/2341#subject> ;
    mo:record _:N159ed7f5f0f740e796559b672473a99d ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "JUJUTSU KAISEN: Phantom Parade"@en ;
            foaf:name "JUJUTSU KAISEN: Phantom Parade"@en ] ;
    schema:datePublished "2022-03-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/27/118272/118272-19a37b3aec51.jpg> ;
    schema:name "Avant / Eve"@en,
        "アヴァン / Eve"@ja,
        "Avant / Eve"@ja-latn ;
    schema:publisher <org/2341#subject> ;
    foaf:depiction <https://media.vgm.io/albums/27/118272/118272-19a37b3aec51.jpg> .

_:N159ed7f5f0f740e796559b672473a99d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6e1c2ceaa152404cb14d978069b958a1 ;
    mo:track_count 1 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N6e1c2ceaa152404cb14d978069b958a1 .

_:N6e1c2ceaa152404cb14d978069b958a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Avant"@fr,
        "アヴァン"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N159ed7f5f0f740e796559b672473a99d ;
    schema:name "Avant"@fr,
        "アヴァン"@ja .

