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

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

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

<artist/10292#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/133280#subject> ;
    schema:name "Daniel Rosenfeld"@en ;
    foaf:made <album/133280#composition>,
        <album/133280#subject> ;
    foaf:name "Daniel Rosenfeld"@en .

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

<album/133280#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Aria Math (Protostar Remix)"@en,
        "Aria Math (Protostar Remix)"@ja,
        "Aria Math (Protostar Remix)"@ja-latn ;
    mo:composer <artist/10292#subject> ;
    mo:produced_work <album/133280#musicalwork> ;
    schema:name "Aria Math (Protostar Remix)"@en,
        "Aria Math (Protostar Remix)"@ja,
        "Aria Math (Protostar Remix)"@ja-latn .

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

<album/133280#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Aria Math (Protostar Remix)"@en,
        "Aria Math (Protostar Remix)"@ja,
        "Aria Math (Protostar Remix)"@ja-latn ;
    mo:performance_of <album/133280#musicalwork> ;
    mo:recorded_as <album/133280#musicalexpression> ;
    schema:name "Aria Math (Protostar Remix)"@en,
        "Aria Math (Protostar Remix)"@ja,
        "Aria Math (Protostar Remix)"@ja-latn ;
    schema:workPerformed <album/133280#musicalwork> .

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

<https://medium-media.vgm.io/albums/08/133280/133280-e1794743a6ee.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/133280#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-09-30"^^xsd:date ;
    dcterms:title "Aria Math (Protostar Remix)"@en,
        "Aria Math (Protostar Remix)"@ja,
        "Aria Math (Protostar Remix)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/133280#musicalexpression> ;
    mo:publisher _:N86d45d57b9aa41d191bf95978829cef6 ;
    mo:record _:N300c66b7a5d0458faae827b5b4bc3236 ;
    mo:record_count 1 ;
    schema:about <product/1069#subject> ;
    schema:datePublished "2020-09-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/08/133280/133280-e1794743a6ee.jpg> ;
    schema:name "Aria Math (Protostar Remix)"@en,
        "Aria Math (Protostar Remix)"@ja,
        "Aria Math (Protostar Remix)"@ja-latn ;
    schema:publisher _:N86d45d57b9aa41d191bf95978829cef6 ;
    foaf:depiction <https://media.vgm.io/albums/08/133280/133280-e1794743a6ee.jpg> .

_:N300c66b7a5d0458faae827b5b4bc3236 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8938f534f95c4d29ab860c3cd89c9914 ;
    mo:track_count 1 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8938f534f95c4d29ab860c3cd89c9914 .

_:N86d45d57b9aa41d191bf95978829cef6 schema:name "Protostar"@en,
        "Protostar"@ja,
        "Protostar"@ja-latn ;
    foaf:name "Protostar"@en,
        "Protostar"@ja,
        "Protostar"@ja-latn .

_:N8938f534f95c4d29ab860c3cd89c9914 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aria Math (Protostar Remix)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N300c66b7a5d0458faae827b5b4bc3236 ;
    schema:name "Aria Math (Protostar Remix)"@en .

