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

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

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

<artist/6967#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15683#subject> ;
    schema:name "C-jeff"@en ;
    foaf:made <album/15683#composition>,
        <album/15683#subject> ;
    foaf:name "C-jeff"@en .

<album/15683#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Electric"@en,
        "Electric"@ja,
        "Electric"@ja-latn ;
    mo:composer <artist/6967#subject> ;
    mo:produced_work <album/15683#musicalwork> ;
    schema:name "Electric"@en,
        "Electric"@ja,
        "Electric"@ja-latn .

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

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

<org/119#subject> schema:name "II (Pause)"@en,
        "II (Pause)"@ja,
        "II (Pause)"@ja-latn ;
    foaf:name "II (Pause)"@en,
        "II (Pause)"@ja,
        "II (Pause)"@ja-latn .

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

<https://medium-media.vgm.io/albums/38/15683/15683-1255012495.png> a schema:ImageObject,
        foaf:Image .

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

<album/15683#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-22"^^xsd:date ;
    dcterms:title "Electric"@en,
        "Electric"@ja,
        "Electric"@ja-latn ;
    mo:catalogue_number "II33" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/15683#musicalexpression> ;
    mo:publisher <org/119#subject> ;
    mo:record _:N2309fce078ce41278cd46b238b2c98ab ;
    mo:record_count 1 ;
    schema:datePublished "2009-08-22"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/38/15683/15683-1255012495.png> ;
    schema:name "Electric"@en,
        "Electric"@ja,
        "Electric"@ja-latn ;
    schema:publisher <org/119#subject> ;
    foaf:depiction <https://media.vgm.io/albums/38/15683/15683-1255012495.png> .

_:N42ac09a8b7c640288aa54c1d63fa1fb6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Electric, Part 2"@en ;
    mo:track_number 2 ;
    schema:duration "PT9:48"^^xsd:interval ;
    schema:inPlaylist _:N2309fce078ce41278cd46b238b2c98ab ;
    schema:name "Electric, Part 2"@en .

_:Nb62d0d0535604b1d99da29025ba85c4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Electric, Part 3"@en ;
    mo:track_number 3 ;
    schema:duration "PT13:06"^^xsd:interval ;
    schema:inPlaylist _:N2309fce078ce41278cd46b238b2c98ab ;
    schema:name "Electric, Part 3"@en .

_:Nd7a65446cf8a4635b5031e3f5a563cee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Electric, Part 1"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:06"^^xsd:interval ;
    schema:inPlaylist _:N2309fce078ce41278cd46b238b2c98ab ;
    schema:name "Electric, Part 1"@en .

_:N2309fce078ce41278cd46b238b2c98ab a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N42ac09a8b7c640288aa54c1d63fa1fb6,
        _:Nb62d0d0535604b1d99da29025ba85c4a,
        _:Nd7a65446cf8a4635b5031e3f5a563cee ;
    mo:track_count 3 ;
    schema:duration "PT30:00"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N42ac09a8b7c640288aa54c1d63fa1fb6,
        _:Nb62d0d0535604b1d99da29025ba85c4a,
        _:Nd7a65446cf8a4635b5031e3f5a563cee .

