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

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

<artist/12943#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/103746#subject> ;
    schema:name "Damian Sanchez"@en ;
    foaf:made <album/103746#composition>,
        <album/103746#subject> ;
    foaf:name "Damian Sanchez"@en .

<album/103746#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Temtem Up!"@en,
        "Temtem Up!"@ja,
        "Temtem Up!"@ja-latn ;
    mo:composer <artist/12943#subject> ;
    mo:produced_work <album/103746#musicalwork> ;
    schema:name "Temtem Up!"@en,
        "Temtem Up!"@ja,
        "Temtem Up!"@ja-latn .

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

<album/103746#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Temtem Up!"@en,
        "Temtem Up!"@ja,
        "Temtem Up!"@ja-latn ;
    mo:performance_of <album/103746#musicalwork> ;
    mo:recorded_as <album/103746#musicalexpression> ;
    schema:name "Temtem Up!"@en,
        "Temtem Up!"@ja,
        "Temtem Up!"@ja-latn ;
    schema:workPerformed <album/103746#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/64/103746/103746-cbfe12c1fe00.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/103746#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-09-08"^^xsd:date ;
    dcterms:title "Temtem Up!"@en,
        "Temtem Up!"@ja,
        "Temtem Up!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/103746#musicalexpression> ;
    mo:publisher _:Nf67b05b7a4af4569a81f7d075761dcd8 ;
    mo:record _:Nfd68710eb6374bd587415dcb826ad6e1 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Temtem"@en ;
            foaf:name "Temtem"@en ] ;
    schema:datePublished "2020-09-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/64/103746/103746-cbfe12c1fe00.jpg> ;
    schema:name "Temtem Up!"@en,
        "Temtem Up!"@ja,
        "Temtem Up!"@ja-latn ;
    schema:publisher _:Nf67b05b7a4af4569a81f7d075761dcd8 ;
    foaf:depiction <https://media.vgm.io/albums/64/103746/103746-cbfe12c1fe00.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Liz Anne Hill"@en ;
    foaf:made <album/103746#subject> ;
    foaf:name "Liz Anne Hill"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Liz Anne Hill"@en ;
    foaf:made <album/103746#vocals> ;
    foaf:name "Liz Anne Hill"@en .

_:N91e5ce573f6d4197b1efecdfa9e336ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temtem Up!"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:Nfd68710eb6374bd587415dcb826ad6e1 ;
    schema:name "Temtem Up!"@en .

_:Nf67b05b7a4af4569a81f7d075761dcd8 schema:name "Crema"@en,
        "Crema"@ja,
        "Crema"@ja-latn ;
    foaf:name "Crema"@en,
        "Crema"@ja,
        "Crema"@ja-latn .

_:Nfd68710eb6374bd587415dcb826ad6e1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N91e5ce573f6d4197b1efecdfa9e336ec ;
    mo:track_count 1 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N91e5ce573f6d4197b1efecdfa9e336ec .

