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

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

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

<artist/2169#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10259#subject> ;
    schema:name "Phlogiston"@en ;
    foaf:made <album/10259#composition>,
        <album/10259#subject> ;
    foaf:name "Phlogiston"@en .

<artist/40159#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10259#subject> ;
    schema:name "Disasterpeace"@en ;
    foaf:made <album/10259#composition>,
        <album/10259#subject> ;
    foaf:name "Disasterpeace"@en .

<artist/6171#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10259#subject> ;
    schema:name "Alex Mauer"@en ;
    foaf:made <album/10259#composition>,
        <album/10259#subject> ;
    foaf:name "Alex Mauer"@en .

<artist/7320#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10259#subject> ;
    schema:name "Norrin Radd"@en ;
    foaf:made <album/10259#composition>,
        <album/10259#subject> ;
    foaf:name "Norrin Radd"@en .

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

<org/119#subject> schema:name "II (Pause)"@en,
        "II (Pause)"@ja,
        "II (Pause)"@ja-latn ;
    foaf:name "II (Pause)"@en,
        "II (Pause)"@ja,
        "II (Pause)"@ja-latn .

<https://media.vgm.io/albums/95/10259/10259-1219930993.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/10259#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/95/10259/10259-1219930993.gif> ;
    foaf:depicts <album/10259#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/95/10259/10259-1219930993.gif> .

<https://medium-media.vgm.io/albums/95/10259/10259-1219930993.gif> a schema:ImageObject,
        foaf:Image .

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

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

<artist/2751#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10259#subject> ;
    mo:performed <album/10259#performance> ;
    schema:name "Temp Sound Solutions"@en ;
    foaf:made <album/10259#composition>,
        <album/10259#subject> ;
    foaf:name "Temp Sound Solutions"@en .

<album/10259#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "EQUIP"@en,
        "EQUIP"@ja,
        "EQUIP"@ja-latn ;
    mo:composer <artist/2169#subject>,
        <artist/2751#subject>,
        <artist/40159#subject>,
        <artist/6171#subject>,
        <artist/7320#subject> ;
    mo:produced_work <album/10259#musicalwork> ;
    schema:name "EQUIP"@en,
        "EQUIP"@ja,
        "EQUIP"@ja-latn .

<album/10259#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-05-04"^^xsd:date ;
    dcterms:title "EQUIP"@en,
        "EQUIP"@ja,
        "EQUIP"@ja-latn ;
    mo:catalogue_number "II01" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/10259#musicalexpression> ;
    mo:publisher <org/119#subject> ;
    mo:record _:N875301d801f845f48cd39adf99487c07 ;
    mo:record_count 1 ;
    schema:byArtist <artist/2751#subject> ;
    schema:datePublished "2007-05-04"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/95/10259/10259-1219930993.gif> ;
    schema:name "EQUIP"@en,
        "EQUIP"@ja,
        "EQUIP"@ja-latn ;
    schema:publisher <org/119#subject> ;
    foaf:depiction <https://media.vgm.io/albums/95/10259/10259-1219930993.gif> .

_:N15c591566df04cafb0c77f486e1bcd0d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "testing pts 1-3"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "testing pts 1-3"@en .

_:N23c86b3208a44e0495ede0438a9e9ff5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Quartz"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "Quartz"@en .

_:N4006d9f4ae5642f7b6f01266883b5f37 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Protons Will Decay"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "The Protons Will Decay"@en .

_:N517dc3b0a8a24a57b518593b9fb21932 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Galactic Fangsir"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "Galactic Fangsir"@en .

_:N69b0ead5035a4016bbea61f3803b8a9f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "slumberparty"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "slumberparty"@en .

_:N7c8daa57b4d045c0a3c070cc8e3a2d57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "City Smasher"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "City Smasher"@en .

_:N8823ff291b264469b2f5667503affb6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Weris"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "Weris"@en .

_:N8a1bcaa980d040f18cd430a857cb8720 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Solar Prime Elite"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:10"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "The Solar Prime Elite"@en .

_:N9e92b7d87b6b4100aed5217ff9b1e160 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "pappyland7"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "pappyland7"@en .

_:Nc00c20f5a69f4cd897f2bd27dd049d70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battaglia Dietro la Cascata"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "Battaglia Dietro la Cascata"@en .

_:Ne1bd31eb830c4f4c823546069e4883bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "wind tree and the willow tree"@en ;
    mo:track_number 8 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "wind tree and the willow tree"@en .

_:Nf7fa186a0eb149b0b7f89fcb6d9ede84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "content03"@en ;
    mo:track_number 7 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N875301d801f845f48cd39adf99487c07 ;
    schema:name "content03"@en .

_:N875301d801f845f48cd39adf99487c07 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N15c591566df04cafb0c77f486e1bcd0d,
        _:N23c86b3208a44e0495ede0438a9e9ff5,
        _:N4006d9f4ae5642f7b6f01266883b5f37,
        _:N517dc3b0a8a24a57b518593b9fb21932,
        _:N69b0ead5035a4016bbea61f3803b8a9f,
        _:N7c8daa57b4d045c0a3c070cc8e3a2d57,
        _:N8823ff291b264469b2f5667503affb6f,
        _:N8a1bcaa980d040f18cd430a857cb8720,
        _:N9e92b7d87b6b4100aed5217ff9b1e160,
        _:Nc00c20f5a69f4cd897f2bd27dd049d70,
        _:Ne1bd31eb830c4f4c823546069e4883bd,
        _:Nf7fa186a0eb149b0b7f89fcb6d9ede84 ;
    mo:track_count 12 ;
    schema:duration "PT34:51"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N15c591566df04cafb0c77f486e1bcd0d,
        _:N23c86b3208a44e0495ede0438a9e9ff5,
        _:N4006d9f4ae5642f7b6f01266883b5f37,
        _:N517dc3b0a8a24a57b518593b9fb21932,
        _:N69b0ead5035a4016bbea61f3803b8a9f,
        _:N7c8daa57b4d045c0a3c070cc8e3a2d57,
        _:N8823ff291b264469b2f5667503affb6f,
        _:N8a1bcaa980d040f18cd430a857cb8720,
        _:N9e92b7d87b6b4100aed5217ff9b1e160,
        _:Nc00c20f5a69f4cd897f2bd27dd049d70,
        _:Ne1bd31eb830c4f4c823546069e4883bd,
        _:Nf7fa186a0eb149b0b7f89fcb6d9ede84 .

