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

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

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

<artist/48931#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/140385#subject> ;
    schema:name "linear ring"@en ;
    foaf:made <album/140385#composition>,
        <album/140385#subject> ;
    foaf:name "linear ring"@en .

<album/140385#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "cache / linear ring"@en,
        "cache / linear ring"@ja,
        "cache / linear ring"@ja-latn ;
    mo:composer <artist/48931#subject> ;
    mo:produced_work <album/140385#musicalwork> ;
    schema:name "cache / linear ring"@en,
        "cache / linear ring"@ja,
        "cache / linear ring"@ja-latn .

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

<album/140385#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "cache / linear ring"@en,
        "cache / linear ring"@ja,
        "cache / linear ring"@ja-latn ;
    mo:performance_of <album/140385#musicalwork> ;
    mo:recorded_as <album/140385#musicalexpression> ;
    schema:name "cache / linear ring"@en,
        "cache / linear ring"@ja,
        "cache / linear ring"@ja-latn ;
    schema:workPerformed <album/140385#musicalwork> .

<https://media.vgm.io/albums/58/140385/140385-e70892ad35e4.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/140385#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/58/140385/140385-e70892ad35e4.png> ;
    foaf:depicts <album/140385#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/58/140385/140385-e70892ad35e4.png> .

<https://medium-media.vgm.io/albums/58/140385/140385-e70892ad35e4.png> a schema:ImageObject,
        foaf:Image .

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

<album/140385#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-01-17"^^xsd:date ;
    dcterms:title "cache / linear ring"@en,
        "cache / linear ring"@ja,
        "cache / linear ring"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/140385#musicalexpression> ;
    mo:publisher _:N2c695b6473ef42d48ae6b0bd871cadfc ;
    mo:record _:Nd1a5192778f4468f9741521732b1460d ;
    mo:record_count 1 ;
    schema:datePublished "2024-01-17"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/58/140385/140385-e70892ad35e4.png> ;
    schema:name "cache / linear ring"@en,
        "cache / linear ring"@ja,
        "cache / linear ring"@ja-latn ;
    schema:publisher _:N2c695b6473ef42d48ae6b0bd871cadfc ;
    foaf:depiction <https://media.vgm.io/albums/58/140385/140385-e70892ad35e4.png> .

_:N2c695b6473ef42d48ae6b0bd871cadfc schema:name "linear ring"@en,
        "linear ring"@ja,
        "linear ring"@ja-latn ;
    foaf:name "linear ring"@en,
        "linear ring"@ja,
        "linear ring"@ja-latn .

_:N3ab764eca7d44a759de552204d778da4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "cache"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Nd1a5192778f4468f9741521732b1460d ;
    schema:name "cache"@en .

_:Nd1a5192778f4468f9741521732b1460d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3ab764eca7d44a759de552204d778da4 ;
    mo:track_count 1 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N3ab764eca7d44a759de552204d778da4 .

