@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/> .

<product/11275#subject> a schema:CreativeWork ;
    dcterms:title "Itadaki Street"@en,
        "いただきストリート"@ja,
        "Itadaki Street"@ja-latn ;
    schema:name "Itadaki Street"@en,
        "いただきストリート"@ja,
        "Itadaki Street"@ja-latn .

<product/23#subject> a schema:CreativeWork ;
    dcterms:title "FINAL FANTASY"@en,
        "ファイナルファンタジー"@ja,
        "FINAL FANTASY"@ja-latn ;
    schema:name "FINAL FANTASY"@en,
        "ファイナルファンタジー"@ja,
        "FINAL FANTASY"@ja-latn .

<product/56#subject> a schema:CreativeWork ;
    dcterms:title "Dragon Quest"@en,
        "ドラゴンクエスト"@ja,
        "Dragon Quest"@ja-latn ;
    schema:name "Dragon Quest"@en,
        "ドラゴンクエスト"@ja,
        "Dragon Quest"@ja-latn .

<product/11276#subject> a schema:CreativeWork ;
    dcterms:created "2004-12-22"^^xsd:date ;
    dcterms:title "Dragon Quest & Final Fantasy in Itadaki Street Special" ;
    schema:datePublished "2004-12-22"^^xsd:date ;
    schema:image <https://media.vgm.io/products/67/11276/11276-1650007008.png> ;
    schema:name "Dragon Quest & Final Fantasy in Itadaki Street Special" ;
    foaf:depiction <https://media.vgm.io/products/67/11276/11276-1650007008.png> .

<https://media.vgm.io/products/67/11276/11276-1650007008.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <product/11276#subject> ;
    schema:thumbnailUrl <https://thumb-media.vgm.io/products/67/11276/11276-1650007008.png> ;
    foaf:depicts <product/11276#subject> ;
    foaf:thumbnail <https://thumb-media.vgm.io/products/67/11276/11276-1650007008.png> .

<https://thumb-media.vgm.io/products/67/11276/11276-1650007008.png> a schema:ImageObject,
        foaf:Image .

