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

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

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

<artist/49722#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/54257#subject> ;
    schema:name "Bobby Arlauskas"@en ;
    foaf:made <album/54257#composition>,
        <album/54257#subject> ;
    foaf:name "Bobby Arlauskas"@en .

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

<album/54257#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Spider: Rite of the Shrouded Moon (Day)"@en,
        "Spider: Rite of the Shrouded Moon (Day)"@ja,
        "Spider: Rite of the Shrouded Moon (Day)"@ja-latn ;
    mo:performance_of <album/54257#musicalwork> ;
    mo:recorded_as <album/54257#musicalexpression> ;
    schema:name "Spider: Rite of the Shrouded Moon (Day)"@en,
        "Spider: Rite of the Shrouded Moon (Day)"@ja,
        "Spider: Rite of the Shrouded Moon (Day)"@ja-latn ;
    schema:workPerformed <album/54257#musicalwork> .

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

<https://medium-media.vgm.io/albums/75/54257/54257-1438968097.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/54257#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Spider: Rite of the Shrouded Moon (Day)"@en,
        "Spider: Rite of the Shrouded Moon (Day)"@ja,
        "Spider: Rite of the Shrouded Moon (Day)"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Future Boy"@en ;
            foaf:made <album/54257#composition> ;
            foaf:name "Future Boy"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jef Drawbaugh"@en ;
            foaf:made <album/54257#composition> ;
            foaf:name "Jef Drawbaugh"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Ethan Frederick Greene"@en ;
            foaf:made <album/54257#composition> ;
            foaf:name "Ethan Frederick Greene"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Scott Barber"@en ;
            foaf:made <album/54257#composition> ;
            foaf:name "Scott Barber"@en ],
        <artist/49722#subject> ;
    mo:produced_work <album/54257#musicalwork> ;
    schema:name "Spider: Rite of the Shrouded Moon (Day)"@en,
        "Spider: Rite of the Shrouded Moon (Day)"@ja,
        "Spider: Rite of the Shrouded Moon (Day)"@ja-latn .

<album/54257#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-08-05"^^xsd:date ;
    dcterms:title "Spider: Rite of the Shrouded Moon (Day)"@en,
        "Spider: Rite of the Shrouded Moon (Day)"@ja,
        "Spider: Rite of the Shrouded Moon (Day)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/54257#musicalexpression> ;
    mo:publisher _:Nd2668e7d01ca4410a92c96ff038063e0 ;
    mo:record _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Spider: Rite of the Shrouded Moon"@en ;
            foaf:name "Spider: Rite of the Shrouded Moon"@en ] ;
    schema:datePublished "2015-08-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/75/54257/54257-1438968097.jpg> ;
    schema:name "Spider: Rite of the Shrouded Moon (Day)"@en,
        "Spider: Rite of the Shrouded Moon (Day)"@ja,
        "Spider: Rite of the Shrouded Moon (Day)"@ja-latn ;
    schema:publisher _:Nd2668e7d01ca4410a92c96ff038063e0 ;
    foaf:depiction <https://media.vgm.io/albums/75/54257/54257-1438968097.jpg> .

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/54257#subject> ;
    schema:name "Ethan Frederick Greene"@en ;
    foaf:made <album/54257#subject> ;
    foaf:name "Ethan Frederick Greene"@en .

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

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

_:N0ddbfc7fa85040eb93d05f77a2e6fcb1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Canada"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Canada"@en .

_:N15f2beb1a54f4743ac4455daba841062 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hunter"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Hunter"@en .

_:N25614afe5c4c42bb96999ba372a74ea6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Middle Name"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Middle Name"@en .

_:N2649141e9a4b4defac3cadc2344ba0fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Creepers"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Creepers"@en .

_:N2e35f63a84f84018bae5ec9876d68445 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tami Yami (Day)"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Tami Yami (Day)"@en .

_:N4284d71433af4fbc98ff5e214639a746 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Celeen (Day)"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Celeen (Day)"@en .

_:N6276f2de8d2f4abeb3bee51c5c3609d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Copse"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Copse"@en .

_:N845f7c3454664acc9f9d67d5279d3546 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloquin (Day)"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Bloquin (Day)"@en .

_:N954c069a27dd457b8fc92c3f20463037 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "afternoon"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "afternoon"@en .

_:N9af1829d42024277acd932ba99e924ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "drag"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "drag"@en .

_:Nc31e7985368b44dc9b347f24d9f3e0c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Garden (Day)"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Garden (Day)"@en .

_:Nc33c7ecc40b44ecbbc65cb5bb2af648e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Leatherbound (Day)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Leatherbound (Day)"@en .

_:Nd040ce9162e346fd8460876cc16768f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Daytone"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Na7282c462fe84b1d9ed6bce290ee4cec ;
    schema:name "Daytone"@en .

_:Nd2668e7d01ca4410a92c96ff038063e0 schema:name "Tiger Style"@en,
        "Tiger Style"@ja,
        "Tiger Style"@ja-latn ;
    foaf:name "Tiger Style"@en,
        "Tiger Style"@ja,
        "Tiger Style"@ja-latn .

_:Na7282c462fe84b1d9ed6bce290ee4cec a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ddbfc7fa85040eb93d05f77a2e6fcb1,
        _:N15f2beb1a54f4743ac4455daba841062,
        _:N25614afe5c4c42bb96999ba372a74ea6,
        _:N2649141e9a4b4defac3cadc2344ba0fa,
        _:N2e35f63a84f84018bae5ec9876d68445,
        _:N4284d71433af4fbc98ff5e214639a746,
        _:N6276f2de8d2f4abeb3bee51c5c3609d4,
        _:N845f7c3454664acc9f9d67d5279d3546,
        _:N954c069a27dd457b8fc92c3f20463037,
        _:N9af1829d42024277acd932ba99e924ee,
        _:Nc31e7985368b44dc9b347f24d9f3e0c7,
        _:Nc33c7ecc40b44ecbbc65cb5bb2af648e,
        _:Nd040ce9162e346fd8460876cc16768f4 ;
    mo:track_count 13 ;
    schema:duration "PT48:56"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N0ddbfc7fa85040eb93d05f77a2e6fcb1,
        _:N15f2beb1a54f4743ac4455daba841062,
        _:N25614afe5c4c42bb96999ba372a74ea6,
        _:N2649141e9a4b4defac3cadc2344ba0fa,
        _:N2e35f63a84f84018bae5ec9876d68445,
        _:N4284d71433af4fbc98ff5e214639a746,
        _:N6276f2de8d2f4abeb3bee51c5c3609d4,
        _:N845f7c3454664acc9f9d67d5279d3546,
        _:N954c069a27dd457b8fc92c3f20463037,
        _:N9af1829d42024277acd932ba99e924ee,
        _:Nc31e7985368b44dc9b347f24d9f3e0c7,
        _:Nc33c7ecc40b44ecbbc65cb5bb2af648e,
        _:Nd040ce9162e346fd8460876cc16768f4 .

