@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 _:N3a03f141a51847ef879d8bdc2dfe1c60 ;
    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> .

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

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

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

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

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

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

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

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

_:N3a03f141a51847ef879d8bdc2dfe1c60 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3293abbea3df479d9908d409611056ff,
        _:N38b1379d98984d0288504408b86233ec,
        _:N803d56ea2c0547abb2fe2b278d6d5b06,
        _:Na47ef8c1197b4c4c8c15fc6477245631,
        _:Nbbfd57c85dde41eba35187cd771e8e03,
        _:Ne00e1973a34546b18d009681fe2409a2,
        _:Nf74685f099934e3181915a609d6a6f4d,
        _:Nf7d77b7c43b9484fb97b8f0fe7761ee9 ;
    mo:track_count 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N3293abbea3df479d9908d409611056ff,
        _:N38b1379d98984d0288504408b86233ec,
        _:N803d56ea2c0547abb2fe2b278d6d5b06,
        _:Na47ef8c1197b4c4c8c15fc6477245631,
        _:Nbbfd57c85dde41eba35187cd771e8e03,
        _:Ne00e1973a34546b18d009681fe2409a2,
        _:Nf74685f099934e3181915a609d6a6f4d,
        _:Nf7d77b7c43b9484fb97b8f0fe7761ee9 .

