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

<album/80815#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Zero / Imagine Dragons"@en,
        "Zero / Imagine Dragons"@ja,
        "Zero / Imagine Dragons"@ja-latn ;
    mo:produced_work <album/80815#musicalwork> ;
    schema:name "Zero / Imagine Dragons"@en,
        "Zero / Imagine Dragons"@ja,
        "Zero / Imagine Dragons"@ja-latn .

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

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

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

<org/1203#subject> schema:name "Interscope Records"@en,
        "Interscope Records"@ja,
        "Interscope Records"@ja-latn ;
    foaf:name "Interscope Records"@en,
        "Interscope Records"@ja,
        "Interscope Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/51/80815/80815-1537470618.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/80815#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Zero / Imagine Dragons"@en,
        "Zero / Imagine Dragons"@ja,
        "Zero / Imagine Dragons"@ja-latn ;
    mo:performance_of <album/80815#musicalwork> ;
    mo:performer <artist/76286#subject> ;
    mo:recorded_as <album/80815#musicalexpression> ;
    schema:byArtist <artist/76286#subject> ;
    schema:name "Zero / Imagine Dragons"@en,
        "Zero / Imagine Dragons"@ja,
        "Zero / Imagine Dragons"@ja-latn ;
    schema:workPerformed <album/80815#musicalwork> .

<artist/76286#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80815#performance> ;
    schema:name "Imagine Dragons"@en ;
    foaf:name "Imagine Dragons"@en .

<album/80815#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-09-19"^^xsd:date ;
    dcterms:title "Zero / Imagine Dragons"@en,
        "Zero / Imagine Dragons"@ja,
        "Zero / Imagine Dragons"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/80815#musicalexpression> ;
    mo:publisher <org/1203#subject> ;
    mo:record _:Nec1dd9014ca240bc96482f9822c2a422 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Ralph Breaks the Internet"@en ;
            foaf:name "Ralph Breaks the Internet"@en ] ;
    schema:byArtist <artist/76286#subject> ;
    schema:datePublished "2018-09-19"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/51/80815/80815-1537470618.jpg> ;
    schema:name "Zero / Imagine Dragons"@en,
        "Zero / Imagine Dragons"@ja,
        "Zero / Imagine Dragons"@ja-latn ;
    schema:publisher <org/1203#subject> ;
    foaf:depiction <https://media.vgm.io/albums/51/80815/80815-1537470618.jpg> .

_:Na875e934fdd24f5fb8e9ce5c4efc09ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zero (From the Original Motion Picture \"Ralph Breaks The Internet\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Nec1dd9014ca240bc96482f9822c2a422 ;
    schema:name "Zero (From the Original Motion Picture \"Ralph Breaks The Internet\")"@en .

_:Nec1dd9014ca240bc96482f9822c2a422 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na875e934fdd24f5fb8e9ce5c4efc09ad ;
    mo:track_count 1 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Na875e934fdd24f5fb8e9ce5c4efc09ad .

