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

<artist/14597#subject> a schema:Person,
        foaf:Person ;
    schema:name "ACTRock"@en ;
    foaf:made <album/106657#lyrics>,
        <album/106657#subject> ;
    foaf:name "ACTRock"@en .

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/106657#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/106657#composition>,
        <album/106657#subject> ;
    foaf:name "ZUN"@en .

<event/222> a mo:Release ;
    schema:name "Released at Hakurei Shrine Fall Reitaisai 5 (Oct 14, 2018)" .

<album/106657#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kimi no Tonari"@en,
        "キミの隣"@ja,
        "Kimi no Tonari"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/106657#musicalwork> ;
    schema:name "Kimi no Tonari"@en,
        "キミの隣"@ja,
        "Kimi no Tonari"@ja-latn .

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

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

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

<https://media.vgm.io/albums/75/106657/106657-270b6367b4d9.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/106657#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/75/106657/106657-270b6367b4d9.jpg> ;
    foaf:depicts <album/106657#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/75/106657/106657-270b6367b4d9.jpg> .

<https://medium-media.vgm.io/albums/75/106657/106657-270b6367b4d9.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/106657#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kimi no Tonari"@en,
        "キミの隣"@ja,
        "Kimi no Tonari"@ja-latn ;
    mo:performance_of <album/106657#musicalwork> ;
    mo:performer <artist/32969#subject> ;
    mo:recorded_as <album/106657#musicalexpression> ;
    schema:byArtist <artist/32969#subject> ;
    schema:name "Kimi no Tonari"@en,
        "キミの隣"@ja,
        "Kimi no Tonari"@ja-latn ;
    schema:workPerformed <album/106657#musicalwork> .

<artist/32969#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/106657#performance> ;
    schema:name "cheluce"@en ;
    foaf:name "cheluce"@en .

<album/106657#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-10-14"^^xsd:date ;
    dcterms:title "Kimi no Tonari"@en,
        "キミの隣"@ja,
        "Kimi no Tonari"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/106657#musicalexpression> ;
    mo:publisher <org/2111#subject> ;
    mo:record _:N772faeda90a448c3a144015ff84eb8b0 ;
    mo:record_count 1 ;
    mo:release <event/222> ;
    schema:byArtist <artist/32969#subject> ;
    schema:datePublished "2018-10-14"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/75/106657/106657-270b6367b4d9.jpg> ;
    schema:name "Kimi no Tonari"@en,
        "キミの隣"@ja,
        "Kimi no Tonari"@ja-latn ;
    schema:publisher <org/2111#subject> ;
    foaf:depiction <https://media.vgm.io/albums/75/106657/106657-270b6367b4d9.jpg> .

_:N772faeda90a448c3a144015ff84eb8b0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N89e2b908f5704b50a40f8ee3183a4348 ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N89e2b908f5704b50a40f8ee3183a4348 .

_:N89e2b908f5704b50a40f8ee3183a4348 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キミの隣"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N772faeda90a448c3a144015ff84eb8b0 ;
    schema:name "キミの隣"@ja .

