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

<album/158626> a mo:Release ;
    mo:catalogue_number "5343-2" .

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

<artist/151#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31980#subject> ;
    schema:name "Tomoyuki Nakazawa"@en,
        "中沢伴行"@ja ;
    foaf:made <album/31980#composition>,
        <album/31980#subject> ;
    foaf:name "Tomoyuki Nakazawa"@en,
        "中沢伴行"@ja .

<artist/18#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31980#subject> ;
    schema:name "Kazuya Takase"@en,
        "高瀬一矢"@ja ;
    foaf:made <album/31980#composition>,
        <album/31980#subject> ;
    foaf:name "Kazuya Takase"@en,
        "高瀬一矢"@ja .

<artist/978#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31980#subject> ;
    schema:name "Maiko Iuchi"@en,
        "井内舞子"@ja ;
    foaf:made <album/31980#composition>,
        <album/31980#subject> ;
    foaf:name "Maiko Iuchi"@en,
        "井内舞子"@ja .

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

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

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

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

<https://medium-media.vgm.io/albums/08/31980/31980-1331209590.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/31980#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Hane / KOTOKO"@en,
        "羽-hane- / KOTOKO"@ja,
        "Hane / KOTOKO"@ja-latn ;
    mo:performance_of <album/31980#musicalwork> ;
    mo:performer <artist/127#subject> ;
    mo:recorded_as <album/31980#musicalexpression> ;
    schema:byArtist <artist/127#subject> ;
    schema:name "Hane / KOTOKO"@en,
        "羽-hane- / KOTOKO"@ja,
        "Hane / KOTOKO"@ja-latn ;
    schema:workPerformed <album/31980#musicalwork> .

<artist/127#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31980#subject> ;
    mo:performed <album/31980#performance> ;
    schema:name "KOTOKO"@en ;
    foaf:made <album/31980#composition>,
        <album/31980#lyrics>,
        <album/31980#subject> ;
    foaf:name "KOTOKO"@en .

<album/31980#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Hane / KOTOKO"@en,
        "羽-hane- / KOTOKO"@ja,
        "Hane / KOTOKO"@ja-latn ;
    mo:composer <artist/127#subject>,
        <artist/151#subject>,
        <artist/18#subject>,
        <artist/978#subject> ;
    mo:produced_work <album/31980#musicalwork> ;
    schema:name "Hane / KOTOKO"@en,
        "羽-hane- / KOTOKO"@ja,
        "Hane / KOTOKO"@ja-latn .

<album/31980#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-04-21"^^xsd:date ;
    dcterms:title "Hane / KOTOKO"@en,
        "羽-hane- / KOTOKO"@ja,
        "Hane / KOTOKO"@ja-latn ;
    mo:catalogue_number "GNCA-1003" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/158626> ;
    mo:publication_of <album/31980#musicalexpression> ;
    mo:publisher <org/2821#subject> ;
    mo:record _:Nb89647b561d447f48519e5f3b449b771 ;
    mo:record_count 1 ;
    schema:byArtist <artist/127#subject> ;
    schema:datePublished "2004-04-21"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/08/31980/31980-1331209590.jpg> ;
    schema:name "Hane / KOTOKO"@en,
        "羽-hane- / KOTOKO"@ja,
        "Hane / KOTOKO"@ja-latn ;
    schema:publisher <org/2821#subject> ;
    foaf:depiction <https://media.vgm.io/albums/08/31980/31980-1331209590.jpg> .

_:N0aaec8fe74b74b9399ce4144eb42c2d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Asura"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "Asura"@ja .

_:N133b5e2a28614128a56e842abe6d221a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Introduction"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "Introduction"@ja .

_:N14d67efb8150411d91814699bcf97e26 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "足あと"@ja ;
    mo:track_number 11 ;
    schema:duration "PT5:25"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "足あと"@ja .

_:N17fa1688662440288953c7836b36ad9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gratitude ~大きな栗の木の下で~"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "Gratitude ~大きな栗の木の下で~"@ja .

_:N34d18f9704ed475daae0fcd20024baf1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ひとりごと"@ja ;
    mo:track_number 8 ;
    schema:duration "PT6:47"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "ひとりごと"@ja .

_:N4363d0e9ae26427982f90eebe74bd5b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "カナリヤ - Sorma No.3 Re-mix -"@ja ;
    mo:track_number 13 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "カナリヤ - Sorma No.3 Re-mix -"@ja .

_:N63515c5f49c542788ed2421e402b5982 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "声が届くなら"@ja ;
    mo:track_number 9 ;
    schema:duration "PT7:20"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "声が届くなら"@ja .

_:N87b0ac18c0be4fcd8882fca8a70e5093 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "冬の雫"@ja ;
    mo:track_number 3 ;
    schema:duration "PT7:06"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "冬の雫"@ja .

_:N9f7d666d55a840cfb428777df0a606a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "疾風雲"@ja ;
    mo:track_number 4 ;
    schema:duration "PT7:06"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "疾風雲"@ja .

_:Nadd8f686b013401f93df08c7d2a16c4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻影"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "幻影"@ja .

_:Nc2fbb4b78cb940e187eb37460cd44321 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "羽"@ja ;
    mo:track_number 12 ;
    schema:duration "PT7:39"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "羽"@ja .

_:Nc48093bbc83345038152dd9987f2c801 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lament"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:46"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "Lament"@ja .

_:Nd6d98736173a440690b29c39f806bfcd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "痛いよ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:Nb89647b561d447f48519e5f3b449b771 ;
    schema:name "痛いよ"@ja .

_:Nb89647b561d447f48519e5f3b449b771 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0aaec8fe74b74b9399ce4144eb42c2d1,
        _:N133b5e2a28614128a56e842abe6d221a,
        _:N14d67efb8150411d91814699bcf97e26,
        _:N17fa1688662440288953c7836b36ad9c,
        _:N34d18f9704ed475daae0fcd20024baf1,
        _:N4363d0e9ae26427982f90eebe74bd5b8,
        _:N63515c5f49c542788ed2421e402b5982,
        _:N87b0ac18c0be4fcd8882fca8a70e5093,
        _:N9f7d666d55a840cfb428777df0a606a6,
        _:Nadd8f686b013401f93df08c7d2a16c4e,
        _:Nc2fbb4b78cb940e187eb37460cd44321,
        _:Nc48093bbc83345038152dd9987f2c801,
        _:Nd6d98736173a440690b29c39f806bfcd ;
    mo:track_count 13 ;
    schema:duration "PT72:31"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N0aaec8fe74b74b9399ce4144eb42c2d1,
        _:N133b5e2a28614128a56e842abe6d221a,
        _:N14d67efb8150411d91814699bcf97e26,
        _:N17fa1688662440288953c7836b36ad9c,
        _:N34d18f9704ed475daae0fcd20024baf1,
        _:N4363d0e9ae26427982f90eebe74bd5b8,
        _:N63515c5f49c542788ed2421e402b5982,
        _:N87b0ac18c0be4fcd8882fca8a70e5093,
        _:N9f7d666d55a840cfb428777df0a606a6,
        _:Nadd8f686b013401f93df08c7d2a16c4e,
        _:Nc2fbb4b78cb940e187eb37460cd44321,
        _:Nc48093bbc83345038152dd9987f2c801,
        _:Nd6d98736173a440690b29c39f806bfcd .

