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

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

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

<artist/8554#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99692#subject> ;
    schema:name "Camellia"@en,
        "かめりあ"@ja ;
    foaf:made <album/99692#composition>,
        <album/99692#subject> ;
    foaf:name "Camellia"@en,
        "かめりあ"@ja .

<product/10873#subject> a schema:CreativeWork ;
    schema:name "Arcaea"@en,
        "Arcaea"@ja,
        "Arcaea"@ja-latn ;
    foaf:name "Arcaea"@en,
        "Arcaea"@ja,
        "Arcaea"@ja-latn .

<album/99692#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "#1f1e33 / Camellia"@en,
        "#1f1e33 / かめりあ"@ja,
        "#1f1e33 / Camellia"@ja-latn ;
    mo:composer <artist/8554#subject> ;
    mo:produced_work <album/99692#musicalwork> ;
    schema:name "#1f1e33 / Camellia"@en,
        "#1f1e33 / かめりあ"@ja,
        "#1f1e33 / Camellia"@ja-latn .

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

<album/99692#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "#1f1e33 / Camellia"@en,
        "#1f1e33 / かめりあ"@ja,
        "#1f1e33 / Camellia"@ja-latn ;
    mo:performance_of <album/99692#musicalwork> ;
    mo:recorded_as <album/99692#musicalexpression> ;
    schema:name "#1f1e33 / Camellia"@en,
        "#1f1e33 / かめりあ"@ja,
        "#1f1e33 / Camellia"@ja-latn ;
    schema:workPerformed <album/99692#musicalwork> .

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

<https://medium-media.vgm.io/albums/29/99692/99692-1590844758.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/99692#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-05-29"^^xsd:date ;
    dcterms:title "#1f1e33 / Camellia"@en,
        "#1f1e33 / かめりあ"@ja,
        "#1f1e33 / Camellia"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/99692#musicalexpression> ;
    mo:publisher _:N588e9e7043db435da57a6165ff88b92c ;
    mo:record _:N6c45a08fecc7436c8d5bc78ac3cae94d ;
    mo:record_count 1 ;
    schema:about <product/10873#subject> ;
    schema:datePublished "2020-05-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/99692/99692-1590844758.jpg> ;
    schema:name "#1f1e33 / Camellia"@en,
        "#1f1e33 / かめりあ"@ja,
        "#1f1e33 / Camellia"@ja-latn ;
    schema:publisher _:N588e9e7043db435da57a6165ff88b92c ;
    foaf:depiction <https://media.vgm.io/albums/29/99692/99692-1590844758.jpg> .

_:N588e9e7043db435da57a6165ff88b92c schema:name "Camellia"@en,
        "Camellia"@ja,
        "Camellia"@ja-latn ;
    foaf:name "Camellia"@en,
        "Camellia"@ja,
        "Camellia"@ja-latn .

_:N6c45a08fecc7436c8d5bc78ac3cae94d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na87788bc5fd64203bc1bd05ac6e16f2c ;
    mo:track_count 1 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Na87788bc5fd64203bc1bd05ac6e16f2c .

_:Na87788bc5fd64203bc1bd05ac6e16f2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "#1f1e33"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N6c45a08fecc7436c8d5bc78ac3cae94d ;
    schema:name "#1f1e33"@en .

