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

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

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

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

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

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

<org/3634#subject> schema:name "Riparia Records"@en,
        "Riparia Records"@ja,
        "Riparia Records"@ja-latn ;
    foaf:name "Riparia Records"@en,
        "Riparia Records"@ja,
        "Riparia Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/13/126031/126031-fc1a3b73dc2c.png> a schema:ImageObject,
        foaf:Image .

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

<album/126031#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-08-13"^^xsd:date ;
    dcterms:title "reality."@en,
        "reality."@ja,
        "reality."@ja-latn ;
    mo:catalogue_number "RPEP-0001" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/126031#musicalexpression> ;
    mo:publisher <org/3634#subject> ;
    mo:record _:N3867ec318525497196840d261df47b5d ;
    mo:record_count 1 ;
    schema:datePublished "2020-08-13"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/13/126031/126031-fc1a3b73dc2c.png> ;
    schema:name "reality."@en,
        "reality."@ja,
        "reality."@ja-latn ;
    schema:publisher <org/3634#subject> ;
    foaf:depiction <https://media.vgm.io/albums/13/126031/126031-fc1a3b73dc2c.png> .

_:N31d87a5931bc41d3a16a5eadb444c435 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Virtual Gate"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:47"^^xsd:interval ;
    schema:inPlaylist _:N3867ec318525497196840d261df47b5d ;
    schema:name "Virtual Gate"@en .

_:N83a5838bccfc4581a0f3f827f2e3cd19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Resociety"@en ;
    mo:track_number 3 ;
    schema:duration "PT7:05"^^xsd:interval ;
    schema:inPlaylist _:N3867ec318525497196840d261df47b5d ;
    schema:name "Resociety"@en .

_:Ne439cdacf77845eeb02908f04246391a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Indivision"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:37"^^xsd:interval ;
    schema:inPlaylist _:N3867ec318525497196840d261df47b5d ;
    schema:name "Indivision"@en .

_:N3867ec318525497196840d261df47b5d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N31d87a5931bc41d3a16a5eadb444c435,
        _:N83a5838bccfc4581a0f3f827f2e3cd19,
        _:Ne439cdacf77845eeb02908f04246391a ;
    mo:track_count 3 ;
    schema:duration "PT20:29"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N31d87a5931bc41d3a16a5eadb444c435,
        _:N83a5838bccfc4581a0f3f827f2e3cd19,
        _:Ne439cdacf77845eeb02908f04246391a .

