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

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

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

<artist/1851#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29192#subject> ;
    schema:name "Rom Di Prisco"@en ;
    foaf:made <album/29192#composition>,
        <album/29192#subject> ;
    foaf:name "Rom Di Prisco"@en .

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

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

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

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

<https://medium-media.vgm.io/albums/29/29192/29192-1317395247.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/29192#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-04-10"^^xsd:date ;
    dcterms:title "Omicron Velorum"@en,
        "Omicron Velorum"@ja,
        "Omicron Velorum"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/29192#musicalexpression> ;
    mo:publisher _:N7486618e4a824a4187b3a0d9d159cd5d ;
    mo:record _:N0365729cb1ac4d99a60d27ee23478bf8 ;
    mo:record_count 1 ;
    schema:datePublished "2011-04-10"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/29/29192/29192-1317395247.jpg> ;
    schema:name "Omicron Velorum"@en,
        "Omicron Velorum"@ja,
        "Omicron Velorum"@ja-latn ;
    schema:publisher _:N7486618e4a824a4187b3a0d9d159cd5d ;
    foaf:depiction <https://media.vgm.io/albums/29/29192/29192-1317395247.jpg> .

_:N0365729cb1ac4d99a60d27ee23478bf8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N43e2561daefc4e06a4ae9661a0f0dd88 ;
    mo:track_count 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N43e2561daefc4e06a4ae9661a0f0dd88 .

_:N43e2561daefc4e06a4ae9661a0f0dd88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Omicron Velorum"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N0365729cb1ac4d99a60d27ee23478bf8 ;
    schema:name "Omicron Velorum"@en .

_:N7486618e4a824a4187b3a0d9d159cd5d schema:name "Rom Di Prisco"@en ;
    foaf:name "Rom Di Prisco"@en .

