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

<artist/14672#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mai Fuchigami"@en,
        "渕上舞"@ja ;
    foaf:made <album/42841#subject>,
        <album/42841#vocals> ;
    foaf:name "Mai Fuchigami"@en,
        "渕上舞"@ja .

<artist/15223#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hibiku Yamamura"@en,
        "山村響"@ja ;
    foaf:made <album/42841#subject>,
        <album/42841#vocals> ;
    foaf:name "Hibiku Yamamura"@en,
        "山村響"@ja .

<artist/5433#subject> a schema:Person,
        foaf:Person ;
    schema:name "Manami Numakura"@en,
        "沼倉愛美"@ja ;
    foaf:made <album/42841#subject>,
        <album/42841#vocals> ;
    foaf:name "Manami Numakura"@en,
        "沼倉愛美"@ja .

<artist/16027#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42841#subject> ;
    schema:name "Heart's Cry"@en ;
    foaf:made <album/42841#composition>,
        <album/42841#lyrics>,
        <album/42841#subject> ;
    foaf:name "Heart's Cry"@en .

<artist/9357#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42841#subject> ;
    schema:name "yuyoyuppe"@en,
        "ゆよゆっぺ"@ja ;
    foaf:made <album/42841#composition>,
        <album/42841#lyrics>,
        <album/42841#subject> ;
    foaf:name "yuyoyuppe"@en,
        "ゆよゆっぺ"@ja .

<product/2233#subject> a schema:CreativeWork ;
    schema:name "Arpeggio of Blue Steel -Ars Nova-"@en,
        "蒼き鋼のアルペジオ ‐アルス・ノヴァ‐"@ja,
        "Aoki Hagane no Arpeggio -Ars Nova-"@ja-latn ;
    foaf:name "Arpeggio of Blue Steel -Ars Nova-"@en,
        "蒼き鋼のアルペジオ ‐アルス・ノヴァ‐"@ja,
        "Aoki Hagane no Arpeggio -Ars Nova-"@ja-latn .

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

<album/42841#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ARPEGGIO OF BLUE STEEL -ARS NOVA- CHARACTER SONG EP 01"@en,
        "『蒼き鋼のアルペジオ -アルス・ノヴァ-』キャラクターソング EP 01"@ja,
        "Aoki Hagane no Arpeggio -Ars Nova- Character Song EP 01"@ja-latn ;
    mo:performance_of <album/42841#musicalwork> ;
    mo:recorded_as <album/42841#musicalexpression> ;
    schema:name "ARPEGGIO OF BLUE STEEL -ARS NOVA- CHARACTER SONG EP 01"@en,
        "『蒼き鋼のアルペジオ -アルス・ノヴァ-』キャラクターソング EP 01"@ja,
        "Aoki Hagane no Arpeggio -Ars Nova- Character Song EP 01"@ja-latn ;
    schema:workPerformed <album/42841#musicalwork> .

<org/240#subject> schema:name "flying DOG"@en,
        "flying DOG"@ja,
        "flying DOG"@ja-latn ;
    foaf:name "flying DOG"@en,
        "flying DOG"@ja,
        "flying DOG"@ja-latn .

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

<https://medium-media.vgm.io/albums/14/42841/42841-1408949632.jpg> a schema:ImageObject,
        foaf:Image .

<album/42841#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ARPEGGIO OF BLUE STEEL -ARS NOVA- CHARACTER SONG EP 01"@en,
        "『蒼き鋼のアルペジオ -アルス・ノヴァ-』キャラクターソング EP 01"@ja,
        "Aoki Hagane no Arpeggio -Ars Nova- Character Song EP 01"@ja-latn ;
    mo:composer <artist/16027#subject>,
        <artist/9357#subject> ;
    mo:produced_work <album/42841#musicalwork> ;
    schema:name "ARPEGGIO OF BLUE STEEL -ARS NOVA- CHARACTER SONG EP 01"@en,
        "『蒼き鋼のアルペジオ -アルス・ノヴァ-』キャラクターソング EP 01"@ja,
        "Aoki Hagane no Arpeggio -Ars Nova- Character Song EP 01"@ja-latn .

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

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

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

<album/42841#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-02-07"^^xsd:date ;
    dcterms:title "ARPEGGIO OF BLUE STEEL -ARS NOVA- CHARACTER SONG EP 01"@en,
        "『蒼き鋼のアルペジオ -アルス・ノヴァ-』キャラクターソング EP 01"@ja,
        "Aoki Hagane no Arpeggio -Ars Nova- Character Song EP 01"@ja-latn ;
    mo:catalogue_number "VTCY-42" ;
    mo:media_type "CD" ;
    mo:publication_of <album/42841#musicalexpression> ;
    mo:publisher <org/240#subject> ;
    mo:record _:N43511c53f62a4c73b8d34924a1cc087d ;
    mo:record_count 1 ;
    schema:about <product/2233#subject> ;
    schema:datePublished "2014-02-07"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/14/42841/42841-1408949632.jpg> ;
    schema:name "ARPEGGIO OF BLUE STEEL -ARS NOVA- CHARACTER SONG EP 01"@en,
        "『蒼き鋼のアルペジオ -アルス・ノヴァ-』キャラクターソング EP 01"@ja,
        "Aoki Hagane no Arpeggio -Ars Nova- Character Song EP 01"@ja-latn ;
    schema:publisher <org/240#subject> ;
    foaf:depiction <https://media.vgm.io/albums/14/42841/42841-1408949632.jpg> .

_:N035030fd5aad4b37ba941012b8a34dcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Words [without vocal]"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:N43511c53f62a4c73b8d34924a1cc087d ;
    schema:name "Words [without vocal]"@en .

_:N16827e6eac404a0f869889b8d2e48ca3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starlight"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N43511c53f62a4c73b8d34924a1cc087d ;
    schema:name "Starlight"@en .

_:N382cfbac6ead4c3c964be7f0c892ab15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starlight [without vocal]"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N43511c53f62a4c73b8d34924a1cc087d ;
    schema:name "Starlight [without vocal]"@en .

_:N4d3f77791f2b4408a3b35abb190df95b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Words"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:N43511c53f62a4c73b8d34924a1cc087d ;
    schema:name "Words"@en .

_:N7fa3a8d6580f4221a46863e2768098d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Be united"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N43511c53f62a4c73b8d34924a1cc087d ;
    schema:name "Be united"@en .

_:Na37f63150796406e97b503e59e7a651d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Be united [without vocal]"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N43511c53f62a4c73b8d34924a1cc087d ;
    schema:name "Be united [without vocal]"@en .

_:N43511c53f62a4c73b8d34924a1cc087d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N035030fd5aad4b37ba941012b8a34dcf,
        _:N16827e6eac404a0f869889b8d2e48ca3,
        _:N382cfbac6ead4c3c964be7f0c892ab15,
        _:N4d3f77791f2b4408a3b35abb190df95b,
        _:N7fa3a8d6580f4221a46863e2768098d2,
        _:Na37f63150796406e97b503e59e7a651d ;
    mo:track_count 6 ;
    schema:duration "PT26:05"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N035030fd5aad4b37ba941012b8a34dcf,
        _:N16827e6eac404a0f869889b8d2e48ca3,
        _:N382cfbac6ead4c3c964be7f0c892ab15,
        _:N4d3f77791f2b4408a3b35abb190df95b,
        _:N7fa3a8d6580f4221a46863e2768098d2,
        _:Na37f63150796406e97b503e59e7a651d .

