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

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

<artist/5403#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/55192#subject> ;
    schema:name "Jonathan Coulton"@en ;
    foaf:made <album/55192#composition>,
        <album/55192#lyrics>,
        <album/55192#subject> ;
    foaf:name "Jonathan Coulton"@en .

<album/55192#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "You Wouldn't Know"@en,
        "You Wouldn't Know"@ja,
        "You Wouldn't Know"@ja-latn ;
    mo:composer <artist/5403#subject> ;
    mo:produced_work <album/55192#musicalwork> ;
    schema:name "You Wouldn't Know"@en,
        "You Wouldn't Know"@ja,
        "You Wouldn't Know"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/29/55192/55192-1444029529.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/55192#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "You Wouldn't Know"@en,
        "You Wouldn't Know"@ja,
        "You Wouldn't Know"@ja-latn ;
    mo:performance_of <album/55192#musicalwork> ;
    mo:performer <artist/11739#subject> ;
    mo:recorded_as <album/55192#musicalexpression> ;
    schema:byArtist <artist/11739#subject> ;
    schema:name "You Wouldn't Know"@en,
        "You Wouldn't Know"@ja,
        "You Wouldn't Know"@ja-latn ;
    schema:workPerformed <album/55192#musicalwork> .

<artist/11739#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/55192#performance> ;
    schema:name "Ellen McLain"@en ;
    foaf:name "Ellen McLain"@en .

<album/55192#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-09-28"^^xsd:date ;
    dcterms:title "You Wouldn't Know"@en,
        "You Wouldn't Know"@ja,
        "You Wouldn't Know"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/55192#musicalexpression> ;
    mo:publisher _:Nf3868bf65c1343daa36cd9fb264075c1 ;
    mo:record _:N27a62f476071450280686dba4044fb77 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Lego Dimensions"@en ;
            foaf:name "Lego Dimensions"@en ] ;
    schema:byArtist <artist/11739#subject> ;
    schema:datePublished "2015-09-28"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/55192/55192-1444029529.jpg> ;
    schema:name "You Wouldn't Know"@en,
        "You Wouldn't Know"@ja,
        "You Wouldn't Know"@ja-latn ;
    schema:publisher _:Nf3868bf65c1343daa36cd9fb264075c1 ;
    foaf:depiction <https://media.vgm.io/albums/29/55192/55192-1444029529.jpg> .

_:N0820e630fc5246178f2cb75dae1a648e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You Wouldn't Know"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N27a62f476071450280686dba4044fb77 ;
    schema:name "You Wouldn't Know"@en .

_:N27a62f476071450280686dba4044fb77 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0820e630fc5246178f2cb75dae1a648e ;
    mo:track_count 1 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0820e630fc5246178f2cb75dae1a648e .

_:Nf3868bf65c1343daa36cd9fb264075c1 schema:name "Jocoserious Records"@en,
        "Jocoserious Records"@ja,
        "Jocoserious Records"@ja-latn ;
    foaf:name "Jocoserious Records"@en,
        "Jocoserious Records"@ja,
        "Jocoserious Records"@ja-latn .

