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

<album/147567#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Mega Man (Camellia Remix) / Jay Eazy"@en,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja-latn ;
    mo:produced_work <album/147567#musicalwork> ;
    schema:name "Mega Man (Camellia Remix) / Jay Eazy"@en,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja-latn .

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

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

<product/2070#subject> a schema:CreativeWork ;
    schema:name "Mega Man"@en,
        "ロックマン"@ja,
        "Rockman"@ja-latn ;
    foaf:name "Mega Man"@en,
        "ロックマン"@ja,
        "Rockman"@ja-latn .

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

<album/147567#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Mega Man (Camellia Remix) / Jay Eazy"@en,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja-latn ;
    mo:performance_of <album/147567#musicalwork> ;
    mo:recorded_as <album/147567#musicalexpression> ;
    schema:name "Mega Man (Camellia Remix) / Jay Eazy"@en,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja-latn ;
    schema:workPerformed <album/147567#musicalwork> .

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

<album/147567#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-01-07"^^xsd:date ;
    dcterms:title "Mega Man (Camellia Remix) / Jay Eazy"@en,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/147567#musicalexpression> ;
    mo:publisher _:N91e4b47e88c94457a5036513204c32bc ;
    mo:record _:N05df5c7691654e77bde045a9eb866785 ;
    mo:record_count 1 ;
    schema:about <product/2070#subject> ;
    schema:datePublished "2024-01-07"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Mega Man (Camellia Remix) / Jay Eazy"@en,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja,
        "Mega Man (Camellia Remix) / Jay Eazy"@ja-latn ;
    schema:publisher _:N91e4b47e88c94457a5036513204c32bc ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

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

_:N05df5c7691654e77bde045a9eb866785 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N37c0f3a07db64d0789b43412e0394712 ;
    mo:track_count 1 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N37c0f3a07db64d0789b43412e0394712 .

_:N37c0f3a07db64d0789b43412e0394712 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mega Man (Camellia Remix)"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N05df5c7691654e77bde045a9eb866785 ;
    schema:name "Mega Man (Camellia Remix)"@en .

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

