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

<artist/48#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masaaki Endoh"@en,
        "遠藤正明"@ja ;
    foaf:made <album/10510#subject>,
        <album/10510#vocals> ;
    foaf:name "Masaaki Endoh"@en,
        "遠藤正明"@ja .

<artist/55#subject> a schema:Person,
        foaf:Person ;
    schema:name "JAM Project"@en ;
    foaf:made <album/10510#subject>,
        <album/10510#vocals> ;
    foaf:name "JAM Project"@en .

<artist/57#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroshi Kitadani"@en,
        "きただにひろし"@ja ;
    foaf:made <album/10510#subject>,
        <album/10510#vocals> ;
    foaf:name "Hiroshi Kitadani"@en,
        "きただにひろし"@ja .

<artist/6194#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoshiki Fukuyama"@en,
        "福山芳樹"@ja ;
    foaf:made <album/10510#subject>,
        <album/10510#vocals> ;
    foaf:name "Yoshiki Fukuyama"@en,
        "福山芳樹"@ja .

<artist/1605#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10510#subject> ;
    schema:name "Masami Okui"@en,
        "奥井雅美"@ja ;
    foaf:made <album/10510#composition>,
        <album/10510#lyrics>,
        <album/10510#subject>,
        <album/10510#vocals> ;
    foaf:name "Masami Okui"@en,
        "奥井雅美"@ja .

<artist/42#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10510#subject> ;
    schema:name "Hironobu Kageyama"@en,
        "影山ヒロノブ"@ja ;
    foaf:made <album/10510#composition>,
        <album/10510#lyrics>,
        <album/10510#subject>,
        <album/10510#vocals> ;
    foaf:name "Hironobu Kageyama"@en,
        "影山ヒロノブ"@ja .

<product/3675#subject> a schema:CreativeWork ;
    schema:name "Super Robot Wars Z"@en,
        "スーパーロボット大戦Z"@ja,
        "Super Robot Taisen Z"@ja-latn ;
    foaf:name "Super Robot Wars Z"@en,
        "スーパーロボット大戦Z"@ja,
        "Super Robot Taisen Z"@ja-latn .

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

<album/10510#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Crest of \"Z's\" / JAM Project"@en,
        "Crest of \"Z's\" / JAM Project"@ja,
        "Crest of \"Z's\" / JAM Project"@ja-latn ;
    mo:performance_of <album/10510#musicalwork> ;
    mo:recorded_as <album/10510#musicalexpression> ;
    schema:name "Crest of \"Z's\" / JAM Project"@en,
        "Crest of \"Z's\" / JAM Project"@ja,
        "Crest of \"Z's\" / JAM Project"@ja-latn ;
    schema:workPerformed <album/10510#musicalwork> .

<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/01/10510/10510-1232023625.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/10510#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/01/10510/10510-1232023625.jpg> ;
    foaf:depicts <album/10510#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/01/10510/10510-1232023625.jpg> .

<https://medium-media.vgm.io/albums/01/10510/10510-1232023625.jpg> a schema:ImageObject,
        foaf:Image .

<album/10510#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Crest of \"Z's\" / JAM Project"@en,
        "Crest of \"Z's\" / JAM Project"@ja,
        "Crest of \"Z's\" / JAM Project"@ja-latn ;
    mo:composer <artist/1605#subject>,
        <artist/42#subject> ;
    mo:produced_work <album/10510#musicalwork> ;
    schema:name "Crest of \"Z's\" / JAM Project"@en,
        "Crest of \"Z's\" / JAM Project"@ja,
        "Crest of \"Z's\" / JAM Project"@ja-latn .

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

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

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

<album/10510#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-09-26"^^xsd:date ;
    dcterms:title "Crest of \"Z's\" / JAM Project"@en,
        "Crest of \"Z's\" / JAM Project"@ja,
        "Crest of \"Z's\" / JAM Project"@ja-latn ;
    mo:catalogue_number "LACM-4530" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10510#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:N9777d1d94ecd4412965be696a0941824 ;
    mo:record_count 1 ;
    schema:about <product/3675#subject> ;
    schema:datePublished "2008-09-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/01/10510/10510-1232023625.jpg> ;
    schema:name "Crest of \"Z's\" / JAM Project"@en,
        "Crest of \"Z's\" / JAM Project"@ja,
        "Crest of \"Z's\" / JAM Project"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/01/10510/10510-1232023625.jpg> .

_:N82908f158da94de184567d17df1cbd42 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cosmic Dance (off vocal)"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:49"^^xsd:interval ;
    schema:inPlaylist _:N9777d1d94ecd4412965be696a0941824 ;
    schema:name "Cosmic Dance (off vocal)"@en .

_:Nc0ab0a32f09c4f44b1c2db849afe1dd7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cosmic Dance"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:52"^^xsd:interval ;
    schema:inPlaylist _:N9777d1d94ecd4412965be696a0941824 ;
    schema:name "Cosmic Dance"@en .

_:Ne48ed13d05034b54a546bca0b4f1fbfb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crest of　“Z's”"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:16"^^xsd:interval ;
    schema:inPlaylist _:N9777d1d94ecd4412965be696a0941824 ;
    schema:name "Crest of　“Z's”"@en .

_:Nf32f7c4c9be04c86b5b9b666c8d750d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crest of　“Z's” (off vocal)"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:15"^^xsd:interval ;
    schema:inPlaylist _:N9777d1d94ecd4412965be696a0941824 ;
    schema:name "Crest of　“Z's” (off vocal)"@en .

_:N9777d1d94ecd4412965be696a0941824 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N82908f158da94de184567d17df1cbd42,
        _:Nc0ab0a32f09c4f44b1c2db849afe1dd7,
        _:Ne48ed13d05034b54a546bca0b4f1fbfb,
        _:Nf32f7c4c9be04c86b5b9b666c8d750d9 ;
    mo:track_count 4 ;
    schema:duration "PT22:12"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N82908f158da94de184567d17df1cbd42,
        _:Nc0ab0a32f09c4f44b1c2db849afe1dd7,
        _:Ne48ed13d05034b54a546bca0b4f1fbfb,
        _:Nf32f7c4c9be04c86b5b9b666c8d750d9 .

