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

<album/29904#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Year 200X EP"@en,
        "Year 200X EP"@ja,
        "Year 200X EP"@ja-latn ;
    mo:produced_work <album/29904#musicalwork> ;
    schema:name "Year 200X EP"@en,
        "Year 200X EP"@ja,
        "Year 200X EP"@ja-latn .

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

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

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

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

<album/29904#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Year 200X EP"@en,
        "Year 200X EP"@ja,
        "Year 200X EP"@ja-latn ;
    mo:performance_of <album/29904#musicalwork> ;
    mo:performer _:N79555128bc534fc8856a4376feef5efb ;
    mo:recorded_as <album/29904#musicalexpression> ;
    schema:byArtist _:N79555128bc534fc8856a4376feef5efb ;
    schema:name "Year 200X EP"@en,
        "Year 200X EP"@ja,
        "Year 200X EP"@ja-latn ;
    schema:workPerformed <album/29904#musicalwork> .

<album/29904#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-01-05"^^xsd:date ;
    dcterms:title "Year 200X EP"@en,
        "Year 200X EP"@ja,
        "Year 200X EP"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/29904#musicalexpression> ;
    mo:publisher _:Ncc49e1d383d443d78075c0a29265af6b ;
    mo:record_count 0 ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Year 200X"@en ;
            foaf:name "Year 200X"@en ] ;
    schema:datePublished "2012-01-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Year 200X EP"@en,
        "Year 200X EP"@ja,
        "Year 200X EP"@ja-latn ;
    schema:publisher _:Ncc49e1d383d443d78075c0a29265af6b ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/29904#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/29904#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N79555128bc534fc8856a4376feef5efb a schema:Person,
        foaf:Person ;
    mo:performed <album/29904#performance> ;
    schema:name "Year 200X"@en ;
    foaf:name "Year 200X"@en .

_:Ncc49e1d383d443d78075c0a29265af6b schema:name "N/A"@en ;
    foaf:name "N/A"@en .

