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

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/28/138082/138082-e71578fb3ac2.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/138082#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-03-16"^^xsd:date ;
    dcterms:title "Tetris"@en,
        "Tetris"@ja,
        "Tetris"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/138082#musicalexpression> ;
    mo:publisher _:N96dc0f688b614bc2a93ea8fec71a5f13 ;
    mo:record _:Nf4f5c19bb8004d4e9f510eb7e84bba53 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tetris"@en ;
            foaf:name "Tetris"@en ] ;
    schema:datePublished "2019-03-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/138082/138082-e71578fb3ac2.jpg> ;
    schema:name "Tetris"@en,
        "Tetris"@ja,
        "Tetris"@ja-latn ;
    schema:publisher _:N96dc0f688b614bc2a93ea8fec71a5f13 ;
    foaf:depiction <https://media.vgm.io/albums/28/138082/138082-e71578fb3ac2.jpg> .

_:N2b6b40d8afe949e78469fd580e615503 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fuck The Tempo"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:Nf4f5c19bb8004d4e9f510eb7e84bba53 ;
    schema:name "Fuck The Tempo"@en .

_:N96dc0f688b614bc2a93ea8fec71a5f13 schema:name "NigelL12"@en,
        "NigelL12"@ja,
        "NigelL12"@ja-latn ;
    foaf:name "NigelL12"@en,
        "NigelL12"@ja,
        "NigelL12"@ja-latn .

_:Na6f3daea932d498fab12916e96873909 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tetris"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:Nf4f5c19bb8004d4e9f510eb7e84bba53 ;
    schema:name "Tetris"@en .

_:Nf4f5c19bb8004d4e9f510eb7e84bba53 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2b6b40d8afe949e78469fd580e615503,
        _:Na6f3daea932d498fab12916e96873909 ;
    mo:track_count 2 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N2b6b40d8afe949e78469fd580e615503,
        _:Na6f3daea932d498fab12916e96873909 .

