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

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

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

<artist/15769#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97291#subject> ;
    schema:name "Chris Porter"@en ;
    foaf:made <album/97291#composition>,
        <album/97291#subject> ;
    foaf:name "Chris Porter"@en .

<album/97291#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Glass Marble"@en,
        "Glass Marble"@ja,
        "Glass Marble"@ja-latn ;
    mo:composer <artist/15769#subject> ;
    mo:produced_work <album/97291#musicalwork> ;
    schema:name "Glass Marble"@en,
        "Glass Marble"@ja,
        "Glass Marble"@ja-latn .

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

<https://media.vgm.io/albums/19/97291/97291-1584769819.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/97291#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/19/97291/97291-1584769819.jpg> ;
    foaf:depicts <album/97291#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/19/97291/97291-1584769819.jpg> .

<https://medium-media.vgm.io/albums/19/97291/97291-1584769819.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/97291#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Glass Marble"@en,
        "Glass Marble"@ja,
        "Glass Marble"@ja-latn ;
    mo:performance_of <album/97291#musicalwork> ;
    mo:performer <artist/30329#subject> ;
    mo:recorded_as <album/97291#musicalexpression> ;
    schema:byArtist <artist/30329#subject> ;
    schema:name "Glass Marble"@en,
        "Glass Marble"@ja,
        "Glass Marble"@ja-latn ;
    schema:workPerformed <album/97291#musicalwork> .

<artist/30329#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/97291#performance> ;
    schema:name "Holland Albright"@en ;
    foaf:name "Holland Albright"@en .

<album/97291#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-09-20"^^xsd:date ;
    dcterms:title "Glass Marble"@en,
        "Glass Marble"@ja,
        "Glass Marble"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/97291#musicalexpression> ;
    mo:publisher _:Na78cc2b62bf5483aac6c7e96d382251d ;
    mo:record _:Nae10a5e0628441f3a5c7ce67cbec38ed ;
    mo:record_count 1 ;
    schema:byArtist <artist/30329#subject> ;
    schema:datePublished "2018-09-20"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/19/97291/97291-1584769819.jpg> ;
    schema:name "Glass Marble"@en,
        "Glass Marble"@ja,
        "Glass Marble"@ja-latn ;
    schema:publisher _:Na78cc2b62bf5483aac6c7e96d382251d ;
    foaf:depiction <https://media.vgm.io/albums/19/97291/97291-1584769819.jpg> .

_:N245cb047397a4d328e0ba8d7a2310fab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Glass Marble"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:Nae10a5e0628441f3a5c7ce67cbec38ed ;
    schema:name "Glass Marble"@en .

_:Na78cc2b62bf5483aac6c7e96d382251d schema:name "Chris Porter"@en ;
    foaf:name "Chris Porter"@en .

_:Nae10a5e0628441f3a5c7ce67cbec38ed a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N245cb047397a4d328e0ba8d7a2310fab ;
    mo:track_count 1 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N245cb047397a4d328e0ba8d7a2310fab .

