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

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

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

<artist/7454#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159572#subject> ;
    schema:name "Niccolò Paganini"@en ;
    foaf:made <album/159572#composition>,
        <album/159572#subject> ;
    foaf:name "Niccolò Paganini"@en .

<album/159572#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Paganini: Cantabile"@en,
        "帕格尼尼: 柔美如歌"@ja,
        "Paganini: Cantabile"@ja-latn ;
    mo:composer <artist/7454#subject> ;
    mo:produced_work <album/159572#musicalwork> ;
    schema:name "Paganini: Cantabile"@en,
        "帕格尼尼: 柔美如歌"@ja,
        "Paganini: Cantabile"@ja-latn .

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

<album/159572#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Paganini: Cantabile"@en,
        "帕格尼尼: 柔美如歌"@ja,
        "Paganini: Cantabile"@ja-latn ;
    mo:performance_of <album/159572#musicalwork> ;
    mo:recorded_as <album/159572#musicalexpression> ;
    schema:name "Paganini: Cantabile"@en,
        "帕格尼尼: 柔美如歌"@ja,
        "Paganini: Cantabile"@ja-latn ;
    schema:workPerformed <album/159572#musicalwork> .

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

<https://medium-media.vgm.io/albums/27/159572/159572-e0ad3939782c.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/159572#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-12-29"^^xsd:date ;
    dcterms:title "Paganini: Cantabile"@en,
        "帕格尼尼: 柔美如歌"@ja,
        "Paganini: Cantabile"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/159572#musicalexpression> ;
    mo:publisher _:Nb212b4c47dce49deb534c58870996f31 ;
    mo:record _:N7b2a62ca8c634680b6760566f36f4dd4 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Reverse: 1999"@en ;
            foaf:name "Reverse: 1999"@en ] ;
    schema:datePublished "2023-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/27/159572/159572-e0ad3939782c.jpg> ;
    schema:name "Paganini: Cantabile"@en,
        "帕格尼尼: 柔美如歌"@ja,
        "Paganini: Cantabile"@ja-latn ;
    schema:publisher _:Nb212b4c47dce49deb534c58870996f31 ;
    foaf:depiction <https://media.vgm.io/albums/27/159572/159572-e0ad3939782c.jpg> .

_:N7b2a62ca8c634680b6760566f36f4dd4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N9fc6c4316f634d95a4fe94828b6d191f ;
    mo:track_count 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N9fc6c4316f634d95a4fe94828b6d191f .

_:N9fc6c4316f634d95a4fe94828b6d191f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Paganini: Cantabile"@en,
        "帕格尼尼: 柔美如歌"@zd ;
    mo:track_number 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N7b2a62ca8c634680b6760566f36f4dd4 ;
    schema:name "Paganini: Cantabile"@en,
        "帕格尼尼: 柔美如歌"@zd .

_:Nb212b4c47dce49deb534c58870996f31 schema:name "The 1999 Records"@en,
        "The 1999 Records"@ja,
        "The 1999 Records"@ja-latn ;
    foaf:name "The 1999 Records"@en,
        "The 1999 Records"@ja,
        "The 1999 Records"@ja-latn .

