@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 _:N150d3084156d42818d6068d726e9af05 ;
    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 .

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

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

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

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

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

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

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

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

_:N150d3084156d42818d6068d726e9af05 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N494507ace5e24681b3c7aa0fc6f4f3c6,
        _:N66236e6c38094740a807498957441ab4,
        _:N78386dec018b4f589f04856f3dd73d80,
        _:Nc1aed145561c4796ac9d6dee42dd29af,
        _:Ncce6b5a081984e6fa18b334526d0c92e,
        _:Nd1315dcbc87444169ab6ee5cf1fc030d,
        _:Ndf4d457214254d679f134262949e487e,
        _:Nfa9b118419ba4782b62ddf22f02023ab ;
    mo:track_count 8 ;
    schema:duration "PT54:49"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N494507ace5e24681b3c7aa0fc6f4f3c6,
        _:N66236e6c38094740a807498957441ab4,
        _:N78386dec018b4f589f04856f3dd73d80,
        _:Nc1aed145561c4796ac9d6dee42dd29af,
        _:Ncce6b5a081984e6fa18b334526d0c92e,
        _:Nd1315dcbc87444169ab6ee5cf1fc030d,
        _:Ndf4d457214254d679f134262949e487e,
        _:Nfa9b118419ba4782b62ddf22f02023ab .

