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

<artist/40821#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kanae Koyama"@en,
        "小山哉枝"@ja ;
    foaf:made <album/69843#lyrics>,
        <album/69843#subject> ;
    foaf:name "Kanae Koyama"@en,
        "小山哉枝"@ja .

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

<artist/13312#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/69843#subject> ;
    schema:name "Takashi Iioka"@en,
        "飯岡隆志"@ja ;
    foaf:made <album/69843#composition>,
        <album/69843#lyrics>,
        <album/69843#subject> ;
    foaf:name "Takashi Iioka"@en,
        "飯岡隆志"@ja .

<artist/3100#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/69843#subject> ;
    schema:name "Tomokazu Tashiro"@en,
        "田代智一"@ja ;
    foaf:made <album/69843#composition>,
        <album/69843#subject> ;
    foaf:name "Tomokazu Tashiro"@en,
        "田代智一"@ja .

<product/5328#subject> a schema:CreativeWork ;
    schema:name "Ikki Tousen: Great Guardians"@en,
        "一騎当千 Great Guardians"@ja,
        "Ikki Tousen: Great Guardians"@ja-latn ;
    foaf:name "Ikki Tousen: Great Guardians"@en,
        "一騎当千 Great Guardians"@ja,
        "Ikki Tousen: Great Guardians"@ja-latn .

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

<org/1957#subject> schema:name "MEDIA FACTORY"@en,
        "MEDIA FACTORY"@ja,
        "MEDIA FACTORY"@ja-latn ;
    foaf:name "MEDIA FACTORY"@en,
        "MEDIA FACTORY"@ja,
        "MEDIA FACTORY"@ja-latn .

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

<https://medium-media.vgm.io/albums/34/69843/69843-1500380043.jpg> a schema:ImageObject,
        foaf:Image .

<album/69843#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NoxLimit! / Kage ~shape of shadow~"@en,
        "NoxLimit! / 影～shape of shadow～"@ja,
        "NoxLimit! / Kage ~shape of shadow~"@ja-latn ;
    mo:composer <artist/13312#subject>,
        <artist/3100#subject> ;
    mo:produced_work <album/69843#musicalwork> ;
    schema:name "NoxLimit! / Kage ~shape of shadow~"@en,
        "NoxLimit! / 影～shape of shadow～"@ja,
        "NoxLimit! / Kage ~shape of shadow~"@ja-latn .

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

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

<artist/31496#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/69843#performance> ;
    schema:name "Ami"@en,
        "亜美"@ja ;
    foaf:name "Ami"@en,
        "亜美"@ja .

<artist/8398#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/69843#performance> ;
    schema:name "Rio Asaba"@en,
        "浅葉リオ"@ja ;
    foaf:name "Rio Asaba"@en,
        "浅葉リオ"@ja .

<album/69843#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "NoxLimit! / Kage ~shape of shadow~"@en,
        "NoxLimit! / 影～shape of shadow～"@ja,
        "NoxLimit! / Kage ~shape of shadow~"@ja-latn ;
    mo:performance_of <album/69843#musicalwork> ;
    mo:performer <artist/31496#subject>,
        <artist/8398#subject> ;
    mo:recorded_as <album/69843#musicalexpression> ;
    schema:byArtist <artist/31496#subject>,
        <artist/8398#subject> ;
    schema:name "NoxLimit! / Kage ~shape of shadow~"@en,
        "NoxLimit! / 影～shape of shadow～"@ja,
        "NoxLimit! / Kage ~shape of shadow~"@ja-latn ;
    schema:workPerformed <album/69843#musicalwork> .

<album/69843#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-07-30"^^xsd:date ;
    dcterms:title "NoxLimit! / Kage ~shape of shadow~"@en,
        "NoxLimit! / 影～shape of shadow～"@ja,
        "NoxLimit! / Kage ~shape of shadow~"@ja-latn ;
    mo:catalogue_number "ZMCZ-4181" ;
    mo:media_type "CD" ;
    mo:publication_of <album/69843#musicalexpression> ;
    mo:publisher <org/1957#subject> ;
    mo:record _:N41055277b32a4093bcad5796d166b2a6 ;
    mo:record_count 1 ;
    schema:about <product/5328#subject> ;
    schema:byArtist <artist/31496#subject>,
        <artist/8398#subject> ;
    schema:datePublished "2008-07-30"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/34/69843/69843-1500380043.jpg> ;
    schema:name "NoxLimit! / Kage ~shape of shadow~"@en,
        "NoxLimit! / 影～shape of shadow～"@ja,
        "NoxLimit! / Kage ~shape of shadow~"@ja-latn ;
    schema:publisher <org/1957#subject> ;
    foaf:depiction <https://media.vgm.io/albums/34/69843/69843-1500380043.jpg> .

_:N001be2cba56440cb8c06ff9e97306e23 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "影～shape of shadow～ (オリジナルカラオケ)"@ja,
        "Kage ~shape of shadow~ (Original Karaoke)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N41055277b32a4093bcad5796d166b2a6 ;
    schema:name "影～shape of shadow～ (オリジナルカラオケ)"@ja,
        "Kage ~shape of shadow~ (Original Karaoke)"@ja-latn .

_:N4002953bc17448d58914c2b760bde8c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "影～shape of shadow～"@ja,
        "Kage ~shape of shadow~"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:N41055277b32a4093bcad5796d166b2a6 ;
    schema:name "影～shape of shadow～"@ja,
        "Kage ~shape of shadow~"@ja-latn .

_:Naea56858be9d49d691f5713a1415b0db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No×Limit! (オリジナルカラオケ)"@ja,
        "No×Limit! (Original Karaoke)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N41055277b32a4093bcad5796d166b2a6 ;
    schema:name "No×Limit! (オリジナルカラオケ)"@ja,
        "No×Limit! (Original Karaoke)"@ja-latn .

_:Ne8bf2dc61f5c4760b7dd846549fadfda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No×Limit!"@ja,
        "No×Limit!"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N41055277b32a4093bcad5796d166b2a6 ;
    schema:name "No×Limit!"@ja,
        "No×Limit!"@ja-latn .

_:N41055277b32a4093bcad5796d166b2a6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N001be2cba56440cb8c06ff9e97306e23,
        _:N4002953bc17448d58914c2b760bde8c6,
        _:Naea56858be9d49d691f5713a1415b0db,
        _:Ne8bf2dc61f5c4760b7dd846549fadfda ;
    mo:track_count 4 ;
    schema:duration "PT16:03"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N001be2cba56440cb8c06ff9e97306e23,
        _:N4002953bc17448d58914c2b760bde8c6,
        _:Naea56858be9d49d691f5713a1415b0db,
        _:Ne8bf2dc61f5c4760b7dd846549fadfda .

