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

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

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

<artist/1765#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6213#subject> ;
    schema:name "Jun Funahashi"@en,
        "船橋淳"@ja ;
    foaf:made <album/6213#composition>,
        <album/6213#subject> ;
    foaf:name "Jun Funahashi"@en,
        "船橋淳"@ja .

<artist/43318#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6213#subject> ;
    schema:name "virt"@en ;
    foaf:made <album/6213#composition>,
        <album/6213#subject> ;
    foaf:name "virt"@en .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6213#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/6213#composition>,
        <album/6213#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

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

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

<artist/2691#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6213#performance> ;
    schema:name "LSD"@en ;
    foaf:name "LSD"@en .

<album/6213#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Uptime"@en,
        "Uptime"@ja,
        "Uptime"@ja-latn ;
    mo:performance_of <album/6213#musicalwork> ;
    mo:performer <artist/2691#subject>,
        <artist/57788#subject> ;
    mo:recorded_as <album/6213#musicalexpression> ;
    schema:byArtist <artist/2691#subject>,
        <artist/57788#subject> ;
    schema:name "Uptime"@en,
        "Uptime"@ja,
        "Uptime"@ja-latn ;
    schema:workPerformed <album/6213#musicalwork> .

<artist/57788#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6213#subject> ;
    mo:performed <album/6213#performance> ;
    schema:name "Shnabubula"@en ;
    foaf:made <album/6213#composition>,
        <album/6213#subject> ;
    foaf:name "Shnabubula"@en .

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

<album/6213#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Uptime"@en,
        "Uptime"@ja,
        "Uptime"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Yoshinori Sasaki"@en ;
            foaf:made <album/6213#composition> ;
            foaf:name "Yoshinori Sasaki"@en ],
        <artist/1765#subject>,
        <artist/43318#subject>,
        <artist/57788#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/6213#musicalwork> ;
    schema:name "Uptime"@en,
        "Uptime"@ja,
        "Uptime"@ja-latn .

<album/6213#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-12-20"^^xsd:date ;
    dcterms:title "Uptime"@en,
        "Uptime"@ja,
        "Uptime"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/6213#musicalexpression> ;
    mo:publisher _:Nc8fc921e6a044506940fb269b4ae1a55 ;
    mo:record _:Na3b389a70ed8456d973eb75e2bb9ff35 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Final Fantasy"@en ;
            foaf:name "Final Fantasy"@en ],
        [ a schema:CreativeWork ;
            schema:name "Castlevania III: Dracula's Curse"@en ;
            foaf:name "Castlevania III: Dracula's Curse"@en ],
        [ a schema:CreativeWork ;
            schema:name "Chrono Trigger"@en ;
            foaf:name "Chrono Trigger"@en ] ;
    schema:byArtist <artist/2691#subject>,
        <artist/57788#subject> ;
    schema:datePublished "2007-12-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Uptime"@en,
        "Uptime"@ja,
        "Uptime"@ja-latn ;
    schema:publisher _:Nc8fc921e6a044506940fb269b4ae1a55 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6213#subject> ;
    schema:name "Yoshinori Sasaki"@en ;
    foaf:made <album/6213#subject> ;
    foaf:name "Yoshinori Sasaki"@en .

_:N198644e1455e4f15b0634180904da242 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bluesology 3"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:Na3b389a70ed8456d973eb75e2bb9ff35 ;
    schema:name "Bluesology 3"@en .

_:N3468086b321345b385724b8879d6c7b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Good Morning Dracula"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:Na3b389a70ed8456d973eb75e2bb9ff35 ;
    schema:name "Good Morning Dracula"@en .

_:N349d35e9fd1f4ca38f9e72561095f84d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Beginning"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:Na3b389a70ed8456d973eb75e2bb9ff35 ;
    schema:name "The Beginning"@en .

_:N535d0ff841344cdcb7389faad19d3814 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chrono Trigger"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:Na3b389a70ed8456d973eb75e2bb9ff35 ;
    schema:name "Chrono Trigger"@en .

_:Nc8fc921e6a044506940fb269b4ae1a55 schema:name "Shnabubula"@en ;
    foaf:name "Shnabubula"@en .

_:Nef6805dcc42040d78bf587261f2c1344 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "All Teh Things You Are"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:Na3b389a70ed8456d973eb75e2bb9ff35 ;
    schema:name "All Teh Things You Are"@en .

_:Nfb4d17560c014edaa52d0e8c25762ca8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Fantasy"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:Na3b389a70ed8456d973eb75e2bb9ff35 ;
    schema:name "Final Fantasy"@en .

_:Na3b389a70ed8456d973eb75e2bb9ff35 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N198644e1455e4f15b0634180904da242,
        _:N3468086b321345b385724b8879d6c7b4,
        _:N349d35e9fd1f4ca38f9e72561095f84d,
        _:N535d0ff841344cdcb7389faad19d3814,
        _:Nef6805dcc42040d78bf587261f2c1344,
        _:Nfb4d17560c014edaa52d0e8c25762ca8 ;
    mo:track_count 6 ;
    schema:duration "PT22:58"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N198644e1455e4f15b0634180904da242,
        _:N3468086b321345b385724b8879d6c7b4,
        _:N349d35e9fd1f4ca38f9e72561095f84d,
        _:N535d0ff841344cdcb7389faad19d3814,
        _:Nef6805dcc42040d78bf587261f2c1344,
        _:Nfb4d17560c014edaa52d0e8c25762ca8 .

