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

<artist/10058#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nami Miyahara"@en,
        "宮原永海"@ja ;
    foaf:made <album/52191#subject>,
        <album/52191#vocals> ;
    foaf:name "Nami Miyahara"@en,
        "宮原永海"@ja .

<artist/12278#subject> a schema:Person,
        foaf:Person ;
    schema:name "Reiko Kiuchi"@en,
        "木内レイコ"@ja ;
    foaf:made <album/52191#subject>,
        <album/52191#vocals> ;
    foaf:name "Reiko Kiuchi"@en,
        "木内レイコ"@ja .

<artist/1272#subject> a schema:Person,
        foaf:Person ;
    schema:name "Junko Noda"@en,
        "野田順子"@ja ;
    foaf:made <album/52191#subject>,
        <album/52191#vocals> ;
    foaf:name "Junko Noda"@en,
        "野田順子"@ja .

<artist/3228#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ai Maeda"@en,
        "前田愛"@ja ;
    foaf:made <album/52191#subject>,
        <album/52191#vocals> ;
    foaf:name "Ai Maeda"@en,
        "前田愛"@ja .

<artist/5509#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aoi Tada"@en,
        "多田葵"@ja ;
    foaf:made <album/52191#subject>,
        <album/52191#vocals> ;
    foaf:name "Aoi Tada"@en,
        "多田葵"@ja .

<artist/6339#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takayoshi Tanimoto"@en,
        "谷本貴義"@ja ;
    foaf:made <album/52191#subject>,
        <album/52191#vocals> ;
    foaf:name "Takayoshi Tanimoto"@en,
        "谷本貴義"@ja .

<artist/8022#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroshi Yamada"@en,
        "山田ひろし"@ja ;
    foaf:made <album/52191#lyrics>,
        <album/52191#subject> ;
    foaf:name "Hiroshi Yamada"@en,
        "山田ひろし"@ja .

<artist/4576#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52191#subject> ;
    schema:name "Michihiko Ohta"@en,
        "太田美知彦"@ja ;
    foaf:made <album/52191#composition>,
        <album/52191#subject> ;
    foaf:name "Michihiko Ohta"@en,
        "太田美知彦"@ja .

<product/655#subject> a schema:CreativeWork ;
    schema:name "Digimon Tamers"@en,
        "デジモンテイマーズ"@ja,
        "Digimon Tamers"@ja-latn ;
    foaf:name "Digimon Tamers"@en,
        "デジモンテイマーズ"@ja,
        "Digimon Tamers"@ja-latn .

<product/7551#subject> a schema:CreativeWork ;
    schema:name "Digimon Adventure 02: Part 1: Digimon Hurricane Touchdown!! / Part 2: Transcendent Evolution!! The Golden Digimentals"@en,
        "デジモンアドベンチャー02 前編・デジモンハリケーン上陸!! / 後編・超絶進化!!黄金のデジメンタル"@ja,
        "Digimon Adventure 02: Zenpen: Digimon Hurricane Jouriku!! / Kouhen: Chouzetsu Shinka!! Ougon no Digimental"@ja-latn ;
    foaf:name "Digimon Adventure 02: Part 1: Digimon Hurricane Touchdown!! / Part 2: Transcendent Evolution!! The Golden Digimentals"@en,
        "デジモンアドベンチャー02 前編・デジモンハリケーン上陸!! / 後編・超絶進化!!黄金のデジメンタル"@ja,
        "Digimon Adventure 02: Zenpen: Digimon Hurricane Jouriku!! / Kouhen: Chouzetsu Shinka!! Ougon no Digimental"@ja-latn .

<album/52191#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "One Vision / Takayoshi Tanimoto"@en,
        "One Vision / 谷本貴義"@ja,
        "One Vision / Takayoshi Tanimoto"@ja-latn ;
    mo:composer <artist/4576#subject> ;
    mo:produced_work <album/52191#musicalwork> ;
    schema:name "One Vision / Takayoshi Tanimoto"@en,
        "One Vision / 谷本貴義"@ja,
        "One Vision / Takayoshi Tanimoto"@ja-latn .

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

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

<album/52191#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "One Vision / Takayoshi Tanimoto"@en,
        "One Vision / 谷本貴義"@ja,
        "One Vision / Takayoshi Tanimoto"@ja-latn ;
    mo:performance_of <album/52191#musicalwork> ;
    mo:recorded_as <album/52191#musicalexpression> ;
    schema:name "One Vision / Takayoshi Tanimoto"@en,
        "One Vision / 谷本貴義"@ja,
        "One Vision / Takayoshi Tanimoto"@ja-latn ;
    schema:workPerformed <album/52191#musicalwork> .

<org/4524#subject> schema:name "InterChannel"@en,
        "インターチャネル"@ja,
        "InterChannel"@ja-latn ;
    foaf:name "InterChannel"@en,
        "インターチャネル"@ja,
        "InterChannel"@ja-latn .

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

<https://medium-media.vgm.io/albums/19/52191/52191-1429242712.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/52191#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-01-10"^^xsd:date ;
    dcterms:title "One Vision / Takayoshi Tanimoto"@en,
        "One Vision / 谷本貴義"@ja,
        "One Vision / Takayoshi Tanimoto"@ja-latn ;
    mo:catalogue_number "NECM-12023" ;
    mo:media_type "CD" ;
    mo:publication_of <album/52191#musicalexpression> ;
    mo:publisher <org/4524#subject> ;
    mo:record _:N0e1156a94b224a1dbc786127c171b6d9 ;
    mo:record_count 1 ;
    schema:about <product/655#subject>,
        <product/7551#subject> ;
    schema:datePublished "2002-01-10"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/19/52191/52191-1429242712.jpg> ;
    schema:name "One Vision / Takayoshi Tanimoto"@en,
        "One Vision / 谷本貴義"@ja,
        "One Vision / Takayoshi Tanimoto"@ja-latn ;
    schema:publisher <org/4524#subject> ;
    foaf:depiction <https://media.vgm.io/albums/19/52191/52191-1429242712.jpg> .

_:N2013eb019a49473294eeeebf3699ca66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "One Vision"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N0e1156a94b224a1dbc786127c171b6d9 ;
    schema:name "One Vision"@en .

_:N317c2445e8f14937ae63106e102d4b57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "One Vision (Original Karaoke)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:N0e1156a94b224a1dbc786127c171b6d9 ;
    schema:name "One Vision (Original Karaoke)"@en .

_:N72c54bbe511049bbbd34ca26ed5b6ab0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into Summer the DOORS"@en ;
    mo:track_number 2 ;
    schema:duration "PT11:47"^^xsd:interval ;
    schema:inPlaylist _:N0e1156a94b224a1dbc786127c171b6d9 ;
    schema:name "Into Summer the DOORS"@en .

_:N0e1156a94b224a1dbc786127c171b6d9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2013eb019a49473294eeeebf3699ca66,
        _:N317c2445e8f14937ae63106e102d4b57,
        _:N72c54bbe511049bbbd34ca26ed5b6ab0 ;
    mo:track_count 3 ;
    schema:duration "PT20:13"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N2013eb019a49473294eeeebf3699ca66,
        _:N317c2445e8f14937ae63106e102d4b57,
        _:N72c54bbe511049bbbd34ca26ed5b6ab0 .

