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

<album/144403#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Genesis"@en,
        "Genesis"@ja,
        "Genesis"@ja-latn ;
    mo:produced_work <album/144403#musicalwork> ;
    schema:name "Genesis"@en,
        "Genesis"@ja,
        "Genesis"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/30/144403/144403-01c46d8ec17e.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/144403#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/30/144403/144403-01c46d8ec17e.jpg> ;
    foaf:depicts <album/144403#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/30/144403/144403-01c46d8ec17e.jpg> .

<https://medium-media.vgm.io/albums/30/144403/144403-01c46d8ec17e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/144403#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-10-06"^^xsd:date ;
    dcterms:title "Genesis"@en,
        "Genesis"@ja,
        "Genesis"@ja-latn ;
    mo:catalogue_number "341C23010" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/144403#musicalexpression> ;
    mo:publisher _:N82e9b44de1894392bee1a05b82520a1a ;
    mo:record _:Nacf0d7d5446d4262b38a84eebb5b8490 ;
    mo:record_count 1 ;
    schema:datePublished "2023-10-06"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/30/144403/144403-01c46d8ec17e.jpg> ;
    schema:name "Genesis"@en,
        "Genesis"@ja,
        "Genesis"@ja-latn ;
    schema:publisher _:N82e9b44de1894392bee1a05b82520a1a ;
    foaf:depiction <https://media.vgm.io/albums/30/144403/144403-01c46d8ec17e.jpg> .

_:N4898eb56cebd454cbd22cc95134ea597 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Genesis"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:04"^^xsd:interval ;
    schema:inPlaylist _:Nacf0d7d5446d4262b38a84eebb5b8490 ;
    schema:name "Genesis"@en .

_:N82e9b44de1894392bee1a05b82520a1a schema:name "3-4-1 Cuts"@en,
        "3-4-1 Cuts"@ja,
        "3-4-1 Cuts"@ja-latn ;
    foaf:name "3-4-1 Cuts"@en,
        "3-4-1 Cuts"@ja,
        "3-4-1 Cuts"@ja-latn .

_:Nacf0d7d5446d4262b38a84eebb5b8490 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4898eb56cebd454cbd22cc95134ea597 ;
    mo:track_count 1 ;
    schema:duration "PT7:04"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4898eb56cebd454cbd22cc95134ea597 .

