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

<artist/12671#subject> a schema:Person,
        foaf:Person ;
    schema:name "Minami Tsuda"@en,
        "津田美波"@ja ;
    foaf:made <album/40266#subject>,
        <album/40266#vocals> ;
    foaf:name "Minami Tsuda"@en,
        "津田美波"@ja .

<artist/13477#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aya Suzaki"@en,
        "洲崎綾"@ja ;
    foaf:made <album/40266#subject>,
        <album/40266#vocals> ;
    foaf:name "Aya Suzaki"@en,
        "洲崎綾"@ja .

<artist/15107#subject> a schema:Person,
        foaf:Person ;
    schema:name "Misaki Kuno"@en,
        "久野美咲"@ja ;
    foaf:made <album/40266#subject>,
        <album/40266#vocals> ;
    foaf:name "Misaki Kuno"@en,
        "久野美咲"@ja .

<artist/3132#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kiyomi Kumano"@en,
        "くまのきよみ"@ja ;
    foaf:made <album/40266#lyrics>,
        <album/40266#subject> ;
    foaf:name "Kiyomi Kumano"@en,
        "くまのきよみ"@ja .

<artist/15705#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/40266#subject> ;
    schema:name "Nobutaka Ishii"@en,
        "石井伸昂"@ja ;
    foaf:made <album/40266#composition>,
        <album/40266#subject> ;
    foaf:name "Nobutaka Ishii"@en,
        "石井伸昂"@ja .

<artist/856#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/40266#subject> ;
    schema:name "Kaoru Okubo"@en,
        "大久保薫"@ja ;
    foaf:made <album/40266#composition>,
        <album/40266#subject> ;
    foaf:name "Kaoru Okubo"@en,
        "大久保薫"@ja .

<product/4701#subject> a schema:CreativeWork ;
    schema:name "RO-KYU-BU! SS"@en,
        "ロウきゅーぶ! SS"@ja,
        "RO-KYU-BU! SS"@ja-latn ;
    foaf:name "RO-KYU-BU! SS"@en,
        "ロウきゅーぶ! SS"@ja,
        "RO-KYU-BU! SS"@ja-latn .

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

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

<album/40266#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RO-KYU-BU! SS Character Songs Vol.1"@en,
        "ロウきゅーぶ! SS 第3巻 特典CD"@ja,
        "RO-KYU-BU! SS Vol.3 Bonus CD"@ja-latn ;
    mo:performance_of <album/40266#musicalwork> ;
    mo:recorded_as <album/40266#musicalexpression> ;
    schema:name "RO-KYU-BU! SS Character Songs Vol.1"@en,
        "ロウきゅーぶ! SS 第3巻 特典CD"@ja,
        "RO-KYU-BU! SS Vol.3 Bonus CD"@ja-latn ;
    schema:workPerformed <album/40266#musicalwork> .

<org/992#subject> schema:name "Warner Home Video"@en,
        "Warner Home Video"@ja,
        "Warner Home Video"@ja-latn ;
    foaf:name "Warner Home Video"@en,
        "Warner Home Video"@ja,
        "Warner Home Video"@ja-latn .

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

<https://medium-media.vgm.io/albums/66/40266/40266-1385647567.jpg> a schema:ImageObject,
        foaf:Image .

<album/40266#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RO-KYU-BU! SS Character Songs Vol.1"@en,
        "ロウきゅーぶ! SS 第3巻 特典CD"@ja,
        "RO-KYU-BU! SS Vol.3 Bonus CD"@ja-latn ;
    mo:composer <artist/15705#subject>,
        <artist/856#subject> ;
    mo:produced_work <album/40266#musicalwork> ;
    schema:name "RO-KYU-BU! SS Character Songs Vol.1"@en,
        "ロウきゅーぶ! SS 第3巻 特典CD"@ja,
        "RO-KYU-BU! SS Vol.3 Bonus CD"@ja-latn .

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

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

<album/40266#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-11-27"^^xsd:date ;
    dcterms:title "RO-KYU-BU! SS Character Songs Vol.1"@en,
        "ロウきゅーぶ! SS 第3巻 特典CD"@ja,
        "RO-KYU-BU! SS Vol.3 Bonus CD"@ja-latn ;
    mo:catalogue_number "1000416082-CD" ;
    mo:media_type "CD" ;
    mo:publication_of <album/40266#musicalexpression> ;
    mo:publisher <org/992#subject> ;
    mo:record _:N8e27f090b677419f93c47bcf5acc2c69 ;
    mo:record_count 1 ;
    schema:about <product/4701#subject> ;
    schema:datePublished "2013-11-27"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/66/40266/40266-1385647567.jpg> ;
    schema:name "RO-KYU-BU! SS Character Songs Vol.1"@en,
        "ロウきゅーぶ! SS 第3巻 特典CD"@ja,
        "RO-KYU-BU! SS Vol.3 Bonus CD"@ja-latn ;
    schema:publisher <org/992#subject> ;
    foaf:depiction <https://media.vgm.io/albums/66/40266/40266-1385647567.jpg> .

_:N7dbfffda6860440fb0edeb677925841b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ツインだもんWIN!"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N8e27f090b677419f93c47bcf5acc2c69 ;
    schema:name "ツインだもんWIN!"@ja .

_:Nfbb89a2606c84920a78f0941dd3cb9ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ヤマトダマシイできマシタ。"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N8e27f090b677419f93c47bcf5acc2c69 ;
    schema:name "ヤマトダマシイできマシタ。"@ja .

_:N8e27f090b677419f93c47bcf5acc2c69 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7dbfffda6860440fb0edeb677925841b,
        _:Nfbb89a2606c84920a78f0941dd3cb9ec ;
    mo:track_count 2 ;
    schema:duration "PT9:17"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N7dbfffda6860440fb0edeb677925841b,
        _:Nfbb89a2606c84920a78f0941dd3cb9ec .

