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

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

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

<artist/2388#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9723#subject> ;
    schema:name "ARM"@en ;
    foaf:made <album/9723#composition>,
        <album/9723#subject> ;
    foaf:name "ARM"@en .

<artist/3564#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9723#subject> ;
    schema:name "Yasuhito Saitou"@en ;
    foaf:made <album/9723#composition>,
        <album/9723#subject> ;
    foaf:name "Yasuhito Saitou"@en .

<artist/4691#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9723#subject> ;
    schema:name "Megus"@en ;
    foaf:made <album/9723#composition>,
        <album/9723#subject> ;
    foaf:name "Megus"@en .

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

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

<album/9723#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@en,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja-latn ;
    mo:performance_of <album/9723#musicalwork> ;
    mo:performer <artist/3995#subject> ;
    mo:recorded_as <album/9723#musicalexpression> ;
    schema:byArtist <artist/3995#subject> ;
    schema:name "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@en,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja-latn ;
    schema:workPerformed <album/9723#musicalwork> .

<artist/3995#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/9723#performance> ;
    schema:name "Jenya"@en ;
    foaf:name "Jenya"@en .

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

<album/9723#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@en,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(IOSYS)"@en ;
            foaf:made <album/9723#composition> ;
            foaf:name "(IOSYS)"@en ],
        <artist/2388#subject>,
        <artist/3564#subject>,
        <artist/4691#subject> ;
    mo:produced_work <album/9723#musicalwork> ;
    schema:name "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@en,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja-latn .

<album/9723#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-07-25"^^xsd:date ;
    dcterms:title "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@en,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9723#musicalexpression> ;
    mo:publisher _:N176fc886b3ec46bd84eaa0e398240c07 ;
    mo:record _:Nf8da1d271e0b4d7db3019a8c5f7fa730 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The Rising Sun -Oceanic Suspense Adventure-"@en ;
            foaf:name "The Rising Sun -Oceanic Suspense Adventure-"@en ] ;
    schema:byArtist <artist/3995#subject> ;
    schema:datePublished "2008-07-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@en,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja,
        "The Rising Sun -Oceanic Suspense Adventure- Music Disk"@ja-latn ;
    schema:publisher _:N176fc886b3ec46bd84eaa0e398240c07 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9723#subject> ;
    schema:name "(IOSYS)"@en ;
    foaf:made <album/9723#subject> ;
    foaf:name "(IOSYS)"@en .

_:N1765e583b05342599fca4d7996ef90ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voyage(The Rising Sun ImageTheme)"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Nf8da1d271e0b4d7db3019a8c5f7fa730 ;
    schema:name "Voyage(The Rising Sun ImageTheme)"@en .

_:N176fc886b3ec46bd84eaa0e398240c07 schema:name "SGP Software"@en ;
    foaf:name "SGP Software"@en .

_:N9f973a4cf98a4e688b78c8b61560bb7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The following move(Remix)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Nf8da1d271e0b4d7db3019a8c5f7fa730 ;
    schema:name "The following move(Remix)"@en .

_:Na0504a429ab94e7cb7f3f175965d96f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Winter road(Remix)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:Nf8da1d271e0b4d7db3019a8c5f7fa730 ;
    schema:name "Winter road(Remix)"@en .

_:Neba9cfb3a5ee44dd85ac8c808fc549b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Land and The Sea(Remix)"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:31"^^xsd:interval ;
    schema:inPlaylist _:Nf8da1d271e0b4d7db3019a8c5f7fa730 ;
    schema:name "The Land and The Sea(Remix)"@en .

_:Nfa9bd624c2aa44ba975edc1735a1a25b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Rising Sun(Instrumental Remix)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:Nf8da1d271e0b4d7db3019a8c5f7fa730 ;
    schema:name "The Rising Sun(Instrumental Remix)"@en .

_:Nf8da1d271e0b4d7db3019a8c5f7fa730 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1765e583b05342599fca4d7996ef90ae,
        _:N9f973a4cf98a4e688b78c8b61560bb7c,
        _:Na0504a429ab94e7cb7f3f175965d96f0,
        _:Neba9cfb3a5ee44dd85ac8c808fc549b4,
        _:Nfa9bd624c2aa44ba975edc1735a1a25b ;
    mo:track_count 5 ;
    schema:duration "PT22:14"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N1765e583b05342599fca4d7996ef90ae,
        _:N9f973a4cf98a4e688b78c8b61560bb7c,
        _:Na0504a429ab94e7cb7f3f175965d96f0,
        _:Neba9cfb3a5ee44dd85ac8c808fc549b4,
        _:Nfa9bd624c2aa44ba975edc1735a1a25b .

