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

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

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

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

<https://medium-media.vgm.io/albums/84/98648/98648-1588867554.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/98648#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Casagrandes Theme Song"@en,
        "The Casagrandes Theme Song"@ja,
        "The Casagrandes Theme Song"@ja-latn ;
    mo:performance_of <album/98648#musicalwork> ;
    mo:performer _:N99698fad0b664b5299ca7beafba8e763 ;
    mo:recorded_as <album/98648#musicalexpression> ;
    schema:byArtist _:N99698fad0b664b5299ca7beafba8e763 ;
    schema:name "The Casagrandes Theme Song"@en,
        "The Casagrandes Theme Song"@ja,
        "The Casagrandes Theme Song"@ja-latn ;
    schema:workPerformed <album/98648#musicalwork> .

<album/98648#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Casagrandes Theme Song"@en,
        "The Casagrandes Theme Song"@ja,
        "The Casagrandes Theme Song"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Lalo Alcarez"@en ;
            foaf:made <album/98648#composition> ;
            foaf:name "Lalo Alcarez"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Germaine Franco"@en ;
            foaf:made <album/98648#composition> ;
            foaf:name "Germaine Franco"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Mike Rubiner"@en ;
            foaf:made <album/98648#composition> ;
            foaf:name "Mike Rubiner"@en ] ;
    mo:produced_work <album/98648#musicalwork> ;
    schema:name "The Casagrandes Theme Song"@en,
        "The Casagrandes Theme Song"@ja,
        "The Casagrandes Theme Song"@ja-latn .

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

<album/98648#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-11-15"^^xsd:date ;
    dcterms:title "The Casagrandes Theme Song"@en,
        "The Casagrandes Theme Song"@ja,
        "The Casagrandes Theme Song"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/98648#musicalexpression> ;
    mo:publisher _:N465e846904f348af8d4992e65f5a47a4 ;
    mo:record _:N0448e5ff3607487fb5ef761367574677 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The Casagrandes"@en ;
            foaf:name "The Casagrandes"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Ally Brooke"@en ;
            foaf:name "Ally Brooke"@en ] ;
    schema:datePublished "2019-11-15"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/84/98648/98648-1588867554.jpg> ;
    schema:name "The Casagrandes Theme Song"@en,
        "The Casagrandes Theme Song"@ja,
        "The Casagrandes Theme Song"@ja-latn ;
    schema:publisher _:N465e846904f348af8d4992e65f5a47a4 ;
    foaf:depiction <https://media.vgm.io/albums/84/98648/98648-1588867554.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98648#subject> ;
    schema:name "Mike Rubiner"@en ;
    foaf:made <album/98648#subject> ;
    foaf:name "Mike Rubiner"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Germaine Franco"@en ;
    foaf:made <album/98648#subject> ;
    foaf:name "Germaine Franco"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98648#subject> ;
    schema:name "Germaine Franco"@en ;
    foaf:made <album/98648#subject> ;
    foaf:name "Germaine Franco"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Lalo Alcarez"@en ;
    foaf:made <album/98648#subject> ;
    foaf:name "Lalo Alcarez"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Mike Rubiner"@en ;
    foaf:made <album/98648#lyrics> ;
    foaf:name "Mike Rubiner"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Mike Rubiner"@en ;
    foaf:made <album/98648#subject> ;
    foaf:name "Mike Rubiner"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98648#subject> ;
    schema:name "Lalo Alcarez"@en ;
    foaf:made <album/98648#subject> ;
    foaf:name "Lalo Alcarez"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Lalo Alcarez"@en ;
    foaf:made <album/98648#lyrics> ;
    foaf:name "Lalo Alcarez"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Germaine Franco"@en ;
    foaf:made <album/98648#lyrics> ;
    foaf:name "Germaine Franco"@en .

_:N0448e5ff3607487fb5ef761367574677 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N83c3bdc1cff5486a854f081ac5dc5699 ;
    mo:track_count 1 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N83c3bdc1cff5486a854f081ac5dc5699 .

_:N465e846904f348af8d4992e65f5a47a4 schema:name "Viacom International Inc."@en ;
    foaf:name "Viacom International Inc."@en .

_:N83c3bdc1cff5486a854f081ac5dc5699 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Casagrandes Theme Song"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N0448e5ff3607487fb5ef761367574677 ;
    schema:name "The Casagrandes Theme Song"@en .

_:N99698fad0b664b5299ca7beafba8e763 a schema:Person,
        foaf:Person ;
    mo:performed <album/98648#performance> ;
    schema:name "Ally Brooke"@en ;
    foaf:name "Ally Brooke"@en .

