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

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

<artist/7240#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shinichiro Aoyama"@en,
        "青山紳一郎"@ja ;
    foaf:made <album/102641#lyrics>,
        <album/102641#subject> ;
    foaf:name "Shinichiro Aoyama"@en,
        "青山紳一郎"@ja .

<artist/7350#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shoko Nakagawa"@en,
        "中川翔子"@ja ;
    foaf:made <album/102641#lyrics>,
        <album/102641#subject>,
        <album/102641#vocals> ;
    foaf:name "Shoko Nakagawa"@en,
        "中川翔子"@ja .

<artist/9144#subject> a schema:Person,
        foaf:Person ;
    schema:name "meg rock"@en ;
    foaf:made <album/102641#lyrics>,
        <album/102641#subject> ;
    foaf:name "meg rock"@en .

<artist/10451#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/102641#subject> ;
    schema:name "Yasuyuki Tatoo"@en,
        "多東康孝"@ja ;
    foaf:made <album/102641#composition>,
        <album/102641#subject> ;
    foaf:name "Yasuyuki Tatoo"@en,
        "多東康孝"@ja .

<artist/2424#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/102641#subject> ;
    schema:name "Shinya Saito"@en,
        "齋藤真也"@ja ;
    foaf:made <album/102641#composition>,
        <album/102641#subject> ;
    foaf:name "Shinya Saito"@en,
        "齋藤真也"@ja .

<artist/30327#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/102641#subject> ;
    schema:name "KAN"@en ;
    foaf:made <album/102641#composition>,
        <album/102641#subject> ;
    foaf:name "KAN"@en .

<product/4722#subject> a schema:CreativeWork ;
    schema:name "YAWARA! a fashionable judo girl!"@en,
        "YAWARA! a fashionable judo girl!"@ja,
        "YAWARA! a fashionable judo girl!"@ja-latn ;
    foaf:name "YAWARA! a fashionable judo girl!"@en,
        "YAWARA! a fashionable judo girl!"@ja,
        "YAWARA! a fashionable judo girl!"@ja-latn .

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

<album/102641#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@en,
        "「ありがとうの笑顔」 / 中川翔子"@ja,
        "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@ja-latn ;
    mo:performance_of <album/102641#musicalwork> ;
    mo:recorded_as <album/102641#musicalexpression> ;
    schema:name "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@en,
        "「ありがとうの笑顔」 / 中川翔子"@ja,
        "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/102641#musicalwork> .

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

<org/90#subject> schema:name "Sony Records"@en,
        "Sony Records"@ja,
        "Sony Records"@ja-latn ;
    foaf:name "Sony Records"@en,
        "Sony Records"@ja,
        "Sony Records"@ja-latn .

<https://media.vgm.io/albums/14/102641/102641-8622f4bec59e.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/102641#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/14/102641/102641-8622f4bec59e.jpg> ;
    foaf:depicts <album/102641#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/14/102641/102641-8622f4bec59e.jpg> .

<https://medium-media.vgm.io/albums/14/102641/102641-8622f4bec59e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/102641#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@en,
        "「ありがとうの笑顔」 / 中川翔子"@ja,
        "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@ja-latn ;
    mo:composer <artist/10451#subject>,
        <artist/2424#subject>,
        <artist/30327#subject> ;
    mo:produced_work <album/102641#musicalwork> ;
    schema:name "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@en,
        "「ありがとうの笑顔」 / 中川翔子"@ja,
        "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@ja-latn .

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

<album/102641#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-10-14"^^xsd:date ;
    dcterms:title "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@en,
        "「ありがとうの笑顔」 / 中川翔子"@ja,
        "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@ja-latn ;
    mo:catalogue_number "SRCL-7105~6" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/102641#musicalexpression> ;
    mo:publisher <org/90#subject> ;
    mo:record _:N93558ee15aaa45cca91c351fb6066082,
        _:Na59a4ed3600d49249aebd33f44178b93 ;
    mo:record_count 2 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Cloudy with a Chance of Meatballs"@en ;
            foaf:name "Cloudy with a Chance of Meatballs"@en ],
        <product/4722#subject> ;
    schema:datePublished "2009-10-14"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/14/102641/102641-8622f4bec59e.jpg> ;
    schema:name "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@en,
        "「ありがとうの笑顔」 / 中川翔子"@ja,
        "\"Arigatou no Egao\" / Shoko Nakagawa [Limited Edition]"@ja-latn ;
    schema:publisher <org/90#subject> ;
    foaf:depiction <https://media.vgm.io/albums/14/102641/102641-8622f4bec59e.jpg> .

_:N37d7760dc0b0417eb01eed3f92d78ef4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雨にキッスの花束を"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:Na59a4ed3600d49249aebd33f44178b93 ;
    schema:name "雨にキッスの花束を"@ja .

_:N73bc6e74b71443b198fe13889aa1cbed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「ありがとうの笑顔」"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:Na59a4ed3600d49249aebd33f44178b93 ;
    schema:name "「ありがとうの笑顔」"@ja .

_:N93558ee15aaa45cca91c351fb6066082 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:Nf85d3ec3b1a44ee3bbf3aa618614c82d ;
    mo:track_count 1 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf85d3ec3b1a44ee3bbf3aa618614c82d .

_:N983249028b63415a8d80694a2d2d84aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「ありがとうの笑顔」 -Instrumental-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:Na59a4ed3600d49249aebd33f44178b93 ;
    schema:name "「ありがとうの笑顔」 -Instrumental-"@ja .

_:Nf85d3ec3b1a44ee3bbf3aa618614c82d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "中川翔子的香港超貪欲滞在記"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N93558ee15aaa45cca91c351fb6066082 ;
    schema:name "中川翔子的香港超貪欲滞在記"@ja .

_:Nfab26b8c4c9f4b0dbc43ffeb74b11f93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "rainbow forecast"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Na59a4ed3600d49249aebd33f44178b93 ;
    schema:name "rainbow forecast"@ja .

_:Na59a4ed3600d49249aebd33f44178b93 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N37d7760dc0b0417eb01eed3f92d78ef4,
        _:N73bc6e74b71443b198fe13889aa1cbed,
        _:N983249028b63415a8d80694a2d2d84aa,
        _:Nfab26b8c4c9f4b0dbc43ffeb74b11f93 ;
    mo:track_count 4 ;
    schema:duration "PT19:18"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N37d7760dc0b0417eb01eed3f92d78ef4,
        _:N73bc6e74b71443b198fe13889aa1cbed,
        _:N983249028b63415a8d80694a2d2d84aa,
        _:Nfab26b8c4c9f4b0dbc43ffeb74b11f93 .

