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

<artist/11890#subject> a schema:Person,
        foaf:Person ;
    schema:name "motsu"@en ;
    foaf:made <album/60076#lyrics>,
        <album/60076#subject> ;
    foaf:name "motsu"@en .

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

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

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

<artist/2291#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60076#subject> ;
    schema:name "onoken"@en ;
    foaf:made <album/60076#composition>,
        <album/60076#subject> ;
    foaf:name "onoken"@en .

<artist/2926#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60076#subject> ;
    schema:name "Hiroyuki Oshima"@en,
        "大嶋啓之"@ja ;
    foaf:made <album/60076#composition>,
        <album/60076#subject> ;
    foaf:name "Hiroyuki Oshima"@en,
        "大嶋啓之"@ja .

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

<artist/656#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/60076#subject> ;
    schema:name "Satoshi Yaginuma"@en,
        "八木沼悟志"@ja ;
    foaf:made <album/60076#composition>,
        <album/60076#subject> ;
    foaf:name "Satoshi Yaginuma"@en,
        "八木沼悟志"@ja .

<product/4101#subject> a schema:CreativeWork ;
    schema:name "Accel World INFINITE∞BURST"@en,
        "アクセル・ワールド INFINITE∞BURST"@ja,
        "Accel World INFINITE∞BURST"@ja-latn ;
    foaf:name "Accel World INFINITE∞BURST"@en,
        "アクセル・ワールド INFINITE∞BURST"@ja,
        "Accel World INFINITE∞BURST"@ja-latn .

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

<org/1329#subject> schema:name "Warner Bros. Home Entertainment"@en,
        "Warner Bros. Home Entertainment"@ja,
        "Warner Bros. Home Entertainment"@ja-latn ;
    foaf:name "Warner Bros. Home Entertainment"@en,
        "Warner Bros. Home Entertainment"@ja,
        "Warner Bros. Home Entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/67/60076/60076-1487038006.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/12061#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/60076#performance> ;
    schema:name "ALTIMA"@en ;
    foaf:name "ALTIMA"@en .

<artist/127#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/60076#performance> ;
    schema:name "KOTOKO"@en ;
    foaf:made <album/60076#lyrics>,
        <album/60076#subject> ;
    foaf:name "KOTOKO"@en .

<album/60076#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@en,
        "アクセル・ワールド INFINITE∞BURST オリジナルサウンドトラック"@ja,
        "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@ja-latn ;
    mo:performance_of <album/60076#musicalwork> ;
    mo:performer <artist/12061#subject>,
        <artist/127#subject> ;
    mo:recorded_as <album/60076#musicalexpression> ;
    schema:byArtist <artist/12061#subject>,
        <artist/127#subject> ;
    schema:name "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@en,
        "アクセル・ワールド INFINITE∞BURST オリジナルサウンドトラック"@ja,
        "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@ja-latn ;
    schema:workPerformed <album/60076#musicalwork> .

<album/60076#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@en,
        "アクセル・ワールド INFINITE∞BURST オリジナルサウンドトラック"@ja,
        "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@ja-latn ;
    mo:composer <artist/1104#subject>,
        <artist/1106#subject>,
        <artist/2291#subject>,
        <artist/2926#subject>,
        <artist/560#subject>,
        <artist/656#subject> ;
    mo:produced_work <album/60076#musicalwork> ;
    schema:name "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@en,
        "アクセル・ワールド INFINITE∞BURST オリジナルサウンドトラック"@ja,
        "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@ja-latn .

<album/60076#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-09-28"^^xsd:date ;
    dcterms:title "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@en,
        "アクセル・ワールド INFINITE∞BURST オリジナルサウンドトラック"@ja,
        "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@ja-latn ;
    mo:catalogue_number "1000622031-CD" ;
    mo:media_type "CD" ;
    mo:publication_of <album/60076#musicalexpression> ;
    mo:publisher <org/1329#subject> ;
    mo:record _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    mo:record_count 1 ;
    schema:about <product/4101#subject> ;
    schema:byArtist <artist/12061#subject>,
        <artist/127#subject> ;
    schema:datePublished "2016-09-28"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/67/60076/60076-1487038006.jpg> ;
    schema:name "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@en,
        "アクセル・ワールド INFINITE∞BURST オリジナルサウンドトラック"@ja,
        "Accel World INFINITE∞BURST EXTRA CD ORIGINAL SOUNDTRACK"@ja-latn ;
    schema:publisher <org/1329#subject> ;
    foaf:depiction <https://media.vgm.io/albums/67/60076/60076-1487038006.jpg> .

_:N170561a6772d45908672be9f53cd489e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PLASMIC FIRE [short size]"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "PLASMIC FIRE [short size]"@ja .

_:N31727c522c5943fab5a2615143f61f37 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シャイン・ワールド"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "シャイン・ワールド"@ja .

_:N31cf457dc9bd4354bacf36a8cffe4dae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dreadnought"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "Dreadnought"@ja .

_:N31ee8270c2624fe68fccb5a5055d39b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ダーク・クラウド"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "ダーク・クラウド"@ja .

_:N43fd2709de174aea83dbf877ec223d3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アクセル音頭"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "アクセル音頭"@ja .

_:N675900a6aa7243ba924ee58865daa4a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "serialize"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "serialize"@ja .

_:N6bdc41ad5301467ab5528ef9aef0092f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ヴァーミリオン・フィールド"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "ヴァーミリオン・フィールド"@ja .

_:N73058c5ddaa6412cbc6a4ae19a37fbd8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ナイト・フラワー"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "ナイト・フラワー"@ja .

_:N8259a42d3d3842d58b1d1a9f8f70b4e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "children's domain"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "children's domain"@ja .

_:N878f4b5d96a749f08577dc53a52ad628 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "カフェ・ラウンジ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "カフェ・ラウンジ"@ja .

_:N8d0ada0b9e5c420880af76683c4f6862 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Grudge"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "Grudge"@ja .

_:Na038c8ba8b2348e4882a7437bb7a76ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "不動要塞"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "不動要塞"@ja .

_:Nd25d8615a22b4ece902fd3bed30641c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "overflow"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "overflow"@ja .

_:Nd34df213adb34e30a52861797457850a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シルバー・ウイング"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "シルバー・ウイング"@ja .

_:Ne3231da62df5470f9ab7e03851b0bdbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silvery Wings〜inner paradise〜シルバー・ウィング"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "Silvery Wings〜inner paradise〜シルバー・ウィング"@ja .

_:Ne90154d8c0b14f3895b5274faac1dd2f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "pressure"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "pressure"@ja .

_:Nf0ea3880de6747d595d61783ee87b7f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "destructor"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:Ne41c4d71dcdb493295c06ea42aad3558 ;
    schema:name "destructor"@ja .

_:Ne41c4d71dcdb493295c06ea42aad3558 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N170561a6772d45908672be9f53cd489e,
        _:N31727c522c5943fab5a2615143f61f37,
        _:N31cf457dc9bd4354bacf36a8cffe4dae,
        _:N31ee8270c2624fe68fccb5a5055d39b5,
        _:N43fd2709de174aea83dbf877ec223d3a,
        _:N675900a6aa7243ba924ee58865daa4a0,
        _:N6bdc41ad5301467ab5528ef9aef0092f,
        _:N73058c5ddaa6412cbc6a4ae19a37fbd8,
        _:N8259a42d3d3842d58b1d1a9f8f70b4e4,
        _:N878f4b5d96a749f08577dc53a52ad628,
        _:N8d0ada0b9e5c420880af76683c4f6862,
        _:Na038c8ba8b2348e4882a7437bb7a76ff,
        _:Nd25d8615a22b4ece902fd3bed30641c8,
        _:Nd34df213adb34e30a52861797457850a,
        _:Ne3231da62df5470f9ab7e03851b0bdbc,
        _:Ne90154d8c0b14f3895b5274faac1dd2f,
        _:Nf0ea3880de6747d595d61783ee87b7f3 ;
    mo:track_count 17 ;
    schema:duration "PT39:52"^^xsd:interval ;
    schema:numTracks 17 ;
    schema:track _:N170561a6772d45908672be9f53cd489e,
        _:N31727c522c5943fab5a2615143f61f37,
        _:N31cf457dc9bd4354bacf36a8cffe4dae,
        _:N31ee8270c2624fe68fccb5a5055d39b5,
        _:N43fd2709de174aea83dbf877ec223d3a,
        _:N675900a6aa7243ba924ee58865daa4a0,
        _:N6bdc41ad5301467ab5528ef9aef0092f,
        _:N73058c5ddaa6412cbc6a4ae19a37fbd8,
        _:N8259a42d3d3842d58b1d1a9f8f70b4e4,
        _:N878f4b5d96a749f08577dc53a52ad628,
        _:N8d0ada0b9e5c420880af76683c4f6862,
        _:Na038c8ba8b2348e4882a7437bb7a76ff,
        _:Nd25d8615a22b4ece902fd3bed30641c8,
        _:Nd34df213adb34e30a52861797457850a,
        _:Ne3231da62df5470f9ab7e03851b0bdbc,
        _:Ne90154d8c0b14f3895b5274faac1dd2f,
        _:Nf0ea3880de6747d595d61783ee87b7f3 .

