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

<artist/3843#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuho Iwasato"@en,
        "岩里祐穂"@ja ;
    foaf:made <album/129189#lyrics>,
        <album/129189#subject> ;
    foaf:name "Yuho Iwasato"@en,
        "岩里祐穂"@ja .

<artist/43600#subject> a schema:Person,
        foaf:Person ;
    schema:name "Akasaka Komachi"@en,
        "赤坂小町"@ja ;
    foaf:made <album/129189#subject>,
        <album/129189#vocals> ;
    foaf:name "Akasaka Komachi"@en,
        "赤坂小町"@ja .

<album/129188> a mo:Release ;
    mo:catalogue_number "T28A-1035" .

<artist/28075#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129189#subject> ;
    schema:name "Hiro Nagasawa"@en,
        "長沢ヒロ"@ja ;
    foaf:made <album/129189#composition>,
        <album/129189#lyrics>,
        <album/129189#subject> ;
    foaf:name "Hiro Nagasawa"@en,
        "長沢ヒロ"@ja .

<artist/33292#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129189#subject> ;
    schema:name "Mio Iwasato"@en,
        "岩里未央"@ja ;
    foaf:made <album/129189#composition>,
        <album/129189#subject> ;
    foaf:name "Mio Iwasato"@en,
        "岩里未央"@ja .

<artist/8440#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129189#subject> ;
    schema:name "Hisayoshi Onda"@en,
        "恩田久義"@ja ;
    foaf:made <album/129189#composition>,
        <album/129189#lyrics>,
        <album/129189#subject> ;
    foaf:name "Hisayoshi Onda"@en,
        "恩田久義"@ja .

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

<album/129189#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Koala Boy Kockey"@en,
        "コアラボーイ・コッキィ"@ja,
        "Koala Boy Kockey"@ja-latn ;
    mo:performance_of <album/129189#musicalwork> ;
    mo:recorded_as <album/129189#musicalexpression> ;
    schema:name "Koala Boy Kockey"@en,
        "コアラボーイ・コッキィ"@ja,
        "Koala Boy Kockey"@ja-latn ;
    schema:workPerformed <album/129189#musicalwork> .

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

<org/4720#subject> schema:name "TDK RECORDS"@en,
        "TDK RECORDS"@ja,
        "TDK RECORDS"@ja-latn ;
    foaf:name "TDK RECORDS"@en,
        "TDK RECORDS"@ja,
        "TDK RECORDS"@ja-latn .

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

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/129189#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/129189#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/129189#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Koala Boy Kockey"@en,
        "コアラボーイ・コッキィ"@ja,
        "Koala Boy Kockey"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "和田泉"@en ;
            foaf:made <album/129189#composition> ;
            foaf:name "和田泉"@en ],
        <artist/28075#subject>,
        <artist/33292#subject>,
        <artist/8440#subject> ;
    mo:produced_work <album/129189#musicalwork> ;
    schema:name "Koala Boy Kockey"@en,
        "コアラボーイ・コッキィ"@ja,
        "Koala Boy Kockey"@ja-latn .

<album/129189#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1984-11-05"^^xsd:date ;
    dcterms:title "Koala Boy Kockey"@en,
        "コアラボーイ・コッキィ"@ja,
        "Koala Boy Kockey"@ja-latn ;
    mo:catalogue_number "T28H-1035" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/129188> ;
    mo:publication_of <album/129189#musicalexpression> ;
    mo:publisher <org/4720#subject> ;
    mo:record _:Nb624b292f9d242a483ace149591ce470 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Koala Boy Kockey"@en ;
            foaf:name "Koala Boy Kockey"@en ] ;
    schema:datePublished "1984-11-05"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Koala Boy Kockey"@en,
        "コアラボーイ・コッキィ"@ja,
        "Koala Boy Kockey"@ja-latn ;
    schema:publisher <org/4720#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129189#subject> ;
    schema:name "和田泉"@en ;
    foaf:made <album/129189#subject> ;
    foaf:name "和田泉"@en .

_:N0d57bfc56a2c497c8b20ae2f83b4c6b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "コアラボーイ・コッキィ"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb624b292f9d242a483ace149591ce470 ;
    schema:name "コアラボーイ・コッキィ"@ja .

_:N340afd25d7644271a714fe462bdc33fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "地図にない道"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb624b292f9d242a483ace149591ce470 ;
    schema:name "地図にない道"@ja .

_:N8c0af63a3e71489aae1ac2482dd64817 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ワルサをしなきゃはじまらない"@ja,
        "ワルサをしなけりゃはじまらない"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb624b292f9d242a483ace149591ce470 ;
    schema:name "ワルサをしなきゃはじまらない"@ja,
        "ワルサをしなけりゃはじまらない"@ja .

_:N98ff006e6e6b4507ab971c9057e2af55 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おやすみコッキィ"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb624b292f9d242a483ace149591ce470 ;
    schema:name "おやすみコッキィ"@ja .

_:N9ab04e04989d41abbe7679f8429b026c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "可愛いラーラ"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb624b292f9d242a483ace149591ce470 ;
    schema:name "可愛いラーラ"@ja .

_:N9ed49d696b07477381ec2df462dd4ce9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ようこそコアラちゃん"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb624b292f9d242a483ace149591ce470 ;
    schema:name "ようこそコアラちゃん"@ja .

_:Nb6cfde4d41b942b19ac3cb02c329dae0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パパとママのタンゴ"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb624b292f9d242a483ace149591ce470 ;
    schema:name "パパとママのタンゴ"@ja .

_:Nfd8e28c599d84c02bc86b800e07c6b94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SWEET-PARADISE"@ja,
        "Sweet Paradise"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb624b292f9d242a483ace149591ce470 ;
    schema:name "SWEET-PARADISE"@ja,
        "Sweet Paradise"@ja .

_:Nb624b292f9d242a483ace149591ce470 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d57bfc56a2c497c8b20ae2f83b4c6b1,
        _:N340afd25d7644271a714fe462bdc33fe,
        _:N8c0af63a3e71489aae1ac2482dd64817,
        _:N98ff006e6e6b4507ab971c9057e2af55,
        _:N9ab04e04989d41abbe7679f8429b026c,
        _:N9ed49d696b07477381ec2df462dd4ce9,
        _:Nb6cfde4d41b942b19ac3cb02c329dae0,
        _:Nfd8e28c599d84c02bc86b800e07c6b94 ;
    mo:track_count 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N0d57bfc56a2c497c8b20ae2f83b4c6b1,
        _:N340afd25d7644271a714fe462bdc33fe,
        _:N8c0af63a3e71489aae1ac2482dd64817,
        _:N98ff006e6e6b4507ab971c9057e2af55,
        _:N9ab04e04989d41abbe7679f8429b026c,
        _:N9ed49d696b07477381ec2df462dd4ce9,
        _:Nb6cfde4d41b942b19ac3cb02c329dae0,
        _:Nfd8e28c599d84c02bc86b800e07c6b94 .

