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

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

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

<artist/1605#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159489#subject> ;
    schema:name "Masami Okui"@en,
        "奥井雅美"@ja ;
    foaf:made <album/159489#composition>,
        <album/159489#subject> ;
    foaf:name "Masami Okui"@en,
        "奥井雅美"@ja .

<album/159489#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ONENESS - 20th Anniversary"@en,
        "ONENESS - 20th Anniversary"@ja,
        "ONENESS - 20th Anniversary"@ja-latn ;
    mo:composer <artist/1605#subject> ;
    mo:produced_work <album/159489#musicalwork> ;
    schema:name "ONENESS - 20th Anniversary"@en,
        "ONENESS - 20th Anniversary"@ja,
        "ONENESS - 20th Anniversary"@ja-latn .

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

<album/159489#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ONENESS - 20th Anniversary"@en,
        "ONENESS - 20th Anniversary"@ja,
        "ONENESS - 20th Anniversary"@ja-latn ;
    mo:performance_of <album/159489#musicalwork> ;
    mo:recorded_as <album/159489#musicalexpression> ;
    schema:name "ONENESS - 20th Anniversary"@en,
        "ONENESS - 20th Anniversary"@ja,
        "ONENESS - 20th Anniversary"@ja-latn ;
    schema:workPerformed <album/159489#musicalwork> .

<org/3023#subject> schema:name "U&R records"@en,
        "U&R records"@ja,
        "U&R records"@ja-latn ;
    foaf:name "U&R records"@en,
        "U&R records"@ja,
        "U&R records"@ja-latn .

<https://media.vgm.io/albums/98/159489/159489-0ccf1cea8903.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/159489#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/98/159489/159489-0ccf1cea8903.jpg> ;
    foaf:depicts <album/159489#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/98/159489/159489-0ccf1cea8903.jpg> .

<https://medium-media.vgm.io/albums/98/159489/159489-0ccf1cea8903.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/159489#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-08-01"^^xsd:date ;
    dcterms:title "ONENESS - 20th Anniversary"@en,
        "ONENESS - 20th Anniversary"@ja,
        "ONENESS - 20th Anniversary"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/159489#musicalexpression> ;
    mo:publisher <org/3023#subject> ;
    mo:record _:Na41da418e35e4e9488c5c1c0ff689608 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Animelo Summer Live 2025"@en ;
            foaf:name "Animelo Summer Live 2025"@en ] ;
    schema:datePublished "2025-08-01"^^xsd:date ;
    schema:genre "Event" ;
    schema:image <https://media.vgm.io/albums/98/159489/159489-0ccf1cea8903.jpg> ;
    schema:name "ONENESS - 20th Anniversary"@en,
        "ONENESS - 20th Anniversary"@ja,
        "ONENESS - 20th Anniversary"@ja-latn ;
    schema:publisher <org/3023#subject> ;
    foaf:depiction <https://media.vgm.io/albums/98/159489/159489-0ccf1cea8903.jpg> .

_:N6b8e2f9943ca49fd8265ccf8e7318623 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ONENESS - 20th Anniversary -"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT6:22"^^xsd:interval ;
    schema:inPlaylist _:Na41da418e35e4e9488c5c1c0ff689608 ;
    schema:name "ONENESS - 20th Anniversary -"@ja-latn .

_:Na41da418e35e4e9488c5c1c0ff689608 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6b8e2f9943ca49fd8265ccf8e7318623 ;
    mo:track_count 1 ;
    schema:duration "PT6:22"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N6b8e2f9943ca49fd8265ccf8e7318623 .

