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

<album/123468#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Berry's Sofmap Bonus CD"@en,
        "Berry's ソフマップ特典CD『誘っているのに意外と紳士?』"@ja,
        "Berry's Sofmap Bonus CD"@ja-latn ;
    mo:produced_work <album/123468#musicalwork> ;
    schema:name "Berry's Sofmap Bonus CD"@en,
        "Berry's ソフマップ特典CD『誘っているのに意外と紳士?』"@ja,
        "Berry's Sofmap Bonus CD"@ja-latn .

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

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

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

<album/123468#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Berry's Sofmap Bonus CD"@en,
        "Berry's ソフマップ特典CD『誘っているのに意外と紳士?』"@ja,
        "Berry's Sofmap Bonus CD"@ja-latn ;
    mo:performance_of <album/123468#musicalwork> ;
    mo:recorded_as <album/123468#musicalexpression> ;
    schema:name "Berry's Sofmap Bonus CD"@en,
        "Berry's ソフマップ特典CD『誘っているのに意外と紳士?』"@ja,
        "Berry's Sofmap Bonus CD"@ja-latn ;
    schema:workPerformed <album/123468#musicalwork> .

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

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

<album/123468#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-06-28"^^xsd:date ;
    dcterms:title "Berry's Sofmap Bonus CD"@en,
        "Berry's ソフマップ特典CD『誘っているのに意外と紳士?』"@ja,
        "Berry's Sofmap Bonus CD"@ja-latn ;
    mo:catalogue_number "DAI-130620" ;
    mo:media_type "CD" ;
    mo:publication_of <album/123468#musicalexpression> ;
    mo:publisher <org/1809#subject> ;
    mo:record _:Nb1b1af9cb1714c7d928760f875733f7f ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Berry's"@en ;
            foaf:name "Berry's"@en ] ;
    schema:datePublished "2013-06-28"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    schema:name "Berry's Sofmap Bonus CD"@en,
        "Berry's ソフマップ特典CD『誘っているのに意外と紳士?』"@ja,
        "Berry's Sofmap Bonus CD"@ja-latn ;
    schema:publisher <org/1809#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

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

_:N160983636fe44e4f97146ea2a6bb419d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "誘っているのに意外と紳士?"@ja ;
    mo:track_number 1 ;
    schema:duration "PT14:16"^^xsd:interval ;
    schema:inPlaylist _:Nb1b1af9cb1714c7d928760f875733f7f ;
    schema:name "誘っているのに意外と紳士?"@ja .

_:Nb1b1af9cb1714c7d928760f875733f7f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N160983636fe44e4f97146ea2a6bb419d ;
    mo:track_count 1 ;
    schema:duration "PT14:16"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N160983636fe44e4f97146ea2a6bb419d .

