@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/39548#subject> a schema:MusicGroup,
        schema:Person,
        foaf:Person ;
    schema:memberOf <org/5069#subject> ;
    foaf:member <org/5069#subject> ;
    foaf:name "Kenshiro"@en,
        "ケンシロー"@ja .

<artist/52278#subject> a schema:MusicGroup,
        schema:Person,
        foaf:Person ;
    schema:memberOf <org/5069#subject> ;
    foaf:member <org/5069#subject> ;
    foaf:name "Raku"@en .

<artist/78913#subject> a schema:MusicGroup,
        schema:Person,
        foaf:Person ;
    schema:memberOf <org/5069#subject> ;
    foaf:member <org/5069#subject> ;
    foaf:name "Kurenai"@en .

<org/5069#subject> a schema:Organization,
        foaf:Organization ;
    schema:member <artist/39548#subject>,
        <artist/52278#subject>,
        <artist/78913#subject> ;
    schema:name "While True:" ;
    foaf:name "While True:" .

