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

<artist/16167#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aiko Takase"@en,
        "高瀬愛虹"@ja ;
    foaf:made <album/63598#lyrics>,
        <album/63598#subject> ;
    foaf:name "Aiko Takase"@en,
        "高瀬愛虹"@ja .

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

<artist/16782#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/63598#subject> ;
    schema:name "no_my"@en ;
    foaf:made <album/63598#composition>,
        <album/63598#subject> ;
    foaf:name "no_my"@en .

<album/63598#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gyunto Love Song / Kaidou 4 Kyoudai"@en,
        "ギュンとラブソング / 海棠4兄弟"@ja,
        "Gyunto Love Song / Kaidou 4 Kyoudai"@ja-latn ;
    mo:composer <artist/16782#subject> ;
    mo:produced_work <album/63598#musicalwork> ;
    schema:name "Gyunto Love Song / Kaidou 4 Kyoudai"@en,
        "ギュンとラブソング / 海棠4兄弟"@ja,
        "Gyunto Love Song / Kaidou 4 Kyoudai"@ja-latn .

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

<album/63598#musicalexpression> a mo:Signal ;
    mo:published_as <album/63598#subject> ;
    mo:records <album/63598#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/89/63598/63598-1485163510.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/63598#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/89/63598/63598-1485163510.jpg> ;
    foaf:depicts <album/63598#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/89/63598/63598-1485163510.jpg> .

<https://medium-media.vgm.io/albums/89/63598/63598-1485163510.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

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

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

<album/63598#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gyunto Love Song / Kaidou 4 Kyoudai"@en,
        "ギュンとラブソング / 海棠4兄弟"@ja,
        "Gyunto Love Song / Kaidou 4 Kyoudai"@ja-latn ;
    mo:performance_of <album/63598#musicalwork> ;
    mo:performer <artist/14351#subject>,
        <artist/5390#subject>,
        <artist/6498#subject>,
        <artist/6740#subject> ;
    mo:recorded_as <album/63598#musicalexpression> ;
    schema:byArtist <artist/14351#subject>,
        <artist/5390#subject>,
        <artist/6498#subject>,
        <artist/6740#subject> ;
    schema:name "Gyunto Love Song / Kaidou 4 Kyoudai"@en,
        "ギュンとラブソング / 海棠4兄弟"@ja,
        "Gyunto Love Song / Kaidou 4 Kyoudai"@ja-latn ;
    schema:workPerformed <album/63598#musicalwork> .

<album/63598#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-02-08"^^xsd:date ;
    dcterms:title "Gyunto Love Song / Kaidou 4 Kyoudai"@en,
        "ギュンとラブソング / 海棠4兄弟"@ja,
        "Gyunto Love Song / Kaidou 4 Kyoudai"@ja-latn ;
    mo:catalogue_number "COCC-17256" ;
    mo:media_type "CD" ;
    mo:publication_of <album/63598#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N7db1ac580a3b4b7aa65ad30e2ece2170 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "SUPER LOVERS 2"@en ;
            foaf:name "SUPER LOVERS 2"@en ] ;
    schema:byArtist <artist/14351#subject>,
        <artist/5390#subject>,
        <artist/6498#subject>,
        <artist/6740#subject> ;
    schema:datePublished "2017-02-08"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/89/63598/63598-1485163510.jpg> ;
    schema:name "Gyunto Love Song / Kaidou 4 Kyoudai"@en,
        "ギュンとラブソング / 海棠4兄弟"@ja,
        "Gyunto Love Song / Kaidou 4 Kyoudai"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/89/63598/63598-1485163510.jpg> .

_:N2ffd35b2d0234660886bba9d08fe2f7f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギュンとラブソング"@ja,
        "Gyunto Love Song"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:N7db1ac580a3b4b7aa65ad30e2ece2170 ;
    schema:name "ギュンとラブソング"@ja,
        "Gyunto Love Song"@ja-latn .

_:N640a986f57ae4a47ae8ede5a9bd8c347 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギュンとラブソング (Another Ver.) -Instrumental-"@ja,
        "Gyunto Love Song (Another Ver.) -Instrumental-"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N7db1ac580a3b4b7aa65ad30e2ece2170 ;
    schema:name "ギュンとラブソング (Another Ver.) -Instrumental-"@ja,
        "Gyunto Love Song (Another Ver.) -Instrumental-"@ja-latn .

_:N784b900c988345deaa74543402d050f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギュンとラブソング -Instrumental-"@ja,
        "Gyunto Love Song -Instrumental-"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N7db1ac580a3b4b7aa65ad30e2ece2170 ;
    schema:name "ギュンとラブソング -Instrumental-"@ja,
        "Gyunto Love Song -Instrumental-"@ja-latn .

_:N93cdfcf8a6504750a361fc913bf86b66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギュンとラブソング (Aki&Shima Ver.)"@ja,
        "Gyunto Love Song (Aki&Shima Ver.)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N7db1ac580a3b4b7aa65ad30e2ece2170 ;
    schema:name "ギュンとラブソング (Aki&Shima Ver.)"@ja,
        "Gyunto Love Song (Aki&Shima Ver.)"@ja-latn .

_:N94ec6665c7024ed3ad050524040b9c9f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギュンとラブソング (Another Ver.)"@ja,
        "Gyunto Love Song (Another Ver.)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N7db1ac580a3b4b7aa65ad30e2ece2170 ;
    schema:name "ギュンとラブソング (Another Ver.)"@ja,
        "Gyunto Love Song (Another Ver.)"@ja-latn .

_:Na0e5c55dc2b54a54b146891239edfd9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギュンとラブソング (Ren&Haru Ver.)"@ja,
        "Gyunto Love Song (Ren&Haru Ver.)"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N7db1ac580a3b4b7aa65ad30e2ece2170 ;
    schema:name "ギュンとラブソング (Ren&Haru Ver.)"@ja,
        "Gyunto Love Song (Ren&Haru Ver.)"@ja-latn .

_:N7db1ac580a3b4b7aa65ad30e2ece2170 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2ffd35b2d0234660886bba9d08fe2f7f,
        _:N640a986f57ae4a47ae8ede5a9bd8c347,
        _:N784b900c988345deaa74543402d050f6,
        _:N93cdfcf8a6504750a361fc913bf86b66,
        _:N94ec6665c7024ed3ad050524040b9c9f,
        _:Na0e5c55dc2b54a54b146891239edfd9e ;
    mo:track_count 6 ;
    schema:duration "PT27:03"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2ffd35b2d0234660886bba9d08fe2f7f,
        _:N640a986f57ae4a47ae8ede5a9bd8c347,
        _:N784b900c988345deaa74543402d050f6,
        _:N93cdfcf8a6504750a361fc913bf86b66,
        _:N94ec6665c7024ed3ad050524040b9c9f,
        _:Na0e5c55dc2b54a54b146891239edfd9e .

