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

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

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

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

<album/141323#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Smuggler's Run 2: Hostile Territory"@en,
        "Smuggler's Run 2: Hostile Territory"@ja,
        "Smuggler's Run 2: Hostile Territory"@ja-latn ;
    mo:performance_of <album/141323#musicalwork> ;
    mo:recorded_as <album/141323#musicalexpression> ;
    schema:name "Smuggler's Run 2: Hostile Territory"@en,
        "Smuggler's Run 2: Hostile Territory"@ja,
        "Smuggler's Run 2: Hostile Territory"@ja-latn ;
    schema:workPerformed <album/141323#musicalwork> .

<https://media.vgm.io/albums/32/141323/141323-18ef6c9d2891.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/141323#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/32/141323/141323-18ef6c9d2891.jpg> ;
    foaf:depicts <album/141323#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/32/141323/141323-18ef6c9d2891.jpg> .

<https://medium-media.vgm.io/albums/32/141323/141323-18ef6c9d2891.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/141323#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Smuggler's Run 2: Hostile Territory"@en,
        "Smuggler's Run 2: Hostile Territory"@ja,
        "Smuggler's Run 2: Hostile Territory"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Wild Planet"@en ;
            foaf:made <album/141323#composition> ;
            foaf:name "Wild Planet"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "James Ruskin"@en ;
            foaf:made <album/141323#composition> ;
            foaf:name "James Ruskin"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Random Noise Generation"@en ;
            foaf:made <album/141323#composition> ;
            foaf:name "Random Noise Generation"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Octave One"@en ;
            foaf:made <album/141323#composition> ;
            foaf:name "Octave One"@en ] ;
    mo:produced_work <album/141323#musicalwork> ;
    schema:name "Smuggler's Run 2: Hostile Territory"@en,
        "Smuggler's Run 2: Hostile Territory"@ja,
        "Smuggler's Run 2: Hostile Territory"@ja-latn .

<album/141323#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-01-01"^^xsd:date ;
    dcterms:title "Smuggler's Run 2: Hostile Territory"@en,
        "Smuggler's Run 2: Hostile Territory"@ja,
        "Smuggler's Run 2: Hostile Territory"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/141323#musicalexpression> ;
    mo:publisher _:Nf88b9b6c81144510a7d1030ea6202163 ;
    mo:record _:Na4079e74638d4e95be404dc97e61e632 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Smuggler's Run 2: Hostile Territory"@en ;
            foaf:name "Smuggler's Run 2: Hostile Territory"@en ] ;
    schema:datePublished "2001-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/32/141323/141323-18ef6c9d2891.jpg> ;
    schema:name "Smuggler's Run 2: Hostile Territory"@en,
        "Smuggler's Run 2: Hostile Territory"@ja,
        "Smuggler's Run 2: Hostile Territory"@ja-latn ;
    schema:publisher _:Nf88b9b6c81144510a7d1030ea6202163 ;
    foaf:depiction <https://media.vgm.io/albums/32/141323/141323-18ef6c9d2891.jpg> .

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

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/141323#subject> ;
    schema:name "Random Noise Generation"@en ;
    foaf:made <album/141323#subject> ;
    foaf:name "Random Noise Generation"@en .

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

_:N1ff1779caa134818a3efcc79cbb74889 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cipher"@en ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "Cipher"@en .

_:N3199890bf3104b64b436172023633af5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Emmissary"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "The Emmissary"@en .

_:N34ece441e9f149a1a689ac14ed6ccc71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Divide Part Two"@en ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "Divide Part Two"@en .

_:N39ca4881198e4199b45d1d9b1613e580 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Octave"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "Octave"@en .

_:N3d7ef5485a114ad1a90cb355e8a16e21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Meridian"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "Meridian"@en .

_:N66ca569d37ba485d865bb15c9b55afce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Transmitter"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "Transmitter"@en .

_:N6c3c161a3a57465bbaf5932d9bc43472 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prevention Beyond Cause"@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "Prevention Beyond Cause"@en .

_:N8566a2ba629c41bdbfc5cf7b411ce34a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Four"@en ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "Four"@en .

_:Nd14752f33e9b472ebdf7bb2ebd5b986c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "We Can Survive"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "We Can Survive"@en .

_:Nf88b9b6c81144510a7d1030ea6202163 schema:name "BluePrint Records"@en ;
    foaf:name "BluePrint Records"@en .

_:Nfed7ed8341934feda13bb124a16dd40a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Beginning"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na4079e74638d4e95be404dc97e61e632 ;
    schema:name "The Beginning"@en .

_:Na4079e74638d4e95be404dc97e61e632 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1ff1779caa134818a3efcc79cbb74889,
        _:N3199890bf3104b64b436172023633af5,
        _:N34ece441e9f149a1a689ac14ed6ccc71,
        _:N39ca4881198e4199b45d1d9b1613e580,
        _:N3d7ef5485a114ad1a90cb355e8a16e21,
        _:N66ca569d37ba485d865bb15c9b55afce,
        _:N6c3c161a3a57465bbaf5932d9bc43472,
        _:N8566a2ba629c41bdbfc5cf7b411ce34a,
        _:Nd14752f33e9b472ebdf7bb2ebd5b986c,
        _:Nfed7ed8341934feda13bb124a16dd40a ;
    mo:track_count 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N1ff1779caa134818a3efcc79cbb74889,
        _:N3199890bf3104b64b436172023633af5,
        _:N34ece441e9f149a1a689ac14ed6ccc71,
        _:N39ca4881198e4199b45d1d9b1613e580,
        _:N3d7ef5485a114ad1a90cb355e8a16e21,
        _:N66ca569d37ba485d865bb15c9b55afce,
        _:N6c3c161a3a57465bbaf5932d9bc43472,
        _:N8566a2ba629c41bdbfc5cf7b411ce34a,
        _:Nd14752f33e9b472ebdf7bb2ebd5b986c,
        _:Nfed7ed8341934feda13bb124a16dd40a .

