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

<album/151873#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rising Sun / Yuta Imai"@en,
        "Rising Sun / Yuta Imai"@ja,
        "Rising Sun / Yuta Imai"@ja-latn ;
    mo:produced_work <album/151873#musicalwork> ;
    schema:name "Rising Sun / Yuta Imai"@en,
        "Rising Sun / Yuta Imai"@ja,
        "Rising Sun / Yuta Imai"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/37/151873/151873-1d2bfc1b0b11.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/151873#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/37/151873/151873-1d2bfc1b0b11.jpg> ;
    foaf:depicts <album/151873#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/37/151873/151873-1d2bfc1b0b11.jpg> .

<https://medium-media.vgm.io/albums/37/151873/151873-1d2bfc1b0b11.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/151873#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-07-13"^^xsd:date ;
    dcterms:title "Rising Sun / Yuta Imai"@en,
        "Rising Sun / Yuta Imai"@ja,
        "Rising Sun / Yuta Imai"@ja-latn ;
    mo:catalogue_number "DWX1021" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/151873#musicalexpression> ;
    mo:publisher _:N1809f161979d4b268119e6ed87b69541 ;
    mo:record _:Nbe7473f5ecdc40c28aae75640c5780c7 ;
    mo:record_count 1 ;
    schema:datePublished "2021-07-13"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/37/151873/151873-1d2bfc1b0b11.jpg> ;
    schema:name "Rising Sun / Yuta Imai"@en,
        "Rising Sun / Yuta Imai"@ja,
        "Rising Sun / Yuta Imai"@ja-latn ;
    schema:publisher _:N1809f161979d4b268119e6ed87b69541 ;
    foaf:depiction <https://media.vgm.io/albums/37/151873/151873-1d2bfc1b0b11.jpg> .

_:N1809f161979d4b268119e6ed87b69541 schema:name "Dirty Workz"@en,
        "Dirty Workz"@ja,
        "Dirty Workz"@ja-latn ;
    foaf:name "Dirty Workz"@en,
        "Dirty Workz"@ja,
        "Dirty Workz"@ja-latn .

_:N84b93702b92345288806f1a098dde0c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rising Sun"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Nbe7473f5ecdc40c28aae75640c5780c7 ;
    schema:name "Rising Sun"@en .

_:Nbe7473f5ecdc40c28aae75640c5780c7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N84b93702b92345288806f1a098dde0c5 ;
    mo:track_count 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N84b93702b92345288806f1a098dde0c5 .

