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

<artist/5874#subject> a schema:Person,
        foaf:Person ;
    schema:name "Goro Matsui"@en,
        "松井五郎"@ja ;
    foaf:made <album/19161#lyrics>,
        <album/19161#subject> ;
    foaf:name "Goro Matsui"@en,
        "松井五郎"@ja .

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

<artist/8495#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19161#subject> ;
    schema:name "Shunichi Tokura"@en,
        "都倉俊一"@ja ;
    foaf:made <album/19161#composition>,
        <album/19161#subject> ;
    foaf:name "Shunichi Tokura"@en,
        "都倉俊一"@ja .

<product/20344#subject> a schema:CreativeWork ;
    schema:name "The Legend of Stars"@en,
        "光の伝説"@ja,
        "Hikari no Densetsu"@ja-latn ;
    foaf:name "The Legend of Stars"@en,
        "光の伝説"@ja,
        "Hikari no Densetsu"@ja-latn .

<album/19161#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Heart no Kisetsu / Kataomoi no Humming"@en,
        "ハートの季節 / 片思いのハミング"@ja,
        "Heart no Kisetsu / Kataomoi no Humming"@ja-latn ;
    mo:composer <artist/8495#subject> ;
    mo:produced_work <album/19161#musicalwork> ;
    schema:name "Heart no Kisetsu / Kataomoi no Humming"@en,
        "ハートの季節 / 片思いのハミング"@ja,
        "Heart no Kisetsu / Kataomoi no Humming"@ja-latn .

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

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

<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/16/19161/19161-1273251752.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/19161#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/16/19161/19161-1273251752.jpg> ;
    foaf:depicts <album/19161#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/16/19161/19161-1273251752.jpg> .

<https://medium-media.vgm.io/albums/16/19161/19161-1273251752.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/19161#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Heart no Kisetsu / Kataomoi no Humming"@en,
        "ハートの季節 / 片思いのハミング"@ja,
        "Heart no Kisetsu / Kataomoi no Humming"@ja-latn ;
    mo:performance_of <album/19161#musicalwork> ;
    mo:performer <artist/8494#subject> ;
    mo:recorded_as <album/19161#musicalexpression> ;
    schema:byArtist <artist/8494#subject> ;
    schema:name "Heart no Kisetsu / Kataomoi no Humming"@en,
        "ハートの季節 / 片思いのハミング"@ja,
        "Heart no Kisetsu / Kataomoi no Humming"@ja-latn ;
    schema:workPerformed <album/19161#musicalwork> .

<artist/8494#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/19161#performance> ;
    schema:name "Tsukasa Itoh"@en,
        "伊藤つかさ"@ja ;
    foaf:name "Tsukasa Itoh"@en,
        "伊藤つかさ"@ja .

<album/19161#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1986-05-21"^^xsd:date ;
    dcterms:title "Heart no Kisetsu / Kataomoi no Humming"@en,
        "ハートの季節 / 片思いのハミング"@ja,
        "Heart no Kisetsu / Kataomoi no Humming"@ja-latn ;
    mo:catalogue_number "KV-3075" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/19161#musicalexpression> ;
    mo:publisher <org/1927#subject> ;
    mo:record _:Na11e877f578a426aa469e3f9512058f0 ;
    mo:record_count 1 ;
    schema:about <product/20344#subject> ;
    schema:byArtist <artist/8494#subject> ;
    schema:datePublished "1986-05-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/16/19161/19161-1273251752.jpg> ;
    schema:name "Heart no Kisetsu / Kataomoi no Humming"@en,
        "ハートの季節 / 片思いのハミング"@ja,
        "Heart no Kisetsu / Kataomoi no Humming"@ja-latn ;
    schema:publisher <org/1927#subject> ;
    foaf:depiction <https://media.vgm.io/albums/16/19161/19161-1273251752.jpg> .

_:N149382af8580422cb2fec48ff322a181 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Season of Heart"@en,
        "ハートの季節"@ja,
        "Heart no Kisetsu"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:Na11e877f578a426aa469e3f9512058f0 ;
    schema:name "Season of Heart"@en,
        "ハートの季節"@ja,
        "Heart no Kisetsu"@ja-latn .

_:N36a7a6e36b8d41e0868ebdf199815f77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Humming of Unrequited Love"@en,
        "片思いのハミング"@ja,
        "Kataomoi no Humming"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:Na11e877f578a426aa469e3f9512058f0 ;
    schema:name "Humming of Unrequited Love"@en,
        "片思いのハミング"@ja,
        "Kataomoi no Humming"@ja-latn .

_:Na11e877f578a426aa469e3f9512058f0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N149382af8580422cb2fec48ff322a181,
        _:N36a7a6e36b8d41e0868ebdf199815f77 ;
    mo:track_count 2 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N149382af8580422cb2fec48ff322a181,
        _:N36a7a6e36b8d41e0868ebdf199815f77 .

