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

<album/138178#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tetris"@en,
        "Tetris"@ja,
        "Tetris"@ja-latn ;
    mo:produced_work <album/138178#musicalwork> ;
    schema:name "Tetris"@en,
        "Tetris"@ja,
        "Tetris"@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/87/138178/138178-c3a352460561.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/138178#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-06-08"^^xsd:date ;
    dcterms:title "Tetris"@en,
        "Tetris"@ja,
        "Tetris"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/138178#musicalexpression> ;
    mo:publisher _:Ne65d525a66644630b2cdda19ec3834ea ;
    mo:record _:N778085222e9347f9a2dee079f4aa7b3b ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tetris"@en ;
            foaf:name "Tetris"@en ] ;
    schema:datePublished "2023-06-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/87/138178/138178-c3a352460561.jpg> ;
    schema:name "Tetris"@en,
        "Tetris"@ja,
        "Tetris"@ja-latn ;
    schema:publisher _:Ne65d525a66644630b2cdda19ec3834ea ;
    foaf:depiction <https://media.vgm.io/albums/87/138178/138178-c3a352460561.jpg> .

_:N06650c7aeeff49bdb55aa0bec5ab34ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tetris Type B"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N778085222e9347f9a2dee079f4aa7b3b ;
    schema:name "Tetris Type B"@en .

_:Nda6a4573313a4cd0ac3bb72ea9e730f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tetris Type A"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:N778085222e9347f9a2dee079f4aa7b3b ;
    schema:name "Tetris Type A"@en .

_:Ne65d525a66644630b2cdda19ec3834ea schema:name "FlashBlade 7"@en,
        "FlashBlade 7"@ja,
        "FlashBlade 7"@ja-latn ;
    foaf:name "FlashBlade 7"@en,
        "FlashBlade 7"@ja,
        "FlashBlade 7"@ja-latn .

_:N778085222e9347f9a2dee079f4aa7b3b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N06650c7aeeff49bdb55aa0bec5ab34ee,
        _:Nda6a4573313a4cd0ac3bb72ea9e730f6 ;
    mo:track_count 2 ;
    schema:duration "PT5:06"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N06650c7aeeff49bdb55aa0bec5ab34ee,
        _:Nda6a4573313a4cd0ac3bb72ea9e730f6 .

