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

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

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

<artist/1164#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2262#subject> ;
    schema:name "Chris Hülsbeck"@en ;
    foaf:made <album/2262#composition>,
        <album/2262#subject> ;
    foaf:name "Chris Hülsbeck"@en .

<artist/1321#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2262#subject> ;
    schema:name "Fabian Del Priore"@en ;
    foaf:made <album/2262#composition>,
        <album/2262#subject> ;
    foaf:name "Fabian Del Priore"@en .

<artist/7681#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2262#subject> ;
    schema:name "Haiko Ruttmann"@en ;
    foaf:made <album/2262#composition>,
        <album/2262#subject> ;
    foaf:name "Haiko Ruttmann"@en .

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

<https://media.vgm.io/albums/26/2262/2262-1156070045.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/2262#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/26/2262/2262-1156070045.jpg> ;
    foaf:depicts <album/2262#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/26/2262/2262-1156070045.jpg> .

<https://medium-media.vgm.io/albums/26/2262/2262-1156070045.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/2262#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Incubation Original Soundtrack"@en,
        "Incubation Original Soundtrack"@ja,
        "Incubation Original Soundtrack"@ja-latn ;
    mo:performance_of <album/2262#musicalwork> ;
    mo:performer _:N3e89c1a4e0604b688692b7a7e4d049e2 ;
    mo:recorded_as <album/2262#musicalexpression> ;
    schema:byArtist _:N3e89c1a4e0604b688692b7a7e4d049e2 ;
    schema:name "Incubation Original Soundtrack"@en,
        "Incubation Original Soundtrack"@ja,
        "Incubation Original Soundtrack"@ja-latn ;
    schema:workPerformed <album/2262#musicalwork> .

<album/2262#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Incubation Original Soundtrack"@en,
        "Incubation Original Soundtrack"@ja,
        "Incubation Original Soundtrack"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Threestyle"@en ;
            foaf:made <album/2262#composition> ;
            foaf:name "Threestyle"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Oliver Weirich"@en ;
            foaf:made <album/2262#composition> ;
            foaf:name "Oliver Weirich"@en ],
        <artist/1164#subject>,
        <artist/1321#subject>,
        <artist/7681#subject> ;
    mo:produced_work <album/2262#musicalwork> ;
    schema:name "Incubation Original Soundtrack"@en,
        "Incubation Original Soundtrack"@ja,
        "Incubation Original Soundtrack"@ja-latn .

<album/2262#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1997-01-01"^^xsd:date ;
    dcterms:title "Incubation Original Soundtrack"@en,
        "Incubation Original Soundtrack"@ja,
        "Incubation Original Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2262#musicalexpression> ;
    mo:publisher _:Na2fa5a8a8ab7490cbd5316c29861ea33 ;
    mo:record _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Archimedean Dynasty"@en ;
            foaf:name "Archimedean Dynasty"@en ],
        [ a schema:CreativeWork ;
            schema:name "Incubation"@en ;
            foaf:name "Incubation"@en ],
        [ a schema:CreativeWork ;
            schema:name "Extreme Assault"@en ;
            foaf:name "Extreme Assault"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Threestyle"@en ;
            foaf:name "Threestyle"@en ] ;
    schema:datePublished "1997-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/26/2262/2262-1156070045.jpg> ;
    schema:name "Incubation Original Soundtrack"@en,
        "Incubation Original Soundtrack"@ja,
        "Incubation Original Soundtrack"@ja-latn ;
    schema:publisher _:Na2fa5a8a8ab7490cbd5316c29861ea33 ;
    foaf:depiction <https://media.vgm.io/albums/26/2262/2262-1156070045.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2262#subject> ;
    schema:name "Oliver Weirich"@en ;
    foaf:made <album/2262#subject> ;
    foaf:name "Oliver Weirich"@en .

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

_:N03124f8c32df4a418c2aa49816241b5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SCHLEICHFAHRT - Blue Darkness"@de,
        "ARCHIMIDEAN DYNASTY - Blue Darkness"@en ;
    mo:track_number 13 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "SCHLEICHFAHRT - Blue Darkness"@de,
        "ARCHIMIDEAN DYNASTY - Blue Darkness"@en .

_:N0bec47e54cfa4da49b34269020675b4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SCHLEICHFAHRT - Below"@de,
        "ARCHIMIDEAN DYNASTY - Below"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "SCHLEICHFAHRT - Below"@de,
        "ARCHIMIDEAN DYNASTY - Below"@en .

_:N111c324d3eea41fdbd1700f415a2e0f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "INCUBATION of an Insect Nation (Version 1)"@de,
        "INCUBATION of an Insect Nation (Version 1)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "INCUBATION of an Insect Nation (Version 1)"@de,
        "INCUBATION of an Insect Nation (Version 1)"@en .

_:N26a2b3eeda414697998a8b95fdb50f81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hallwa City"@de,
        "Hallwa City"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "Hallwa City"@de,
        "Hallwa City"@en .

_:N284fec3f2b65484f8bb73acda28d4e25 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EXTREME ASSAULT - AHA 1-X"@de,
        "EXTREME ASSAULT - AHA 1-X"@en ;
    mo:track_number 19 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "EXTREME ASSAULT - AHA 1-X"@de,
        "EXTREME ASSAULT - AHA 1-X"@en .

_:N2900716910f844609371c1a6a221deab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Memories"@de,
        "Memories"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "Memories"@de,
        "Memories"@en .

_:N3e89c1a4e0604b688692b7a7e4d049e2 a schema:Person,
        foaf:Person ;
    mo:performed <album/2262#performance> ;
    schema:name "Threestyle"@en ;
    foaf:name "Threestyle"@en .

_:N4cb7b79ed0ad48f289dcce36e3c68f5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SCHLEICHFAHRT - Pressure"@de,
        "ARCHIMIDEAN DYNASTY - Pressure"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "SCHLEICHFAHRT - Pressure"@de,
        "ARCHIMIDEAN DYNASTY - Pressure"@en .

_:N66eea2c3463b4a4b835f16276a09ef05 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Under the City - Battlefields"@de,
        "Under the City - Battlefields"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "Under the City - Battlefields"@de,
        "Under the City - Battlefields"@en .

_:N6dcdf45673bd4710b0e3d8d94148abb8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EXTREME ASSAULT - Into the Jungle"@de,
        "EXTREME ASSAULT - Into the Jungle"@en ;
    mo:track_number 18 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "EXTREME ASSAULT - Into the Jungle"@de,
        "EXTREME ASSAULT - Into the Jungle"@en .

_:N890dd0cd37a844a2b17fecc4d5f0be9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Behind the Walls"@de,
        "Behind the Walls"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "Behind the Walls"@de,
        "Behind the Walls"@en .

_:N9305db2ad35a40478114b6ba1ac28e63 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EXTREME ASSAULT - Extro"@de,
        "EXTREME ASSAULT - Extro"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "EXTREME ASSAULT - Extro"@de,
        "EXTREME ASSAULT - Extro"@en .

_:N95f852fac39b416d8b73c2cea67378fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Powerstation"@de,
        "The Powerstation"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "The Powerstation"@de,
        "The Powerstation"@en .

_:Na2fa5a8a8ab7490cbd5316c29861ea33 schema:name "Blue Byte"@en ;
    foaf:name "Blue Byte"@en .

_:Na4664f02403041d4a12e059f997972b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Spaceport"@de,
        "The Spaceport"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "The Spaceport"@de,
        "The Spaceport"@en .

_:Nb783e592a8fe4bfaadbbbd8023c2181e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EXTREME ASSAULT - Level X"@de,
        "EXTREME ASSAULT - Level X"@en ;
    mo:track_number 17 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "EXTREME ASSAULT - Level X"@de,
        "EXTREME ASSAULT - Level X"@en .

_:Nbc6211a591674d0e92fa9d49b3b54303 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "INCUBATION of an Insect Nation (Version 2)"@de,
        "INCUBATION of an Insect Nation (Version 2)"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "INCUBATION of an Insect Nation (Version 2)"@de,
        "INCUBATION of an Insect Nation (Version 2)"@en .

_:Ne60dd29448974b118b4eafd867beb391 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "INCUBATION-Intro"@de,
        "INCUBATION-Intro"@en ;
    mo:track_number 8 ;
    schema:duration "PT7:14"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "INCUBATION-Intro"@de,
        "INCUBATION-Intro"@en .

_:Neeef5daeb0e44d5fa58e88f776beee33 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SCHLEICHFAHRT - Aqua"@de,
        "ARCHIMIDEAN DYNASTY - Aqua"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "SCHLEICHFAHRT - Aqua"@de,
        "ARCHIMIDEAN DYNASTY - Aqua"@en .

_:Nf32815bcc4c34177b35f333b35e54255 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "First Contact"@de,
        "First Contact"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "First Contact"@de,
        "First Contact"@en .

_:Nfe2a276824204570b13d021ffac13450 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EXTREME ASSAULT - No Enemy"@de,
        "EXTREME ASSAULT - No Enemy"@en ;
    mo:track_number 16 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:Nc0327ee2514748b9954e0b2d8e767fe4 ;
    schema:name "EXTREME ASSAULT - No Enemy"@de,
        "EXTREME ASSAULT - No Enemy"@en .

_:Nc0327ee2514748b9954e0b2d8e767fe4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03124f8c32df4a418c2aa49816241b5d,
        _:N0bec47e54cfa4da49b34269020675b4f,
        _:N111c324d3eea41fdbd1700f415a2e0f7,
        _:N26a2b3eeda414697998a8b95fdb50f81,
        _:N284fec3f2b65484f8bb73acda28d4e25,
        _:N2900716910f844609371c1a6a221deab,
        _:N4cb7b79ed0ad48f289dcce36e3c68f5b,
        _:N66eea2c3463b4a4b835f16276a09ef05,
        _:N6dcdf45673bd4710b0e3d8d94148abb8,
        _:N890dd0cd37a844a2b17fecc4d5f0be9e,
        _:N9305db2ad35a40478114b6ba1ac28e63,
        _:N95f852fac39b416d8b73c2cea67378fd,
        _:Na4664f02403041d4a12e059f997972b2,
        _:Nb783e592a8fe4bfaadbbbd8023c2181e,
        _:Nbc6211a591674d0e92fa9d49b3b54303,
        _:Ne60dd29448974b118b4eafd867beb391,
        _:Neeef5daeb0e44d5fa58e88f776beee33,
        _:Nf32815bcc4c34177b35f333b35e54255,
        _:Nfe2a276824204570b13d021ffac13450 ;
    mo:track_count 19 ;
    schema:duration "PT61:13"^^xsd:interval ;
    schema:numTracks 19 ;
    schema:track _:N03124f8c32df4a418c2aa49816241b5d,
        _:N0bec47e54cfa4da49b34269020675b4f,
        _:N111c324d3eea41fdbd1700f415a2e0f7,
        _:N26a2b3eeda414697998a8b95fdb50f81,
        _:N284fec3f2b65484f8bb73acda28d4e25,
        _:N2900716910f844609371c1a6a221deab,
        _:N4cb7b79ed0ad48f289dcce36e3c68f5b,
        _:N66eea2c3463b4a4b835f16276a09ef05,
        _:N6dcdf45673bd4710b0e3d8d94148abb8,
        _:N890dd0cd37a844a2b17fecc4d5f0be9e,
        _:N9305db2ad35a40478114b6ba1ac28e63,
        _:N95f852fac39b416d8b73c2cea67378fd,
        _:Na4664f02403041d4a12e059f997972b2,
        _:Nb783e592a8fe4bfaadbbbd8023c2181e,
        _:Nbc6211a591674d0e92fa9d49b3b54303,
        _:Ne60dd29448974b118b4eafd867beb391,
        _:Neeef5daeb0e44d5fa58e88f776beee33,
        _:Nf32815bcc4c34177b35f333b35e54255,
        _:Nfe2a276824204570b13d021ffac13450 .

