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

<artist/18125#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tielle"@en ;
    foaf:made <album/135154#subject>,
        <album/135154#vocals> ;
    foaf:name "Tielle"@en .

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

<artist/27206#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/135154#subject> ;
    schema:name "Steven McNair"@en ;
    foaf:made <album/135154#composition>,
        <album/135154#subject> ;
    foaf:name "Steven McNair"@en .

<album/135154#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "La Muse perdue / Tielle"@en,
        "La Muse perdue / Tielle"@ja,
        "La Muse perdue / Tielle"@ja-latn ;
    mo:composer <artist/27206#subject> ;
    mo:produced_work <album/135154#musicalwork> ;
    schema:name "La Muse perdue / Tielle"@en,
        "La Muse perdue / Tielle"@ja,
        "La Muse perdue / Tielle"@ja-latn .

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

<album/135154#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "La Muse perdue / Tielle"@en,
        "La Muse perdue / Tielle"@ja,
        "La Muse perdue / Tielle"@ja-latn ;
    mo:performance_of <album/135154#musicalwork> ;
    mo:recorded_as <album/135154#musicalexpression> ;
    schema:name "La Muse perdue / Tielle"@en,
        "La Muse perdue / Tielle"@ja,
        "La Muse perdue / Tielle"@ja-latn ;
    schema:workPerformed <album/135154#musicalwork> .

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

<org/2357#subject> schema:name "Warner Music Japan"@en,
        "Warner Music Japan"@ja,
        "Warner Music Japan"@ja-latn ;
    foaf:name "Warner Music Japan"@en,
        "Warner Music Japan"@ja,
        "Warner Music Japan"@ja-latn .

<https://media.vgm.io/albums/45/135154/135154-07bb0f9d9e84.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/135154#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/45/135154/135154-07bb0f9d9e84.jpg> ;
    foaf:depicts <album/135154#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/45/135154/135154-07bb0f9d9e84.jpg> .

<https://medium-media.vgm.io/albums/45/135154/135154-07bb0f9d9e84.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/135154#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-07-31"^^xsd:date ;
    dcterms:title "La Muse perdue / Tielle"@en,
        "La Muse perdue / Tielle"@ja,
        "La Muse perdue / Tielle"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/135154#musicalexpression> ;
    mo:publisher <org/2357#subject> ;
    mo:record _:N9293ec9d161846cd8ae2eebd43361b84 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "BASTARD!! -Heavy Metal, Dark Fantasy- Season 2"@en ;
            foaf:name "BASTARD!! -Heavy Metal, Dark Fantasy- Season 2"@en ] ;
    schema:datePublished "2023-07-31"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/45/135154/135154-07bb0f9d9e84.jpg> ;
    schema:name "La Muse perdue / Tielle"@en,
        "La Muse perdue / Tielle"@ja,
        "La Muse perdue / Tielle"@ja-latn ;
    schema:publisher <org/2357#subject> ;
    foaf:depiction <https://media.vgm.io/albums/45/135154/135154-07bb0f9d9e84.jpg> .

_:N239faa8adb77477ebd82202fc2317f8d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "La Muse perdue"@fr ;
    mo:track_number 1 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N9293ec9d161846cd8ae2eebd43361b84 ;
    schema:name "La Muse perdue"@fr .

_:N9293ec9d161846cd8ae2eebd43361b84 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N239faa8adb77477ebd82202fc2317f8d ;
    mo:track_count 1 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N239faa8adb77477ebd82202fc2317f8d .

