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

<artist/13073#subject> a schema:Person,
        foaf:Person ;
    schema:name "hotaru"@en ;
    foaf:made <album/36265#lyrics>,
        <album/36265#subject> ;
    foaf:name "hotaru"@en .

<artist/18089#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yomi Hirasaka"@en,
        "平坂読"@ja ;
    foaf:made <album/36265#lyrics>,
        <album/36265#subject> ;
    foaf:name "Yomi Hirasaka"@en,
        "平坂読"@ja .

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

<artist/8869#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36265#subject> ;
    schema:name "Tom-H@ck"@en ;
    foaf:made <album/36265#composition>,
        <album/36265#subject> ;
    foaf:name "Tom-H@ck"@en .

<product/4117#subject> a schema:CreativeWork ;
    schema:name "Haganai NEXT"@en,
        "僕は友達が少ないNEXT"@ja,
        "Bokuha Tomodachiga Sukunai NEXT"@ja-latn ;
    foaf:name "Haganai NEXT"@en,
        "僕は友達が少ないNEXT"@ja,
        "Bokuha Tomodachiga Sukunai NEXT"@ja-latn .

<album/36265#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Be My Friend / Rinjinbu"@en,
        "Be My Friend / 隣人部"@ja,
        "Be My Friend / Rinjinbu"@ja-latn ;
    mo:composer <artist/8869#subject> ;
    mo:produced_work <album/36265#musicalwork> ;
    schema:name "Be My Friend / Rinjinbu"@en,
        "Be My Friend / 隣人部"@ja,
        "Be My Friend / Rinjinbu"@ja-latn .

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

<org/1957#subject> schema:name "MEDIA FACTORY"@en,
        "MEDIA FACTORY"@ja,
        "MEDIA FACTORY"@ja-latn ;
    foaf:name "MEDIA FACTORY"@en,
        "MEDIA FACTORY"@ja,
        "MEDIA FACTORY"@ja-latn .

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

<https://medium-media.vgm.io/albums/56/36265/36265-1361517206.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/12464#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/36265#performance> ;
    schema:name "Nozomi Yamamoto"@en,
        "山本希望"@ja ;
    foaf:name "Nozomi Yamamoto"@en,
        "山本希望"@ja .

<artist/5499#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/36265#performance> ;
    schema:name "Yuka Iguchi"@en,
        "井口裕香"@ja ;
    foaf:name "Yuka Iguchi"@en,
        "井口裕香"@ja .

<artist/6418#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/36265#performance> ;
    schema:name "Misato Fukuen"@en,
        "福圓美里"@ja ;
    foaf:name "Misato Fukuen"@en,
        "福圓美里"@ja .

<artist/6495#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/36265#performance> ;
    schema:name "Kanae Ito"@en,
        "伊藤かな恵"@ja ;
    foaf:name "Kanae Ito"@en,
        "伊藤かな恵"@ja .

<artist/6783#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/36265#performance> ;
    schema:name "Kana Hanazawa"@en,
        "花澤香菜"@ja ;
    foaf:name "Kana Hanazawa"@en,
        "花澤香菜"@ja .

<artist/7163#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/36265#performance> ;
    schema:name "Marina Inoue"@en,
        "井上麻里奈"@ja ;
    foaf:name "Marina Inoue"@en,
        "井上麻里奈"@ja .

<album/36265#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Be My Friend / Rinjinbu"@en,
        "Be My Friend / 隣人部"@ja,
        "Be My Friend / Rinjinbu"@ja-latn ;
    mo:performance_of <album/36265#musicalwork> ;
    mo:performer <artist/12464#subject>,
        <artist/5499#subject>,
        <artist/6418#subject>,
        <artist/6495#subject>,
        <artist/6783#subject>,
        <artist/7163#subject> ;
    mo:recorded_as <album/36265#musicalexpression> ;
    schema:byArtist <artist/12464#subject>,
        <artist/5499#subject>,
        <artist/6418#subject>,
        <artist/6495#subject>,
        <artist/6783#subject>,
        <artist/7163#subject> ;
    schema:name "Be My Friend / Rinjinbu"@en,
        "Be My Friend / 隣人部"@ja,
        "Be My Friend / Rinjinbu"@ja-latn ;
    schema:workPerformed <album/36265#musicalwork> .

<album/36265#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-02-06"^^xsd:date ;
    dcterms:title "Be My Friend / Rinjinbu"@en,
        "Be My Friend / 隣人部"@ja,
        "Be My Friend / Rinjinbu"@ja-latn ;
    mo:catalogue_number "ZMCZ-8371" ;
    mo:media_type "CD" ;
    mo:publication_of <album/36265#musicalexpression> ;
    mo:publisher <org/1957#subject> ;
    mo:record _:Nefbcea6b96064f19a51178194e9e3005 ;
    mo:record_count 1 ;
    schema:about <product/4117#subject> ;
    schema:byArtist <artist/12464#subject>,
        <artist/5499#subject>,
        <artist/6418#subject>,
        <artist/6495#subject>,
        <artist/6783#subject>,
        <artist/7163#subject> ;
    schema:datePublished "2013-02-06"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/56/36265/36265-1361517206.jpg> ;
    schema:name "Be My Friend / Rinjinbu"@en,
        "Be My Friend / 隣人部"@ja,
        "Be My Friend / Rinjinbu"@ja-latn ;
    schema:publisher <org/1957#subject> ;
    foaf:depiction <https://media.vgm.io/albums/56/36265/36265-1361517206.jpg> .

_:N0cb8abf753854289a40c172e4d860237 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Be My Friend"@en,
        "Be My Friend"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Nefbcea6b96064f19a51178194e9e3005 ;
    schema:name "Be My Friend"@en,
        "Be My Friend"@ja .

_:N95c49e5a52d947d987aadb9a6a9edd32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Be My Friend (Original Karaoke)"@en,
        "Be My Friend (オリジナルカラオケ)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Nefbcea6b96064f19a51178194e9e3005 ;
    schema:name "Be My Friend (Original Karaoke)"@en,
        "Be My Friend (オリジナルカラオケ)"@ja .

_:Ncde8690c72e5468d89ae1459747f861f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vs!! Rival!!"@en,
        "ぶいえす!!らいばる!!"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:Nefbcea6b96064f19a51178194e9e3005 ;
    schema:name "Vs!! Rival!!"@en,
        "ぶいえす!!らいばる!!"@ja .

_:Nfb5739721e3d40d09f2d76a0d3f7ba17 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vs!! Rival!! (Original Karaoke)"@en,
        "ぶいえす!!らいばる!! (オリジナルカラオケ)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Nefbcea6b96064f19a51178194e9e3005 ;
    schema:name "Vs!! Rival!! (Original Karaoke)"@en,
        "ぶいえす!!らいばる!! (オリジナルカラオケ)"@ja .

_:Nefbcea6b96064f19a51178194e9e3005 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0cb8abf753854289a40c172e4d860237,
        _:N95c49e5a52d947d987aadb9a6a9edd32,
        _:Ncde8690c72e5468d89ae1459747f861f,
        _:Nfb5739721e3d40d09f2d76a0d3f7ba17 ;
    mo:track_count 4 ;
    schema:duration "PT14:12"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N0cb8abf753854289a40c172e4d860237,
        _:N95c49e5a52d947d987aadb9a6a9edd32,
        _:Ncde8690c72e5468d89ae1459747f861f,
        _:Nfb5739721e3d40d09f2d76a0d3f7ba17 .

