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

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

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

<artist/66787#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/77559#subject> ;
    schema:name "Ben Ottewell"@en ;
    foaf:made <album/77559#composition>,
        <album/77559#subject> ;
    foaf:name "Ben Ottewell"@en .

<product/18148#subject> a schema:CreativeWork ;
    schema:name "Blackwood Crossing"@en,
        "Blackwood Crossing"@ja,
        "Blackwood Crossing"@ja-latn ;
    foaf:name "Blackwood Crossing"@en,
        "Blackwood Crossing"@ja,
        "Blackwood Crossing"@ja-latn .

<album/77559#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Crossing"@en,
        "The Crossing"@ja,
        "The Crossing"@ja-latn ;
    mo:composer <artist/66787#subject> ;
    mo:produced_work <album/77559#musicalwork> ;
    schema:name "The Crossing"@en,
        "The Crossing"@ja,
        "The Crossing"@ja-latn .

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

<album/77559#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Crossing"@en,
        "The Crossing"@ja,
        "The Crossing"@ja-latn ;
    mo:performance_of <album/77559#musicalwork> ;
    mo:recorded_as <album/77559#musicalexpression> ;
    schema:name "The Crossing"@en,
        "The Crossing"@ja,
        "The Crossing"@ja-latn ;
    schema:workPerformed <album/77559#musicalwork> .

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

<https://medium-media.vgm.io/albums/95/77559/77559-1525794665.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/77559#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-06-29"^^xsd:date ;
    dcterms:title "The Crossing"@en,
        "The Crossing"@ja,
        "The Crossing"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/77559#musicalexpression> ;
    mo:publisher _:Nc23ca98bdf70406b9513745a653c84ae ;
    mo:record _:N868e2980568b47a5bef25175c88a9864 ;
    mo:record_count 1 ;
    schema:about <product/18148#subject> ;
    schema:datePublished "2017-06-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/95/77559/77559-1525794665.jpg> ;
    schema:name "The Crossing"@en,
        "The Crossing"@ja,
        "The Crossing"@ja-latn ;
    schema:publisher _:Nc23ca98bdf70406b9513745a653c84ae ;
    foaf:depiction <https://media.vgm.io/albums/95/77559/77559-1525794665.jpg> .

_:N078e3f57f5da456e97de2bde8c415295 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Crossing"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:N868e2980568b47a5bef25175c88a9864 ;
    schema:name "The Crossing"@en .

_:N868e2980568b47a5bef25175c88a9864 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N078e3f57f5da456e97de2bde8c415295 ;
    mo:track_count 1 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N078e3f57f5da456e97de2bde8c415295 .

_:Nc23ca98bdf70406b9513745a653c84ae schema:name "Sunday Best Recordings"@en,
        "Sunday Best Recordings"@ja,
        "Sunday Best Recordings"@ja-latn ;
    foaf:name "Sunday Best Recordings"@en,
        "Sunday Best Recordings"@ja,
        "Sunday Best Recordings"@ja-latn .

