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

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

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

<artist/23819#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/119686#subject> ;
    schema:name "Optomon"@en ;
    foaf:made <album/119686#composition>,
        <album/119686#subject> ;
    foaf:name "Optomon"@en .

<album/119686#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rollie"@en,
        "Rollie"@ja,
        "Rollie"@ja-latn ;
    mo:composer <artist/23819#subject> ;
    mo:produced_work <album/119686#musicalwork> ;
    schema:name "Rollie"@en,
        "Rollie"@ja,
        "Rollie"@ja-latn .

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

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

<https://media.vgm.io/albums/68/119686/119686-767de8734cb3.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/119686#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/68/119686/119686-767de8734cb3.png> ;
    foaf:depicts <album/119686#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/68/119686/119686-767de8734cb3.png> .

<https://medium-media.vgm.io/albums/68/119686/119686-767de8734cb3.png> a schema:ImageObject,
        foaf:Image .

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

<album/119686#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-08-13"^^xsd:date ;
    dcterms:title "Rollie"@en,
        "Rollie"@ja,
        "Rollie"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/119686#musicalexpression> ;
    mo:publisher _:N309ffdb1285a4eeeaceade80d264609d ;
    mo:record _:Ned521695bf43499594d2b206c0b77a5b ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Rollie"@en ;
            foaf:name "Rollie"@en ] ;
    schema:datePublished "2020-08-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/68/119686/119686-767de8734cb3.png> ;
    schema:name "Rollie"@en,
        "Rollie"@ja,
        "Rollie"@ja-latn ;
    schema:publisher _:N309ffdb1285a4eeeaceade80d264609d ;
    foaf:depiction <https://media.vgm.io/albums/68/119686/119686-767de8734cb3.png> .

_:N309ffdb1285a4eeeaceade80d264609d schema:name "Optomon"@en,
        "Optomon"@ja,
        "Optomon"@ja-latn ;
    foaf:name "Optomon"@en,
        "Optomon"@ja,
        "Optomon"@ja-latn .

_:N413489904a334b88a46e854c40a62bb3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cave Theme"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:Ned521695bf43499594d2b206c0b77a5b ;
    schema:name "Cave Theme"@en .

_:N53569065c104404297e1e4be83b75eee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Theme"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:Ned521695bf43499594d2b206c0b77a5b ;
    schema:name "Night Theme"@en .

_:Nc5e3ba5d62224c198e99034902c841a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Day Theme"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:Ned521695bf43499594d2b206c0b77a5b ;
    schema:name "Day Theme"@en .

_:Ned521695bf43499594d2b206c0b77a5b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N413489904a334b88a46e854c40a62bb3,
        _:N53569065c104404297e1e4be83b75eee,
        _:Nc5e3ba5d62224c198e99034902c841a5 ;
    mo:track_count 3 ;
    schema:duration "PT9:00"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N413489904a334b88a46e854c40a62bb3,
        _:N53569065c104404297e1e4be83b75eee,
        _:Nc5e3ba5d62224c198e99034902c841a5 .

