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

<album/124885#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "El Choclo (Tango de Argentina)"@en,
        "El Choclo (Tango de Argentina)"@ja,
        "El Choclo (Tango de Argentina)"@ja-latn ;
    mo:produced_work <album/124885#musicalwork> ;
    schema:name "El Choclo (Tango de Argentina)"@en,
        "El Choclo (Tango de Argentina)"@ja,
        "El Choclo (Tango de Argentina)"@ja-latn .

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

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

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

<album/124885#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "El Choclo (Tango de Argentina)"@en,
        "El Choclo (Tango de Argentina)"@ja,
        "El Choclo (Tango de Argentina)"@ja-latn ;
    mo:performance_of <album/124885#musicalwork> ;
    mo:recorded_as <album/124885#musicalexpression> ;
    schema:name "El Choclo (Tango de Argentina)"@en,
        "El Choclo (Tango de Argentina)"@ja,
        "El Choclo (Tango de Argentina)"@ja-latn ;
    schema:workPerformed <album/124885#musicalwork> .

<https://media.vgm.io/albums/58/124885/124885-4a84a6ac4a6f.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/124885#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/58/124885/124885-4a84a6ac4a6f.png> ;
    foaf:depicts <album/124885#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/58/124885/124885-4a84a6ac4a6f.png> .

<https://medium-media.vgm.io/albums/58/124885/124885-4a84a6ac4a6f.png> a schema:ImageObject,
        foaf:Image .

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

<album/124885#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-12-01"^^xsd:date ;
    dcterms:title "El Choclo (Tango de Argentina)"@en,
        "El Choclo (Tango de Argentina)"@ja,
        "El Choclo (Tango de Argentina)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/124885#musicalexpression> ;
    mo:publisher _:Nda187946b1a4450da9db4c384298a4cc ;
    mo:record _:Ndc8450e92791434fbf242e7754241ed9 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Where in the World is Carmen Sandiego?"@en ;
            foaf:name "Where in the World is Carmen Sandiego?"@en ] ;
    schema:datePublished "2022-12-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/58/124885/124885-4a84a6ac4a6f.png> ;
    schema:name "El Choclo (Tango de Argentina)"@en,
        "El Choclo (Tango de Argentina)"@ja,
        "El Choclo (Tango de Argentina)"@ja-latn ;
    schema:publisher _:Nda187946b1a4450da9db4c384298a4cc ;
    foaf:depiction <https://media.vgm.io/albums/58/124885/124885-4a84a6ac4a6f.png> .

_:N2751bc8d14f44334821a71811ba78309 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "El Choclo (Tango de Argentina)"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:Ndc8450e92791434fbf242e7754241ed9 ;
    schema:name "El Choclo (Tango de Argentina)"@en .

_:Nda187946b1a4450da9db4c384298a4cc schema:name "evilsonic"@en,
        "evilsonic"@ja,
        "evilsonic"@ja-latn ;
    foaf:name "evilsonic"@en,
        "evilsonic"@ja,
        "evilsonic"@ja-latn .

_:Ndc8450e92791434fbf242e7754241ed9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2751bc8d14f44334821a71811ba78309 ;
    mo:track_count 1 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N2751bc8d14f44334821a71811ba78309 .

