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

<artist/18226#subject> a schema:Person,
        foaf:Person ;
    schema:name "Junko Miyajima"@en,
        "宮嶋淳子"@ja ;
    foaf:made <album/57689#lyrics>,
        <album/57689#subject> ;
    foaf:name "Junko Miyajima"@en,
        "宮嶋淳子"@ja .

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

<artist/17833#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/57689#subject> ;
    schema:name "hisakuni"@en ;
    foaf:made <album/57689#composition>,
        <album/57689#subject> ;
    foaf:name "hisakuni"@en .

<album/57689#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@en,
        "ハピネスYOU&ME / 海棠4兄弟"@ja,
        "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@ja-latn ;
    mo:composer <artist/17833#subject> ;
    mo:produced_work <album/57689#musicalwork> ;
    schema:name "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@en,
        "ハピネスYOU&ME / 海棠4兄弟"@ja,
        "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/98/57689/57689-1463985085.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/14351#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/57689#performance> ;
    schema:name "Yoshitsugu Matsuoka"@en,
        "松岡禎丞"@ja ;
    foaf:name "Yoshitsugu Matsuoka"@en,
        "松岡禎丞"@ja .

<artist/5390#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/57689#performance> ;
    schema:name "Junko Minagawa"@en,
        "皆川純子"@ja ;
    foaf:name "Junko Minagawa"@en,
        "皆川純子"@ja .

<artist/6498#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/57689#performance> ;
    schema:name "Tomoaki Maeno"@en,
        "前野智昭"@ja ;
    foaf:name "Tomoaki Maeno"@en,
        "前野智昭"@ja .

<artist/6740#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/57689#performance> ;
    schema:name "Takuma Terashima"@en,
        "寺島拓篤"@ja ;
    foaf:name "Takuma Terashima"@en,
        "寺島拓篤"@ja .

<album/57689#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@en,
        "ハピネスYOU&ME / 海棠4兄弟"@ja,
        "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@ja-latn ;
    mo:performance_of <album/57689#musicalwork> ;
    mo:performer <artist/14351#subject>,
        <artist/5390#subject>,
        <artist/6498#subject>,
        <artist/6740#subject> ;
    mo:recorded_as <album/57689#musicalexpression> ;
    schema:byArtist <artist/14351#subject>,
        <artist/5390#subject>,
        <artist/6498#subject>,
        <artist/6740#subject> ;
    schema:name "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@en,
        "ハピネスYOU&ME / 海棠4兄弟"@ja,
        "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@ja-latn ;
    schema:workPerformed <album/57689#musicalwork> .

<album/57689#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-06-01"^^xsd:date ;
    dcterms:title "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@en,
        "ハピネスYOU&ME / 海棠4兄弟"@ja,
        "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@ja-latn ;
    mo:catalogue_number "COCC-17189" ;
    mo:media_type "CD" ;
    mo:publication_of <album/57689#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:Ne3ae5983577e4460b09dc13450cd2d32 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "SUPER LOVERS"@en ;
            foaf:name "SUPER LOVERS"@en ] ;
    schema:byArtist <artist/14351#subject>,
        <artist/5390#subject>,
        <artist/6498#subject>,
        <artist/6740#subject> ;
    schema:datePublished "2016-06-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/98/57689/57689-1463985085.jpg> ;
    schema:name "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@en,
        "ハピネスYOU&ME / 海棠4兄弟"@ja,
        "HAPPINESS YOU & ME / Kaidou 4 Kyoudai"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/98/57689/57689-1463985085.jpg> .

_:N0a167a497b3b4d229b17252f843fda22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハピネスYOU&ME -Instrumental-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:Ne3ae5983577e4460b09dc13450cd2d32 ;
    schema:name "ハピネスYOU&ME -Instrumental-"@ja .

_:N256a9ae6969e43e5b6fadd621eb8652f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハピネスYOU&ME (Another Ver.)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:Ne3ae5983577e4460b09dc13450cd2d32 ;
    schema:name "ハピネスYOU&ME (Another Ver.)"@ja .

_:N5ddd393315b34459848e6ecd7e5f060c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハピネスYOU&ME (Aki&Shima Ver.)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Ne3ae5983577e4460b09dc13450cd2d32 ;
    schema:name "ハピネスYOU&ME (Aki&Shima Ver.)"@ja .

_:N88de05c39f96415f95c5d3791c4e8661 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハピネスYOU&ME (Ren&Haru Ver.)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Ne3ae5983577e4460b09dc13450cd2d32 ;
    schema:name "ハピネスYOU&ME (Ren&Haru Ver.)"@ja .

_:Nc70d3cb477604a40b579982b962408fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハピネスYOU&ME (Ren&Haru&Aki&Shima Ver.)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:Ne3ae5983577e4460b09dc13450cd2d32 ;
    schema:name "ハピネスYOU&ME (Ren&Haru&Aki&Shima Ver.)"@ja .

_:Nf8f231750dd24f58aa166b9de8979d14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハピネスYOU&ME (Another Ver.) -Instrumental-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:Ne3ae5983577e4460b09dc13450cd2d32 ;
    schema:name "ハピネスYOU&ME (Another Ver.) -Instrumental-"@ja .

_:Ne3ae5983577e4460b09dc13450cd2d32 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0a167a497b3b4d229b17252f843fda22,
        _:N256a9ae6969e43e5b6fadd621eb8652f,
        _:N5ddd393315b34459848e6ecd7e5f060c,
        _:N88de05c39f96415f95c5d3791c4e8661,
        _:Nc70d3cb477604a40b579982b962408fc,
        _:Nf8f231750dd24f58aa166b9de8979d14 ;
    mo:track_count 6 ;
    schema:duration "PT28:44"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0a167a497b3b4d229b17252f843fda22,
        _:N256a9ae6969e43e5b6fadd621eb8652f,
        _:N5ddd393315b34459848e6ecd7e5f060c,
        _:N88de05c39f96415f95c5d3791c4e8661,
        _:Nc70d3cb477604a40b579982b962408fc,
        _:Nf8f231750dd24f58aa166b9de8979d14 .

