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

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

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

<artist/4877#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15757#subject> ;
    schema:name "Odikonic"@en ;
    foaf:made <album/15757#composition>,
        <album/15757#subject> ;
    foaf:name "Odikonic"@en .

<artist/7036#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15757#subject> ;
    schema:name "soarer"@en ;
    foaf:made <album/15757#composition>,
        <album/15757#subject> ;
    foaf:name "soarer"@en .

<event/46> a mo:Release ;
    schema:name "Released at M3-2009 Spring (May 05, 2009)" .

<product/10589#subject> a schema:CreativeWork ;
    schema:name "Ikki"@en,
        "いっき"@ja,
        "Ikki"@ja-latn ;
    foaf:name "Ikki"@en,
        "いっき"@ja,
        "Ikki"@ja-latn .

<product/11398#subject> a schema:CreativeWork ;
    schema:name "Sugoi Hebereke"@en,
        "すごいへべれけ"@ja,
        "Sugoi Hebereke"@ja-latn ;
    foaf:name "Sugoi Hebereke"@en,
        "すごいへべれけ"@ja,
        "Sugoi Hebereke"@ja-latn .

<product/15770#subject> a schema:CreativeWork ;
    schema:name "Firework Thrower Kantaro's 53 Stations of the Toukaido"@en,
        "かんしゃく玉投げカン太郎の東海道五十三次"@ja,
        "Kanshaku Tamanage Kantarou no Tokaido Gojusan Tsugi"@ja-latn ;
    foaf:name "Firework Thrower Kantaro's 53 Stations of the Toukaido"@en,
        "かんしゃく玉投げカン太郎の東海道五十三次"@ja,
        "Kanshaku Tamanage Kantarou no Tokaido Gojusan Tsugi"@ja-latn .

<product/21358#subject> a schema:CreativeWork ;
    schema:name "Secret of the Stars"@en,
        "アクタリオン"@ja,
        "Aqutallion"@ja-latn ;
    foaf:name "Secret of the Stars"@en,
        "アクタリオン"@ja,
        "Aqutallion"@ja-latn .

<product/3785#subject> a schema:CreativeWork ;
    schema:name "Ninja Gaiden (NES)"@en,
        "忍者龍剣伝 (NES)"@ja,
        "Ninja Ryuukenden (NES)"@ja-latn ;
    foaf:name "Ninja Gaiden (NES)"@en,
        "忍者龍剣伝 (NES)"@ja,
        "Ninja Ryuukenden (NES)"@ja-latn .

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

<album/15757#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Cross the sounds"@en,
        "Cross the sounds"@ja,
        "Cross the sounds"@ja-latn ;
    mo:performance_of <album/15757#musicalwork> ;
    mo:recorded_as <album/15757#musicalexpression> ;
    schema:name "Cross the sounds"@en,
        "Cross the sounds"@ja,
        "Cross the sounds"@ja-latn ;
    schema:workPerformed <album/15757#musicalwork> .

<org/403#subject> schema:name "Artificial Heart"@en,
        "Artificial Heart"@ja,
        "Artificial Heart"@ja-latn ;
    foaf:name "Artificial Heart"@en,
        "Artificial Heart"@ja,
        "Artificial Heart"@ja-latn .

<https://media.vgm.io/albums/75/15757/15757-2ddb8dd3489a.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/15757#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/75/15757/15757-2ddb8dd3489a.png> ;
    foaf:depicts <album/15757#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/75/15757/15757-2ddb8dd3489a.png> .

<https://medium-media.vgm.io/albums/75/15757/15757-2ddb8dd3489a.png> a schema:ImageObject,
        foaf:Image .

<album/15757#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Cross the sounds"@en,
        "Cross the sounds"@ja,
        "Cross the sounds"@ja-latn ;
    mo:composer <artist/4877#subject>,
        <artist/7036#subject> ;
    mo:produced_work <album/15757#musicalwork> ;
    schema:name "Cross the sounds"@en,
        "Cross the sounds"@ja,
        "Cross the sounds"@ja-latn .

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

<album/15757#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-05-05"^^xsd:date ;
    dcterms:title "Cross the sounds"@en,
        "Cross the sounds"@ja,
        "Cross the sounds"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15757#musicalexpression> ;
    mo:publisher <org/403#subject> ;
    mo:record _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    mo:record_count 1 ;
    mo:release <event/46> ;
    schema:about <product/10589#subject>,
        <product/11398#subject>,
        <product/15770#subject>,
        <product/21358#subject>,
        <product/3785#subject> ;
    schema:datePublished "2009-05-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/75/15757/15757-2ddb8dd3489a.png> ;
    schema:name "Cross the sounds"@en,
        "Cross the sounds"@ja,
        "Cross the sounds"@ja-latn ;
    schema:publisher <org/403#subject> ;
    foaf:depiction <https://media.vgm.io/albums/75/15757/15757-2ddb8dd3489a.png> .

_:N30637a2c084444caae844c06a114dfba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あんびえんといっき(メインステージRemix)"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    schema:name "あんびえんといっき(メインステージRemix)"@ja .

_:N36fe186cd4c9459eb8047a342f7723b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "gimme a job"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    schema:name "gimme a job"@ja .

_:N39793fd523a046139040a283f26c0e6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東海道を駆け抜けろ！"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    schema:name "東海道を駆け抜けろ！"@ja .

_:N83a1c608100a49d1a978710d34e74c83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "イラク風ラザニア"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    schema:name "イラク風ラザニア"@ja .

_:Na2a8618f98a7496aa0ec41fc6a43a0e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VISION"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    schema:name "VISION"@ja .

_:Naf2ae1b40854415c94ffdc881f526bb0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "広東風ドリア"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    schema:name "広東風ドリア"@ja .

_:Nd08e7cf20fc2458abcf853c7fae7e103 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "4 know 2"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    schema:name "4 know 2"@ja .

_:Nd624dec249624c8a905cdf0942906884 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おーちゃんはかないみか"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd3eedc6ec937461a81bb86e6bcaec393 ;
    schema:name "おーちゃんはかないみか"@ja .

_:Nd3eedc6ec937461a81bb86e6bcaec393 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N30637a2c084444caae844c06a114dfba,
        _:N36fe186cd4c9459eb8047a342f7723b3,
        _:N39793fd523a046139040a283f26c0e6d,
        _:N83a1c608100a49d1a978710d34e74c83,
        _:Na2a8618f98a7496aa0ec41fc6a43a0e5,
        _:Naf2ae1b40854415c94ffdc881f526bb0,
        _:Nd08e7cf20fc2458abcf853c7fae7e103,
        _:Nd624dec249624c8a905cdf0942906884 ;
    mo:track_count 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N30637a2c084444caae844c06a114dfba,
        _:N36fe186cd4c9459eb8047a342f7723b3,
        _:N39793fd523a046139040a283f26c0e6d,
        _:N83a1c608100a49d1a978710d34e74c83,
        _:Na2a8618f98a7496aa0ec41fc6a43a0e5,
        _:Naf2ae1b40854415c94ffdc881f526bb0,
        _:Nd08e7cf20fc2458abcf853c7fae7e103,
        _:Nd624dec249624c8a905cdf0942906884 .

