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

<artist/5590#subject> a schema:Person,
        foaf:Person ;
    schema:name "Makoto Tsumura"@en,
        "津村まこと"@ja ;
    foaf:made <album/89679#subject>,
        <album/89679#vocals> ;
    foaf:name "Makoto Tsumura"@en,
        "津村まこと"@ja .

<artist/6806#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shoko Omori"@en,
        "大森祥子"@ja ;
    foaf:made <album/89679#lyrics>,
        <album/89679#subject> ;
    foaf:name "Shoko Omori"@en,
        "大森祥子"@ja .

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

<artist/8235#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masako Nozawa"@en,
        "野沢雅子"@ja ;
    foaf:made <album/89679#subject>,
        <album/89679#vocals> ;
    foaf:name "Masako Nozawa"@en,
        "野沢雅子"@ja .

<artist/9962#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuu Matsuki"@en,
        "松木悠"@ja ;
    foaf:made <album/89679#lyrics>,
        <album/89679#subject> ;
    foaf:name "Yuu Matsuki"@en,
        "松木悠"@ja .

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

<album/89679#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@en,
        "デジモンテイマーズ ベストデジモンテイマーズ① 松田啓人&ギルモン"@ja,
        "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@ja-latn ;
    mo:composer <artist/4576#subject> ;
    mo:produced_work <album/89679#musicalwork> ;
    schema:name "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@en,
        "デジモンテイマーズ ベストデジモンテイマーズ① 松田啓人&ギルモン"@ja,
        "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@ja-latn .

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

<album/89679#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@en,
        "デジモンテイマーズ ベストデジモンテイマーズ① 松田啓人&ギルモン"@ja,
        "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@ja-latn ;
    mo:performance_of <album/89679#musicalwork> ;
    mo:recorded_as <album/89679#musicalexpression> ;
    schema:name "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@en,
        "デジモンテイマーズ ベストデジモンテイマーズ① 松田啓人&ギルモン"@ja,
        "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@ja-latn ;
    schema:workPerformed <album/89679#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/97/89679/89679-1566708256.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/89679#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/97/89679/89679-1566708256.png> ;
    foaf:depicts <album/89679#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/97/89679/89679-1566708256.png> .

<https://medium-media.vgm.io/albums/97/89679/89679-1566708256.png> a schema:ImageObject,
        foaf:Image .

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

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

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

<album/89679#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-08-01"^^xsd:date ;
    dcterms:title "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@en,
        "デジモンテイマーズ ベストデジモンテイマーズ① 松田啓人&ギルモン"@ja,
        "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@ja-latn ;
    mo:catalogue_number "NECA-13016" ;
    mo:media_type "CD" ;
    mo:publication_of <album/89679#musicalexpression> ;
    mo:publisher <org/4524#subject> ;
    mo:record _:Nba4d56cdf7c7408684ad0fa9ea9c29a2 ;
    mo:record_count 1 ;
    schema:about <product/655#subject> ;
    schema:datePublished "2001-08-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/97/89679/89679-1566708256.png> ;
    schema:name "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@en,
        "デジモンテイマーズ ベストデジモンテイマーズ① 松田啓人&ギルモン"@ja,
        "Digimon Tamers Best Tamers 1 Takato Matsuda & Guilmon"@ja-latn ;
    schema:publisher <org/4524#subject> ;
    foaf:depiction <https://media.vgm.io/albums/97/89679/89679-1566708256.png> .

_:N3873060f312748fb917e7d8e5794b489 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Across The Tears"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:Nba4d56cdf7c7408684ad0fa9ea9c29a2 ;
    schema:name "Across The Tears"@ja .

_:N5234501a7a2a4ab786d579e5ac12fc76 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギルモン・マーチ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:Nba4d56cdf7c7408684ad0fa9ea9c29a2 ;
    schema:name "ギルモン・マーチ"@ja .

_:N9179bced16cb4246b8e84a50ad6f6704 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ふたりでラララ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:Nba4d56cdf7c7408684ad0fa9ea9c29a2 ;
    schema:name "ふたりでラララ"@ja .

_:Nba4d56cdf7c7408684ad0fa9ea9c29a2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3873060f312748fb917e7d8e5794b489,
        _:N5234501a7a2a4ab786d579e5ac12fc76,
        _:N9179bced16cb4246b8e84a50ad6f6704 ;
    mo:track_count 3 ;
    schema:duration "PT12:54"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N3873060f312748fb917e7d8e5794b489,
        _:N5234501a7a2a4ab786d579e5ac12fc76,
        _:N9179bced16cb4246b8e84a50ad6f6704 .

