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

<album/36403#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "In The Valley, In The Cosmos"@en,
        "In The Valley, In The Cosmos"@ja,
        "In The Valley, In The Cosmos"@ja-latn ;
    mo:produced_work <album/36403#musicalwork> ;
    schema:name "In The Valley, In The Cosmos"@en,
        "In The Valley, In The Cosmos"@ja,
        "In The Valley, In The Cosmos"@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/30/36403/36403-d82e9a052ec7.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/36403#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1995-01-01"^^xsd:date ;
    dcterms:title "In The Valley, In The Cosmos"@en,
        "In The Valley, In The Cosmos"@ja,
        "In The Valley, In The Cosmos"@ja-latn ;
    mo:catalogue_number "LR-012" ;
    mo:media_type "Vinyl (10\" 33&frac13; rpm)" ;
    mo:publication_of <album/36403#musicalexpression> ;
    mo:publisher _:N5ba1ff55acdf42c88792f6109affa487 ;
    mo:record _:Ndda84347f22748b0bfdbe4c9f664ac0b ;
    mo:record_count 1 ;
    schema:datePublished "1995-01-01"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/30/36403/36403-d82e9a052ec7.jpg> ;
    schema:name "In The Valley, In The Cosmos"@en,
        "In The Valley, In The Cosmos"@ja,
        "In The Valley, In The Cosmos"@ja-latn ;
    schema:publisher _:N5ba1ff55acdf42c88792f6109affa487 ;
    foaf:depiction <https://media.vgm.io/albums/30/36403/36403-d82e9a052ec7.jpg> .

_:N5ba1ff55acdf42c88792f6109affa487 schema:name "Lollop Records"@en ;
    foaf:name "Lollop Records"@en .

_:N640522a1e1964df2b252953473e6a4bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In The Valley, In The Cosmos (Scene 2)"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndda84347f22748b0bfdbe4c9f664ac0b ;
    schema:name "In The Valley, In The Cosmos (Scene 2)"@en .

_:N6ed00077de92476291bf86dcf24cb58a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In The Valley, In The Cosmos (Scene 3)"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndda84347f22748b0bfdbe4c9f664ac0b ;
    schema:name "In The Valley, In The Cosmos (Scene 3)"@en .

_:Ndda84347f22748b0bfdbe4c9f664ac0b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N640522a1e1964df2b252953473e6a4bd,
        _:N6ed00077de92476291bf86dcf24cb58a ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N640522a1e1964df2b252953473e6a4bd,
        _:N6ed00077de92476291bf86dcf24cb58a .

