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

<artist/3172#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuko Miyamura"@en,
        "宮村優子"@ja ;
    foaf:made <album/99072#lyrics>,
        <album/99072#subject>,
        <album/99072#vocals> ;
    foaf:name "Yuko Miyamura"@en,
        "宮村優子"@ja .

<artist/3409#subject> a schema:Person,
        foaf:Person ;
    schema:name "Neko Oikawa"@en,
        "及川眠子"@ja ;
    foaf:made <album/99072#lyrics>,
        <album/99072#subject> ;
    foaf:name "Neko Oikawa"@en,
        "及川眠子"@ja .

<artist/5332#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kenji Otsuki"@en,
        "大槻ケンヂ"@ja ;
    foaf:made <album/99072#lyrics>,
        <album/99072#subject> ;
    foaf:name "Kenji Otsuki"@en,
        "大槻ケンヂ"@ja .

<artist/322#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99072#subject> ;
    schema:name "Kohei Tanaka"@en,
        "田中公平"@ja ;
    foaf:made <album/99072#composition>,
        <album/99072#subject> ;
    foaf:name "Kohei Tanaka"@en,
        "田中公平"@ja .

<artist/3234#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99072#subject> ;
    schema:name "Yukihide Takekawa"@en,
        "タケカワユキヒデ"@ja ;
    foaf:made <album/99072#composition>,
        <album/99072#subject> ;
    foaf:name "Yukihide Takekawa"@en,
        "タケカワユキヒデ"@ja .

<artist/3676#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99072#subject> ;
    schema:name "Susumu Hirasawa"@en,
        "平沢進"@ja ;
    foaf:made <album/99072#composition>,
        <album/99072#lyrics>,
        <album/99072#subject> ;
    foaf:name "Susumu Hirasawa"@en,
        "平沢進"@ja .

<artist/4528#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99072#subject> ;
    schema:name "Yoshio Nomura"@en,
        "野村義男"@ja ;
    foaf:made <album/99072#composition>,
        <album/99072#subject> ;
    foaf:name "Yoshio Nomura"@en,
        "野村義男"@ja .

<artist/864#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99072#subject> ;
    schema:name "Akino Arai"@en,
        "新居昭乃"@ja ;
    foaf:made <album/99072#composition>,
        <album/99072#subject> ;
    foaf:name "Akino Arai"@en,
        "新居昭乃"@ja .

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

<album/99072#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tamashii / Yuko Miyamura"@en,
        "魂 / 宮村優子"@ja,
        "Tamashii / Yuko Miyamura"@ja-latn ;
    mo:performance_of <album/99072#musicalwork> ;
    mo:recorded_as <album/99072#musicalexpression> ;
    schema:name "Tamashii / Yuko Miyamura"@en,
        "魂 / 宮村優子"@ja,
        "Tamashii / Yuko Miyamura"@ja-latn ;
    schema:workPerformed <album/99072#musicalwork> .

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

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

<https://media.vgm.io/albums/27/99072/99072-3bc8b1e2bfce.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/99072#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/27/99072/99072-3bc8b1e2bfce.jpg> ;
    foaf:depicts <album/99072#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/27/99072/99072-3bc8b1e2bfce.jpg> .

<https://medium-media.vgm.io/albums/27/99072/99072-3bc8b1e2bfce.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/99072#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tamashii / Yuko Miyamura"@en,
        "魂 / 宮村優子"@ja,
        "Tamashii / Yuko Miyamura"@ja-latn ;
    mo:composer <artist/322#subject>,
        <artist/3234#subject>,
        <artist/3676#subject>,
        <artist/4528#subject>,
        <artist/864#subject> ;
    mo:produced_work <album/99072#musicalwork> ;
    schema:name "Tamashii / Yuko Miyamura"@en,
        "魂 / 宮村優子"@ja,
        "Tamashii / Yuko Miyamura"@ja-latn .

<album/99072#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1998-03-25"^^xsd:date ;
    dcterms:title "Tamashii / Yuko Miyamura"@en,
        "魂 / 宮村優子"@ja,
        "Tamashii / Yuko Miyamura"@ja-latn ;
    mo:catalogue_number "VICL-60182" ;
    mo:media_type "CD" ;
    mo:publication_of <album/99072#musicalexpression> ;
    mo:publisher <org/1927#subject> ;
    mo:record _:N3173fcbaa8014555997226262ea41ca7 ;
    mo:record_count 1 ;
    schema:datePublished "1998-03-25"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/27/99072/99072-3bc8b1e2bfce.jpg> ;
    schema:name "Tamashii / Yuko Miyamura"@en,
        "魂 / 宮村優子"@ja,
        "Tamashii / Yuko Miyamura"@ja-latn ;
    schema:publisher <org/1927#subject> ;
    foaf:depiction <https://media.vgm.io/albums/27/99072/99072-3bc8b1e2bfce.jpg> .

_:N18262f0edbe2451b983538ffe345dcee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "タマシー"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N3173fcbaa8014555997226262ea41ca7 ;
    schema:name "タマシー"@ja .

_:N78b7eb682a9e40ecbacc306cc81fbe5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "愛なんて"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N3173fcbaa8014555997226262ea41ca7 ;
    schema:name "愛なんて"@ja .

_:N7ef8855299fd4443af8338c747eb4d6b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あなたは神を信じますか"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:N3173fcbaa8014555997226262ea41ca7 ;
    schema:name "あなたは神を信じますか"@ja .

_:N8ce11fe16b8948c9a9caa9311b918de9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mother"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N3173fcbaa8014555997226262ea41ca7 ;
    schema:name "Mother"@ja .

_:N98fa55bdb0124ea7b55657b0b41f928a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MOON"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:N3173fcbaa8014555997226262ea41ca7 ;
    schema:name "MOON"@ja .

_:Nb4b66e929b3540a4a5446be64365db02 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あーあ。"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N3173fcbaa8014555997226262ea41ca7 ;
    schema:name "あーあ。"@ja .

_:N3173fcbaa8014555997226262ea41ca7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N18262f0edbe2451b983538ffe345dcee,
        _:N78b7eb682a9e40ecbacc306cc81fbe5f,
        _:N7ef8855299fd4443af8338c747eb4d6b,
        _:N8ce11fe16b8948c9a9caa9311b918de9,
        _:N98fa55bdb0124ea7b55657b0b41f928a,
        _:Nb4b66e929b3540a4a5446be64365db02 ;
    mo:track_count 6 ;
    schema:duration "PT27:47"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N18262f0edbe2451b983538ffe345dcee,
        _:N78b7eb682a9e40ecbacc306cc81fbe5f,
        _:N7ef8855299fd4443af8338c747eb4d6b,
        _:N8ce11fe16b8948c9a9caa9311b918de9,
        _:N98fa55bdb0124ea7b55657b0b41f928a,
        _:Nb4b66e929b3540a4a5446be64365db02 .

