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

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

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

<artist/139#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/143471#subject> ;
    schema:name "Yoko Shimomura"@en,
        "下村陽子"@ja ;
    foaf:made <album/143471#composition>,
        <album/143471#subject> ;
    foaf:name "Yoko Shimomura"@en,
        "下村陽子"@ja .

<artist/1454#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/143471#subject> ;
    schema:name "Junko Tamiya"@en,
        "民谷淳子"@ja ;
    foaf:made <album/143471#composition>,
        <album/143471#subject> ;
    foaf:name "Junko Tamiya"@en,
        "民谷淳子"@ja .

<artist/1455#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/143471#subject> ;
    schema:name "Harumi Fujita"@en,
        "藤田晴美"@ja ;
    foaf:made <album/143471#composition>,
        <album/143471#subject> ;
    foaf:name "Harumi Fujita"@en,
        "藤田晴美"@ja .

<artist/187#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/143471#subject> ;
    schema:name "Manami Matsumae"@en,
        "松前真奈美"@ja ;
    foaf:made <album/143471#composition>,
        <album/143471#subject> ;
    foaf:name "Manami Matsumae"@en,
        "松前真奈美"@ja .

<artist/189#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/143471#subject> ;
    schema:name "Yasuaki Fujita"@en,
        "藤田靖明"@ja ;
    foaf:made <album/143471#composition>,
        <album/143471#subject> ;
    foaf:name "Yasuaki Fujita"@en,
        "藤田靖明"@ja .

<artist/327#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/143471#subject> ;
    schema:name "Mari Yamaguchi"@en,
        "山口真理"@ja ;
    foaf:made <album/143471#composition>,
        <album/143471#subject> ;
    foaf:name "Mari Yamaguchi"@en,
        "山口真理"@ja .

<artist/7111#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/143471#subject> ;
    schema:name "Takashi Tateishi"@en,
        "立石孝"@ja ;
    foaf:made <album/143471#composition>,
        <album/143471#subject> ;
    foaf:name "Takashi Tateishi"@en,
        "立石孝"@ja .

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

<album/143471#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Project Light"@en,
        "Project Light"@ja,
        "Project Light"@ja-latn ;
    mo:performance_of <album/143471#musicalwork> ;
    mo:recorded_as <album/143471#musicalexpression> ;
    schema:name "Project Light"@en,
        "Project Light"@ja,
        "Project Light"@ja-latn ;
    schema:workPerformed <album/143471#musicalwork> .

<org/1464#subject> schema:name "Brave Wave Productions"@en,
        "ブレイブウェーブ"@ja,
        "Brave Wave Productions"@ja-latn ;
    foaf:name "Brave Wave Productions"@en,
        "ブレイブウェーブ"@ja,
        "Brave Wave Productions"@ja-latn .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/143471#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/143471#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/143471#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Project Light"@en,
        "Project Light"@ja,
        "Project Light"@ja-latn ;
    mo:composer <artist/139#subject>,
        <artist/1454#subject>,
        <artist/1455#subject>,
        <artist/187#subject>,
        <artist/189#subject>,
        <artist/327#subject>,
        <artist/7111#subject> ;
    mo:produced_work <album/143471#musicalwork> ;
    schema:name "Project Light"@en,
        "Project Light"@ja,
        "Project Light"@ja-latn .

<album/143471#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-01-01"^^xsd:date ;
    dcterms:title "Project Light"@en,
        "Project Light"@ja,
        "Project Light"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/143471#musicalexpression> ;
    mo:publisher <org/1464#subject> ;
    mo:record_count 0 ;
    schema:datePublished "2015-01-01"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Project Light"@en,
        "Project Light"@ja,
        "Project Light"@ja-latn ;
    schema:publisher <org/1464#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

