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

<artist/2385#subject> a schema:Person,
        foaf:Person ;
    schema:name "Minami Nagasaki"@en,
        "長崎みなみ"@ja ;
    foaf:made <album/150473#subject>,
        <album/150473#vocals> ;
    foaf:name "Minami Nagasaki"@en,
        "長崎みなみ"@ja .

<artist/291#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rita"@en ;
    foaf:made <album/150473#lyrics>,
        <album/150473#subject>,
        <album/150473#vocals> ;
    foaf:name "Rita"@en .

<artist/3801#subject> a schema:Person,
        foaf:Person ;
    schema:name "Canari Kanzaki"@en,
        "カンザキカナリ"@ja ;
    foaf:made <album/150473#subject>,
        <album/150473#vocals> ;
    foaf:name "Canari Kanzaki"@en,
        "カンザキカナリ"@ja .

<artist/68736#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rei Murasame"@en,
        "斑雨零"@ja ;
    foaf:made <album/150473#lyrics>,
        <album/150473#subject> ;
    foaf:name "Rei Murasame"@en,
        "斑雨零"@ja .

<artist/7630#subject> a schema:Person,
        foaf:Person ;
    schema:name "Satomi Kodama"@en,
        "児玉さとみ"@ja ;
    foaf:made <album/150473#subject>,
        <album/150473#vocals> ;
    foaf:name "Satomi Kodama"@en,
        "児玉さとみ"@ja .

<artist/7923#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mei Misonoo"@en,
        "御苑生メイ"@ja ;
    foaf:made <album/150473#subject>,
        <album/150473#vocals> ;
    foaf:name "Mei Misonoo"@en,
        "御苑生メイ"@ja .

<artist/290#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150473#subject> ;
    schema:name "Blueberry&Yogurt"@en ;
    foaf:made <album/150473#composition>,
        <album/150473#subject> ;
    foaf:name "Blueberry&Yogurt"@en .

<artist/3614#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150473#subject> ;
    schema:name "Yuhki Nakanome"@en,
        "中ノ目有輝"@ja ;
    foaf:made <album/150473#composition>,
        <album/150473#subject> ;
    foaf:name "Yuhki Nakanome"@en,
        "中ノ目有輝"@ja .

<product/21264#subject> a schema:CreativeWork ;
    schema:name "Tetsuwan Gacchu!"@en,
        "鉄腕がっちゅ!"@ja,
        "Tetsuwan Gacchu!"@ja-latn ;
    foaf:name "Tetsuwan Gacchu!"@en,
        "鉄腕がっちゅ!"@ja,
        "Tetsuwan Gacchu!"@ja-latn .

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

<album/150473#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@en,
        "鉄腕がっちゅ! サントラ&プラグインCD MESSE AZUSA ver."@ja,
        "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@ja-latn ;
    mo:performance_of <album/150473#musicalwork> ;
    mo:recorded_as <album/150473#musicalexpression> ;
    schema:name "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@en,
        "鉄腕がっちゅ! サントラ&プラグインCD MESSE AZUSA ver."@ja,
        "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@ja-latn ;
    schema:workPerformed <album/150473#musicalwork> .

<https://media.vgm.io/albums/37/150473/150473-9a9048e42280.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/150473#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/37/150473/150473-9a9048e42280.png> ;
    foaf:depicts <album/150473#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/37/150473/150473-9a9048e42280.png> .

<https://medium-media.vgm.io/albums/37/150473/150473-9a9048e42280.png> a schema:ImageObject,
        foaf:Image .

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

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

<album/150473#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@en,
        "鉄腕がっちゅ! サントラ&プラグインCD MESSE AZUSA ver."@ja,
        "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(武蔵野組)"@en ;
            foaf:made <album/150473#composition> ;
            foaf:name "(武蔵野組)"@en ],
        <artist/290#subject>,
        <artist/3614#subject> ;
    mo:produced_work <album/150473#musicalwork> ;
    schema:name "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@en,
        "鉄腕がっちゅ! サントラ&プラグインCD MESSE AZUSA ver."@ja,
        "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@ja-latn .

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

<album/150473#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-12-10"^^xsd:date ;
    dcterms:title "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@en,
        "鉄腕がっちゅ! サントラ&プラグインCD MESSE AZUSA ver."@ja,
        "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@ja-latn ;
    mo:catalogue_number "MESSE-134" ;
    mo:media_type "CD" ;
    mo:publication_of <album/150473#musicalexpression> ;
    mo:publisher _:N2d0e015345344d5187b28396220b79ff ;
    mo:record _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    mo:record_count 1 ;
    schema:about <product/21264#subject> ;
    schema:datePublished "2004-12-10"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/37/150473/150473-9a9048e42280.png> ;
    schema:name "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@en,
        "鉄腕がっちゅ! サントラ&プラグインCD MESSE AZUSA ver."@ja,
        "Tetsuwan Gacchu! Soundtrack & Plugin CD MESSE AZUSA ver."@ja-latn ;
    schema:publisher _:N2d0e015345344d5187b28396220b79ff ;
    foaf:depiction <https://media.vgm.io/albums/37/150473/150473-9a9048e42280.png> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150473#subject> ;
    schema:name "(武蔵野組)"@en ;
    foaf:made <album/150473#subject> ;
    foaf:name "(武蔵野組)"@en .

_:N0e4ca373140b45988a89f7491095a2c0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "激突！衝撃！鉄腕がっちゅ！！（short ver）"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "激突！衝撃！鉄腕がっちゅ！！（short ver）"@ja .

_:N15951758c96d468c9b17d5670224d03f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "cosmic train"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "cosmic train"@ja .

_:N1e25e9ab2cfb448fa1e50d2182b14ded a mo:Track,
        schema:MusicRecording ;
    dcterms:title "電撃WAVE"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "電撃WAVE"@ja .

_:N2d0e015345344d5187b28396220b79ff schema:name "Studio Miris"@en,
        "Studio Miris"@ja,
        "Studio Miris"@ja-latn ;
    foaf:name "Studio Miris"@en,
        "Studio Miris"@ja,
        "Studio Miris"@ja-latn .

_:N6d5f9f1964f04d249a231ad917b6bcab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Western critical moment"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "Western critical moment"@ja .

_:N8de7e3f0e8c648f48c262b7fda53c39f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最強！ミラクルおねいさん！！（short ver）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "最強！ミラクルおねいさん！！（short ver）"@ja .

_:N8e2f48be57264203bcde214d89e116bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "日常≠スタンダード"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "日常≠スタンダード"@ja .

_:Nbeb03dc686bd4380b488a6f8ab100a83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spiral Gate"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "Spiral Gate"@ja .

_:Ncd55f2ea59004fe28b7005b70388b665 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "None"@ja .

_:Nd15e660c6ddc48adaa53b41cc6b16d99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ジャンプ！（short ver）"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "ジャンプ！（short ver）"@ja .

_:Nfb9e4ebb5f7046c0aa9cdd76aa2fff3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Try it!"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:N39e3f1cf5c294b94870ea3525d5d7a3f ;
    schema:name "Try it!"@ja .

_:N39e3f1cf5c294b94870ea3525d5d7a3f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e4ca373140b45988a89f7491095a2c0,
        _:N15951758c96d468c9b17d5670224d03f,
        _:N1e25e9ab2cfb448fa1e50d2182b14ded,
        _:N6d5f9f1964f04d249a231ad917b6bcab,
        _:N8de7e3f0e8c648f48c262b7fda53c39f,
        _:N8e2f48be57264203bcde214d89e116bd,
        _:Nbeb03dc686bd4380b488a6f8ab100a83,
        _:Ncd55f2ea59004fe28b7005b70388b665,
        _:Nd15e660c6ddc48adaa53b41cc6b16d99,
        _:Nfb9e4ebb5f7046c0aa9cdd76aa2fff3e ;
    mo:track_count 10 ;
    schema:duration "PT14:42"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0e4ca373140b45988a89f7491095a2c0,
        _:N15951758c96d468c9b17d5670224d03f,
        _:N1e25e9ab2cfb448fa1e50d2182b14ded,
        _:N6d5f9f1964f04d249a231ad917b6bcab,
        _:N8de7e3f0e8c648f48c262b7fda53c39f,
        _:N8e2f48be57264203bcde214d89e116bd,
        _:Nbeb03dc686bd4380b488a6f8ab100a83,
        _:Ncd55f2ea59004fe28b7005b70388b665,
        _:Nd15e660c6ddc48adaa53b41cc6b16d99,
        _:Nfb9e4ebb5f7046c0aa9cdd76aa2fff3e .

