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

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

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

<artist/12273#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125900#subject> ;
    schema:name "aran"@en ;
    foaf:made <album/125900#composition>,
        <album/125900#subject> ;
    foaf:name "aran"@en .

<artist/15472#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125900#subject> ;
    schema:name "Nago"@en ;
    foaf:made <album/125900#composition>,
        <album/125900#subject> ;
    foaf:name "Nago"@en .

<artist/15846#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125900#subject> ;
    schema:name "Lawy"@en ;
    foaf:made <album/125900#composition>,
        <album/125900#subject> ;
    foaf:name "Lawy"@en .

<artist/34168#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125900#subject> ;
    schema:name "Radianth"@en ;
    foaf:made <album/125900#composition>,
        <album/125900#subject> ;
    foaf:name "Radianth"@en .

<artist/44716#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125900#subject> ;
    schema:name "Ryunosuke Kudo"@en ;
    foaf:made <album/125900#composition>,
        <album/125900#subject> ;
    foaf:name "Ryunosuke Kudo"@en .

<artist/46703#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125900#subject> ;
    schema:name "Bernis"@en ;
    foaf:made <album/125900#composition>,
        <album/125900#subject> ;
    foaf:name "Bernis"@en .

<artist/54980#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125900#subject> ;
    schema:name "Nostalgraph"@en ;
    foaf:made <album/125900#composition>,
        <album/125900#subject> ;
    foaf:name "Nostalgraph"@en .

<event/201> a mo:Release ;
    schema:name "Released at Comic Market 92 (Aug 11, 2017 to Aug 13, 2017)" .

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

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

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

<https://media.vgm.io/albums/00/125900/125900-20b03de8a8e8.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/125900#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/00/125900/125900-20b03de8a8e8.jpg> ;
    foaf:depicts <album/125900#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/00/125900/125900-20b03de8a8e8.jpg> .

<https://medium-media.vgm.io/albums/00/125900/125900-20b03de8a8e8.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/125900#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "VISTA 4"@en,
        "VISTA 4"@ja,
        "VISTA 4"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Astrion"@en ;
            foaf:made <album/125900#composition> ;
            foaf:name "Astrion"@en ],
        <artist/12273#subject>,
        <artist/15472#subject>,
        <artist/15846#subject>,
        <artist/34168#subject>,
        <artist/44716#subject>,
        <artist/46703#subject>,
        <artist/54980#subject> ;
    mo:produced_work <album/125900#musicalwork> ;
    schema:name "VISTA 4"@en,
        "VISTA 4"@ja,
        "VISTA 4"@ja-latn .

<album/125900#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-08-11"^^xsd:date ;
    dcterms:title "VISTA 4"@en,
        "VISTA 4"@ja,
        "VISTA 4"@ja-latn ;
    mo:catalogue_number "UTCD-021" ;
    mo:media_type "CD" ;
    mo:publication_of <album/125900#musicalexpression> ;
    mo:publisher <org/1386#subject> ;
    mo:record _:N6fe34497f4d74f84a387e174262ea46b ;
    mo:record_count 1 ;
    mo:release <event/201> ;
    schema:datePublished "2017-08-11"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/00/125900/125900-20b03de8a8e8.jpg> ;
    schema:name "VISTA 4"@en,
        "VISTA 4"@ja,
        "VISTA 4"@ja-latn ;
    schema:publisher <org/1386#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/125900/125900-20b03de8a8e8.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125900#subject> ;
    schema:name "Astrion"@en ;
    foaf:made <album/125900#subject> ;
    foaf:name "Astrion"@en .

_:N0dfd0639715240d6b11983b18c48f6cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No Afraid of Change"@en ;
    mo:track_number 3 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:N6fe34497f4d74f84a387e174262ea46b ;
    schema:name "No Afraid of Change"@en .

_:N1398b59fcbb24da181c4901980e2da12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Paraselene"@en ;
    mo:track_number 5 ;
    schema:duration "PT8:03"^^xsd:interval ;
    schema:inPlaylist _:N6fe34497f4d74f84a387e174262ea46b ;
    schema:name "Paraselene"@en .

_:N3975f141de1c48f88048fb6df7c6d5d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonnet for Faust"@en ;
    mo:track_number 7 ;
    schema:duration "PT7:48"^^xsd:interval ;
    schema:inPlaylist _:N6fe34497f4d74f84a387e174262ea46b ;
    schema:name "Sonnet for Faust"@en .

_:N737eabd838e04d2897c932b9cd8aebc7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gravitation"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:20"^^xsd:interval ;
    schema:inPlaylist _:N6fe34497f4d74f84a387e174262ea46b ;
    schema:name "Gravitation"@en .

_:N9ed36d8053f54e8997226f26bdc0f56b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oblivion"@en ;
    mo:track_number 6 ;
    schema:duration "PT6:21"^^xsd:interval ;
    schema:inPlaylist _:N6fe34497f4d74f84a387e174262ea46b ;
    schema:name "Oblivion"@en .

_:Nbafe4bcc3dba413f9228f267e9b43f92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prima Vista"@en ;
    mo:track_number 8 ;
    schema:duration "PT6:03"^^xsd:interval ;
    schema:inPlaylist _:N6fe34497f4d74f84a387e174262ea46b ;
    schema:name "Prima Vista"@en .

_:Nbb75c9c2adfe4dfa9984aed302f92339 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Narmaya"@en ;
    mo:track_number 4 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:N6fe34497f4d74f84a387e174262ea46b ;
    schema:name "Narmaya"@en .

_:Nd904caa2ea3541708afc9561829470ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Million Lights"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:58"^^xsd:interval ;
    schema:inPlaylist _:N6fe34497f4d74f84a387e174262ea46b ;
    schema:name "Million Lights"@en .

_:N6fe34497f4d74f84a387e174262ea46b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0dfd0639715240d6b11983b18c48f6cd,
        _:N1398b59fcbb24da181c4901980e2da12,
        _:N3975f141de1c48f88048fb6df7c6d5d7,
        _:N737eabd838e04d2897c932b9cd8aebc7,
        _:N9ed36d8053f54e8997226f26bdc0f56b,
        _:Nbafe4bcc3dba413f9228f267e9b43f92,
        _:Nbb75c9c2adfe4dfa9984aed302f92339,
        _:Nd904caa2ea3541708afc9561829470ad ;
    mo:track_count 8 ;
    schema:duration "PT54:49"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N0dfd0639715240d6b11983b18c48f6cd,
        _:N1398b59fcbb24da181c4901980e2da12,
        _:N3975f141de1c48f88048fb6df7c6d5d7,
        _:N737eabd838e04d2897c932b9cd8aebc7,
        _:N9ed36d8053f54e8997226f26bdc0f56b,
        _:Nbafe4bcc3dba413f9228f267e9b43f92,
        _:Nbb75c9c2adfe4dfa9984aed302f92339,
        _:Nd904caa2ea3541708afc9561829470ad .

