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

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

<artist/76672#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/33830#subject> ;
    schema:name "Kulko"@en ;
    foaf:made <album/33830#composition>,
        <album/33830#subject> ;
    foaf:name "Kulko"@en .

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

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

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

<https://medium-media.vgm.io/albums/03/33830/33830-1340722521.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/33830#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Un Singe En Hiver"@en,
        "冬の猿"@ja,
        "Un Singe En Hiver"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Wang"@en ;
            foaf:made <album/33830#composition> ;
            foaf:name "Wang"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Scilly"@en ;
            foaf:made <album/33830#composition> ;
            foaf:name "Scilly"@en ],
        <artist/76672#subject> ;
    mo:produced_work <album/33830#musicalwork> ;
    schema:name "Un Singe En Hiver"@en,
        "冬の猿"@ja,
        "Un Singe En Hiver"@ja-latn .

<album/33830#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Un Singe En Hiver"@en,
        "冬の猿"@ja,
        "Un Singe En Hiver"@ja-latn ;
    mo:performance_of <album/33830#musicalwork> ;
    mo:performer _:N8a616b727646457db74c5c0615ad645c,
        _:Na1df26b925eb4e32bd054489b54bcaa3,
        _:Nc14d020aa6734394a34a5eadaf2a59dd,
        _:Nee712f3d73324971bdcfcd3de0313325 ;
    mo:recorded_as <album/33830#musicalexpression> ;
    schema:byArtist _:N8a616b727646457db74c5c0615ad645c,
        _:Na1df26b925eb4e32bd054489b54bcaa3,
        _:Nc14d020aa6734394a34a5eadaf2a59dd,
        _:Nee712f3d73324971bdcfcd3de0313325 ;
    schema:name "Un Singe En Hiver"@en,
        "冬の猿"@ja,
        "Un Singe En Hiver"@ja-latn ;
    schema:workPerformed <album/33830#musicalwork> .

<album/33830#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-10-26"^^xsd:date ;
    dcterms:title "Un Singe En Hiver"@en,
        "冬の猿"@ja,
        "Un Singe En Hiver"@ja-latn ;
    mo:catalogue_number "AMZ-2002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/33830#musicalexpression> ;
    mo:publisher _:N1d74a7ce75b74f58b194043ae0a9216a ;
    mo:record _:N2a1cbf53776844a5b03da9d6a54394ac ;
    mo:record_count 1 ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Mikumi Yoshitaka"@en ;
            foaf:name "Mikumi Yoshitaka"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Kogure \"shake\" Takehiko"@en ;
            foaf:name "Kogure \"shake\" Takehiko"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "The Raiden Drops"@en ;
            foaf:name "The Raiden Drops"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Kiyoshi (MADBEAVERS)"@en ;
            foaf:name "Kiyoshi (MADBEAVERS)"@en ] ;
    schema:datePublished "2011-10-26"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/03/33830/33830-1340722521.jpg> ;
    schema:name "Un Singe En Hiver"@en,
        "冬の猿"@ja,
        "Un Singe En Hiver"@ja-latn ;
    schema:publisher _:N1d74a7ce75b74f58b194043ae0a9216a ;
    foaf:depiction <https://media.vgm.io/albums/03/33830/33830-1340722521.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/33830#subject> ;
    schema:name "Scilly"@en ;
    foaf:made <album/33830#subject> ;
    foaf:name "Scilly"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Wang"@en ;
    foaf:made <album/33830#subject> ;
    foaf:name "Wang"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Wang"@en ;
    foaf:made <album/33830#lyrics> ;
    foaf:name "Wang"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/33830#subject> ;
    schema:name "Wang"@en ;
    foaf:made <album/33830#subject> ;
    foaf:name "Wang"@en .

_:N02d2d7a018f74b5bbbbe9285f25f5080 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "いつかの夜"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2a1cbf53776844a5b03da9d6a54394ac ;
    schema:name "いつかの夜"@ja .

_:N1d74a7ce75b74f58b194043ae0a9216a schema:name "disk union"@en ;
    foaf:name "disk union"@en .

_:N630978712a5c4db881836138442012b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋しい"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2a1cbf53776844a5b03da9d6a54394ac ;
    schema:name "恋しい"@ja .

_:N8a616b727646457db74c5c0615ad645c a schema:Person,
        foaf:Person ;
    mo:performed <album/33830#performance> ;
    schema:name "Kiyoshi (MADBEAVERS)"@en ;
    foaf:name "Kiyoshi (MADBEAVERS)"@en .

_:Na1df26b925eb4e32bd054489b54bcaa3 a schema:Person,
        foaf:Person ;
    mo:performed <album/33830#performance> ;
    schema:name "Kogure \"shake\" Takehiko"@en ;
    foaf:name "Kogure \"shake\" Takehiko"@en .

_:Nc14d020aa6734394a34a5eadaf2a59dd a schema:Person,
        foaf:Person ;
    mo:performed <album/33830#performance> ;
    schema:name "Mikumi Yoshitaka"@en ;
    foaf:name "Mikumi Yoshitaka"@en .

_:Nd9c69f63a28a423f9a546dfe48d6a7bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "毎夜"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2a1cbf53776844a5b03da9d6a54394ac ;
    schema:name "毎夜"@ja .

_:Nee712f3d73324971bdcfcd3de0313325 a schema:Person,
        foaf:Person ;
    mo:performed <album/33830#performance> ;
    schema:name "The Raiden Drops"@en ;
    foaf:name "The Raiden Drops"@en .

_:N2a1cbf53776844a5b03da9d6a54394ac a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02d2d7a018f74b5bbbbe9285f25f5080,
        _:N630978712a5c4db881836138442012b9,
        _:Nd9c69f63a28a423f9a546dfe48d6a7bd ;
    mo:track_count 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N02d2d7a018f74b5bbbbe9285f25f5080,
        _:N630978712a5c4db881836138442012b9,
        _:Nd9c69f63a28a423f9a546dfe48d6a7bd .

