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

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

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

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

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

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

<org/2885#subject> schema:name "Otographic Music"@en,
        "Otographic Music"@ja,
        "Otographic Music"@ja-latn ;
    foaf:name "Otographic Music"@en,
        "Otographic Music"@ja,
        "Otographic Music"@ja-latn .

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

<https://medium-media.vgm.io/albums/78/130287/130287-a9d62f9dc8f0.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/130287#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-05-02"^^xsd:date ;
    dcterms:title "Trio EP"@en,
        "Trio EP"@ja,
        "Trio EP"@ja-latn ;
    mo:catalogue_number "OTO-013" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/130287#musicalexpression> ;
    mo:publisher <org/2885#subject> ;
    mo:record _:N30691fef5862441290b4f936e35b9836 ;
    mo:record_count 1 ;
    schema:datePublished "2012-05-02"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/78/130287/130287-a9d62f9dc8f0.jpg> ;
    schema:name "Trio EP"@en,
        "Trio EP"@ja,
        "Trio EP"@ja-latn ;
    schema:publisher <org/2885#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/130287/130287-a9d62f9dc8f0.jpg> .

_:N067316ee07014251b15cc324775a5087 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kalos Eidos"@en ;
    mo:track_number 1 ;
    schema:duration "PT8:50"^^xsd:interval ;
    schema:inPlaylist _:N30691fef5862441290b4f936e35b9836 ;
    schema:name "Kalos Eidos"@en .

_:N4dca96aa623444cbb66ae0445a9c6625 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shinonome"@en ;
    mo:track_number 3 ;
    schema:duration "PT8:49"^^xsd:interval ;
    schema:inPlaylist _:N30691fef5862441290b4f936e35b9836 ;
    schema:name "Shinonome"@en .

_:N61ca2ebdfd374898844c5c69fa790902 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Synesthesia"@en ;
    mo:track_number 2 ;
    schema:duration "PT8:20"^^xsd:interval ;
    schema:inPlaylist _:N30691fef5862441290b4f936e35b9836 ;
    schema:name "Synesthesia"@en .

_:N30691fef5862441290b4f936e35b9836 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N067316ee07014251b15cc324775a5087,
        _:N4dca96aa623444cbb66ae0445a9c6625,
        _:N61ca2ebdfd374898844c5c69fa790902 ;
    mo:track_count 3 ;
    schema:duration "PT25:59"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N067316ee07014251b15cc324775a5087,
        _:N4dca96aa623444cbb66ae0445a9c6625,
        _:N61ca2ebdfd374898844c5c69fa790902 .

