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

<album/152280#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Plus"@en,
        "プラス"@ja,
        "Plus"@ja-latn ;
    mo:produced_work <album/152280#musicalwork> ;
    schema:name "Plus"@en,
        "プラス"@ja,
        "Plus"@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/08/152280/152280-c503fb4180ea.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/152280#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-08-21"^^xsd:date ;
    dcterms:title "Plus"@en,
        "プラス"@ja,
        "Plus"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/152280#musicalexpression> ;
    mo:publisher _:Nf5ebaebf8edb4adeac80e0bffcf463d1 ;
    mo:record _:N49e0d0a5fe8048c0835be7b0d4df4a0c ;
    mo:record_count 1 ;
    schema:datePublished "2014-08-21"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/08/152280/152280-c503fb4180ea.jpg> ;
    schema:name "Plus"@en,
        "プラス"@ja,
        "Plus"@ja-latn ;
    schema:publisher _:Nf5ebaebf8edb4adeac80e0bffcf463d1 ;
    foaf:depiction <https://media.vgm.io/albums/08/152280/152280-c503fb4180ea.jpg> .

_:N49e0d0a5fe8048c0835be7b0d4df4a0c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf476f9872c034595b7980af38a86f8ad ;
    mo:track_count 1 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf476f9872c034595b7980af38a86f8ad .

_:Nf476f9872c034595b7980af38a86f8ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EXTRASPEED"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N49e0d0a5fe8048c0835be7b0d4df4a0c ;
    schema:name "EXTRASPEED"@en .

_:Nf5ebaebf8edb4adeac80e0bffcf463d1 schema:name "+TEK"@en,
        "+TEK"@ja,
        "+TEK"@ja-latn ;
    foaf:name "+TEK"@en,
        "+TEK"@ja,
        "+TEK"@ja-latn .

