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

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

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

<artist/26648#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/40551#subject> ;
    schema:name "Jeff Williams"@en ;
    foaf:made <album/40551#composition>,
        <album/40551#subject> ;
    foaf:name "Jeff Williams"@en .

<product/11672#subject> a schema:CreativeWork ;
    schema:name "RWBY VOLUME 1"@en,
        "RWBY VOLUME 1"@ja,
        "RWBY VOLUME 1"@ja-latn ;
    foaf:name "RWBY VOLUME 1"@en,
        "RWBY VOLUME 1"@ja,
        "RWBY VOLUME 1"@ja-latn .

<album/40551#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "chapter one"@en,
        "Rwby: Chapter 1"@ja,
        "RWBY: chapter one"@ja-latn ;
    mo:composer <artist/26648#subject> ;
    mo:produced_work <album/40551#musicalwork> ;
    schema:name "chapter one"@en,
        "Rwby: Chapter 1"@ja,
        "RWBY: chapter one"@ja-latn .

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

<album/40551#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "chapter one"@en,
        "Rwby: Chapter 1"@ja,
        "RWBY: chapter one"@ja-latn ;
    mo:performance_of <album/40551#musicalwork> ;
    mo:recorded_as <album/40551#musicalexpression> ;
    schema:name "chapter one"@en,
        "Rwby: Chapter 1"@ja,
        "RWBY: chapter one"@ja-latn ;
    schema:workPerformed <album/40551#musicalwork> .

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

<https://medium-media.vgm.io/albums/15/40551/40551-1374360153.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/40551#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-07-18"^^xsd:date ;
    dcterms:title "chapter one"@en,
        "Rwby: Chapter 1"@ja,
        "RWBY: chapter one"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/40551#musicalexpression> ;
    mo:publisher _:Ndb5d74cb0a7d405a82327f4dca48afab ;
    mo:record _:N5ba961216cd94edfafeaf6eb95015c37 ;
    mo:record_count 1 ;
    schema:about <product/11672#subject> ;
    schema:datePublished "2013-07-18"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/15/40551/40551-1374360153.jpg> ;
    schema:name "chapter one"@en,
        "Rwby: Chapter 1"@ja,
        "RWBY: chapter one"@ja-latn ;
    schema:publisher _:Ndb5d74cb0a7d405a82327f4dca48afab ;
    foaf:depiction <https://media.vgm.io/albums/15/40551/40551-1374360153.jpg> .

_:N5ba961216cd94edfafeaf6eb95015c37 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N819fa1a1e71e4e57bd76f08ff34535f8 ;
    mo:track_count 1 ;
    schema:duration "PT8:39"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N819fa1a1e71e4e57bd76f08ff34535f8 .

_:N819fa1a1e71e4e57bd76f08ff34535f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RWBY: chapter one"@en,
        "Rwby: Chapter 1"@en ;
    mo:track_number 1 ;
    schema:duration "PT8:39"^^xsd:interval ;
    schema:inPlaylist _:N5ba961216cd94edfafeaf6eb95015c37 ;
    schema:name "RWBY: chapter one"@en,
        "Rwby: Chapter 1"@en .

_:Ndb5d74cb0a7d405a82327f4dca48afab schema:name "Jeff Williams"@en,
        "Jeff Williams"@ja,
        "Jeff Williams"@ja-latn ;
    foaf:name "Jeff Williams"@en,
        "Jeff Williams"@ja,
        "Jeff Williams"@ja-latn .

