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

<artist/6853#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mujin Kawanami"@en,
        "川波無人"@ja ;
    foaf:made <album/6412#lyrics>,
        <album/6412#subject> ;
    foaf:name "Mujin Kawanami"@en,
        "川波無人"@ja .

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

<artist/791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6412#subject> ;
    schema:name "Takao Matsuura"@en,
        "松浦貴雄"@ja ;
    foaf:made <album/6412#composition>,
        <album/6412#subject> ;
    foaf:name "Takao Matsuura"@en,
        "松浦貴雄"@ja .

<product/6148#subject> a schema:CreativeWork ;
    schema:name "HoneyComing"@en,
        "ハニーカミング"@ja,
        "HoneyComing"@ja-latn ;
    foaf:name "HoneyComing"@en,
        "ハニーカミング"@ja,
        "HoneyComing"@ja-latn .

<album/6412#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "HoneyComing First Impression \"CLAIR ism\""@en,
        "HoneyComing First Impression \"CLAIR ism\""@ja,
        "HoneyComing First Impression \"CLAIR ism\""@ja-latn ;
    mo:composer <artist/791#subject> ;
    mo:produced_work <album/6412#musicalwork> ;
    schema:name "HoneyComing First Impression \"CLAIR ism\""@en,
        "HoneyComing First Impression \"CLAIR ism\""@ja,
        "HoneyComing First Impression \"CLAIR ism\""@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/21/6412/6412-1199190592.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/2322#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6412#performance> ;
    schema:name "Haruko Aoki"@en,
        "青木春子"@ja ;
    foaf:name "Haruko Aoki"@en,
        "青木春子"@ja .

<artist/2430#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6412#performance> ;
    schema:name "Mio Oukawa"@en,
        "桜川未央"@ja ;
    foaf:name "Mio Oukawa"@en,
        "桜川未央"@ja .

<artist/5342#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6412#performance> ;
    schema:name "Ichigo Momoi"@en,
        "桃井いちご"@ja ;
    foaf:name "Ichigo Momoi"@en,
        "桃井いちご"@ja .

<album/6412#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "HoneyComing First Impression \"CLAIR ism\""@en,
        "HoneyComing First Impression \"CLAIR ism\""@ja,
        "HoneyComing First Impression \"CLAIR ism\""@ja-latn ;
    mo:performance_of <album/6412#musicalwork> ;
    mo:performer <artist/2322#subject>,
        <artist/2430#subject>,
        <artist/5342#subject> ;
    mo:recorded_as <album/6412#musicalexpression> ;
    schema:byArtist <artist/2322#subject>,
        <artist/2430#subject>,
        <artist/5342#subject> ;
    schema:name "HoneyComing First Impression \"CLAIR ism\""@en,
        "HoneyComing First Impression \"CLAIR ism\""@ja,
        "HoneyComing First Impression \"CLAIR ism\""@ja-latn ;
    schema:workPerformed <album/6412#musicalwork> .

<album/6412#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-01-26"^^xsd:date ;
    dcterms:title "HoneyComing First Impression \"CLAIR ism\""@en,
        "HoneyComing First Impression \"CLAIR ism\""@ja,
        "HoneyComing First Impression \"CLAIR ism\""@ja-latn ;
    mo:catalogue_number "LPTN-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/6412#musicalexpression> ;
    mo:publisher <org/1623#subject> ;
    mo:record _:N5a173f69d025453d87dab6649640cf0d ;
    mo:record_count 1 ;
    schema:about <product/6148#subject> ;
    schema:byArtist <artist/2322#subject>,
        <artist/2430#subject>,
        <artist/5342#subject> ;
    schema:datePublished "2007-01-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/21/6412/6412-1199190592.jpg> ;
    schema:name "HoneyComing First Impression \"CLAIR ism\""@en,
        "HoneyComing First Impression \"CLAIR ism\""@ja,
        "HoneyComing First Impression \"CLAIR ism\""@ja-latn ;
    schema:publisher <org/1623#subject> ;
    foaf:depiction <https://media.vgm.io/albums/21/6412/6412-1199190592.jpg> .

_:N2ba5391a73cf47b58c138c71d0ca2a14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love Hell Rocket (Instrumental)"@en,
        "Love Hell Rocket (Instrumental)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N5a173f69d025453d87dab6649640cf0d ;
    schema:name "Love Hell Rocket (Instrumental)"@en,
        "Love Hell Rocket (Instrumental)"@ja .

_:N5c012e37a6094618a6d90505cb0f11ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love Hell Rocket (HoneyComing Theme Song)"@en,
        "Love Hell Rocket (HoneyComing主題歌)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N5a173f69d025453d87dab6649640cf0d ;
    schema:name "Love Hell Rocket (HoneyComing Theme Song)"@en,
        "Love Hell Rocket (HoneyComing主題歌)"@ja .

_:N8579cf86583b4385874882828e300ef0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clair's Theme (Ver.CLAIR ism)"@en,
        "クレアのテーマ (Ver.CLAIR ism)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N5a173f69d025453d87dab6649640cf0d ;
    schema:name "Clair's Theme (Ver.CLAIR ism)"@en,
        "クレアのテーマ (Ver.CLAIR ism)"@ja .

_:Ne245220747824423ba492169bc67285b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clair Introduction Drama"@en,
        "クレアイントロダクションドラマ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT13:04"^^xsd:interval ;
    schema:inPlaylist _:N5a173f69d025453d87dab6649640cf0d ;
    schema:name "Clair Introduction Drama"@en,
        "クレアイントロダクションドラマ"@ja .

_:Nf44390d647744ab1b7b990408712c3e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clair Discussion: Guest 'Mio'"@en,
        "クレアディスカッション：ゲスト「未央」"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:30"^^xsd:interval ;
    schema:inPlaylist _:N5a173f69d025453d87dab6649640cf0d ;
    schema:name "Clair Discussion: Guest 'Mio'"@en,
        "クレアディスカッション：ゲスト「未央」"@ja .

_:N5a173f69d025453d87dab6649640cf0d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2ba5391a73cf47b58c138c71d0ca2a14,
        _:N5c012e37a6094618a6d90505cb0f11ff,
        _:N8579cf86583b4385874882828e300ef0,
        _:Ne245220747824423ba492169bc67285b,
        _:Nf44390d647744ab1b7b990408712c3e4 ;
    mo:track_count 5 ;
    schema:duration "PT29:22"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N2ba5391a73cf47b58c138c71d0ca2a14,
        _:N5c012e37a6094618a6d90505cb0f11ff,
        _:N8579cf86583b4385874882828e300ef0,
        _:Ne245220747824423ba492169bc67285b,
        _:Nf44390d647744ab1b7b990408712c3e4 .

