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

<artist/18001#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tatemi Yoshida"@en,
        "吉田健美"@ja ;
    foaf:made <album/55788#lyrics>,
        <album/55788#subject> ;
    foaf:name "Tatemi Yoshida"@en,
        "吉田健美"@ja .

<artist/2937#subject> a schema:Person,
        foaf:Person ;
    schema:name "Noriko Hidaka"@en,
        "日髙のり子"@ja ;
    foaf:made <album/55788#subject>,
        <album/55788#vocals> ;
    foaf:name "Noriko Hidaka"@en,
        "日髙のり子"@ja .

<artist/5690#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kenji Terada"@en,
        "寺田憲史"@ja ;
    foaf:made <album/55788#lyrics>,
        <album/55788#subject> ;
    foaf:name "Kenji Terada"@en,
        "寺田憲史"@ja .

<album/24685> a mo:Release ;
    mo:catalogue_number "CX-7195" .

<artist/27830#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/55788#subject> ;
    schema:name "Yoichi Takahashi"@en,
        "高橋洋一"@ja ;
    foaf:made <album/55788#composition>,
        <album/55788#subject> ;
    foaf:name "Yoichi Takahashi"@en,
        "高橋洋一"@ja .

<artist/65481#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/55788#subject> ;
    schema:name "Junichi Kawauchi"@en,
        "河内淳一"@ja ;
    foaf:made <album/55788#composition>,
        <album/55788#subject>,
        <album/55788#vocals> ;
    foaf:name "Junichi Kawauchi"@en,
        "河内淳一"@ja .

<product/21781#subject> a schema:CreativeWork ;
    schema:name "MECHA-DOC"@en,
        "よろしくメカドック"@ja,
        "Yoroshiku Mechadoc"@ja-latn ;
    foaf:name "MECHA-DOC"@en,
        "よろしくメカドック"@ja,
        "Yoroshiku Mechadoc"@ja-latn .

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

<org/2192#subject> schema:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn ;
    foaf:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn .

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

<https://medium-media.vgm.io/albums/88/55788/55788-1468660195.jpg> a schema:ImageObject,
        foaf:Image .

<album/55788#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yoroshiku Mechadoc Music Collection TV Original Sound Track"@en,
        "よろしくメカドック 音楽集 テレビ・オリジナル・サウンド・トラック"@ja,
        "Yoroshiku Mechadoc Ongakushuu TV Original Sound Track"@ja-latn ;
    mo:composer <artist/27830#subject>,
        <artist/65481#subject> ;
    mo:produced_work <album/55788#musicalwork> ;
    schema:name "Yoroshiku Mechadoc Music Collection TV Original Sound Track"@en,
        "よろしくメカドック 音楽集 テレビ・オリジナル・サウンド・トラック"@ja,
        "Yoroshiku Mechadoc Ongakushuu TV Original Sound Track"@ja-latn .

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

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

<artist/22449#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/55788#performance> ;
    schema:name "STR!X"@en,
        "ストライクス"@ja ;
    foaf:made <album/55788#subject>,
        <album/55788#vocals> ;
    foaf:name "STR!X"@en,
        "ストライクス"@ja .

<artist/8492#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/55788#performance> ;
    schema:name "Columbia Orchestra"@en,
        "コロムビア・オーケストラ"@ja ;
    foaf:name "Columbia Orchestra"@en,
        "コロムビア・オーケストラ"@ja .

<album/55788#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yoroshiku Mechadoc Music Collection TV Original Sound Track"@en,
        "よろしくメカドック 音楽集 テレビ・オリジナル・サウンド・トラック"@ja,
        "Yoroshiku Mechadoc Ongakushuu TV Original Sound Track"@ja-latn ;
    mo:performance_of <album/55788#musicalwork> ;
    mo:performer <artist/22449#subject>,
        <artist/8492#subject> ;
    mo:recorded_as <album/55788#musicalexpression> ;
    schema:byArtist <artist/22449#subject>,
        <artist/8492#subject> ;
    schema:name "Yoroshiku Mechadoc Music Collection TV Original Sound Track"@en,
        "よろしくメカドック 音楽集 テレビ・オリジナル・サウンド・トラック"@ja,
        "Yoroshiku Mechadoc Ongakushuu TV Original Sound Track"@ja-latn ;
    schema:workPerformed <album/55788#musicalwork> .

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

<album/55788#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1984-10-21"^^xsd:date ;
    dcterms:title "Yoroshiku Mechadoc Music Collection TV Original Sound Track"@en,
        "よろしくメカドック 音楽集 テレビ・オリジナル・サウンド・トラック"@ja,
        "Yoroshiku Mechadoc Ongakushuu TV Original Sound Track"@ja-latn ;
    mo:catalogue_number "CAY-699" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/24685> ;
    mo:publication_of <album/55788#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N916a0758388f4085be09538e21248892 ;
    mo:record_count 1 ;
    schema:about <product/21781#subject> ;
    schema:byArtist <artist/22449#subject>,
        <artist/8492#subject> ;
    schema:datePublished "1984-10-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/88/55788/55788-1468660195.jpg> ;
    schema:name "Yoroshiku Mechadoc Music Collection TV Original Sound Track"@en,
        "よろしくメカドック 音楽集 テレビ・オリジナル・サウンド・トラック"@ja,
        "Yoroshiku Mechadoc Ongakushuu TV Original Sound Track"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/88/55788/55788-1468660195.jpg> .

_:N1a72d8232d0f46229819489f9c652ad4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Midnight Cruiser"@ja,
        "Midnight Cruiser"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "Midnight Cruiser"@ja,
        "Midnight Cruiser"@ja-latn .

_:N1dd7d10e58b4419db598c9f8c7f9ee36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Right On"@ja,
        "Right On"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "Right On"@ja,
        "Right On"@ja-latn .

_:N33bb6cfa6a0744ad89d5013aa1fafa81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Highway Queen"@ja,
        "Highway Queen"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "Highway Queen"@ja,
        "Highway Queen"@ja-latn .

_:N640480b4ef7b461ab1cd56b666ef5273 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "君にWoo･･･！"@ja,
        "Kimi ni Woo...!"@ja-latn ;
    mo:track_number 11 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "君にWoo･･･！"@ja,
        "Kimi ni Woo...!"@ja-latn .

_:N6e39cd113d234bb6a22232feb0b1625c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Zone"@ja,
        "Red Zone"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "Red Zone"@ja,
        "Red Zone"@ja-latn .

_:N741c5e644db84a2a8cfddf03dedbb77d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Between The Palmtree"@ja,
        "Between The Palmtree"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "Between The Palmtree"@ja,
        "Between The Palmtree"@ja-latn .

_:N75d3936ffe534dcd94ff7c39d66d97e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "よろしくチューニング"@ja,
        "Yoroshiku Tuning"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "よろしくチューニング"@ja,
        "Yoroshiku Tuning"@ja-latn .

_:Na13b6f78fccb468ebc8bdba7b278aee4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Slick Driver"@ja,
        "Slick Driver"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "Slick Driver"@ja,
        "Slick Driver"@ja-latn .

_:Nb922f865efe14e8eb89c6b8d4defb276 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Far Out"@ja,
        "Far Out"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "Far Out"@ja,
        "Far Out"@ja-latn .

_:Ncb20db89f66b4acba5c698849149c2c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trouble Maker"@ja,
        "Trouble Maker"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "Trouble Maker"@ja,
        "Trouble Maker"@ja-latn .

_:Nf3e49e1aa945491481ec27c811b30124 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "バラードをくれ"@ja,
        "Ballad wo Kure"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:N916a0758388f4085be09538e21248892 ;
    schema:name "バラードをくれ"@ja,
        "Ballad wo Kure"@ja-latn .

_:N916a0758388f4085be09538e21248892 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1a72d8232d0f46229819489f9c652ad4,
        _:N1dd7d10e58b4419db598c9f8c7f9ee36,
        _:N33bb6cfa6a0744ad89d5013aa1fafa81,
        _:N640480b4ef7b461ab1cd56b666ef5273,
        _:N6e39cd113d234bb6a22232feb0b1625c,
        _:N741c5e644db84a2a8cfddf03dedbb77d,
        _:N75d3936ffe534dcd94ff7c39d66d97e9,
        _:Na13b6f78fccb468ebc8bdba7b278aee4,
        _:Nb922f865efe14e8eb89c6b8d4defb276,
        _:Ncb20db89f66b4acba5c698849149c2c8,
        _:Nf3e49e1aa945491481ec27c811b30124 ;
    mo:track_count 11 ;
    schema:duration "PT18:20"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N1a72d8232d0f46229819489f9c652ad4,
        _:N1dd7d10e58b4419db598c9f8c7f9ee36,
        _:N33bb6cfa6a0744ad89d5013aa1fafa81,
        _:N640480b4ef7b461ab1cd56b666ef5273,
        _:N6e39cd113d234bb6a22232feb0b1625c,
        _:N741c5e644db84a2a8cfddf03dedbb77d,
        _:N75d3936ffe534dcd94ff7c39d66d97e9,
        _:Na13b6f78fccb468ebc8bdba7b278aee4,
        _:Nb922f865efe14e8eb89c6b8d4defb276,
        _:Ncb20db89f66b4acba5c698849149c2c8,
        _:Nf3e49e1aa945491481ec27c811b30124 .

