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

<album/36704#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "IA/02 -GRACE-"@en,
        "IA/02 -GRACE-"@ja,
        "IA/02 -GRACE-"@ja-latn ;
    mo:produced_work <album/36704#musicalwork> ;
    schema:name "IA/02 -GRACE-"@en,
        "IA/02 -GRACE-"@ja,
        "IA/02 -GRACE-"@ja-latn .

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

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

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

<org/1806#subject> schema:name "IA PROJECT"@en,
        "IA PROJECT"@ja,
        "IA PROJECT"@ja-latn ;
    foaf:name "IA PROJECT"@en,
        "IA PROJECT"@ja,
        "IA PROJECT"@ja-latn .

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

<album/36704#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "IA/02 -GRACE-"@en,
        "IA/02 -GRACE-"@ja,
        "IA/02 -GRACE-"@ja-latn ;
    mo:performance_of <album/36704#musicalwork> ;
    mo:performer _:Nc1172f24d9c7496290173bd6252d2457 ;
    mo:recorded_as <album/36704#musicalexpression> ;
    schema:byArtist _:Nc1172f24d9c7496290173bd6252d2457 ;
    schema:name "IA/02 -GRACE-"@en,
        "IA/02 -GRACE-"@ja,
        "IA/02 -GRACE-"@ja-latn ;
    schema:workPerformed <album/36704#musicalwork> .

<album/36704#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-01-23"^^xsd:date ;
    dcterms:title "IA/02 -GRACE-"@en,
        "IA/02 -GRACE-"@ja,
        "IA/02 -GRACE-"@ja-latn ;
    mo:catalogue_number "MHCL-2212~3" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/36704#musicalexpression> ;
    mo:publisher <org/1806#subject> ;
    mo:record_count 0 ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "IA"@en ;
            foaf:name "IA"@en ] ;
    schema:datePublished "2013-01-23"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "IA/02 -GRACE-"@en,
        "IA/02 -GRACE-"@ja,
        "IA/02 -GRACE-"@ja-latn ;
    schema:publisher <org/1806#subject> ;
    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/36704#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/36704#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:Nc1172f24d9c7496290173bd6252d2457 a schema:Person,
        foaf:Person ;
    mo:performed <album/36704#performance> ;
    schema:name "IA"@en ;
    foaf:name "IA"@en .

