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

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

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

<artist/6145#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21870#subject> ;
    schema:name "Koji Yamada"@en,
        "山田耕治"@ja ;
    foaf:made <album/21870#composition>,
        <album/21870#subject> ;
    foaf:name "Koji Yamada"@en,
        "山田耕治"@ja .

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

<org/1091#subject> schema:name "ARTDINK"@en,
        "株式会社アートディンク"@ja,
        "ARTDINK"@ja-latn ;
    foaf:name "ARTDINK"@en,
        "株式会社アートディンク"@ja,
        "ARTDINK"@ja-latn .

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

<https://medium-media.vgm.io/albums/07/21870/21870-fcacad7142d8.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/13776#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21870#performance> ;
    schema:name "Kousuke Tanaka"@en,
        "田中耕介"@ja ;
    foaf:name "Kousuke Tanaka"@en,
        "田中耕介"@ja .

<album/21870#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "PRESENTS: Music Selection by Artdink Vol.3"@en,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja-latn ;
    mo:composer <artist/13777#subject>,
        <artist/3731#subject>,
        <artist/6145#subject> ;
    mo:produced_work <album/21870#musicalwork> ;
    schema:name "PRESENTS: Music Selection by Artdink Vol.3"@en,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja-latn .

<artist/13777#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21870#subject> ;
    mo:performed <album/21870#performance> ;
    schema:name "Tomohiro Takatsuka"@en,
        "高塚友裕"@ja ;
    foaf:made <album/21870#composition>,
        <album/21870#subject> ;
    foaf:name "Tomohiro Takatsuka"@en,
        "高塚友裕"@ja .

<artist/3731#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21870#subject> ;
    mo:performed <album/21870#performance> ;
    schema:name "Daisuke Nakakaze"@en,
        "中風大輔"@ja ;
    foaf:made <album/21870#composition>,
        <album/21870#subject> ;
    foaf:name "Daisuke Nakakaze"@en,
        "中風大輔"@ja .

<album/21870#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "PRESENTS: Music Selection by Artdink Vol.3"@en,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja-latn ;
    mo:performance_of <album/21870#musicalwork> ;
    mo:performer <artist/13776#subject>,
        <artist/13777#subject>,
        <artist/3731#subject> ;
    mo:recorded_as <album/21870#musicalexpression> ;
    schema:byArtist <artist/13776#subject>,
        <artist/13777#subject>,
        <artist/3731#subject> ;
    schema:name "PRESENTS: Music Selection by Artdink Vol.3"@en,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja-latn ;
    schema:workPerformed <album/21870#musicalwork> .

<album/21870#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1994-01-01"^^xsd:date ;
    dcterms:title "PRESENTS: Music Selection by Artdink Vol.3"@en,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja-latn ;
    mo:catalogue_number "AD-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/21870#musicalexpression> ;
    mo:publisher <org/1091#subject> ;
    mo:record _:N51cd5b6341754e2381c015b4fe4de561 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Take the A Train IV"@en ;
            foaf:name "Take the A Train IV"@en ] ;
    schema:byArtist <artist/13776#subject>,
        <artist/13777#subject>,
        <artist/3731#subject> ;
    schema:datePublished "1994-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/07/21870/21870-fcacad7142d8.jpg> ;
    schema:name "PRESENTS: Music Selection by Artdink Vol.3"@en,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja,
        "PRESENTS: Music Selection by Artdink Vol.3"@ja-latn ;
    schema:publisher <org/1091#subject> ;
    foaf:depiction <https://media.vgm.io/albums/07/21870/21870-fcacad7142d8.jpg> .

_:N58754794cfd546aeb0899c3335ab19c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Straight"@en,
        "ストレート"@ja ;
    mo:track_number 5 ;
    schema:duration "PT7:29"^^xsd:interval ;
    schema:inPlaylist _:N51cd5b6341754e2381c015b4fe4de561 ;
    schema:name "Straight"@en,
        "ストレート"@ja .

_:N6b5bb50da1ee405da7bbcd905890a586 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Organ Lagu"@en,
        "オルガン・ラグ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N51cd5b6341754e2381c015b4fe4de561 ;
    schema:name "Organ Lagu"@en,
        "オルガン・ラグ"@ja .

_:N6f571134803c4909960c61a3553be3e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fan club"@en,
        "ファンクラブ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:N51cd5b6341754e2381c015b4fe4de561 ;
    schema:name "Fan club"@en,
        "ファンクラブ"@ja .

_:N80158375ace84fce93daab6c88410757 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mahatma cow"@en,
        "大聖牛"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N51cd5b6341754e2381c015b4fe4de561 ;
    schema:name "Mahatma cow"@en,
        "大聖牛"@ja .

_:Nb20d42df941e43d1ae1fbc5e66c52375 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The cough doesn't occur any longer"@en,
        "もう咳もでない"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N51cd5b6341754e2381c015b4fe4de561 ;
    schema:name "The cough doesn't occur any longer"@en,
        "もう咳もでない"@ja .

_:Ndbf5d5e649a74b87b19fc5a6dd90c5dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rain"@en,
        "雨"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:49"^^xsd:interval ;
    schema:inPlaylist _:N51cd5b6341754e2381c015b4fe4de561 ;
    schema:name "Rain"@en,
        "雨"@ja .

_:Ne885169415fc4255bdba7c322dddb8dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lightning from the back"@en,
        "後ろからライトニング"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N51cd5b6341754e2381c015b4fe4de561 ;
    schema:name "Lightning from the back"@en,
        "後ろからライトニング"@ja .

_:Neb4e3ec5bc27444081a6dd90c2a8f0ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Medley \"Goo-My Brain\""@en,
        "メドレー\"Goo-My Brain\""@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:N51cd5b6341754e2381c015b4fe4de561 ;
    schema:name "Medley \"Goo-My Brain\""@en,
        "メドレー\"Goo-My Brain\""@ja .

_:N51cd5b6341754e2381c015b4fe4de561 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N58754794cfd546aeb0899c3335ab19c8,
        _:N6b5bb50da1ee405da7bbcd905890a586,
        _:N6f571134803c4909960c61a3553be3e6,
        _:N80158375ace84fce93daab6c88410757,
        _:Nb20d42df941e43d1ae1fbc5e66c52375,
        _:Ndbf5d5e649a74b87b19fc5a6dd90c5dd,
        _:Ne885169415fc4255bdba7c322dddb8dd,
        _:Neb4e3ec5bc27444081a6dd90c2a8f0ee ;
    mo:track_count 8 ;
    schema:duration "PT38:02"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N58754794cfd546aeb0899c3335ab19c8,
        _:N6b5bb50da1ee405da7bbcd905890a586,
        _:N6f571134803c4909960c61a3553be3e6,
        _:N80158375ace84fce93daab6c88410757,
        _:Nb20d42df941e43d1ae1fbc5e66c52375,
        _:Ndbf5d5e649a74b87b19fc5a6dd90c5dd,
        _:Ne885169415fc4255bdba7c322dddb8dd,
        _:Neb4e3ec5bc27444081a6dd90c2a8f0ee .

