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

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/45/119654/119654-b7910464190d.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/119654#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-09-19"^^xsd:date ;
    dcterms:title "Sunny Shores"@en,
        "Sunny Shores"@ja,
        "Sunny Shores"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/119654#musicalexpression> ;
    mo:publisher _:Nb9ed5c0ce1f7447395132ae08b946a45 ;
    mo:record _:N13bf51aebf1541eab107d6cf09abc464 ;
    mo:record_count 1 ;
    schema:datePublished "2014-09-19"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/45/119654/119654-b7910464190d.jpg> ;
    schema:name "Sunny Shores"@en,
        "Sunny Shores"@ja,
        "Sunny Shores"@ja-latn ;
    schema:publisher _:Nb9ed5c0ce1f7447395132ae08b946a45 ;
    foaf:depiction <https://media.vgm.io/albums/45/119654/119654-b7910464190d.jpg> .

_:N13bf51aebf1541eab107d6cf09abc464 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N146bd429dcc1427a8460a3a2b1860085 ;
    mo:track_count 1 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N146bd429dcc1427a8460a3a2b1860085 .

_:N146bd429dcc1427a8460a3a2b1860085 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sunny Shores"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N13bf51aebf1541eab107d6cf09abc464 ;
    schema:name "Sunny Shores"@en .

_:Nb9ed5c0ce1f7447395132ae08b946a45 schema:name "Ollygon"@en,
        "Ollygon"@ja,
        "Ollygon"@ja-latn ;
    foaf:name "Ollygon"@en,
        "Ollygon"@ja,
        "Ollygon"@ja-latn .

