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

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

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

<artist/69542#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/144901#subject> ;
    schema:name "Fan Wei"@en,
        "樊威"@ja ;
    foaf:made <album/144901#composition>,
        <album/144901#subject> ;
    foaf:name "Fan Wei"@en,
        "樊威"@ja .

<album/144901#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sonja's Theme Music"@en,
        "索尼娅角色曲"@ja,
        "Sonja's Theme Music"@ja-latn ;
    mo:composer <artist/69542#subject> ;
    mo:produced_work <album/144901#musicalwork> ;
    schema:name "Sonja's Theme Music"@en,
        "索尼娅角色曲"@ja,
        "Sonja's Theme Music"@ja-latn .

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

<album/144901#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sonja's Theme Music"@en,
        "索尼娅角色曲"@ja,
        "Sonja's Theme Music"@ja-latn ;
    mo:performance_of <album/144901#musicalwork> ;
    mo:recorded_as <album/144901#musicalexpression> ;
    schema:name "Sonja's Theme Music"@en,
        "索尼娅角色曲"@ja,
        "Sonja's Theme Music"@ja-latn ;
    schema:workPerformed <album/144901#musicalwork> .

<https://media.vgm.io/albums/10/144901/144901-40c2e1f8d9ba.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/144901#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/10/144901/144901-40c2e1f8d9ba.jpg> ;
    foaf:depicts <album/144901#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/10/144901/144901-40c2e1f8d9ba.jpg> .

<https://medium-media.vgm.io/albums/10/144901/144901-40c2e1f8d9ba.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/144901#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-11-29"^^xsd:date ;
    dcterms:title "Sonja's Theme Music"@en,
        "索尼娅角色曲"@ja,
        "Sonja's Theme Music"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/144901#musicalexpression> ;
    mo:publisher _:N952c866bc52f49a783c404e8d4b93594 ;
    mo:record _:Nfbacfeae0c074b6f9b80c3b123d2f421 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "AFK Journey"@en ;
            foaf:name "AFK Journey"@en ] ;
    schema:datePublished "2024-11-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/144901/144901-40c2e1f8d9ba.jpg> ;
    schema:name "Sonja's Theme Music"@en,
        "索尼娅角色曲"@ja,
        "Sonja's Theme Music"@ja-latn ;
    schema:publisher _:N952c866bc52f49a783c404e8d4b93594 ;
    foaf:depiction <https://media.vgm.io/albums/10/144901/144901-40c2e1f8d9ba.jpg> .

_:N7f0ec6da19fb4579ab16ee2e25b63d07 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonja's Theme Music"@en,
        "索尼娅角色曲"@zd ;
    mo:track_number 1 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:Nfbacfeae0c074b6f9b80c3b123d2f421 ;
    schema:name "Sonja's Theme Music"@en,
        "索尼娅角色曲"@zd .

_:N952c866bc52f49a783c404e8d4b93594 schema:name "Lilith Games"@en,
        "Lilith Games"@ja,
        "Lilith Games"@ja-latn ;
    foaf:name "Lilith Games"@en,
        "Lilith Games"@ja,
        "Lilith Games"@ja-latn .

_:Nfbacfeae0c074b6f9b80c3b123d2f421 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7f0ec6da19fb4579ab16ee2e25b63d07 ;
    mo:track_count 1 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N7f0ec6da19fb4579ab16ee2e25b63d07 .

