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

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

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

<artist/5301#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125458#subject> ;
    schema:name "M2U"@en ;
    foaf:made <album/125458#composition>,
        <album/125458#subject> ;
    foaf:name "M2U"@en .

<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/125458#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Felis / M2U"@en,
        "Felis / M2U"@ja,
        "Felis / M2U"@ja-latn ;
    mo:composer <artist/5301#subject> ;
    mo:produced_work <album/125458#musicalwork> ;
    schema:name "Felis / M2U"@en,
        "Felis / M2U"@ja,
        "Felis / M2U"@ja-latn .

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

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

<https://media.vgm.io/albums/85/125458/125458-668baf336ba1.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/125458#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/85/125458/125458-668baf336ba1.png> ;
    foaf:depicts <album/125458#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/85/125458/125458-668baf336ba1.png> .

<https://medium-media.vgm.io/albums/85/125458/125458-668baf336ba1.png> a schema:ImageObject,
        foaf:Image .

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

<album/125458#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-12-06"^^xsd:date ;
    dcterms:title "Felis / M2U"@en,
        "Felis / M2U"@ja,
        "Felis / M2U"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/125458#musicalexpression> ;
    mo:publisher _:N07456a00931345228b7c2b49504a5761 ;
    mo:record _:Nae7a5a04c6204e8d90ad79564b1c3cd4 ;
    mo:record_count 1 ;
    schema:about <product/10873#subject> ;
    schema:datePublished "2020-12-06"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/85/125458/125458-668baf336ba1.png> ;
    schema:name "Felis / M2U"@en,
        "Felis / M2U"@ja,
        "Felis / M2U"@ja-latn ;
    schema:publisher _:N07456a00931345228b7c2b49504a5761 ;
    foaf:depiction <https://media.vgm.io/albums/85/125458/125458-668baf336ba1.png> .

_:N07456a00931345228b7c2b49504a5761 schema:name "M2U STUDIO"@en,
        "M2U STUDIO"@ja,
        "M2U STUDIO"@ja-latn ;
    foaf:name "M2U STUDIO"@en,
        "M2U STUDIO"@ja,
        "M2U STUDIO"@ja-latn .

_:N8f5723c3de994e969600974393792c98 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Felis"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:Nae7a5a04c6204e8d90ad79564b1c3cd4 ;
    schema:name "Felis"@en .

_:Nae7a5a04c6204e8d90ad79564b1c3cd4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8f5723c3de994e969600974393792c98 ;
    mo:track_count 1 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8f5723c3de994e969600974393792c98 .

