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

<artist/30065#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100918#subject> ;
    schema:name "Yuho Kitazawa"@en,
        "北澤ゆうほ"@ja ;
    foaf:made <album/100918#composition>,
        <album/100918#lyrics>,
        <album/100918#subject>,
        <album/100918#vocals> ;
    foaf:name "Yuho Kitazawa"@en,
        "北澤ゆうほ"@ja .

<product/6546#subject> a schema:CreativeWork ;
    schema:name "Rascal Does Not Dream of Bunny Girl Senpai"@en,
        "青春ブタ野郎はバニーガール先輩の夢を見ない"@ja,
        "Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai"@ja-latn ;
    foaf:name "Rascal Does Not Dream of Bunny Girl Senpai"@en,
        "青春ブタ野郎はバニーガール先輩の夢を見ない"@ja,
        "Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai"@ja-latn .

<product/8432#subject> a schema:CreativeWork ;
    schema:name "Rent-a-Girlfriend"@en,
        "彼女、お借りします"@ja,
        "Kanojo, Okarishimasu"@ja-latn ;
    foaf:name "Rent-a-Girlfriend"@en,
        "彼女、お借りします"@ja,
        "Kanojo, Okarishimasu"@ja-latn .

<album/100918#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Centimeter / the peggies [Limited Edition]"@en,
        "センチメートル / the peggies"@ja,
        "Centimeter / the peggies [Limited Edition]"@ja-latn ;
    mo:composer <artist/30065#subject> ;
    mo:produced_work <album/100918#musicalwork> ;
    schema:name "Centimeter / the peggies [Limited Edition]"@en,
        "センチメートル / the peggies"@ja,
        "Centimeter / the peggies [Limited Edition]"@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/81/100918/100918-efa7f2760efa.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/100918#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Centimeter / the peggies [Limited Edition]"@en,
        "センチメートル / the peggies"@ja,
        "Centimeter / the peggies [Limited Edition]"@ja-latn ;
    mo:performance_of <album/100918#musicalwork> ;
    mo:performer <artist/30067#subject> ;
    mo:recorded_as <album/100918#musicalexpression> ;
    schema:byArtist <artist/30067#subject> ;
    schema:name "Centimeter / the peggies [Limited Edition]"@en,
        "センチメートル / the peggies"@ja,
        "Centimeter / the peggies [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/100918#musicalwork> .

<artist/30067#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/100918#performance> ;
    schema:name "the peggies"@en ;
    foaf:name "the peggies"@en .

<album/100918#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-08-26"^^xsd:date ;
    dcterms:title "Centimeter / the peggies [Limited Edition]"@en,
        "センチメートル / the peggies"@ja,
        "Centimeter / the peggies [Limited Edition]"@ja-latn ;
    mo:catalogue_number "ESCL-5441~2" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/100918#musicalexpression> ;
    mo:publisher <org/648#subject> ;
    mo:record _:N099facfd5fea4b1c8fcafeb843a35386,
        _:Nf4bad9bdb9fd468ebe9709437ec07894 ;
    mo:record_count 2 ;
    schema:about <product/6546#subject>,
        <product/8432#subject> ;
    schema:byArtist <artist/30067#subject> ;
    schema:datePublished "2020-08-26"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/81/100918/100918-efa7f2760efa.jpg> ;
    schema:name "Centimeter / the peggies [Limited Edition]"@en,
        "センチメートル / the peggies"@ja,
        "Centimeter / the peggies [Limited Edition]"@ja-latn ;
    schema:publisher <org/648#subject> ;
    foaf:depiction <https://media.vgm.io/albums/81/100918/100918-efa7f2760efa.jpg> .

_:N142cf8da158d4cc6af86b4c8d21363db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TVアニメ「彼女、お借りします」ノンクレジットOP映像"@ja,
        "TV Anime \"Kanojo, Okarishimasu\" Non-credit OP Eizou"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:Nf4bad9bdb9fd468ebe9709437ec07894 ;
    schema:name "TVアニメ「彼女、お借りします」ノンクレジットOP映像"@ja,
        "TV Anime \"Kanojo, Okarishimasu\" Non-credit OP Eizou"@ja-latn .

_:N61bcdcde293648bdbf1f8b21ec4bac20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "センチメートル"@ja,
        "Centimeter"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N099facfd5fea4b1c8fcafeb843a35386 ;
    schema:name "センチメートル"@ja,
        "Centimeter"@ja-latn .

_:N84f57e78cb934a9c921378c89b9fbb7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "君のせい (Live Ver.)"@ja,
        "Kimi no Sei (Live Ver.)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N099facfd5fea4b1c8fcafeb843a35386 ;
    schema:name "君のせい (Live Ver.)"@ja,
        "Kimi no Sei (Live Ver.)"@ja-latn .

_:Nc9c7e812ebf84975b79453c5768d0a1a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "センチメートル Anime Ver."@ja,
        "Centimeter Anime Ver."@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:N099facfd5fea4b1c8fcafeb843a35386 ;
    schema:name "センチメートル Anime Ver."@ja,
        "Centimeter Anime Ver."@ja-latn .

_:Nd8edcb270ef74dc6bd0ec8e2544746a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "花火"@ja,
        "Hanabi"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:N099facfd5fea4b1c8fcafeb843a35386 ;
    schema:name "花火"@ja,
        "Hanabi"@ja-latn .

_:Nf4bad9bdb9fd468ebe9709437ec07894 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N142cf8da158d4cc6af86b4c8d21363db ;
    mo:track_count 1 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N142cf8da158d4cc6af86b4c8d21363db .

_:N099facfd5fea4b1c8fcafeb843a35386 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N61bcdcde293648bdbf1f8b21ec4bac20,
        _:N84f57e78cb934a9c921378c89b9fbb7e,
        _:Nc9c7e812ebf84975b79453c5768d0a1a,
        _:Nd8edcb270ef74dc6bd0ec8e2544746a0 ;
    mo:track_count 4 ;
    schema:duration "PT14:45"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N61bcdcde293648bdbf1f8b21ec4bac20,
        _:N84f57e78cb934a9c921378c89b9fbb7e,
        _:Nc9c7e812ebf84975b79453c5768d0a1a,
        _:Nd8edcb270ef74dc6bd0ec8e2544746a0 .

