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

<artist/9800#subject> a schema:Person,
        foaf:Person ;
    schema:name "Alice Sato"@en,
        "佐藤ありす"@ja ;
    foaf:made <album/25759#lyrics>,
        <album/25759#subject> ;
    foaf:name "Alice Sato"@en,
        "佐藤ありす"@ja .

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

<product/17198#subject> a schema:CreativeWork ;
    schema:name "ALICE on Borderlines"@en,
        "B線上のアリス"@ja,
        "B Senjou no Alice"@ja-latn ;
    foaf:name "ALICE on Borderlines"@en,
        "B線上のアリス"@ja,
        "B Senjou no Alice"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/95/25759/25759-1304244799.jpg> a schema:ImageObject,
        foaf:Image .

<album/25759#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "B Senjou no Alice / Haruna Ikezawa"@en,
        "B線上のアリス／池澤春菜"@ja,
        "B Senjou no Alice / Haruna Ikezawa"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Rick Cowling"@en ;
            foaf:made <album/25759#composition> ;
            foaf:name "Rick Cowling"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Harold Payne"@en ;
            foaf:made <album/25759#composition> ;
            foaf:name "Harold Payne"@en ] ;
    mo:produced_work <album/25759#musicalwork> ;
    schema:name "B Senjou no Alice / Haruna Ikezawa"@en,
        "B線上のアリス／池澤春菜"@ja,
        "B Senjou no Alice / Haruna Ikezawa"@ja-latn .

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

<album/25759#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "B Senjou no Alice / Haruna Ikezawa"@en,
        "B線上のアリス／池澤春菜"@ja,
        "B Senjou no Alice / Haruna Ikezawa"@ja-latn ;
    mo:performance_of <album/25759#musicalwork> ;
    mo:performer <artist/925#subject> ;
    mo:recorded_as <album/25759#musicalexpression> ;
    schema:byArtist <artist/925#subject> ;
    schema:name "B Senjou no Alice / Haruna Ikezawa"@en,
        "B線上のアリス／池澤春菜"@ja,
        "B Senjou no Alice / Haruna Ikezawa"@ja-latn ;
    schema:workPerformed <album/25759#musicalwork> .

<artist/925#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/25759#performance> ;
    schema:name "Haruna Ikezawa"@en,
        "池澤春菜"@ja ;
    foaf:name "Haruna Ikezawa"@en,
        "池澤春菜"@ja .

<album/25759#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1997-09-18"^^xsd:date ;
    dcterms:title "B Senjou no Alice / Haruna Ikezawa"@en,
        "B線上のアリス／池澤春菜"@ja,
        "B Senjou no Alice / Haruna Ikezawa"@ja-latn ;
    mo:catalogue_number "TYDY-2096" ;
    mo:media_type "Mini CD" ;
    mo:publication_of <album/25759#musicalexpression> ;
    mo:publisher <org/67#subject> ;
    mo:record _:N0ee91600365449fcb1d7ff78824aabfc ;
    mo:record_count 1 ;
    schema:about <product/17198#subject> ;
    schema:byArtist <artist/925#subject> ;
    schema:datePublished "1997-09-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/95/25759/25759-1304244799.jpg> ;
    schema:name "B Senjou no Alice / Haruna Ikezawa"@en,
        "B線上のアリス／池澤春菜"@ja,
        "B Senjou no Alice / Haruna Ikezawa"@ja-latn ;
    schema:publisher <org/67#subject> ;
    foaf:depiction <https://media.vgm.io/albums/95/25759/25759-1304244799.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25759#subject> ;
    schema:name "Harold Payne"@en ;
    foaf:made <album/25759#subject> ;
    foaf:name "Harold Payne"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25759#subject> ;
    schema:name "Rick Cowling"@en ;
    foaf:made <album/25759#subject> ;
    foaf:name "Rick Cowling"@en .

_:N64847e0bc3884cdea7688d39a6bdffc6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another World(オリジナル・カラオケ)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N0ee91600365449fcb1d7ff78824aabfc ;
    schema:name "Another World(オリジナル・カラオケ)"@ja .

_:N8810db21975c4b9aad5108d18bf715fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "B線上のイノセント(オリジナル・カラオケ)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:N0ee91600365449fcb1d7ff78824aabfc ;
    schema:name "B線上のイノセント(オリジナル・カラオケ)"@ja .

_:Na9bb05e6ff1b4d90bea867ec45d4d660 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "B線上のイノセント"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:N0ee91600365449fcb1d7ff78824aabfc ;
    schema:name "B線上のイノセント"@ja .

_:Ne093ccbe424d40489bf8efcf7bbe383d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another World"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:N0ee91600365449fcb1d7ff78824aabfc ;
    schema:name "Another World"@ja .

_:N0ee91600365449fcb1d7ff78824aabfc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N64847e0bc3884cdea7688d39a6bdffc6,
        _:N8810db21975c4b9aad5108d18bf715fe,
        _:Na9bb05e6ff1b4d90bea867ec45d4d660,
        _:Ne093ccbe424d40489bf8efcf7bbe383d ;
    mo:track_count 4 ;
    schema:duration "PT17:34"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N64847e0bc3884cdea7688d39a6bdffc6,
        _:N8810db21975c4b9aad5108d18bf715fe,
        _:Na9bb05e6ff1b4d90bea867ec45d4d660,
        _:Ne093ccbe424d40489bf8efcf7bbe383d .

