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

<artist/4291#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuriko Mori"@en,
        "森由里子"@ja ;
    foaf:made <album/21443#lyrics>,
        <album/21443#subject> ;
    foaf:name "Yuriko Mori"@en,
        "森由里子"@ja .

<artist/7731#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shun Taguchi"@en,
        "田口俊"@ja ;
    foaf:made <album/21443#lyrics>,
        <album/21443#subject> ;
    foaf:name "Shun Taguchi"@en,
        "田口俊"@ja .

<artist/8473#subject> a schema:Person,
        foaf:Person ;
    schema:name "Keiko Aso"@en,
        "麻生圭子"@ja ;
    foaf:made <album/21443#lyrics>,
        <album/21443#subject> ;
    foaf:name "Keiko Aso"@en,
        "麻生圭子"@ja .

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

<artist/13272#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21443#subject> ;
    schema:name "TSUKASA"@en ;
    foaf:made <album/21443#composition>,
        <album/21443#subject> ;
    foaf:name "TSUKASA"@en .

<artist/677#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21443#subject> ;
    schema:name "Kenji Kawai"@en,
        "川井憲次"@ja ;
    foaf:made <album/21443#composition>,
        <album/21443#subject> ;
    foaf:name "Kenji Kawai"@en,
        "川井憲次"@ja .

<artist/9372#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21443#subject> ;
    schema:name "Ichiro Hada"@en,
        "羽田一郎"@ja ;
    foaf:made <album/21443#composition>,
        <album/21443#subject> ;
    foaf:name "Ichiro Hada"@en,
        "羽田一郎"@ja .

<product/4404#subject> a schema:CreativeWork ;
    schema:name "Patlabor The Mobile Police"@en,
        "機動警察パトレイバー"@ja,
        "Kidou Keisatsu Patlabor"@ja-latn ;
    foaf:name "Patlabor The Mobile Police"@en,
        "機動警察パトレイバー"@ja,
        "Kidou Keisatsu Patlabor"@ja-latn .

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

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

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

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

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

<artist/11897#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21443#performance> ;
    schema:name "Yuko Nito"@en,
        "仁藤優子"@ja ;
    foaf:name "Yuko Nito"@en,
        "仁藤優子"@ja .

<artist/169#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21443#performance> ;
    schema:name "Hiroko Kasahara"@en,
        "笠原弘子"@ja ;
    foaf:name "Hiroko Kasahara"@en,
        "笠原弘子"@ja .

<artist/17841#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21443#performance> ;
    schema:name "JA-JA"@en ;
    foaf:name "JA-JA"@en .

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

<album/21443#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "PATLABOR THEME COLLECTION VOLUME 1"@en,
        "機動警察パトレイバー テーマ・コレクション Volume 1"@ja,
        "Kidoukeisatsu Patlabor Theme Collection Volume 1"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Yasuhiko Katta"@en ;
            foaf:made <album/21443#composition> ;
            foaf:name "Yasuhiko Katta"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "TAKE"@en ;
            foaf:made <album/21443#composition> ;
            foaf:name "TAKE"@en ],
        <artist/13272#subject>,
        <artist/677#subject>,
        <artist/9372#subject> ;
    mo:produced_work <album/21443#musicalwork> ;
    schema:name "PATLABOR THEME COLLECTION VOLUME 1"@en,
        "機動警察パトレイバー テーマ・コレクション Volume 1"@ja,
        "Kidoukeisatsu Patlabor Theme Collection Volume 1"@ja-latn .

<album/21443#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "PATLABOR THEME COLLECTION VOLUME 1"@en,
        "機動警察パトレイバー テーマ・コレクション Volume 1"@ja,
        "Kidoukeisatsu Patlabor Theme Collection Volume 1"@ja-latn ;
    mo:performance_of <album/21443#musicalwork> ;
    mo:performer _:N036ff6b3e9bd42299db76c0a175b230c,
        <artist/11897#subject>,
        <artist/169#subject>,
        <artist/17841#subject> ;
    mo:recorded_as <album/21443#musicalexpression> ;
    schema:byArtist _:N036ff6b3e9bd42299db76c0a175b230c,
        <artist/11897#subject>,
        <artist/169#subject>,
        <artist/17841#subject> ;
    schema:name "PATLABOR THEME COLLECTION VOLUME 1"@en,
        "機動警察パトレイバー テーマ・コレクション Volume 1"@ja,
        "Kidoukeisatsu Patlabor Theme Collection Volume 1"@ja-latn ;
    schema:workPerformed <album/21443#musicalwork> .

<album/21443#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1990-12-05"^^xsd:date ;
    dcterms:title "PATLABOR THEME COLLECTION VOLUME 1"@en,
        "機動警察パトレイバー テーマ・コレクション Volume 1"@ja,
        "Kidoukeisatsu Patlabor Theme Collection Volume 1"@ja-latn ;
    mo:catalogue_number "VPCG-83201" ;
    mo:media_type "CD" ;
    mo:publication_of <album/21443#musicalexpression> ;
    mo:publisher <org/2285#subject> ;
    mo:record _:Nbeaca9c5d2ec4275bb3d3e7ff1cb33e8 ;
    mo:record_count 1 ;
    schema:about <product/4404#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "KISSME QUICK"@en ;
            foaf:name "KISSME QUICK"@en ],
        <artist/11897#subject>,
        <artist/169#subject>,
        <artist/17841#subject> ;
    schema:datePublished "1990-12-05"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/34/21443/21443-1390071483.jpg> ;
    schema:name "PATLABOR THEME COLLECTION VOLUME 1"@en,
        "機動警察パトレイバー テーマ・コレクション Volume 1"@ja,
        "Kidoukeisatsu Patlabor Theme Collection Volume 1"@ja-latn ;
    schema:publisher <org/2285#subject> ;
    foaf:depiction <https://media.vgm.io/albums/34/21443/21443-1390071483.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21443#subject> ;
    schema:name "TAKE"@en ;
    foaf:made <album/21443#subject> ;
    foaf:name "TAKE"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "TAKE"@en ;
    foaf:made <album/21443#subject> ;
    foaf:name "TAKE"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21443#subject> ;
    schema:name "Yasuhiko Katta"@en ;
    foaf:made <album/21443#subject> ;
    foaf:name "Yasuhiko Katta"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "TAKE"@en ;
    foaf:made <album/21443#lyrics> ;
    foaf:name "TAKE"@en .

_:N036ff6b3e9bd42299db76c0a175b230c a schema:Person,
        foaf:Person ;
    mo:performed <album/21443#performance> ;
    schema:name "KISSME QUICK"@en ;
    foaf:name "KISSME QUICK"@en .

_:N59a4f782ad864edaa3d9e71498c1c000 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SCHAFT! (リミックス・ヴァージョン)"@ja,
        "SCHAFT! (Remix Version)"@officialromaji ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nbeaca9c5d2ec4275bb3d3e7ff1cb33e8 ;
    schema:name "SCHAFT! (リミックス・ヴァージョン)"@ja,
        "SCHAFT! (Remix Version)"@officialromaji .

_:N7a18ad0a71144a2d90fb6d54bdc3fcfa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パラダイスの確率"@ja,
        "PARADISE-NO KAKURITSU"@officialromaji ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nbeaca9c5d2ec4275bb3d3e7ff1cb33e8 ;
    schema:name "パラダイスの確率"@ja,
        "PARADISE-NO KAKURITSU"@officialromaji .

_:N7ecf550ec95e486a8e3817bde41b0205 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "そのままの君でいて"@ja,
        "SONOMAMA-NO KIMIDEITE"@officialromaji ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nbeaca9c5d2ec4275bb3d3e7ff1cb33e8 ;
    schema:name "そのままの君でいて"@ja,
        "SONOMAMA-NO KIMIDEITE"@officialromaji .

_:Na546482e645f45b9b808b3c7c97b8db7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "黒い破壊者－GRIFFON－ (リミックス・ヴァージョン)"@ja,
        "BLACK DESTROYER -GRIFFON- (Remix Version)"@officialromaji ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nbeaca9c5d2ec4275bb3d3e7ff1cb33e8 ;
    schema:name "黒い破壊者－GRIFFON－ (リミックス・ヴァージョン)"@ja,
        "BLACK DESTROYER -GRIFFON- (Remix Version)"@officialromaji .

_:Nd13ff5a869ca4cd3b4e239f197013a2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "コンディション・グリーン～緊急発進～"@ja,
        "CONDITION GREEN"@officialromaji ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nbeaca9c5d2ec4275bb3d3e7ff1cb33e8 ;
    schema:name "コンディション・グリーン～緊急発進～"@ja,
        "CONDITION GREEN"@officialromaji .

_:Ne654713aa7a24cda871c4c507713e30a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MIDNIGHT BLUE"@ja,
        "MIDNIGHT BLUE"@officialromaji ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nbeaca9c5d2ec4275bb3d3e7ff1cb33e8 ;
    schema:name "MIDNIGHT BLUE"@ja,
        "MIDNIGHT BLUE"@officialromaji .

_:Nbeaca9c5d2ec4275bb3d3e7ff1cb33e8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N59a4f782ad864edaa3d9e71498c1c000,
        _:N7a18ad0a71144a2d90fb6d54bdc3fcfa,
        _:N7ecf550ec95e486a8e3817bde41b0205,
        _:Na546482e645f45b9b808b3c7c97b8db7,
        _:Nd13ff5a869ca4cd3b4e239f197013a2e,
        _:Ne654713aa7a24cda871c4c507713e30a ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N59a4f782ad864edaa3d9e71498c1c000,
        _:N7a18ad0a71144a2d90fb6d54bdc3fcfa,
        _:N7ecf550ec95e486a8e3817bde41b0205,
        _:Na546482e645f45b9b808b3c7c97b8db7,
        _:Nd13ff5a869ca4cd3b4e239f197013a2e,
        _:Ne654713aa7a24cda871c4c507713e30a .

