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

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

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

<artist/10200#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/158060#subject> ;
    schema:name "Asuka Ito"@en,
        "伊藤明日香"@ja ;
    foaf:made <album/158060#composition>,
        <album/158060#subject> ;
    foaf:name "Asuka Ito"@en,
        "伊藤明日香"@ja .

<album/158060#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Falling into Silence"@en,
        "Falling into Silence"@ja,
        "Falling into Silence"@ja-latn ;
    mo:composer <artist/10200#subject> ;
    mo:produced_work <album/158060#musicalwork> ;
    schema:name "Falling into Silence"@en,
        "Falling into Silence"@ja,
        "Falling into Silence"@ja-latn .

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

<album/158060#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Falling into Silence"@en,
        "Falling into Silence"@ja,
        "Falling into Silence"@ja-latn ;
    mo:performance_of <album/158060#musicalwork> ;
    mo:recorded_as <album/158060#musicalexpression> ;
    schema:name "Falling into Silence"@en,
        "Falling into Silence"@ja,
        "Falling into Silence"@ja-latn ;
    schema:workPerformed <album/158060#musicalwork> .

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

<https://medium-media.vgm.io/albums/06/158060/158060-d7286ee28dc2.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/158060#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-07-31"^^xsd:date ;
    dcterms:title "Falling into Silence"@en,
        "Falling into Silence"@ja,
        "Falling into Silence"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/158060#musicalexpression> ;
    mo:publisher _:N1852d7996651444484cc23208fcb67f8 ;
    mo:record _:N5a87220a5dbd4a30b604ce44cdb329f5 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Falling into Silence"@en ;
            foaf:name "Falling into Silence"@en ] ;
    schema:datePublished "2025-07-31"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/06/158060/158060-d7286ee28dc2.jpg> ;
    schema:name "Falling into Silence"@en,
        "Falling into Silence"@ja,
        "Falling into Silence"@ja-latn ;
    schema:publisher _:N1852d7996651444484cc23208fcb67f8 ;
    foaf:depiction <https://media.vgm.io/albums/06/158060/158060-d7286ee28dc2.jpg> .

_:N0d8144151538496b9f840fe02f0b876b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Falling into Silence"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N5a87220a5dbd4a30b604ce44cdb329f5 ;
    schema:name "Falling into Silence"@en .

_:N1852d7996651444484cc23208fcb67f8 schema:name "Asuka Ito"@en,
        "Asuka Ito"@ja,
        "Asuka Ito"@ja-latn ;
    foaf:name "Asuka Ito"@en,
        "Asuka Ito"@ja,
        "Asuka Ito"@ja-latn .

_:N5a87220a5dbd4a30b604ce44cdb329f5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d8144151538496b9f840fe02f0b876b ;
    mo:track_count 1 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0d8144151538496b9f840fe02f0b876b .

