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

<artist/13245#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nobuo Yamada"@en,
        "山田信夫"@ja ;
    foaf:made <album/148523#lyrics>,
        <album/148523#subject> ;
    foaf:name "Nobuo Yamada"@en,
        "山田信夫"@ja .

<artist/18935#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ricardo Cruz"@en ;
    foaf:made <album/148523#subject>,
        <album/148523#vocals> ;
    foaf:name "Ricardo Cruz"@en .

<artist/4209#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/148523#subject> ;
    schema:name "Yohgo Kohno"@en,
        "河野陽吾"@ja ;
    foaf:made <album/148523#composition>,
        <album/148523#subject> ;
    foaf:name "Yohgo Kohno"@en,
        "河野陽吾"@ja .

<product/1516#subject> a schema:CreativeWork ;
    schema:name "Saint Seiya: Tenkaihen overture"@en,
        "聖闘士星矢 天界編 序奏〜overture〜"@ja,
        "Saint Seiya: Tenkaihen overture"@ja-latn ;
    foaf:name "Saint Seiya: Tenkaihen overture"@en,
        "聖闘士星矢 天界編 序奏〜overture〜"@ja,
        "Saint Seiya: Tenkaihen overture"@ja-latn .

<album/148523#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NEVER / OPUS V feat. Ricardo Cruz"@en,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja-latn ;
    mo:composer <artist/4209#subject> ;
    mo:produced_work <album/148523#musicalwork> ;
    schema:name "NEVER / OPUS V feat. Ricardo Cruz"@en,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja-latn .

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

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

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

<https://media.vgm.io/albums/32/148523/148523-2eba870f27c8.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/148523#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/32/148523/148523-2eba870f27c8.jpg> ;
    foaf:depicts <album/148523#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/32/148523/148523-2eba870f27c8.jpg> .

<https://medium-media.vgm.io/albums/32/148523/148523-2eba870f27c8.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/148523#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "NEVER / OPUS V feat. Ricardo Cruz"@en,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja-latn ;
    mo:performance_of <album/148523#musicalwork> ;
    mo:performer _:N76379559aff947c99be8f8d3fc0d3c48 ;
    mo:recorded_as <album/148523#musicalexpression> ;
    schema:byArtist _:N76379559aff947c99be8f8d3fc0d3c48 ;
    schema:name "NEVER / OPUS V feat. Ricardo Cruz"@en,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja-latn ;
    schema:workPerformed <album/148523#musicalwork> .

<album/148523#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-08-22"^^xsd:date ;
    dcterms:title "NEVER / OPUS V feat. Ricardo Cruz"@en,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/148523#musicalexpression> ;
    mo:publisher _:Nea942832c01b46cd83c7c39d41a79b09 ;
    mo:record _:Nb6610f5ac4404a91a749f1d82b55684c ;
    mo:record_count 1 ;
    schema:about <product/1516#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Opus V"@en ;
            foaf:name "Opus V"@en ] ;
    schema:datePublished "2024-08-22"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/32/148523/148523-2eba870f27c8.jpg> ;
    schema:name "NEVER / OPUS V feat. Ricardo Cruz"@en,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja,
        "NEVER / OPUS V feat. Ricardo Cruz"@ja-latn ;
    schema:publisher _:Nea942832c01b46cd83c7c39d41a79b09 ;
    foaf:depiction <https://media.vgm.io/albums/32/148523/148523-2eba870f27c8.jpg> .

_:N76379559aff947c99be8f8d3fc0d3c48 a schema:Person,
        foaf:Person ;
    mo:performed <album/148523#performance> ;
    schema:name "Opus V"@en ;
    foaf:name "Opus V"@en .

_:Nb039a3ddb7024de8a4c403dfbe97d09f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Never"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Nb6610f5ac4404a91a749f1d82b55684c ;
    schema:name "Never"@en .

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

_:Nea942832c01b46cd83c7c39d41a79b09 schema:name "Opus V"@en,
        "Opus V"@ja,
        "Opus V"@ja-latn ;
    foaf:name "Opus V"@en,
        "Opus V"@ja,
        "Opus V"@ja-latn .

