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

<artist/47#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/112167#subject> ;
    schema:name "Minami Kuribayashi"@en,
        "栗林みな実"@ja ;
    foaf:made <album/112167#composition>,
        <album/112167#lyrics>,
        <album/112167#subject>,
        <album/112167#vocals> ;
    foaf:name "Minami Kuribayashi"@en,
        "栗林みな実"@ja .

<product/9742#subject> a schema:CreativeWork ;
    schema:name "Fate/kaleid liner Prisma☆Illya - Licht Nameless Girl"@en,
        "劇場版 Fate/kaleid liner プリズマ☆イリヤ Licht 名前の無い少女"@ja,
        "Gekijouban Fate/kaleid liner Prisma☆Illya Licht: Namae no Nai Shoujo"@ja-latn ;
    foaf:name "Fate/kaleid liner Prisma☆Illya - Licht Nameless Girl"@en,
        "劇場版 Fate/kaleid liner プリズマ☆イリヤ Licht 名前の無い少女"@ja,
        "Gekijouban Fate/kaleid liner Prisma☆Illya Licht: Namae no Nai Shoujo"@ja-latn .

<album/112167#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Just the truth / Minami Kuribayashi"@en,
        "Just the truth / 栗林みな実"@ja,
        "Just the truth / Minami Kuribayashi"@ja-latn ;
    mo:composer <artist/47#subject> ;
    mo:produced_work <album/112167#musicalwork> ;
    schema:name "Just the truth / Minami Kuribayashi"@en,
        "Just the truth / 栗林みな実"@ja,
        "Just the truth / Minami Kuribayashi"@ja-latn .

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

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

<album/112167#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Just the truth / Minami Kuribayashi"@en,
        "Just the truth / 栗林みな実"@ja,
        "Just the truth / Minami Kuribayashi"@ja-latn ;
    mo:performance_of <album/112167#musicalwork> ;
    mo:recorded_as <album/112167#musicalexpression> ;
    schema:name "Just the truth / Minami Kuribayashi"@en,
        "Just the truth / 栗林みな実"@ja,
        "Just the truth / Minami Kuribayashi"@ja-latn ;
    schema:workPerformed <album/112167#musicalwork> .

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

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

<https://media.vgm.io/albums/76/112167/112167-60eb06519245.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/112167#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/76/112167/112167-60eb06519245.jpg> ;
    foaf:depicts <album/112167#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/76/112167/112167-60eb06519245.jpg> .

<https://medium-media.vgm.io/albums/76/112167/112167-60eb06519245.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/112167#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-08-27"^^xsd:date ;
    dcterms:title "Just the truth / Minami Kuribayashi"@en,
        "Just the truth / 栗林みな実"@ja,
        "Just the truth / Minami Kuribayashi"@ja-latn ;
    mo:catalogue_number "LACM-24167" ;
    mo:media_type "CD" ;
    mo:publication_of <album/112167#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:N24d28ffdc3284edd9baa29f360fa84b0 ;
    mo:record_count 1 ;
    schema:about <product/9742#subject> ;
    schema:datePublished "2021-08-27"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/76/112167/112167-60eb06519245.jpg> ;
    schema:name "Just the truth / Minami Kuribayashi"@en,
        "Just the truth / 栗林みな実"@ja,
        "Just the truth / Minami Kuribayashi"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/76/112167/112167-60eb06519245.jpg> .

_:N11f996604e224aeea3762f03c3d116cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Just the truth"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N24d28ffdc3284edd9baa29f360fa84b0 ;
    schema:name "Just the truth"@en .

_:N3a239b0182c04d6399f7d61fd48a3f0a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "clear"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N24d28ffdc3284edd9baa29f360fa84b0 ;
    schema:name "clear"@en .

_:N7fadfea2c489400c8e84134c3cddf2e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "clear (OFF VOCAL)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N24d28ffdc3284edd9baa29f360fa84b0 ;
    schema:name "clear (OFF VOCAL)"@en .

_:Nfcc33d58c5b2404080eb07e9d7680657 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Just the truth (OFF VOCAL)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N24d28ffdc3284edd9baa29f360fa84b0 ;
    schema:name "Just the truth (OFF VOCAL)"@en .

_:N24d28ffdc3284edd9baa29f360fa84b0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N11f996604e224aeea3762f03c3d116cf,
        _:N3a239b0182c04d6399f7d61fd48a3f0a,
        _:N7fadfea2c489400c8e84134c3cddf2e9,
        _:Nfcc33d58c5b2404080eb07e9d7680657 ;
    mo:track_count 4 ;
    schema:duration "PT14:36"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N11f996604e224aeea3762f03c3d116cf,
        _:N3a239b0182c04d6399f7d61fd48a3f0a,
        _:N7fadfea2c489400c8e84134c3cddf2e9,
        _:Nfcc33d58c5b2404080eb07e9d7680657 .

