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

<artist/12343#subject> a schema:Person,
        foaf:Person ;
    schema:name "Chiyoko Mori"@en,
        "もりちよこ"@ja ;
    foaf:made <album/79913#lyrics>,
        <album/79913#subject> ;
    foaf:name "Chiyoko Mori"@en,
        "もりちよこ"@ja .

<artist/18436#subject> a schema:Person,
        foaf:Person ;
    schema:name "Momo Watanabe"@en,
        "わたなべもも"@ja ;
    foaf:made <album/79913#lyrics>,
        <album/79913#subject> ;
    foaf:name "Momo Watanabe"@en,
        "わたなべもも"@ja .

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

<artist/10517#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79913#subject> ;
    schema:name "Hajime Miyamoto"@en,
        "宮本一"@ja ;
    foaf:made <album/79913#composition>,
        <album/79913#subject> ;
    foaf:name "Hajime Miyamoto"@en,
        "宮本一"@ja .

<artist/339#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79913#subject> ;
    schema:name "Lisa Ooki"@en,
        "大木理紗"@ja ;
    foaf:made <album/79913#composition>,
        <album/79913#lyrics>,
        <album/79913#subject> ;
    foaf:name "Lisa Ooki"@en,
        "大木理紗"@ja .

<artist/4005#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79913#subject> ;
    schema:name "Reijiro Koroku"@en,
        "小六禮次郎"@ja ;
    foaf:made <album/79913#composition>,
        <album/79913#subject> ;
    foaf:name "Reijiro Koroku"@en,
        "小六禮次郎"@ja .

<artist/883#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79913#subject> ;
    schema:name "Hiroshi Miyagawa"@en,
        "宮川泰"@ja ;
    foaf:made <album/79913#composition>,
        <album/79913#subject> ;
    foaf:name "Hiroshi Miyagawa"@en,
        "宮川泰"@ja .

<product/1213#subject> a schema:CreativeWork ;
    schema:name "Space Battleship Yamato"@en,
        "宇宙戦艦ヤマト"@ja,
        "Space Battleship Yamato"@ja-latn ;
    foaf:name "Space Battleship Yamato"@en,
        "宇宙戦艦ヤマト"@ja,
        "Space Battleship Yamato"@ja-latn .

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

<album/79913#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Second Story / KAZUKO Kawashima"@en,
        "The Second Story / KAZUKO Kawashima"@ja,
        "The Second Story / KAZUKO Kawashima"@ja-latn ;
    mo:performance_of <album/79913#musicalwork> ;
    mo:recorded_as <album/79913#musicalexpression> ;
    schema:name "The Second Story / KAZUKO Kawashima"@en,
        "The Second Story / KAZUKO Kawashima"@ja,
        "The Second Story / KAZUKO Kawashima"@ja-latn ;
    schema:workPerformed <album/79913#musicalwork> .

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

<https://medium-media.vgm.io/albums/31/79913/79913-1534573030.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/79913#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Second Story / KAZUKO Kawashima"@en,
        "The Second Story / KAZUKO Kawashima"@ja,
        "The Second Story / KAZUKO Kawashima"@ja-latn ;
    mo:composer <artist/10517#subject>,
        <artist/339#subject>,
        <artist/4005#subject>,
        <artist/883#subject> ;
    mo:produced_work <album/79913#musicalwork> ;
    schema:name "The Second Story / KAZUKO Kawashima"@en,
        "The Second Story / KAZUKO Kawashima"@ja,
        "The Second Story / KAZUKO Kawashima"@ja-latn .

<album/79913#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-06-24"^^xsd:date ;
    dcterms:title "The Second Story / KAZUKO Kawashima"@en,
        "The Second Story / KAZUKO Kawashima"@ja,
        "The Second Story / KAZUKO Kawashima"@ja-latn ;
    mo:catalogue_number "KAZZ-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/79913#musicalexpression> ;
    mo:publisher _:N237d0537894146ca8b545c3072eaf0d9 ;
    mo:record _:N770f2292740346909695e45b97e2ad26 ;
    mo:record_count 1 ;
    schema:about <product/1213#subject> ;
    schema:datePublished "2006-06-24"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/31/79913/79913-1534573030.jpg> ;
    schema:name "The Second Story / KAZUKO Kawashima"@en,
        "The Second Story / KAZUKO Kawashima"@ja,
        "The Second Story / KAZUKO Kawashima"@ja-latn ;
    schema:publisher _:N237d0537894146ca8b545c3072eaf0d9 ;
    foaf:depiction <https://media.vgm.io/albums/31/79913/79913-1534573030.jpg> .

_:N237d0537894146ca8b545c3072eaf0d9 schema:name "Mr.SIRIUS RECORDS"@en ;
    foaf:name "Mr.SIRIUS RECORDS"@en .

_:N2b2e9e9f094f4b9487555215d9460d04 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "通り雨"@ja,
        "Tooriame"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N770f2292740346909695e45b97e2ad26 ;
    schema:name "通り雨"@ja,
        "Tooriame"@ja-latn .

_:N2c83e5070c7f45d39d0fb811a8ed5870 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サロン・メモワアル"@ja,
        "Salon Memoir"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N770f2292740346909695e45b97e2ad26 ;
    schema:name "サロン・メモワアル"@ja,
        "Salon Memoir"@ja-latn .

_:Na43157ab5ee549a7942addef74484264 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ふたつぶの種～宮川泰先生からの最後の贈りもの～"@ja,
        "Futatsubu no Tane ~Hiroshi Miyagawa-sensei kara no Saigo no Okurimono~"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N770f2292740346909695e45b97e2ad26 ;
    schema:name "ふたつぶの種～宮川泰先生からの最後の贈りもの～"@ja,
        "Futatsubu no Tane ~Hiroshi Miyagawa-sensei kara no Saigo no Okurimono~"@ja-latn .

_:Nc2f594245d0740f59e786edbc498b5e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ヤマト(ア・カペラ)"@ja,
        "Yamato (A Cappella)"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N770f2292740346909695e45b97e2ad26 ;
    schema:name "ヤマト(ア・カペラ)"@ja,
        "Yamato (A Cappella)"@ja-latn .

_:Nc6631698e65a4a44a581dd07ba81e0fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Second Story"@ja,
        "The Second Story"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N770f2292740346909695e45b97e2ad26 ;
    schema:name "The Second Story"@ja,
        "The Second Story"@ja-latn .

_:Ndbb1d9e329cb4be3b1997fc78cd37fd6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "胸の底に氷"@ja,
        "Mune no Soko ni Koori"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N770f2292740346909695e45b97e2ad26 ;
    schema:name "胸の底に氷"@ja,
        "Mune no Soko ni Koori"@ja-latn .

_:N770f2292740346909695e45b97e2ad26 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2b2e9e9f094f4b9487555215d9460d04,
        _:N2c83e5070c7f45d39d0fb811a8ed5870,
        _:Na43157ab5ee549a7942addef74484264,
        _:Nc2f594245d0740f59e786edbc498b5e0,
        _:Nc6631698e65a4a44a581dd07ba81e0fb,
        _:Ndbb1d9e329cb4be3b1997fc78cd37fd6 ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2b2e9e9f094f4b9487555215d9460d04,
        _:N2c83e5070c7f45d39d0fb811a8ed5870,
        _:Na43157ab5ee549a7942addef74484264,
        _:Nc2f594245d0740f59e786edbc498b5e0,
        _:Nc6631698e65a4a44a581dd07ba81e0fb,
        _:Ndbb1d9e329cb4be3b1997fc78cd37fd6 .

