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

<artist/57440#subject> a schema:Person,
        foaf:Person ;
    schema:name "Joe Newman"@en ;
    foaf:made <album/135704#subject>,
        <album/135704#vocals> ;
    foaf:name "Joe Newman"@en .

<artist/61207#subject> a schema:Person,
        foaf:Person ;
    schema:name "Extrinzic"@en ;
    foaf:made <album/135704#subject>,
        <album/135704#vocals> ;
    foaf:name "Extrinzic"@en .

<artist/73425#subject> a schema:Person,
        foaf:Person ;
    schema:name "Andromeda"@en ;
    foaf:made <album/135704#subject>,
        <album/135704#vocals> ;
    foaf:name "Andromeda"@en .

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

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

<product/10693#subject> a schema:CreativeWork ;
    schema:name "Chocobo GP"@en,
        "チョコボGP"@ja,
        "Chocobo GP"@ja-latn ;
    foaf:name "Chocobo GP"@en,
        "チョコボGP"@ja,
        "Chocobo GP"@ja-latn .

<product/19109#subject> a schema:CreativeWork ;
    schema:name "Burnout 2: Point of Impact"@en,
        "Burnout 2: Point of Impact"@ja,
        "Burnout 2: Point of Impact"@ja-latn ;
    foaf:name "Burnout 2: Point of Impact"@en,
        "Burnout 2: Point of Impact"@ja,
        "Burnout 2: Point of Impact"@ja-latn .

<product/4234#subject> a schema:CreativeWork ;
    schema:name "Red Dead Redemption 2"@en,
        "Red Dead Redemption 2"@ja,
        "Red Dead Redemption 2"@ja-latn ;
    foaf:name "Red Dead Redemption 2"@en,
        "Red Dead Redemption 2"@ja,
        "Red Dead Redemption 2"@ja-latn .

<product/469#subject> a schema:CreativeWork ;
    schema:name "Super Mario 64"@en,
        "スーパーマリオ64"@ja,
        "Super Mario 64"@ja-latn ;
    foaf:name "Super Mario 64"@en,
        "スーパーマリオ64"@ja,
        "Super Mario 64"@ja-latn .

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

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

<https://media.vgm.io/albums/40/135704/135704-164e080f0bb8.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/135704#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/40/135704/135704-164e080f0bb8.jpg> ;
    foaf:depicts <album/135704#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/40/135704/135704-164e080f0bb8.jpg> .

<https://medium-media.vgm.io/albums/40/135704/135704-164e080f0bb8.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/135704#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-12-27"^^xsd:date ;
    dcterms:title "twentythree"@en,
        "twentythree"@ja,
        "twentythree"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/135704#musicalexpression> ;
    mo:publisher _:Nc84fd3591bd04ab7a72a0ef3cbcd7556 ;
    mo:record _:N1cd36392c39b41759a04f8ad63d7837f ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Final Fantasy 9"@en ;
            foaf:name "Final Fantasy 9"@en ],
        [ a schema:CreativeWork ;
            schema:name "Pokemon Scarlet/Violet"@en ;
            foaf:name "Pokemon Scarlet/Violet"@en ],
        [ a schema:CreativeWork ;
            schema:name "Custom Robo Battle Revolution"@en ;
            foaf:name "Custom Robo Battle Revolution"@en ],
        [ a schema:CreativeWork ;
            schema:name "Starfox Adventures"@en ;
            foaf:name "Starfox Adventures"@en ],
        <product/10693#subject>,
        <product/19109#subject>,
        <product/4234#subject>,
        <product/469#subject> ;
    schema:datePublished "2023-12-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/135704/135704-164e080f0bb8.jpg> ;
    schema:name "twentythree"@en,
        "twentythree"@ja,
        "twentythree"@ja-latn ;
    schema:publisher _:Nc84fd3591bd04ab7a72a0ef3cbcd7556 ;
    foaf:depiction <https://media.vgm.io/albums/40/135704/135704-164e080f0bb8.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Angry Polar Bear"@en ;
    foaf:made <album/135704#subject> ;
    foaf:name "Angry Polar Bear"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Angry Polar Bear"@en ;
    foaf:made <album/135704#vocals> ;
    foaf:name "Angry Polar Bear"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "oboejdub"@en ;
    foaf:made <album/135704#vocals> ;
    foaf:name "oboejdub"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "oboejdub"@en ;
    foaf:made <album/135704#subject> ;
    foaf:name "oboejdub"@en .

_:N3edc2219753d45f7bfa988696fb8fe5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "water Level lol"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "water Level lol"@en .

_:N43ce9a7f6f6e4347ab4e6b670d8ae6d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unshaken"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Unshaken"@en .

_:N55444d224cfa48509c386365bfd4457b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Confront It"@en ;
    mo:track_number 10 ;
    schema:duration "PT7:25"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Confront It"@en .

_:N8a8fd82f1da54f2285337e46780d0be1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maladies of Life"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Maladies of Life"@en .

_:N9667875bf1cf4d81b0c85df0a907c0f9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Skidmark"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Skidmark"@en .

_:N9d0e95ecd90a4523b65d56835c3c98a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Paldea Prance"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Paldea Prance"@en .

_:N9d6ad673a6ad425bab93b209ecdec24f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Why Are The Eevees Raving?"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:44"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Why Are The Eevees Raving?"@en .

_:Nab3ca3d65edf4b87b8235ace69372fb4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Me Against Me"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Me Against Me"@en .

_:Nbcc2bcd95e4542e29aac379ef07354ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forcefed"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Forcefed"@en .

_:Nc70b717a85944c8289f975d93ae30360 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ode To The Stegosaur"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N1cd36392c39b41759a04f8ad63d7837f ;
    schema:name "Ode To The Stegosaur"@en .

_:Nc84fd3591bd04ab7a72a0ef3cbcd7556 schema:name "Extrinzic Music"@en,
        "Extrinzic Music"@ja,
        "Extrinzic Music"@ja-latn ;
    foaf:name "Extrinzic Music"@en,
        "Extrinzic Music"@ja,
        "Extrinzic Music"@ja-latn .

_:N1cd36392c39b41759a04f8ad63d7837f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3edc2219753d45f7bfa988696fb8fe5f,
        _:N43ce9a7f6f6e4347ab4e6b670d8ae6d4,
        _:N55444d224cfa48509c386365bfd4457b,
        _:N8a8fd82f1da54f2285337e46780d0be1,
        _:N9667875bf1cf4d81b0c85df0a907c0f9,
        _:N9d0e95ecd90a4523b65d56835c3c98a8,
        _:N9d6ad673a6ad425bab93b209ecdec24f,
        _:Nab3ca3d65edf4b87b8235ace69372fb4,
        _:Nbcc2bcd95e4542e29aac379ef07354ae,
        _:Nc70b717a85944c8289f975d93ae30360 ;
    mo:track_count 10 ;
    schema:duration "PT49:23"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N3edc2219753d45f7bfa988696fb8fe5f,
        _:N43ce9a7f6f6e4347ab4e6b670d8ae6d4,
        _:N55444d224cfa48509c386365bfd4457b,
        _:N8a8fd82f1da54f2285337e46780d0be1,
        _:N9667875bf1cf4d81b0c85df0a907c0f9,
        _:N9d0e95ecd90a4523b65d56835c3c98a8,
        _:N9d6ad673a6ad425bab93b209ecdec24f,
        _:Nab3ca3d65edf4b87b8235ace69372fb4,
        _:Nbcc2bcd95e4542e29aac379ef07354ae,
        _:Nc70b717a85944c8289f975d93ae30360 .

