@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/> .

<artist/38290#subject> a schema:MusicGroup,
        schema:Person,
        foaf:Person ;
    schema:memberOf <org/2630#subject> ;
    foaf:member <org/2630#subject> ;
    foaf:name "Shunsuke Oiji"@en,
        "生地俊祐"@ja .

<artist/38291#subject> a schema:MusicGroup,
        schema:Person,
        foaf:Person ;
    schema:memberOf <org/2630#subject> ;
    foaf:member <org/2630#subject> ;
    foaf:name "Ryo Okayasu"@en,
        "岡安涼"@ja .

<artist/61098#subject> a schema:MusicGroup,
        schema:Person,
        foaf:Person ;
    schema:memberOf <org/2630#subject> ;
    foaf:member <org/2630#subject> ;
    foaf:name "Isao Minegishi"@en,
        "峯岸功"@ja .

<artist/74696#subject> a schema:MusicGroup,
        schema:Person,
        foaf:Person ;
    schema:memberOf <org/2630#subject> ;
    foaf:member <org/2630#subject> ;
    foaf:name "Hiroyuki Sato"@en,
        "佐藤弘幸"@ja .

<https://media.vgm.io/orgs/03/2630/2630-1654803305.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <org/2630#subject> ;
    schema:thumbnailUrl <https://thumb-media.vgm.io/orgs/03/2630/2630-1654803305.png> ;
    foaf:depicts <org/2630#subject> ;
    foaf:thumbnail <https://thumb-media.vgm.io/orgs/03/2630/2630-1654803305.png> .

<https://thumb-media.vgm.io/orgs/03/2630/2630-1654803305.png> a schema:ImageObject,
        foaf:Image .

<org/2630#subject> a schema:Organization,
        foaf:Organization ;
    schema:image <https://media.vgm.io/orgs/03/2630/2630-1654803305.png> ;
    schema:member <artist/38290#subject>,
        <artist/38291#subject>,
        <artist/61098#subject>,
        <artist/74696#subject> ;
    schema:name "Bandai Namco Pictures Inc." ;
    foaf:depiction <https://media.vgm.io/orgs/03/2630/2630-1654803305.png> ;
    foaf:name "Bandai Namco Pictures Inc." .

