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

<artist/35754#subject> a schema:Person,
        foaf:Person ;
    schema:name "Leo"@en ;
    foaf:made <album/91999#lyrics>,
        <album/91999#subject>,
        <album/91999#vocals> ;
    foaf:name "Leo"@en .

<artist/48465#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91999#subject> ;
    schema:name "Yu"@en ;
    foaf:made <album/91999#composition>,
        <album/91999#subject> ;
    foaf:name "Yu"@en .

<product/7516#subject> a schema:CreativeWork ;
    schema:name "BEASTARS"@en,
        "BEASTARS"@ja,
        "BEASTARS"@ja-latn ;
    foaf:name "BEASTARS"@en,
        "BEASTARS"@ja,
        "BEASTARS"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/99/91999/91999-1574631049.jpg> a schema:ImageObject,
        foaf:Image .

<album/91999#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Wild Side / ALI"@en,
        "Wild Side / ALI"@ja,
        "Wild Side / ALI"@ja-latn ;
    mo:composer <artist/35752#subject>,
        <artist/48465#subject> ;
    mo:produced_work <album/91999#musicalwork> ;
    schema:name "Wild Side / ALI"@en,
        "Wild Side / ALI"@ja,
        "Wild Side / ALI"@ja-latn .

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

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

<album/91999#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Wild Side / ALI"@en,
        "Wild Side / ALI"@ja,
        "Wild Side / ALI"@ja-latn ;
    mo:performance_of <album/91999#musicalwork> ;
    mo:performer <artist/35752#subject> ;
    mo:recorded_as <album/91999#musicalexpression> ;
    schema:byArtist <artist/35752#subject> ;
    schema:name "Wild Side / ALI"@en,
        "Wild Side / ALI"@ja,
        "Wild Side / ALI"@ja-latn ;
    schema:workPerformed <album/91999#musicalwork> .

<artist/35752#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91999#subject> ;
    mo:performed <album/91999#performance> ;
    schema:name "ALI"@en ;
    foaf:made <album/91999#composition>,
        <album/91999#subject> ;
    foaf:name "ALI"@en .

<album/91999#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-11-27"^^xsd:date ;
    dcterms:title "Wild Side / ALI"@en,
        "Wild Side / ALI"@ja,
        "Wild Side / ALI"@ja-latn ;
    mo:catalogue_number "ALI-006" ;
    mo:media_type "CD" ;
    mo:publication_of <album/91999#musicalexpression> ;
    mo:publisher _:Nc82e17fb55294fb683be161eca1f99ab ;
    mo:record _:N53b33d85f51a422faf143810ac4f6f76 ;
    mo:record_count 1 ;
    schema:about <product/7516#subject> ;
    schema:byArtist <artist/35752#subject> ;
    schema:datePublished "2019-11-27"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/99/91999/91999-1574631049.jpg> ;
    schema:name "Wild Side / ALI"@en,
        "Wild Side / ALI"@ja,
        "Wild Side / ALI"@ja-latn ;
    schema:publisher _:Nc82e17fb55294fb683be161eca1f99ab ;
    foaf:depiction <https://media.vgm.io/albums/99/91999/91999-1574631049.jpg> .

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

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

_:N03a59133fe6a4e47a8826d98cb394087 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wild Side"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N53b33d85f51a422faf143810ac4f6f76 ;
    schema:name "Wild Side"@en .

_:N877e0d8b364841f7ab5f11c6acb19539 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jungle Love"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N53b33d85f51a422faf143810ac4f6f76 ;
    schema:name "Jungle Love"@en .

_:N9884abd2ea6041b28db2e9d4e85df2bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jungle Love (Instrumental)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N53b33d85f51a422faf143810ac4f6f76 ;
    schema:name "Jungle Love (Instrumental)"@en .

_:Nc82e17fb55294fb683be161eca1f99ab schema:name "Alien Liberty International"@en,
        "Alien Liberty International"@ja,
        "Alien Liberty International"@ja-latn ;
    foaf:name "Alien Liberty International"@en,
        "Alien Liberty International"@ja,
        "Alien Liberty International"@ja-latn .

_:Nd67e36e3494340d4b4fb58d849b34462 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wild Side -Anime Ver.-"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N53b33d85f51a422faf143810ac4f6f76 ;
    schema:name "Wild Side -Anime Ver.-"@en .

_:N53b33d85f51a422faf143810ac4f6f76 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03a59133fe6a4e47a8826d98cb394087,
        _:N877e0d8b364841f7ab5f11c6acb19539,
        _:N9884abd2ea6041b28db2e9d4e85df2bc,
        _:Nd67e36e3494340d4b4fb58d849b34462 ;
    mo:track_count 4 ;
    schema:duration "PT10:28"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N03a59133fe6a4e47a8826d98cb394087,
        _:N877e0d8b364841f7ab5f11c6acb19539,
        _:N9884abd2ea6041b28db2e9d4e85df2bc,
        _:Nd67e36e3494340d4b4fb58d849b34462 .

