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

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

<artist/26614#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/38377#subject> ;
    schema:name "kemu"@en ;
    foaf:made <album/38377#composition>,
        <album/38377#lyrics>,
        <album/38377#subject> ;
    foaf:name "kemu"@en .

<album/38377#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Jinsei Reset Button"@en,
        "人生リセットボタン"@ja,
        "Jinsei Reset Button"@ja-latn ;
    mo:composer <artist/26614#subject> ;
    mo:produced_work <album/38377#musicalwork> ;
    schema:name "Jinsei Reset Button"@en,
        "人生リセットボタン"@ja,
        "Jinsei Reset Button"@ja-latn .

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

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

<org/4616#subject> schema:name "KARENT"@en,
        "KARENT"@ja,
        "KARENT"@ja-latn ;
    foaf:name "KARENT"@en,
        "KARENT"@ja,
        "KARENT"@ja-latn .

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

<https://medium-media.vgm.io/albums/77/38377/38377-1364248121.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/38377#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Jinsei Reset Button"@en,
        "人生リセットボタン"@ja,
        "Jinsei Reset Button"@ja-latn ;
    mo:performance_of <album/38377#musicalwork> ;
    mo:performer <artist/37346#subject> ;
    mo:recorded_as <album/38377#musicalexpression> ;
    schema:byArtist <artist/37346#subject> ;
    schema:name "Jinsei Reset Button"@en,
        "人生リセットボタン"@ja,
        "Jinsei Reset Button"@ja-latn ;
    schema:workPerformed <album/38377#musicalwork> .

<artist/37346#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/38377#performance> ;
    schema:name "GUMI"@en ;
    foaf:name "GUMI"@en .

<album/38377#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-06-26"^^xsd:date ;
    dcterms:title "Jinsei Reset Button"@en,
        "人生リセットボタン"@ja,
        "Jinsei Reset Button"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/38377#musicalexpression> ;
    mo:publisher <org/4616#subject> ;
    mo:record _:Nf83f66c98b81470a9134ee3216b18220 ;
    mo:record_count 1 ;
    schema:byArtist <artist/37346#subject> ;
    schema:datePublished "2012-06-26"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/77/38377/38377-1364248121.jpg> ;
    schema:name "Jinsei Reset Button"@en,
        "人生リセットボタン"@ja,
        "Jinsei Reset Button"@ja-latn ;
    schema:publisher <org/4616#subject> ;
    foaf:depiction <https://media.vgm.io/albums/77/38377/38377-1364248121.jpg> .

_:Nc1db1eeaa0354a6f8343da35185490e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "人生リセットボタン"@ja,
        "Jinsei Reset Button"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:Nf83f66c98b81470a9134ee3216b18220 ;
    schema:name "人生リセットボタン"@ja,
        "Jinsei Reset Button"@ja-latn .

_:Nf83f66c98b81470a9134ee3216b18220 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nc1db1eeaa0354a6f8343da35185490e0 ;
    mo:track_count 1 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nc1db1eeaa0354a6f8343da35185490e0 .

