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

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

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

<album/5785> a mo:Release ;
    mo:catalogue_number "Turok C+1097" .

<artist/23632#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2012#subject> ;
    schema:name "Darren Mitchell"@en ;
    foaf:made <album/2012#composition>,
        <album/2012#subject> ;
    foaf:name "Darren Mitchell"@en .

<product/11986#subject> a schema:CreativeWork ;
    schema:name "Turok: Dinosaur Hunter"@en,
        "Turok: Dinosaur Hunter"@ja,
        "Turok: Dinosaur Hunter"@ja-latn ;
    foaf:name "Turok: Dinosaur Hunter"@en,
        "Turok: Dinosaur Hunter"@ja,
        "Turok: Dinosaur Hunter"@ja-latn .

<album/2012#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Turok - Les musiques originales / Les remixes officiels"@en,
        "Turok - Les musiques originales / Les remixes officiels"@ja,
        "Turok - Les musiques originales / Les remixes officiels"@ja-latn ;
    mo:composer <artist/23632#subject> ;
    mo:produced_work <album/2012#musicalwork> ;
    schema:name "Turok - Les musiques originales / Les remixes officiels"@en,
        "Turok - Les musiques originales / Les remixes officiels"@ja,
        "Turok - Les musiques originales / Les remixes officiels"@ja-latn .

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

<album/2012#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Turok - Les musiques originales / Les remixes officiels"@en,
        "Turok - Les musiques originales / Les remixes officiels"@ja,
        "Turok - Les musiques originales / Les remixes officiels"@ja-latn ;
    mo:performance_of <album/2012#musicalwork> ;
    mo:recorded_as <album/2012#musicalexpression> ;
    schema:name "Turok - Les musiques originales / Les remixes officiels"@en,
        "Turok - Les musiques originales / Les remixes officiels"@ja,
        "Turok - Les musiques originales / Les remixes officiels"@ja-latn ;
    schema:workPerformed <album/2012#musicalwork> .

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

<https://medium-media.vgm.io/albums/21/2012/2012-1197066922.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/2012#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1997-12-01"^^xsd:date ;
    dcterms:title "Turok - Les musiques originales / Les remixes officiels"@en,
        "Turok - Les musiques originales / Les remixes officiels"@ja,
        "Turok - Les musiques originales / Les remixes officiels"@ja-latn ;
    mo:catalogue_number "ACCD1" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/5785> ;
    mo:publication_of <album/2012#musicalexpression> ;
    mo:publisher _:Nb12b92adfca84cfd934e6f046b329ca0 ;
    mo:record _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    mo:record_count 1 ;
    schema:about <product/11986#subject> ;
    schema:datePublished "1997-12-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/21/2012/2012-1197066922.jpg> ;
    schema:name "Turok - Les musiques originales / Les remixes officiels"@en,
        "Turok - Les musiques originales / Les remixes officiels"@ja,
        "Turok - Les musiques originales / Les remixes officiels"@ja-latn ;
    schema:publisher _:Nb12b92adfca84cfd934e6f046b329ca0 ;
    foaf:depiction <https://media.vgm.io/albums/21/2012/2012-1197066922.jpg> .

_:N011def2531844e73976ac330498c345f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Campainer Boss Encounter"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "Campainer Boss Encounter"@en .

_:N1eee2b32d2244aa9a25036ff911f73ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deep Jungle Mix"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "Deep Jungle Mix"@en .

_:N219f58baa93643578411fb91d5e439a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rokozor"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "Rokozor"@en .

_:N83297f90da2443d0b23e31ffa147f1e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Jungle"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:20"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "The Jungle"@en .

_:N9c29e66e47ec4942aa34a15a19bcb5be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boss Encounter"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "Boss Encounter"@en .

_:Na5b4d9f892964d028cfed1a2077f27ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lava Land"@en ;
    mo:track_number 8 ;
    schema:duration "PT5:38"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "Lava Land"@en .

_:Nb12b92adfca84cfd934e6f046b329ca0 schema:name "synSONIQ"@en ;
    foaf:name "synSONIQ"@en .

_:Nd5c5e6801f99462dae84eebfd3c31a14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Technosaur Radio Edit"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "Technosaur Radio Edit"@en .

_:Ndfb198f9683f48f899b11dbb7463a9af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Treetops"@en ;
    mo:track_number 7 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "In the Treetops"@en .

_:Nf740d177aad84c67855a988b808fea5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tyranosaur Club Edit"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:N896c9e54d4054f0680fdf4dfec5643a9 ;
    schema:name "Tyranosaur Club Edit"@en .

_:N896c9e54d4054f0680fdf4dfec5643a9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N011def2531844e73976ac330498c345f,
        _:N1eee2b32d2244aa9a25036ff911f73ca,
        _:N219f58baa93643578411fb91d5e439a1,
        _:N83297f90da2443d0b23e31ffa147f1e0,
        _:N9c29e66e47ec4942aa34a15a19bcb5be,
        _:Na5b4d9f892964d028cfed1a2077f27ab,
        _:Nd5c5e6801f99462dae84eebfd3c31a14,
        _:Ndfb198f9683f48f899b11dbb7463a9af,
        _:Nf740d177aad84c67855a988b808fea5d ;
    mo:track_count 9 ;
    schema:duration "PT39:01"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N011def2531844e73976ac330498c345f,
        _:N1eee2b32d2244aa9a25036ff911f73ca,
        _:N219f58baa93643578411fb91d5e439a1,
        _:N83297f90da2443d0b23e31ffa147f1e0,
        _:N9c29e66e47ec4942aa34a15a19bcb5be,
        _:Na5b4d9f892964d028cfed1a2077f27ab,
        _:Nd5c5e6801f99462dae84eebfd3c31a14,
        _:Ndfb198f9683f48f899b11dbb7463a9af,
        _:Nf740d177aad84c67855a988b808fea5d .

