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

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

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

<artist/11910#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/95417#subject> ;
    schema:name "Takatsugu Wakabayashi"@en,
        "若林タカツグ"@ja ;
    foaf:made <album/95417#composition>,
        <album/95417#subject> ;
    foaf:name "Takatsugu Wakabayashi"@en,
        "若林タカツグ"@ja .

<album/95417#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tressaillir Polka"@en,
        "トレサイーユ ポルカ"@ja,
        "Tressaillir Polka"@ja-latn ;
    mo:composer <artist/11910#subject> ;
    mo:produced_work <album/95417#musicalwork> ;
    schema:name "Tressaillir Polka"@en,
        "トレサイーユ ポルカ"@ja,
        "Tressaillir Polka"@ja-latn .

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

<album/95417#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tressaillir Polka"@en,
        "トレサイーユ ポルカ"@ja,
        "Tressaillir Polka"@ja-latn ;
    mo:performance_of <album/95417#musicalwork> ;
    mo:recorded_as <album/95417#musicalexpression> ;
    schema:name "Tressaillir Polka"@en,
        "トレサイーユ ポルカ"@ja,
        "Tressaillir Polka"@ja-latn ;
    schema:workPerformed <album/95417#musicalwork> .

<org/22#subject> schema:name "PONY CANYON INC."@en,
        "株式会社ポニーキャニオン"@ja,
        "PONY CANYON INC."@ja-latn ;
    foaf:name "PONY CANYON INC."@en,
        "株式会社ポニーキャニオン"@ja,
        "PONY CANYON INC."@ja-latn .

<https://media.vgm.io/albums/71/95417/95417-1579228057.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/95417#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/71/95417/95417-1579228057.png> ;
    foaf:depicts <album/95417#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/71/95417/95417-1579228057.png> .

<https://medium-media.vgm.io/albums/71/95417/95417-1579228057.png> a schema:ImageObject,
        foaf:Image .

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

<album/95417#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-05-01"^^xsd:date ;
    dcterms:title "Tressaillir Polka"@en,
        "トレサイーユ ポルカ"@ja,
        "Tressaillir Polka"@ja-latn ;
    mo:catalogue_number "QPCPNT-000010" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/95417#musicalexpression> ;
    mo:publisher <org/22#subject> ;
    mo:record _:Neb3b1e71cf3a425388e6681f10f19ce8 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Sound Postcard Series (tentative)"@en ;
            foaf:name "Sound Postcard Series (tentative)"@en ] ;
    schema:datePublished "2018-05-01"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/71/95417/95417-1579228057.png> ;
    schema:name "Tressaillir Polka"@en,
        "トレサイーユ ポルカ"@ja,
        "Tressaillir Polka"@ja-latn ;
    schema:publisher <org/22#subject> ;
    foaf:depiction <https://media.vgm.io/albums/71/95417/95417-1579228057.png> .

_:N250b6cebec8b425e84fc4c5c24aeeaec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "トレサイーユ ポルカ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:Neb3b1e71cf3a425388e6681f10f19ce8 ;
    schema:name "トレサイーユ ポルカ"@ja .

_:Neb3b1e71cf3a425388e6681f10f19ce8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N250b6cebec8b425e84fc4c5c24aeeaec ;
    mo:track_count 1 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N250b6cebec8b425e84fc4c5c24aeeaec .

