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

<artist/10987#subject> a schema:Person,
        foaf:Person ;
    schema:name "Eri Sendai"@en,
        "仙台エリ"@ja ;
    foaf:made <album/105416#subject>,
        <album/105416#vocals> ;
    foaf:name "Eri Sendai"@en,
        "仙台エリ"@ja .

<artist/13291#subject> a schema:Person,
        foaf:Person ;
    schema:name "Natsumi Takamori"@en,
        "高森奈津美"@ja ;
    foaf:made <album/105416#subject>,
        <album/105416#vocals> ;
    foaf:name "Natsumi Takamori"@en,
        "高森奈津美"@ja .

<artist/16403#subject> a schema:Person,
        foaf:Person ;
    schema:name "Atsumi Tanezaki"@en,
        "種﨑敦美"@ja ;
    foaf:made <album/105416#subject>,
        <album/105416#vocals> ;
    foaf:name "Atsumi Tanezaki"@en,
        "種﨑敦美"@ja .

<artist/23418#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takeaki Masuyama"@en,
        "益山武明"@ja ;
    foaf:made <album/105416#subject>,
        <album/105416#vocals> ;
    foaf:name "Takeaki Masuyama"@en,
        "益山武明"@ja .

<artist/31131#subject> a schema:Person,
        foaf:Person ;
    schema:name "hato"@en,
        "はと"@ja ;
    foaf:made <album/105416#lyrics>,
        <album/105416#subject> ;
    foaf:name "hato"@en,
        "はと"@ja .

<artist/903#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuu Asakawa"@en,
        "浅川悠"@ja ;
    foaf:made <album/105416#subject>,
        <album/105416#vocals> ;
    foaf:name "Yuu Asakawa"@en,
        "浅川悠"@ja .

<artist/13524#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/105416#subject> ;
    schema:name "Shintaro Mori"@en,
        "森慎太郎"@ja ;
    foaf:made <album/105416#composition>,
        <album/105416#subject> ;
    foaf:name "Shintaro Mori"@en,
        "森慎太郎"@ja .

<artist/15419#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/105416#subject> ;
    schema:name "Kazuto Yoshida"@en,
        "吉田和人"@ja ;
    foaf:made <album/105416#composition>,
        <album/105416#subject> ;
    foaf:name "Kazuto Yoshida"@en,
        "吉田和人"@ja .

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

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

<album/105416#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@en,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja-latn ;
    mo:performance_of <album/105416#musicalwork> ;
    mo:recorded_as <album/105416#musicalexpression> ;
    schema:name "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@en,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja-latn ;
    schema:workPerformed <album/105416#musicalwork> .

<https://media.vgm.io/albums/61/105416/105416-4d547e9e1399.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/105416#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/61/105416/105416-4d547e9e1399.jpg> ;
    foaf:depicts <album/105416#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/61/105416/105416-4d547e9e1399.jpg> .

<https://medium-media.vgm.io/albums/61/105416/105416-4d547e9e1399.jpg> a schema:ImageObject,
        foaf:Image .

<album/105416#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@en,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja-latn ;
    mo:composer <artist/13524#subject>,
        <artist/15419#subject> ;
    mo:produced_work <album/105416#musicalwork> ;
    schema:name "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@en,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja-latn .

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

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

<album/105416#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-07-25"^^xsd:date ;
    dcterms:title "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@en,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/105416#musicalexpression> ;
    mo:publisher _:Nd0202f75ec9a4c408b00463ef354975a ;
    mo:record _:N57f24e13b30447f7aadf1760839015ec ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Nora to Oujo to Noraneko Heart"@en ;
            foaf:name "Nora to Oujo to Noraneko Heart"@en ] ;
    schema:datePublished "2019-07-25"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/61/105416/105416-4d547e9e1399.jpg> ;
    schema:name "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@en,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja,
        "Opening Song for anime - The Princess, the Stray Cat, and Matters of the Heart"@ja-latn ;
    schema:publisher _:Nd0202f75ec9a4c408b00463ef354975a ;
    foaf:depiction <https://media.vgm.io/albums/61/105416/105416-4d547e9e1399.jpg> .

_:N3c11e985d02049f896bfab3905b1c7a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kitty! (Full Version)"@en,
        "ネ！コ！(FullVer)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N57f24e13b30447f7aadf1760839015ec ;
    schema:name "Kitty! (Full Version)"@en,
        "ネ！コ！(FullVer)"@ja .

_:N7503b6f21ab1420da43543ea6789c4f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kitty! inst (Short Version)"@en,
        "ネ！コ！(ShortVe_OffVocalr)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:N57f24e13b30447f7aadf1760839015ec ;
    schema:name "Kitty! inst (Short Version)"@en,
        "ネ！コ！(ShortVe_OffVocalr)"@ja .

_:Nc544dc0cae7341beba2978045c8cfab4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kitty! (Short Version)"@en,
        "ネ！コ！(ShortVer)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:N57f24e13b30447f7aadf1760839015ec ;
    schema:name "Kitty! (Short Version)"@en,
        "ネ！コ！(ShortVer)"@ja .

_:Nccba82e38b64404c8e18da76d77cfdc6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Gamelan's Not a Weapon"@en,
        "ガムランは凶器じゃねぇ！"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N57f24e13b30447f7aadf1760839015ec ;
    schema:name "The Gamelan's Not a Weapon"@en,
        "ガムランは凶器じゃねぇ！"@ja .

_:Nd0202f75ec9a4c408b00463ef354975a schema:name "TOKYOTOON"@en,
        "TOKYOTOON"@ja,
        "TOKYOTOON"@ja-latn ;
    foaf:name "TOKYOTOON"@en,
        "TOKYOTOON"@ja,
        "TOKYOTOON"@ja-latn .

_:Ne5855f84e86a4424812969b7ba57013a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kitty! inst (Full Version)"@en,
        "ネ！コ！(FullVer_OffVocal)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N57f24e13b30447f7aadf1760839015ec ;
    schema:name "Kitty! inst (Full Version)"@en,
        "ネ！コ！(FullVer_OffVocal)"@ja .

_:N57f24e13b30447f7aadf1760839015ec a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3c11e985d02049f896bfab3905b1c7a0,
        _:N7503b6f21ab1420da43543ea6789c4f8,
        _:Nc544dc0cae7341beba2978045c8cfab4,
        _:Nccba82e38b64404c8e18da76d77cfdc6,
        _:Ne5855f84e86a4424812969b7ba57013a ;
    mo:track_count 5 ;
    schema:duration "PT12:58"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N3c11e985d02049f896bfab3905b1c7a0,
        _:N7503b6f21ab1420da43543ea6789c4f8,
        _:Nc544dc0cae7341beba2978045c8cfab4,
        _:Nccba82e38b64404c8e18da76d77cfdc6,
        _:Ne5855f84e86a4424812969b7ba57013a .

