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

<artist/6849#subject> a schema:Person,
        foaf:Person ;
    schema:name "Atsushi Murono"@en,
        "室野敦志"@ja ;
    foaf:made <album/1385#lyrics>,
        <album/1385#subject> ;
    foaf:name "Atsushi Murono"@en,
        "室野敦志"@ja .

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

<artist/6847#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1385#subject> ;
    schema:name "Tatsuo Kimura"@en ;
    foaf:made <album/1385#composition>,
        <album/1385#lyrics>,
        <album/1385#subject> ;
    foaf:name "Tatsuo Kimura"@en .

<event/13> a mo:Release ;
    schema:name "Released at Comic Market 69 (Dec 29, 2005 to Dec 31, 2005)" .

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

<org/116#subject> schema:name "MintJam"@en,
        "MintJam"@ja,
        "MintJam"@ja-latn ;
    foaf:name "MintJam"@en,
        "MintJam"@ja,
        "MintJam"@ja-latn .

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

<https://medium-media.vgm.io/albums/58/1385/1385-1194459273.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/14883#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1385#performance> ;
    schema:name "masa"@en ;
    foaf:name "masa"@en .

<artist/478#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1385#performance> ;
    schema:name "Godspeed"@en ;
    foaf:name "Godspeed"@en .

<artist/1104#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1385#subject> ;
    mo:performed <album/1385#performance> ;
    schema:name "a2c"@en ;
    foaf:made <album/1385#composition>,
        <album/1385#subject> ;
    foaf:name "a2c"@en .

<artist/1105#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1385#subject> ;
    mo:performed <album/1385#performance> ;
    schema:name "kya"@en ;
    foaf:made <album/1385#composition>,
        <album/1385#subject> ;
    foaf:name "kya"@en .

<artist/1106#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1385#subject> ;
    mo:performed <album/1385#performance> ;
    schema:name "TERRA"@en ;
    foaf:made <album/1385#composition>,
        <album/1385#lyrics>,
        <album/1385#subject> ;
    foaf:name "TERRA"@en .

<artist/560#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1385#subject> ;
    mo:performed <album/1385#performance> ;
    schema:name "MintJam"@en ;
    foaf:made <album/1385#composition>,
        <album/1385#lyrics>,
        <album/1385#subject> ;
    foaf:name "MintJam"@en .

<artist/962#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1385#subject> ;
    mo:performed <album/1385#performance> ;
    schema:name "setzer"@en ;
    foaf:made <album/1385#composition>,
        <album/1385#lyrics>,
        <album/1385#subject> ;
    foaf:name "setzer"@en .

<album/1385#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "4th GIG #Decide"@en,
        "4th GIG #Decide"@ja,
        "4th GIG #Decide"@ja-latn ;
    mo:composer <artist/1104#subject>,
        <artist/1105#subject>,
        <artist/1106#subject>,
        <artist/560#subject>,
        <artist/6847#subject>,
        <artist/962#subject> ;
    mo:produced_work <album/1385#musicalwork> ;
    schema:name "4th GIG #Decide"@en,
        "4th GIG #Decide"@ja,
        "4th GIG #Decide"@ja-latn .

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

<album/1385#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "4th GIG #Decide"@en,
        "4th GIG #Decide"@ja,
        "4th GIG #Decide"@ja-latn ;
    mo:performance_of <album/1385#musicalwork> ;
    mo:performer <artist/1104#subject>,
        <artist/1105#subject>,
        <artist/1106#subject>,
        <artist/14883#subject>,
        <artist/478#subject>,
        <artist/560#subject>,
        <artist/962#subject> ;
    mo:recorded_as <album/1385#musicalexpression> ;
    schema:byArtist <artist/1104#subject>,
        <artist/1105#subject>,
        <artist/1106#subject>,
        <artist/14883#subject>,
        <artist/478#subject>,
        <artist/560#subject>,
        <artist/962#subject> ;
    schema:name "4th GIG #Decide"@en,
        "4th GIG #Decide"@ja,
        "4th GIG #Decide"@ja-latn ;
    schema:workPerformed <album/1385#musicalwork> .

<album/1385#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-12-30"^^xsd:date ;
    dcterms:title "4th GIG #Decide"@en,
        "4th GIG #Decide"@ja,
        "4th GIG #Decide"@ja-latn ;
    mo:catalogue_number "MJCD-0004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/1385#musicalexpression> ;
    mo:publisher <org/116#subject> ;
    mo:record _:Nd982787f5d3e440a991748826c8fe4bd ;
    mo:record_count 1 ;
    mo:release <event/13> ;
    schema:byArtist <artist/1104#subject>,
        <artist/1105#subject>,
        <artist/1106#subject>,
        <artist/14883#subject>,
        <artist/478#subject>,
        <artist/560#subject>,
        <artist/962#subject> ;
    schema:datePublished "2005-12-30"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/58/1385/1385-1194459273.jpg> ;
    schema:name "4th GIG #Decide"@en,
        "4th GIG #Decide"@ja,
        "4th GIG #Decide"@ja-latn ;
    schema:publisher <org/116#subject> ;
    foaf:depiction <https://media.vgm.io/albums/58/1385/1385-1194459273.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Yuki-Mitsuhashi"@en ;
    foaf:made <album/1385#subject> ;
    foaf:name "Yuki-Mitsuhashi"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Yuki-Mitsuhashi"@en ;
    foaf:made <album/1385#lyrics> ;
    foaf:name "Yuki-Mitsuhashi"@en .

_:N1497a4c7ffce4bea86e6b4ac2309e9e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dawn"@en,
        "暁"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Dawn"@en,
        "暁"@ja .

_:N4fce6792207a415da08d7af860b27702 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shell Breaker"@en,
        "Shell Breaker"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Shell Breaker"@en,
        "Shell Breaker"@ja .

_:N5cf8b52d817f4063aadbd8c462dca184 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rival"@en,
        "Rival"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Rival"@en,
        "Rival"@ja .

_:N61dee11d916843389e61794aa87802fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Earthrize"@en,
        "Earthrize"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Earthrize"@en,
        "Earthrize"@ja .

_:N80d192ccdd4242bebb6bba6046ee7b11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VAPOR TRAIL"@en,
        "VAPOR TRAIL"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:24"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "VAPOR TRAIL"@en,
        "VAPOR TRAIL"@ja .

_:N8745fa9b39f54578b30b858de3cc61a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scenario"@en,
        "Scenario"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Scenario"@en,
        "Scenario"@ja .

_:N8ac5562d2b15489fa657d7fc9f75f731 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Letter"@en,
        "手紙"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Letter"@en,
        "手紙"@ja .

_:Nc20b154d6ee242f09c91cced2f2cfdcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boys"@en,
        "少年"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Boys"@en,
        "少年"@ja .

_:Nd3edd32cd96842edaf2f9dcf273f0264 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crying Moon"@en,
        "Crying Moon"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:00"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Crying Moon"@en,
        "Crying Moon"@ja .

_:Nd3feae6eab0f4078845c6b03b44b71f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Angel Wing"@en,
        "Angel Wing"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Angel Wing"@en,
        "Angel Wing"@ja .

_:Ndc999bf37f784a3f97b317ff8b1ddf0c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Victims"@en,
        "Victims"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:Nd982787f5d3e440a991748826c8fe4bd ;
    schema:name "Victims"@en,
        "Victims"@ja .

_:Nd982787f5d3e440a991748826c8fe4bd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1497a4c7ffce4bea86e6b4ac2309e9e8,
        _:N4fce6792207a415da08d7af860b27702,
        _:N5cf8b52d817f4063aadbd8c462dca184,
        _:N61dee11d916843389e61794aa87802fa,
        _:N80d192ccdd4242bebb6bba6046ee7b11,
        _:N8745fa9b39f54578b30b858de3cc61a5,
        _:N8ac5562d2b15489fa657d7fc9f75f731,
        _:Nc20b154d6ee242f09c91cced2f2cfdcf,
        _:Nd3edd32cd96842edaf2f9dcf273f0264,
        _:Nd3feae6eab0f4078845c6b03b44b71f8,
        _:Ndc999bf37f784a3f97b317ff8b1ddf0c ;
    mo:track_count 11 ;
    schema:duration "PT46:04"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N1497a4c7ffce4bea86e6b4ac2309e9e8,
        _:N4fce6792207a415da08d7af860b27702,
        _:N5cf8b52d817f4063aadbd8c462dca184,
        _:N61dee11d916843389e61794aa87802fa,
        _:N80d192ccdd4242bebb6bba6046ee7b11,
        _:N8745fa9b39f54578b30b858de3cc61a5,
        _:N8ac5562d2b15489fa657d7fc9f75f731,
        _:Nc20b154d6ee242f09c91cced2f2cfdcf,
        _:Nd3edd32cd96842edaf2f9dcf273f0264,
        _:Nd3feae6eab0f4078845c6b03b44b71f8,
        _:Ndc999bf37f784a3f97b317ff8b1ddf0c .

