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

<artist/17924#subject> a schema:Person,
        foaf:Person ;
    schema:name "Janne Da Arc"@en ;
    foaf:made <album/11784#subject>,
        <album/11784#vocals> ;
    foaf:name "Janne Da Arc"@en .

<artist/21522#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shinobu Narita"@en,
        "成田忍"@ja ;
    foaf:made <album/11784#subject>,
        <album/11784#vocals> ;
    foaf:name "Shinobu Narita"@en,
        "成田忍"@ja .

<artist/21727#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takeyuki Hatano"@en,
        "秦野猛行"@ja ;
    foaf:made <album/11784#subject>,
        <album/11784#vocals> ;
    foaf:name "Takeyuki Hatano"@en,
        "秦野猛行"@ja .

<artist/6584#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masao Akashi"@en,
        "明石昌夫"@ja ;
    foaf:made <album/11784#subject>,
        <album/11784#vocals> ;
    foaf:name "Masao Akashi"@en,
        "明石昌夫"@ja .

<artist/17950#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11784#subject> ;
    schema:name "yasu"@en ;
    foaf:made <album/11784#composition>,
        <album/11784#lyrics>,
        <album/11784#subject> ;
    foaf:name "yasu"@en .

<artist/21732#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11784#subject> ;
    schema:name "kiyo"@en ;
    foaf:made <album/11784#composition>,
        <album/11784#lyrics>,
        <album/11784#subject> ;
    foaf:name "kiyo"@en .

<product/12888#subject> a schema:CreativeWork ;
    schema:name "Mega Man Battle Network"@en,
        "バトルネットワーク ロックマンエグゼ"@ja,
        "Battle Network Rockman EXE"@ja-latn ;
    foaf:name "Mega Man Battle Network"@en,
        "バトルネットワーク ロックマンエグゼ"@ja,
        "Battle Network Rockman EXE"@ja-latn .

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

<album/11784#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "NEO VENUS / Janne Da Arc"@en,
        "NEO VENUS / Janne Da Arc"@ja,
        "NEO VENUS / Janne Da Arc"@ja-latn ;
    mo:performance_of <album/11784#musicalwork> ;
    mo:recorded_as <album/11784#musicalexpression> ;
    schema:name "NEO VENUS / Janne Da Arc"@en,
        "NEO VENUS / Janne Da Arc"@ja,
        "NEO VENUS / Janne Da Arc"@ja-latn ;
    schema:workPerformed <album/11784#musicalwork> .

<org/422#subject> schema:name "cutting edge"@en,
        "cutting edge"@ja,
        "cutting edge"@ja-latn ;
    foaf:name "cutting edge"@en,
        "cutting edge"@ja,
        "cutting edge"@ja-latn .

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

<https://medium-media.vgm.io/albums/48/11784/11784-1249820908.jpg> a schema:ImageObject,
        foaf:Image .

<album/11784#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NEO VENUS / Janne Da Arc"@en,
        "NEO VENUS / Janne Da Arc"@ja,
        "NEO VENUS / Janne Da Arc"@ja-latn ;
    mo:composer <artist/17950#subject>,
        <artist/21732#subject> ;
    mo:produced_work <album/11784#musicalwork> ;
    schema:name "NEO VENUS / Janne Da Arc"@en,
        "NEO VENUS / Janne Da Arc"@ja,
        "NEO VENUS / Janne Da Arc"@ja-latn .

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

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

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

<album/11784#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-04-25"^^xsd:date ;
    dcterms:title "NEO VENUS / Janne Da Arc"@en,
        "NEO VENUS / Janne Da Arc"@ja,
        "NEO VENUS / Janne Da Arc"@ja-latn ;
    mo:catalogue_number "CTCR-40078" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11784#musicalexpression> ;
    mo:publisher <org/422#subject> ;
    mo:record _:Nf9db3d02acf34502a389ec2ccdb880d0 ;
    mo:record_count 1 ;
    schema:about <product/12888#subject> ;
    schema:datePublished "2001-04-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/48/11784/11784-1249820908.jpg> ;
    schema:name "NEO VENUS / Janne Da Arc"@en,
        "NEO VENUS / Janne Da Arc"@ja,
        "NEO VENUS / Janne Da Arc"@ja-latn ;
    schema:publisher <org/422#subject> ;
    foaf:depiction <https://media.vgm.io/albums/48/11784/11784-1249820908.jpg> .

_:Nc9107a6562e644a5827c66eac71a1dd1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EDEN ～君がいない～ (at BUDOKAN Live Version)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:39"^^xsd:interval ;
    schema:inPlaylist _:Nf9db3d02acf34502a389ec2ccdb880d0 ;
    schema:name "EDEN ～君がいない～ (at BUDOKAN Live Version)"@ja .

_:Nd68cc975f68a4375bc9cc56630f4368f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NEO VENUS"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Nf9db3d02acf34502a389ec2ccdb880d0 ;
    schema:name "NEO VENUS"@ja .

_:Nf215194005644671ae231f7e7b0b48f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "-S- (at BUDOKAN Live Version)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Nf9db3d02acf34502a389ec2ccdb880d0 ;
    schema:name "-S- (at BUDOKAN Live Version)"@ja .

_:Nf9db3d02acf34502a389ec2ccdb880d0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nc9107a6562e644a5827c66eac71a1dd1,
        _:Nd68cc975f68a4375bc9cc56630f4368f,
        _:Nf215194005644671ae231f7e7b0b48f1 ;
    mo:track_count 3 ;
    schema:duration "PT14:35"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:Nc9107a6562e644a5827c66eac71a1dd1,
        _:Nd68cc975f68a4375bc9cc56630f4368f,
        _:Nf215194005644671ae231f7e7b0b48f1 .

