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

<artist/2416#subject> a schema:Person,
        foaf:Person ;
    schema:name "ichigo"@en ;
    foaf:made <album/59110#lyrics>,
        <album/59110#subject> ;
    foaf:name "ichigo"@en .

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

<artist/2367#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/59110#subject> ;
    schema:name "Kisida"@en,
        "岸田"@ja ;
    foaf:made <album/59110#composition>,
        <album/59110#lyrics>,
        <album/59110#subject> ;
    foaf:name "Kisida"@en,
        "岸田"@ja .

<product/4953#subject> a schema:CreativeWork ;
    schema:name "Alderamin on the Sky"@en,
        "ねじ巻き精霊戦記 天鏡のアルデラミン"@ja,
        "Nejimaki Seirei Senki: Tenkyou no Alderamin"@ja-latn ;
    foaf:name "Alderamin on the Sky"@en,
        "ねじ巻き精霊戦記 天鏡のアルデラミン"@ja,
        "Nejimaki Seirei Senki: Tenkyou no Alderamin"@ja-latn .

<album/59110#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@en,
        "天鏡のアルデラミン / 岸田教団&THE明星ロケッツ"@ja,
        "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@ja-latn ;
    mo:composer <artist/2367#subject> ;
    mo:produced_work <album/59110#musicalwork> ;
    schema:name "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@en,
        "天鏡のアルデラミン / 岸田教団&THE明星ロケッツ"@ja,
        "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@ja-latn .

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

<org/1329#subject> schema:name "Warner Bros. Home Entertainment"@en,
        "Warner Bros. Home Entertainment"@ja,
        "Warner Bros. Home Entertainment"@ja-latn ;
    foaf:name "Warner Bros. Home Entertainment"@en,
        "Warner Bros. Home Entertainment"@ja,
        "Warner Bros. Home Entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/01/59110/59110-1465738457.png> a schema:ImageObject,
        foaf:Image .

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

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

<album/59110#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@en,
        "天鏡のアルデラミン / 岸田教団&THE明星ロケッツ"@ja,
        "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@ja-latn ;
    mo:performance_of <album/59110#musicalwork> ;
    mo:performer <artist/9271#subject> ;
    mo:recorded_as <album/59110#musicalexpression> ;
    schema:byArtist <artist/9271#subject> ;
    schema:name "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@en,
        "天鏡のアルデラミン / 岸田教団&THE明星ロケッツ"@ja,
        "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@ja-latn ;
    schema:workPerformed <album/59110#musicalwork> .

<artist/9271#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/59110#performance> ;
    schema:name "KISIDA KYODAN & THE AKEBOSI ROCKETS"@en,
        "岸田教団&THE明星ロケッツ"@ja ;
    foaf:name "KISIDA KYODAN & THE AKEBOSI ROCKETS"@en,
        "岸田教団&THE明星ロケッツ"@ja .

<album/59110#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-07-20"^^xsd:date ;
    dcterms:title "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@en,
        "天鏡のアルデラミン / 岸田教団&THE明星ロケッツ"@ja,
        "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@ja-latn ;
    mo:catalogue_number "1000611364" ;
    mo:media_type "CD" ;
    mo:publication_of <album/59110#musicalexpression> ;
    mo:publisher <org/1329#subject> ;
    mo:record _:N969f7fa0ab2840d99cc08d7f04ffa5d8 ;
    mo:record_count 1 ;
    schema:about <product/4953#subject> ;
    schema:byArtist <artist/9271#subject> ;
    schema:datePublished "2016-07-20"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/01/59110/59110-1465738457.png> ;
    schema:name "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@en,
        "天鏡のアルデラミン / 岸田教団&THE明星ロケッツ"@ja,
        "Tenkyou no Alderamin / KISIDA KYODAN & THE AKEBOSI ROCKETS"@ja-latn ;
    schema:publisher <org/1329#subject> ;
    foaf:depiction <https://media.vgm.io/albums/01/59110/59110-1465738457.png> .

_:N1dbc86bfb78749c8a6b61e92bd09ee6b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天鏡のアルデラミン -Instrumental-"@ja,
        "Tenkyou no Alderamin -Instrumental-"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N969f7fa0ab2840d99cc08d7f04ffa5d8 ;
    schema:name "天鏡のアルデラミン -Instrumental-"@ja,
        "Tenkyou no Alderamin -Instrumental-"@ja-latn .

_:N23ca6037ce8546359cb3991a5710e219 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天鏡のアルデラミン"@ja,
        "Tenkyou no Alderamin"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N969f7fa0ab2840d99cc08d7f04ffa5d8 ;
    schema:name "天鏡のアルデラミン"@ja,
        "Tenkyou no Alderamin"@ja-latn .

_:Nda81b99fcced49429f6ef6947956d634 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "circus -Instrumental-"@ja,
        "circus -Instrumental-"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N969f7fa0ab2840d99cc08d7f04ffa5d8 ;
    schema:name "circus -Instrumental-"@ja,
        "circus -Instrumental-"@ja-latn .

_:Ndc8bbe311c6b4cb3bdd41b2284d8272a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "circus"@ja,
        "circus"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N969f7fa0ab2840d99cc08d7f04ffa5d8 ;
    schema:name "circus"@ja,
        "circus"@ja-latn .

_:N969f7fa0ab2840d99cc08d7f04ffa5d8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1dbc86bfb78749c8a6b61e92bd09ee6b,
        _:N23ca6037ce8546359cb3991a5710e219,
        _:Nda81b99fcced49429f6ef6947956d634,
        _:Ndc8bbe311c6b4cb3bdd41b2284d8272a ;
    mo:track_count 4 ;
    schema:duration "PT13:58"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N1dbc86bfb78749c8a6b61e92bd09ee6b,
        _:N23ca6037ce8546359cb3991a5710e219,
        _:Nda81b99fcced49429f6ef6947956d634,
        _:Ndc8bbe311c6b4cb3bdd41b2284d8272a .

