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

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

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

<artist/11455#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139417#subject> ;
    schema:name "zunbakobayashi"@en ;
    foaf:made <album/139417#composition>,
        <album/139417#subject> ;
    foaf:name "zunbakobayashi"@en .

<album/139417#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Repeating Reverberation TypeA"@en,
        "反復と反響形式イ"@ja,
        "Repeating Reverberation TypeA"@ja-latn ;
    mo:composer <artist/11455#subject> ;
    mo:produced_work <album/139417#musicalwork> ;
    schema:name "Repeating Reverberation TypeA"@en,
        "反復と反響形式イ"@ja,
        "Repeating Reverberation TypeA"@ja-latn .

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

<album/139417#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Repeating Reverberation TypeA"@en,
        "反復と反響形式イ"@ja,
        "Repeating Reverberation TypeA"@ja-latn ;
    mo:performance_of <album/139417#musicalwork> ;
    mo:recorded_as <album/139417#musicalexpression> ;
    schema:name "Repeating Reverberation TypeA"@en,
        "反復と反響形式イ"@ja,
        "Repeating Reverberation TypeA"@ja-latn ;
    schema:workPerformed <album/139417#musicalwork> .

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

<https://medium-media.vgm.io/albums/71/139417/139417-dd8c36434d85.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/139417#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-11-18"^^xsd:date ;
    dcterms:title "Repeating Reverberation TypeA"@en,
        "反復と反響形式イ"@ja,
        "Repeating Reverberation TypeA"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/139417#musicalexpression> ;
    mo:publisher _:N150dd25770ce41d3bc90656542605a48 ;
    mo:record _:Nf79c98fe628a4d478bfbef74bb8213dc ;
    mo:record_count 1 ;
    schema:datePublished "2017-11-18"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/71/139417/139417-dd8c36434d85.jpg> ;
    schema:name "Repeating Reverberation TypeA"@en,
        "反復と反響形式イ"@ja,
        "Repeating Reverberation TypeA"@ja-latn ;
    schema:publisher _:N150dd25770ce41d3bc90656542605a48 ;
    foaf:depiction <https://media.vgm.io/albums/71/139417/139417-dd8c36434d85.jpg> .

_:N150dd25770ce41d3bc90656542605a48 schema:name "zunbakobayashi"@en,
        "zunbakobayashi"@ja,
        "zunbakobayashi"@ja-latn ;
    foaf:name "zunbakobayashi"@en,
        "zunbakobayashi"@ja,
        "zunbakobayashi"@ja-latn .

_:N42e367de8a4a45ea904e3271a8c7ffb2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Repeating Reverberation TypeA"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:Nf79c98fe628a4d478bfbef74bb8213dc ;
    schema:name "Repeating Reverberation TypeA"@en .

_:Nf79c98fe628a4d478bfbef74bb8213dc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N42e367de8a4a45ea904e3271a8c7ffb2 ;
    mo:track_count 1 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N42e367de8a4a45ea904e3271a8c7ffb2 .

