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

<artist/885#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aoi Nishimata"@en,
        "西又葵"@ja ;
    foaf:made <album/24014#lyrics>,
        <album/24014#subject> ;
    foaf:name "Aoi Nishimata"@en,
        "西又葵"@ja .

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

<artist/1701#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/24014#subject> ;
    schema:name "Acchorike"@en,
        "アッチョリケ"@ja ;
    foaf:made <album/24014#composition>,
        <album/24014#subject> ;
    foaf:name "Acchorike"@en,
        "アッチョリケ"@ja .

<product/5738#subject> a schema:CreativeWork ;
    schema:name "We Without Wings"@en,
        "俺たちに翼はない under the innocent sky."@ja,
        "Oretachi ni Tsubasa wa Nai: under the innocent sky."@ja-latn ;
    foaf:name "We Without Wings"@en,
        "俺たちに翼はない under the innocent sky."@ja,
        "Oretachi ni Tsubasa wa Nai: under the innocent sky."@ja-latn .

<album/24014#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NEVERLAND / Miyuki Hashimoto"@en,
        "NEVERLAND / 橋本みゆき"@ja,
        "NEVERLAND / Miyuki Hashimoto"@ja-latn ;
    mo:composer <artist/1701#subject> ;
    mo:produced_work <album/24014#musicalwork> ;
    schema:name "NEVERLAND / Miyuki Hashimoto"@en,
        "NEVERLAND / 橋本みゆき"@ja,
        "NEVERLAND / Miyuki Hashimoto"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/41/24014/24014-1305130258.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/24014#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "NEVERLAND / Miyuki Hashimoto"@en,
        "NEVERLAND / 橋本みゆき"@ja,
        "NEVERLAND / Miyuki Hashimoto"@ja-latn ;
    mo:performance_of <album/24014#musicalwork> ;
    mo:performer <artist/490#subject> ;
    mo:recorded_as <album/24014#musicalexpression> ;
    schema:byArtist <artist/490#subject> ;
    schema:name "NEVERLAND / Miyuki Hashimoto"@en,
        "NEVERLAND / 橋本みゆき"@ja,
        "NEVERLAND / Miyuki Hashimoto"@ja-latn ;
    schema:workPerformed <album/24014#musicalwork> .

<artist/490#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24014#performance> ;
    schema:name "Miyuki Hashimoto"@en,
        "橋本みゆき"@ja ;
    foaf:name "Miyuki Hashimoto"@en,
        "橋本みゆき"@ja .

<album/24014#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-05-11"^^xsd:date ;
    dcterms:title "NEVERLAND / Miyuki Hashimoto"@en,
        "NEVERLAND / 橋本みゆき"@ja,
        "NEVERLAND / Miyuki Hashimoto"@ja-latn ;
    mo:catalogue_number "LACM-4806" ;
    mo:media_type "CD" ;
    mo:publication_of <album/24014#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:Nfa5a6075ead64e289c65026ed455ae88 ;
    mo:record_count 1 ;
    schema:about <product/5738#subject> ;
    schema:byArtist <artist/490#subject> ;
    schema:datePublished "2011-05-11"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/41/24014/24014-1305130258.jpg> ;
    schema:name "NEVERLAND / Miyuki Hashimoto"@en,
        "NEVERLAND / 橋本みゆき"@ja,
        "NEVERLAND / Miyuki Hashimoto"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/41/24014/24014-1305130258.jpg> .

_:N0ebee5aa5bb94a37a699726b86e6d936 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NEVERLAND"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:Nfa5a6075ead64e289c65026ed455ae88 ;
    schema:name "NEVERLAND"@en .

_:N52ac02cab73544be947923fbe6dc6a23 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NEVERLAND (Off Vocal)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:Nfa5a6075ead64e289c65026ed455ae88 ;
    schema:name "NEVERLAND (Off Vocal)"@en .

_:N8d98c15404ea4c61b95b3951d7acf12a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pray"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:15"^^xsd:interval ;
    schema:inPlaylist _:Nfa5a6075ead64e289c65026ed455ae88 ;
    schema:name "Pray"@en .

_:Nc1bdb4f82a0d45e58614d561404d1dba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pray (Off Vocal)"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:Nfa5a6075ead64e289c65026ed455ae88 ;
    schema:name "Pray (Off Vocal)"@en .

_:Nfa5a6075ead64e289c65026ed455ae88 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ebee5aa5bb94a37a699726b86e6d936,
        _:N52ac02cab73544be947923fbe6dc6a23,
        _:N8d98c15404ea4c61b95b3951d7acf12a,
        _:Nc1bdb4f82a0d45e58614d561404d1dba ;
    mo:track_count 4 ;
    schema:duration "PT18:15"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N0ebee5aa5bb94a37a699726b86e6d936,
        _:N52ac02cab73544be947923fbe6dc6a23,
        _:N8d98c15404ea4c61b95b3951d7acf12a,
        _:Nc1bdb4f82a0d45e58614d561404d1dba .

