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

<album/131299#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Chronicles of Mythos"@en,
        "The Chronicles of Mythos"@ja,
        "The Chronicles of Mythos"@ja-latn ;
    mo:produced_work <album/131299#musicalwork> ;
    schema:name "The Chronicles of Mythos"@en,
        "The Chronicles of Mythos"@ja,
        "The Chronicles of Mythos"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/99/131299/131299-cc3793334a4d.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/30329#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "Holland Albright"@en ;
    foaf:name "Holland Albright"@en .

<artist/31572#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "The Gamba Geek"@en ;
    foaf:name "The Gamba Geek"@en .

<artist/32328#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "Jordan Moore"@en ;
    foaf:name "Jordan Moore"@en .

<artist/44724#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "Jessica Harrie"@en ;
    foaf:name "Jessica Harrie"@en .

<artist/58339#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "Coin Op. Studios"@en ;
    foaf:name "Coin Op. Studios"@en .

<artist/58341#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "PitTan"@en ;
    foaf:name "PitTan"@en .

<artist/58389#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "Justin Woods"@en ;
    foaf:name "Justin Woods"@en .

<artist/58390#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "Monish Corona"@en ;
    foaf:name "Monish Corona"@en .

<artist/58392#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/131299#performance> ;
    schema:name "Tim Hommowun"@en ;
    foaf:name "Tim Hommowun"@en .

<album/131299#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-07-24"^^xsd:date ;
    dcterms:title "The Chronicles of Mythos"@en,
        "The Chronicles of Mythos"@ja,
        "The Chronicles of Mythos"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/131299#musicalexpression> ;
    mo:publisher _:N58446e064963462991c4deb3674da37e ;
    mo:record _:N2563995a2c244dc2ba65f0bc1a92692d ;
    mo:record_count 1 ;
    schema:byArtist <artist/30329#subject>,
        <artist/31572#subject>,
        <artist/32328#subject>,
        <artist/44724#subject>,
        <artist/58339#subject>,
        <artist/58341#subject>,
        <artist/58389#subject>,
        <artist/58390#subject>,
        <artist/58392#subject> ;
    schema:datePublished "2020-07-24"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/99/131299/131299-cc3793334a4d.jpg> ;
    schema:name "The Chronicles of Mythos"@en,
        "The Chronicles of Mythos"@ja,
        "The Chronicles of Mythos"@ja-latn ;
    schema:publisher _:N58446e064963462991c4deb3674da37e ;
    foaf:depiction <https://media.vgm.io/albums/99/131299/131299-cc3793334a4d.jpg> .

<album/131299#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Chronicles of Mythos"@en,
        "The Chronicles of Mythos"@ja,
        "The Chronicles of Mythos"@ja-latn ;
    mo:performance_of <album/131299#musicalwork> ;
    mo:performer <artist/30329#subject>,
        <artist/31572#subject>,
        <artist/32328#subject>,
        <artist/44724#subject>,
        <artist/58339#subject>,
        <artist/58341#subject>,
        <artist/58389#subject>,
        <artist/58390#subject>,
        <artist/58392#subject> ;
    mo:recorded_as <album/131299#musicalexpression> ;
    schema:byArtist <artist/30329#subject>,
        <artist/31572#subject>,
        <artist/32328#subject>,
        <artist/44724#subject>,
        <artist/58339#subject>,
        <artist/58341#subject>,
        <artist/58389#subject>,
        <artist/58390#subject>,
        <artist/58392#subject> ;
    schema:name "The Chronicles of Mythos"@en,
        "The Chronicles of Mythos"@ja,
        "The Chronicles of Mythos"@ja-latn ;
    schema:workPerformed <album/131299#musicalwork> .

_:N124a95cb928f4de09e56d254025da1af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To the Wind (arr. for piano & guitar)"@en ;
    mo:track_number 10 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "To the Wind (arr. for piano & guitar)"@en .

_:N1d185bb68b1d470b8f4e7c532d68e6a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spirit of Water"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "Spirit of Water"@en .

_:N2b64e361a0cd485493bc9fc8518cf7dc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sagewood"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "The Sagewood"@en .

_:N58446e064963462991c4deb3674da37e schema:name "Coin Op. Studios"@en,
        "Coin Op. Studios"@ja,
        "Coin Op. Studios"@ja-latn ;
    foaf:name "Coin Op. Studios"@en,
        "Coin Op. Studios"@ja,
        "Coin Op. Studios"@ja-latn .

_:N635b731a467e47a1a542443cd95a5bc2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rage"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "Rage"@en .

_:N6fcce833e1804aabb707911be7ed44ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Solitude"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "Solitude"@en .

_:N79beb855718b49bfa6b72dfc144d160e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Suppression"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "Suppression"@en .

_:Na1925c6d3fa843c4b0d2704b6d5d6650 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sugartree Faire"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "The Sugartree Faire"@en .

_:Nb671576b86414694854a375de4e2e983 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Where Is Home?"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "Where Is Home?"@en .

_:Nb9e90541692d4966b8e14286c1ac16c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To the Wind"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "To the Wind"@en .

_:Nf17b560fa76a400b96be082ca6f443b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Salty Frog"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N2563995a2c244dc2ba65f0bc1a92692d ;
    schema:name "The Salty Frog"@en .

_:N2563995a2c244dc2ba65f0bc1a92692d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N124a95cb928f4de09e56d254025da1af,
        _:N1d185bb68b1d470b8f4e7c532d68e6a2,
        _:N2b64e361a0cd485493bc9fc8518cf7dc,
        _:N635b731a467e47a1a542443cd95a5bc2,
        _:N6fcce833e1804aabb707911be7ed44ac,
        _:N79beb855718b49bfa6b72dfc144d160e,
        _:Na1925c6d3fa843c4b0d2704b6d5d6650,
        _:Nb671576b86414694854a375de4e2e983,
        _:Nb9e90541692d4966b8e14286c1ac16c3,
        _:Nf17b560fa76a400b96be082ca6f443b4 ;
    mo:track_count 10 ;
    schema:duration "PT30:46"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N124a95cb928f4de09e56d254025da1af,
        _:N1d185bb68b1d470b8f4e7c532d68e6a2,
        _:N2b64e361a0cd485493bc9fc8518cf7dc,
        _:N635b731a467e47a1a542443cd95a5bc2,
        _:N6fcce833e1804aabb707911be7ed44ac,
        _:N79beb855718b49bfa6b72dfc144d160e,
        _:Na1925c6d3fa843c4b0d2704b6d5d6650,
        _:Nb671576b86414694854a375de4e2e983,
        _:Nb9e90541692d4966b8e14286c1ac16c3,
        _:Nf17b560fa76a400b96be082ca6f443b4 .

