@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/6541#subject> a schema:CreativeWork ;
    dcterms:title "Captain Tsubasa"@en,
        "キャプテン翼"@ja,
        "Captain Tsubasa"@ja-latn ;
    schema:name "Captain Tsubasa"@en,
        "キャプテン翼"@ja,
        "Captain Tsubasa"@ja-latn .

<product/13491#subject> a schema:CreativeWork ;
    dcterms:created "2002-09-12"^^xsd:date ;
    dcterms:title "Captain Tsubasa: Ougon Sedai no Chousen" ;
    schema:datePublished "2002-09-12"^^xsd:date ;
    schema:image <https://media.vgm.io/products/19/13491/13491-1689232318.png> ;
    schema:name "Captain Tsubasa: Ougon Sedai no Chousen" ;
    foaf:depiction <https://media.vgm.io/products/19/13491/13491-1689232318.png> .

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

<https://thumb-media.vgm.io/products/19/13491/13491-1689232318.png> a schema:ImageObject,
        foaf:Image .

