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

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/22/20722/20722-1281978535.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/20722#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1992-01-01"^^xsd:date ;
    dcterms:title "Tetris / Game Boys"@en,
        "Tetris / Game Boys"@ja,
        "Tetris / Game Boys"@ja-latn ;
    mo:catalogue_number "DLM 31729" ;
    mo:media_type "Vinyl (12\" 45 rpm)" ;
    mo:publication_of <album/20722#musicalexpression> ;
    mo:publisher _:Nd04ae43ca8d445129c7d512c3a2424d3 ;
    mo:record _:Nb6b88140a70b4c7bbb84e6d212e29175 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tetris"@en ;
            foaf:name "Tetris"@en ] ;
    schema:datePublished "1992-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/20722/20722-1281978535.jpg> ;
    schema:name "Tetris / Game Boys"@en,
        "Tetris / Game Boys"@ja,
        "Tetris / Game Boys"@ja-latn ;
    schema:publisher _:Nd04ae43ca8d445129c7d512c3a2424d3 ;
    foaf:depiction <https://media.vgm.io/albums/22/20722/20722-1281978535.jpg> .

_:N2d4762efcced48c7a152cbce849665b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tetris (Game Version)"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Nb6b88140a70b4c7bbb84e6d212e29175 ;
    schema:name "Tetris (Game Version)"@en .

_:Nd04ae43ca8d445129c7d512c3a2424d3 schema:name "Daily Music"@en ;
    foaf:name "Daily Music"@en .

_:Ndbd1b2c02a6b4905826fd63fd83f4220 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tetris (Game Version)"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:Nb6b88140a70b4c7bbb84e6d212e29175 ;
    schema:name "Tetris (Game Version)"@en .

_:Nb6b88140a70b4c7bbb84e6d212e29175 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2d4762efcced48c7a152cbce849665b2,
        _:Ndbd1b2c02a6b4905826fd63fd83f4220 ;
    mo:track_count 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N2d4762efcced48c7a152cbce849665b2,
        _:Ndbd1b2c02a6b4905826fd63fd83f4220 .

