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

<artist/20165#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kite Okachimachi"@en,
        "御徒町凧"@ja ;
    foaf:made <album/96867#lyrics>,
        <album/96867#subject> ;
    foaf:name "Kite Okachimachi"@en,
        "御徒町凧"@ja .

<artist/33274#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96867#subject> ;
    schema:name "Naotaro Moriyama"@en,
        "森山直太朗"@ja ;
    foaf:made <album/96867#composition>,
        <album/96867#subject>,
        <album/96867#vocals> ;
    foaf:name "Naotaro Moriyama"@en,
        "森山直太朗"@ja .

<product/7766#subject> a schema:CreativeWork ;
    schema:name "Somali and the Forest Spirit"@en,
        "ソマリと森の神様"@ja,
        "Somali to Mori no Kamisama"@ja-latn ;
    foaf:name "Somali and the Forest Spirit"@en,
        "ソマリと森の神様"@ja,
        "Somali to Mori no Kamisama"@ja-latn .

<album/96867#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@en,
        "ありがとうはこっちの言葉 / 森山直太朗"@ja,
        "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@ja-latn ;
    mo:composer <artist/33274#subject> ;
    mo:produced_work <album/96867#musicalwork> ;
    schema:name "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@en,
        "ありがとうはこっちの言葉 / 森山直太朗"@ja,
        "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@ja-latn .

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

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

<album/96867#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@en,
        "ありがとうはこっちの言葉 / 森山直太朗"@ja,
        "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@ja-latn ;
    mo:performance_of <album/96867#musicalwork> ;
    mo:recorded_as <album/96867#musicalexpression> ;
    schema:name "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@en,
        "ありがとうはこっちの言葉 / 森山直太朗"@ja,
        "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@ja-latn ;
    schema:workPerformed <album/96867#musicalwork> .

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

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

<https://media.vgm.io/albums/76/96867/96867-1583461860.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/96867#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/76/96867/96867-1583461860.png> ;
    foaf:depicts <album/96867#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/76/96867/96867-1583461860.png> .

<https://medium-media.vgm.io/albums/76/96867/96867-1583461860.png> a schema:ImageObject,
        foaf:Image .

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

<album/96867#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-03-06"^^xsd:date ;
    dcterms:title "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@en,
        "ありがとうはこっちの言葉 / 森山直太朗"@ja,
        "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@ja-latn ;
    mo:catalogue_number "UU1AS-00840" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/96867#musicalexpression> ;
    mo:publisher <org/1211#subject> ;
    mo:record _:N4dc25f0574af473fa1ed51bc369cfa56 ;
    mo:record_count 1 ;
    schema:about <product/7766#subject> ;
    schema:datePublished "2020-03-06"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/76/96867/96867-1583461860.png> ;
    schema:name "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@en,
        "ありがとうはこっちの言葉 / 森山直太朗"@ja,
        "Arigatou wa Kocchi no Kotoba / Naotaro Moriyama"@ja-latn ;
    schema:publisher <org/1211#subject> ;
    foaf:depiction <https://media.vgm.io/albums/76/96867/96867-1583461860.png> .

_:N4dc25f0574af473fa1ed51bc369cfa56 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7ab4de63d2fa4857915f665513b07812 ;
    mo:track_count 1 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N7ab4de63d2fa4857915f665513b07812 .

_:N7ab4de63d2fa4857915f665513b07812 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ありがとうはこっちの言葉"@ja,
        "Arigatou wa Kocchi no Kotoba"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:N4dc25f0574af473fa1ed51bc369cfa56 ;
    schema:name "ありがとうはこっちの言葉"@ja,
        "Arigatou wa Kocchi no Kotoba"@ja-latn .

