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

<artist/14474#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoshihiro Saito"@en,
        "サイトウヨシヒロ"@ja ;
    foaf:made <album/79652#lyrics>,
        <album/79652#subject> ;
    foaf:name "Yoshihiro Saito"@en,
        "サイトウヨシヒロ"@ja .

<artist/21843#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yusuke Shirai"@en,
        "白井悠介"@ja ;
    foaf:made <album/79652#subject>,
        <album/79652#vocals> ;
    foaf:name "Yusuke Shirai"@en,
        "白井悠介"@ja .

<artist/10121#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79652#subject> ;
    schema:name "Kentaro Ishii"@en,
        "石井健太郎"@ja ;
    foaf:made <album/79652#composition>,
        <album/79652#subject> ;
    foaf:name "Kentaro Ishii"@en,
        "石井健太郎"@ja .

<album/79652#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Noble Bullet 11 Kurofune Group"@en,
        "Noble Bullet 11 黒船グループ"@ja,
        "Noble Bullet 11 Kurofune Group"@ja-latn ;
    mo:composer <artist/10121#subject> ;
    mo:produced_work <album/79652#musicalwork> ;
    schema:name "Noble Bullet 11 Kurofune Group"@en,
        "Noble Bullet 11 黒船グループ"@ja,
        "Noble Bullet 11 Kurofune Group"@ja-latn .

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

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

<album/79652#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Noble Bullet 11 Kurofune Group"@en,
        "Noble Bullet 11 黒船グループ"@ja,
        "Noble Bullet 11 Kurofune Group"@ja-latn ;
    mo:performance_of <album/79652#musicalwork> ;
    mo:recorded_as <album/79652#musicalexpression> ;
    schema:name "Noble Bullet 11 Kurofune Group"@en,
        "Noble Bullet 11 黒船グループ"@ja,
        "Noble Bullet 11 Kurofune Group"@ja-latn ;
    schema:workPerformed <album/79652#musicalwork> .

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

<org/2208#subject> schema:name "MARVELOUS!"@en,
        "MARVELOUS!"@ja,
        "MARVELOUS!"@ja-latn ;
    foaf:name "MARVELOUS!"@en,
        "MARVELOUS!"@ja,
        "MARVELOUS!"@ja-latn .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/79652#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/79652#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/79652#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-12-19"^^xsd:date ;
    dcterms:title "Noble Bullet 11 Kurofune Group"@en,
        "Noble Bullet 11 黒船グループ"@ja,
        "Noble Bullet 11 Kurofune Group"@ja-latn ;
    mo:catalogue_number "ZMCZ-12381" ;
    mo:media_type "CD" ;
    mo:publication_of <album/79652#musicalexpression> ;
    mo:publisher <org/2208#subject> ;
    mo:record_count 0 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The Thousand Noble Musketeers (Senjuushi)"@en ;
            foaf:name "The Thousand Noble Musketeers (Senjuushi)"@en ] ;
    schema:datePublished "2018-12-19"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Noble Bullet 11 Kurofune Group"@en,
        "Noble Bullet 11 黒船グループ"@ja,
        "Noble Bullet 11 Kurofune Group"@ja-latn ;
    schema:publisher <org/2208#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

