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

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

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

<product/22219#subject> a schema:CreativeWork ;
    schema:name "Angry Birds Action!"@en,
        "Angry Birds Action!"@ja,
        "Angry Birds Action!"@ja-latn ;
    foaf:name "Angry Birds Action!"@en,
        "Angry Birds Action!"@ja,
        "Angry Birds Action!"@ja-latn .

<album/70969#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Angry Birds Action!"@en,
        "Angry Birds Action!"@ja,
        "Angry Birds Action!"@ja-latn ;
    mo:composer <artist/67072#subject> ;
    mo:produced_work <album/70969#musicalwork> ;
    schema:name "Angry Birds Action!"@en,
        "Angry Birds Action!"@ja,
        "Angry Birds Action!"@ja-latn .

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

<org/4492#subject> schema:name "Rovio Entertainment"@en,
        "Rovio Entertainment"@ja,
        "Rovio Entertainment"@ja-latn ;
    foaf:name "Rovio Entertainment"@en,
        "Rovio Entertainment"@ja,
        "Rovio Entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/96/70969/70969-1503749148.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/70969#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Angry Birds Action!"@en,
        "Angry Birds Action!"@ja,
        "Angry Birds Action!"@ja-latn ;
    mo:performance_of <album/70969#musicalwork> ;
    mo:performer <artist/67072#subject> ;
    mo:recorded_as <album/70969#musicalexpression> ;
    schema:byArtist <artist/67072#subject> ;
    schema:name "Angry Birds Action!"@en,
        "Angry Birds Action!"@ja,
        "Angry Birds Action!"@ja-latn ;
    schema:workPerformed <album/70969#musicalwork> .

<artist/67072#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/70969#subject> ;
    mo:performed <album/70969#performance> ;
    schema:name "Ilmari Hakkola"@en ;
    foaf:made <album/70969#composition>,
        <album/70969#subject> ;
    foaf:name "Ilmari Hakkola"@en .

<album/70969#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-08-25"^^xsd:date ;
    dcterms:title "Angry Birds Action!"@en,
        "Angry Birds Action!"@ja,
        "Angry Birds Action!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/70969#musicalexpression> ;
    mo:publisher <org/4492#subject> ;
    mo:record _:N46009ba146c54bd9809d5bb38f619b3f ;
    mo:record_count 1 ;
    schema:about <product/22219#subject> ;
    schema:byArtist <artist/67072#subject> ;
    schema:datePublished "2017-08-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/96/70969/70969-1503749148.jpg> ;
    schema:name "Angry Birds Action!"@en,
        "Angry Birds Action!"@ja,
        "Angry Birds Action!"@ja-latn ;
    schema:publisher <org/4492#subject> ;
    foaf:depiction <https://media.vgm.io/albums/96/70969/70969-1503749148.jpg> .

_:N3323c81293fd4ec4a67e37a16491ee1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Angry Birds Action! (From \"Angry Birds Action!\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N46009ba146c54bd9809d5bb38f619b3f ;
    schema:name "Angry Birds Action! (From \"Angry Birds Action!\")"@en .

_:N46009ba146c54bd9809d5bb38f619b3f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3323c81293fd4ec4a67e37a16491ee1c ;
    mo:track_count 1 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N3323c81293fd4ec4a67e37a16491ee1c .

