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

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

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

<artist/145#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50083#subject> ;
    schema:name "Masashi Hamauzu"@en,
        "浜渦正志"@ja ;
    foaf:made <album/50083#composition>,
        <album/50083#subject> ;
    foaf:name "Masashi Hamauzu"@en,
        "浜渦正志"@ja .

<artist/15133#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50083#subject> ;
    schema:name "Kaleb Grace"@en,
        "Tortoisone"@en ;
    foaf:made <album/50083#composition>,
        <album/50083#subject> ;
    foaf:name "Kaleb Grace"@en,
        "Tortoisone"@en .

<artist/15984#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50083#subject> ;
    schema:name "adubthedrummer"@en ;
    foaf:made <album/50083#composition>,
        <album/50083#subject> ;
    foaf:name "adubthedrummer"@en .

<product/290#subject> a schema:CreativeWork ;
    schema:name "SaGa Frontier 2"@en,
        "サガ フロンティア2"@ja,
        "SaGa Frontier 2"@ja-latn ;
    foaf:name "SaGa Frontier 2"@en,
        "サガ フロンティア2"@ja,
        "SaGa Frontier 2"@ja-latn .

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

<album/50083#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Circa 2012: Demos & Singles"@en,
        "Circa 2012: Demos & Singles"@ja,
        "Circa 2012: Demos & Singles"@ja-latn ;
    mo:performance_of <album/50083#musicalwork> ;
    mo:recorded_as <album/50083#musicalexpression> ;
    schema:name "Circa 2012: Demos & Singles"@en,
        "Circa 2012: Demos & Singles"@ja,
        "Circa 2012: Demos & Singles"@ja-latn ;
    schema:workPerformed <album/50083#musicalwork> .

<https://media.vgm.io/albums/38/50083/50083-ff31c87e8eb7.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/50083#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/38/50083/50083-ff31c87e8eb7.png> ;
    foaf:depicts <album/50083#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/38/50083/50083-ff31c87e8eb7.png> .

<https://medium-media.vgm.io/albums/38/50083/50083-ff31c87e8eb7.png> a schema:ImageObject,
        foaf:Image .

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

<album/50083#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Circa 2012: Demos & Singles"@en,
        "Circa 2012: Demos & Singles"@ja,
        "Circa 2012: Demos & Singles"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Javier Kadry"@en ;
            foaf:made <album/50083#composition> ;
            foaf:name "Javier Kadry"@en ],
        <artist/145#subject>,
        <artist/15133#subject>,
        <artist/15984#subject> ;
    mo:produced_work <album/50083#musicalwork> ;
    schema:name "Circa 2012: Demos & Singles"@en,
        "Circa 2012: Demos & Singles"@ja,
        "Circa 2012: Demos & Singles"@ja-latn .

<album/50083#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-01-13"^^xsd:date ;
    dcterms:title "Circa 2012: Demos & Singles"@en,
        "Circa 2012: Demos & Singles"@ja,
        "Circa 2012: Demos & Singles"@ja-latn ;
    mo:catalogue_number "KRG2015a" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/50083#musicalexpression> ;
    mo:publisher _:N9f055c45b32841f89bce2b0973cb8f58 ;
    mo:record _:Ncbdf6e325b76456c99865d22164998cb ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Ouch! Couch"@en ;
            foaf:name "Ouch! Couch"@en ],
        <product/290#subject> ;
    schema:datePublished "2015-01-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/38/50083/50083-ff31c87e8eb7.png> ;
    schema:name "Circa 2012: Demos & Singles"@en,
        "Circa 2012: Demos & Singles"@ja,
        "Circa 2012: Demos & Singles"@ja-latn ;
    schema:publisher _:N9f055c45b32841f89bce2b0973cb8f58 ;
    foaf:depiction <https://media.vgm.io/albums/38/50083/50083-ff31c87e8eb7.png> .

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

_:N065f1c982ee84ae7b1c1c839c94edd68 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Farewell Nimbus"@en ;
    mo:track_number 9 ;
    schema:duration "PT0:53"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Farewell Nimbus"@en .

_:N085bfb662afc493ab4170df620af10a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ouch! Couch Theme"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Ouch! Couch Theme"@en .

_:N18f497b5df61433b88825f91da9b8fdc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Secret of Arkmagia Theme (2012 Demo)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Secret of Arkmagia Theme (2012 Demo)"@en .

_:N19a8dab52ef84b5891c50f28753223a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cloudy"@en ;
    mo:track_number 2 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Cloudy"@en .

_:N36867a164f0947f69ef30b188ba4a776 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ebony & Ivories"@en ;
    mo:track_number 7 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Ebony & Ivories"@en .

_:N577271fedf044cb9bcb6bb986418c9eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SF2 \"α\" 1 (Digital Orchestration)"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "SF2 \"α\" 1 (Digital Orchestration)"@en .

_:N5ee196466dde43c5a8ccf6f285f99cd6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Monochromatic"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Monochromatic"@en .

_:N8a57407e48e84af2880fafdb5a0689c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shuriken (2012oct 60sec Demo)"@en ;
    mo:track_number 12 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Shuriken (2012oct 60sec Demo)"@en .

_:N99761e61429c41f29c40b14223b7b68d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shuriken (2012mar Demo)"@en ;
    mo:track_number 11 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Shuriken (2012mar Demo)"@en .

_:N9f055c45b32841f89bce2b0973cb8f58 schema:name "Kaleb Grace"@en,
        "Kaleb Grace"@ja,
        "Kaleb Grace"@ja-latn ;
    foaf:name "Kaleb Grace"@en,
        "Kaleb Grace"@ja,
        "Kaleb Grace"@ja-latn .

_:Nab2d0a97bb424f4aba653ac384b5e0ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boo! Haunted House"@en ;
    mo:track_number 6 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Boo! Haunted House"@en .

_:Nb0cf3413bbb2435cb2c791863f1f4a0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Creeping Forest Stream"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Creeping Forest Stream"@en .

_:Nf663cfe566574437843ed5cd656bafa5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Creeping Forest Bitstream (Bonus Track)"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Creeping Forest Bitstream (Bonus Track)"@en .

_:Nf754e0c6ab304245b23d466cd5e7da31 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Screaming"@en ;
    mo:track_number 13 ;
    schema:duration "PT5:58"^^xsd:interval ;
    schema:inPlaylist _:Ncbdf6e325b76456c99865d22164998cb ;
    schema:name "Screaming"@en .

_:Ncbdf6e325b76456c99865d22164998cb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N065f1c982ee84ae7b1c1c839c94edd68,
        _:N085bfb662afc493ab4170df620af10a0,
        _:N18f497b5df61433b88825f91da9b8fdc,
        _:N19a8dab52ef84b5891c50f28753223a9,
        _:N36867a164f0947f69ef30b188ba4a776,
        _:N577271fedf044cb9bcb6bb986418c9eb,
        _:N5ee196466dde43c5a8ccf6f285f99cd6,
        _:N8a57407e48e84af2880fafdb5a0689c2,
        _:N99761e61429c41f29c40b14223b7b68d,
        _:Nab2d0a97bb424f4aba653ac384b5e0ed,
        _:Nb0cf3413bbb2435cb2c791863f1f4a0b,
        _:Nf663cfe566574437843ed5cd656bafa5,
        _:Nf754e0c6ab304245b23d466cd5e7da31 ;
    mo:track_count 13 ;
    schema:duration "PT32:12"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N065f1c982ee84ae7b1c1c839c94edd68,
        _:N085bfb662afc493ab4170df620af10a0,
        _:N18f497b5df61433b88825f91da9b8fdc,
        _:N19a8dab52ef84b5891c50f28753223a9,
        _:N36867a164f0947f69ef30b188ba4a776,
        _:N577271fedf044cb9bcb6bb986418c9eb,
        _:N5ee196466dde43c5a8ccf6f285f99cd6,
        _:N8a57407e48e84af2880fafdb5a0689c2,
        _:N99761e61429c41f29c40b14223b7b68d,
        _:Nab2d0a97bb424f4aba653ac384b5e0ed,
        _:Nb0cf3413bbb2435cb2c791863f1f4a0b,
        _:Nf663cfe566574437843ed5cd656bafa5,
        _:Nf754e0c6ab304245b23d466cd5e7da31 .

