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

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

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

<artist/225#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15353#subject> ;
    schema:name "Noriko Matsueda"@en,
        "松枝賀子"@ja ;
    foaf:made <album/15353#composition>,
        <album/15353#subject> ;
    foaf:name "Noriko Matsueda"@en,
        "松枝賀子"@ja .

<artist/797#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15353#subject> ;
    schema:name "Takahito Eguchi"@en,
        "江口貴勅"@ja ;
    foaf:made <album/15353#composition>,
        <album/15353#subject> ;
    foaf:name "Takahito Eguchi"@en,
        "江口貴勅"@ja .

<product/999#subject> a schema:CreativeWork ;
    schema:name "The Bouncer"@en,
        "バウンサー"@ja,
        "The Bouncer"@ja-latn ;
    foaf:name "The Bouncer"@en,
        "バウンサー"@ja,
        "The Bouncer"@ja-latn .

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

<album/15353#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Bouncer"@en,
        "The Bouncer"@ja,
        "The Bouncer"@ja-latn ;
    mo:performance_of <album/15353#musicalwork> ;
    mo:recorded_as <album/15353#musicalexpression> ;
    schema:name "The Bouncer"@en,
        "The Bouncer"@ja,
        "The Bouncer"@ja-latn ;
    schema:workPerformed <album/15353#musicalwork> .

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

<https://medium-media.vgm.io/albums/35/15353/15353-1253256902.jpg> a schema:ImageObject,
        foaf:Image .

<album/15353#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Bouncer"@en,
        "The Bouncer"@ja,
        "The Bouncer"@ja-latn ;
    mo:composer <artist/225#subject>,
        <artist/797#subject> ;
    mo:produced_work <album/15353#musicalwork> ;
    schema:name "The Bouncer"@en,
        "The Bouncer"@ja,
        "The Bouncer"@ja-latn .

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

<album/15353#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2000-12-23"^^xsd:date ;
    dcterms:title "The Bouncer"@en,
        "The Bouncer"@ja,
        "The Bouncer"@ja-latn ;
    mo:catalogue_number "SQUARE-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15353#musicalexpression> ;
    mo:publisher _:N666cf4a20b64406ea1cda82841bede54 ;
    mo:record_count 0 ;
    schema:about <product/999#subject> ;
    schema:datePublished "2000-12-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/35/15353/15353-1253256902.jpg> ;
    schema:name "The Bouncer"@en,
        "The Bouncer"@ja,
        "The Bouncer"@ja-latn ;
    schema:publisher _:N666cf4a20b64406ea1cda82841bede54 ;
    foaf:depiction <https://media.vgm.io/albums/35/15353/15353-1253256902.jpg> .

_:N666cf4a20b64406ea1cda82841bede54 schema:name "Square Sounds"@en ;
    foaf:name "Square Sounds"@en .

