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

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

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

<artist/5563#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/32992#subject> ;
    schema:name "Yukari Hashimoto"@en,
        "橋本由香利"@ja ;
    foaf:made <album/32992#composition>,
        <album/32992#subject> ;
    foaf:name "Yukari Hashimoto"@en,
        "橋本由香利"@ja .

<product/6348#subject> a schema:CreativeWork ;
    schema:name "Upotte!!"@en,
        "うぽって!!"@ja,
        "Upotte!!"@ja-latn ;
    foaf:name "Upotte!!"@en,
        "うぽって!!"@ja,
        "Upotte!!"@ja-latn .

<album/32992#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Upotte!! Original Soundtrack"@en,
        "TVアニメーション「うぽって!!」オリジナル・サウンドトラック(仮)"@ja,
        "Upotte!! Original Soundtrack"@ja-latn ;
    mo:composer <artist/5563#subject> ;
    mo:produced_work <album/32992#musicalwork> ;
    schema:name "Upotte!! Original Soundtrack"@en,
        "TVアニメーション「うぽって!!」オリジナル・サウンドトラック(仮)"@ja,
        "Upotte!! Original Soundtrack"@ja-latn .

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

<album/32992#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Upotte!! Original Soundtrack"@en,
        "TVアニメーション「うぽって!!」オリジナル・サウンドトラック(仮)"@ja,
        "Upotte!! Original Soundtrack"@ja-latn ;
    mo:performance_of <album/32992#musicalwork> ;
    mo:recorded_as <album/32992#musicalexpression> ;
    schema:name "Upotte!! Original Soundtrack"@en,
        "TVアニメーション「うぽって!!」オリジナル・サウンドトラック(仮)"@ja,
        "Upotte!! Original Soundtrack"@ja-latn ;
    schema:workPerformed <album/32992#musicalwork> .

<org/2192#subject> schema:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn ;
    foaf:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn .

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

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

<album/32992#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-07-25"^^xsd:date ;
    dcterms:title "Upotte!! Original Soundtrack"@en,
        "TVアニメーション「うぽって!!」オリジナル・サウンドトラック(仮)"@ja,
        "Upotte!! Original Soundtrack"@ja-latn ;
    mo:catalogue_number "COCX-37514" ;
    mo:media_type "CD" ;
    mo:publication_of <album/32992#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record_count 0 ;
    schema:about <product/6348#subject> ;
    schema:datePublished "2012-07-25"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Upotte!! Original Soundtrack"@en,
        "TVアニメーション「うぽって!!」オリジナル・サウンドトラック(仮)"@ja,
        "Upotte!! Original Soundtrack"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

