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

<artist/34969#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hanon"@en ;
    foaf:made <album/146838#subject>,
        <album/146838#vocals> ;
    foaf:name "Hanon"@en .

<artist/35901#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kotoha"@en ;
    foaf:made <album/146838#subject>,
        <album/146838#vocals> ;
    foaf:name "Kotoha"@en .

<artist/11975#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/146838#subject> ;
    schema:name "Gom"@en ;
    foaf:made <album/146838#composition>,
        <album/146838#lyrics>,
        <album/146838#subject> ;
    foaf:name "Gom"@en .

<artist/14655#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/146838#subject> ;
    schema:name "HoneyWorks"@en ;
    foaf:made <album/146838#composition>,
        <album/146838#lyrics>,
        <album/146838#subject> ;
    foaf:name "HoneyWorks"@en .

<artist/17050#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/146838#subject> ;
    schema:name "shito"@en ;
    foaf:made <album/146838#composition>,
        <album/146838#lyrics>,
        <album/146838#subject> ;
    foaf:name "shito"@en .

<artist/17052#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/146838#subject> ;
    schema:name "Kaoru"@en ;
    foaf:made <album/146838#composition>,
        <album/146838#lyrics>,
        <album/146838#subject> ;
    foaf:name "Kaoru"@en .

<artist/35125#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/146838#subject> ;
    schema:name "Mario Komiya"@en,
        "コミヤマリオ"@ja ;
    foaf:made <album/146838#composition>,
        <album/146838#lyrics>,
        <album/146838#subject> ;
    foaf:name "Mario Komiya"@en,
        "コミヤマリオ"@ja .

<artist/36141#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/146838#subject> ;
    schema:name "Oji"@en ;
    foaf:made <album/146838#composition>,
        <album/146838#subject> ;
    foaf:name "Oji"@en .

<artist/53633#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/146838#subject> ;
    schema:name "ushiro"@en ;
    foaf:made <album/146838#composition>,
        <album/146838#subject> ;
    foaf:name "ushiro"@en .

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

<album/146838#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@en,
        "恋色同盟 / HoneyWorks feat. Hanon×Kotoha"@ja,
        "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@ja-latn ;
    mo:performance_of <album/146838#musicalwork> ;
    mo:recorded_as <album/146838#musicalexpression> ;
    schema:name "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@en,
        "恋色同盟 / HoneyWorks feat. Hanon×Kotoha"@ja,
        "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@ja-latn ;
    schema:workPerformed <album/146838#musicalwork> .

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

<https://medium-media.vgm.io/albums/83/146838/146838-d3261758e1bb.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

<album/146838#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@en,
        "恋色同盟 / HoneyWorks feat. Hanon×Kotoha"@ja,
        "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@ja-latn ;
    mo:composer <artist/11975#subject>,
        <artist/14655#subject>,
        <artist/17050#subject>,
        <artist/17052#subject>,
        <artist/35125#subject>,
        <artist/36141#subject>,
        <artist/53633#subject> ;
    mo:produced_work <album/146838#musicalwork> ;
    schema:name "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@en,
        "恋色同盟 / HoneyWorks feat. Hanon×Kotoha"@ja,
        "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@ja-latn .

<album/146838#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-12-31"^^xsd:date ;
    dcterms:title "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@en,
        "恋色同盟 / HoneyWorks feat. Hanon×Kotoha"@ja,
        "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@ja-latn ;
    mo:catalogue_number "HNWK-0019" ;
    mo:media_type "CD" ;
    mo:publication_of <album/146838#musicalexpression> ;
    mo:publisher _:Nf16cc7a774944c3684e8c7fa3fb9f186 ;
    mo:record _:N7f34347421a94bb8a271e98b4cbad902 ;
    mo:record_count 1 ;
    schema:datePublished "2019-12-31"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/83/146838/146838-d3261758e1bb.jpg> ;
    schema:name "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@en,
        "恋色同盟 / HoneyWorks feat. Hanon×Kotoha"@ja,
        "Koi-Iro-Doumei / HoneyWorks feat. Hanon×Kotoha"@ja-latn ;
    schema:publisher _:Nf16cc7a774944c3684e8c7fa3fb9f186 ;
    foaf:depiction <https://media.vgm.io/albums/83/146838/146838-d3261758e1bb.jpg> .

_:N3efb35b5b0e6473097b59e3cd5b3c178 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "大人禁猟区"@ja,
        "Otona-Kinryoku"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "大人禁猟区"@ja,
        "Otona-Kinryoku"@ja-latn .

_:N44f7b197179b4b26a27bab5143b72f6a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東京サマーセッション"@ja,
        "Tokyo-Summer-Session"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "東京サマーセッション"@ja,
        "Tokyo-Summer-Session"@ja-latn .

_:N4e12e2b4c91c4218b25bd8bea1f09350 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "生意気ハニー-another story-"@ja,
        "Namaikihoney - Another Story"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "生意気ハニー-another story-"@ja,
        "Namaikihoney - Another Story"@ja-latn .

_:N686cdf60ee2f4b26812cfde80ead6569 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "じゃぱにーずTOKYOガール"@ja,
        "Japanese-Tokyo-Girl"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "じゃぱにーずTOKYOガール"@ja,
        "Japanese-Tokyo-Girl"@ja-latn .

_:Nbf6c39e413f74dc2a04af65ecde7245f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "可愛くなりたい"@ja,
        "Kawaikunaritai"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "可愛くなりたい"@ja,
        "Kawaikunaritai"@ja-latn .

_:Nc84b0d37df234ed888556be078f88b6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋文"@ja,
        "Koibumi"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "恋文"@ja,
        "Koibumi"@ja-latn .

_:Nd60cc6c496334f6892979dfac5f2ebcc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "すたんどあっぷ！！！"@ja,
        "Stand-Up!!!"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "すたんどあっぷ！！！"@ja,
        "Stand-Up!!!"@ja-latn .

_:Ne7c63a6ca0d145a29abaf8104439a3b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ファンサ"@ja,
        "Fansa"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "ファンサ"@ja,
        "Fansa"@ja-latn .

_:Nf16cc7a774944c3684e8c7fa3fb9f186 schema:name "HoneyWorks"@en,
        "HoneyWorks"@ja,
        "HoneyWorks"@ja-latn ;
    foaf:name "HoneyWorks"@en,
        "HoneyWorks"@ja,
        "HoneyWorks"@ja-latn .

_:Nf7fca0cd385d409db627cf2779660893 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "イノコリ先生"@ja,
        "Inokorisensei"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N7f34347421a94bb8a271e98b4cbad902 ;
    schema:name "イノコリ先生"@ja,
        "Inokorisensei"@ja-latn .

_:N7f34347421a94bb8a271e98b4cbad902 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3efb35b5b0e6473097b59e3cd5b3c178,
        _:N44f7b197179b4b26a27bab5143b72f6a,
        _:N4e12e2b4c91c4218b25bd8bea1f09350,
        _:N686cdf60ee2f4b26812cfde80ead6569,
        _:Nbf6c39e413f74dc2a04af65ecde7245f,
        _:Nc84b0d37df234ed888556be078f88b6f,
        _:Nd60cc6c496334f6892979dfac5f2ebcc,
        _:Ne7c63a6ca0d145a29abaf8104439a3b9,
        _:Nf7fca0cd385d409db627cf2779660893 ;
    mo:track_count 9 ;
    schema:duration "PT37:28"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N3efb35b5b0e6473097b59e3cd5b3c178,
        _:N44f7b197179b4b26a27bab5143b72f6a,
        _:N4e12e2b4c91c4218b25bd8bea1f09350,
        _:N686cdf60ee2f4b26812cfde80ead6569,
        _:Nbf6c39e413f74dc2a04af65ecde7245f,
        _:Nc84b0d37df234ed888556be078f88b6f,
        _:Nd60cc6c496334f6892979dfac5f2ebcc,
        _:Ne7c63a6ca0d145a29abaf8104439a3b9,
        _:Nf7fca0cd385d409db627cf2779660893 .

