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

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

<artist/26648#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42545#subject> ;
    schema:name "Jeff Williams"@en ;
    foaf:made <album/42545#composition>,
        <album/42545#lyrics>,
        <album/42545#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/42545#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gold"@en,
        "Gold feat. Casey Lee Williams"@ja,
        "Gold"@ja-latn ;
    mo:composer <artist/26648#subject> ;
    mo:produced_work <album/42545#musicalwork> ;
    schema:name "Gold"@en,
        "Gold feat. Casey Lee Williams"@ja,
        "Gold"@ja-latn .

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

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

<org/3519#subject> schema:name "Rooster Teeth"@en,
        "Rooster Teeth"@ja,
        "Rooster Teeth"@ja-latn ;
    foaf:name "Rooster Teeth"@en,
        "Rooster Teeth"@ja,
        "Rooster Teeth"@ja-latn .

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

<https://medium-media.vgm.io/albums/54/42545/42545-1383695578.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/42545#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gold"@en,
        "Gold feat. Casey Lee Williams"@ja,
        "Gold"@ja-latn ;
    mo:performance_of <album/42545#musicalwork> ;
    mo:performer <artist/34442#subject> ;
    mo:recorded_as <album/42545#musicalexpression> ;
    schema:byArtist <artist/34442#subject> ;
    schema:name "Gold"@en,
        "Gold feat. Casey Lee Williams"@ja,
        "Gold"@ja-latn ;
    schema:workPerformed <album/42545#musicalwork> .

<artist/34442#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/42545#performance> ;
    schema:name "Casey Lee Williams"@en ;
    foaf:name "Casey Lee Williams"@en .

<album/42545#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-11-04"^^xsd:date ;
    dcterms:title "Gold"@en,
        "Gold feat. Casey Lee Williams"@ja,
        "Gold"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/42545#musicalexpression> ;
    mo:publisher <org/3519#subject> ;
    mo:record _:Nda1a767200574b9b9c3ac2abe4f39498 ;
    mo:record_count 1 ;
    schema:about <product/11672#subject> ;
    schema:byArtist <artist/34442#subject> ;
    schema:datePublished "2013-11-04"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/54/42545/42545-1383695578.jpg> ;
    schema:name "Gold"@en,
        "Gold feat. Casey Lee Williams"@ja,
        "Gold"@ja-latn ;
    schema:publisher <org/3519#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/42545/42545-1383695578.jpg> .

_:Nda1a767200574b9b9c3ac2abe4f39498 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ned1f54d506c94530936a683ab6bf3b4b ;
    mo:track_count 1 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ned1f54d506c94530936a683ab6bf3b4b .

_:Ned1f54d506c94530936a683ab6bf3b4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gold"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nda1a767200574b9b9c3ac2abe4f39498 ;
    schema:name "Gold"@en .

