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

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

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

<artist/14714#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Malcolm Kirby Jr."@en ;
    foaf:made <album/17752#composition>,
        <album/17752#subject> ;
    foaf:name "Malcolm Kirby Jr."@en .

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

<album/17752#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "NBA STREET - HOMECOURT"@en,
        "Music from the EA Game"@ja,
        "NBA STREET - HOMECOURT"@ja-latn ;
    mo:performance_of <album/17752#musicalwork> ;
    mo:recorded_as <album/17752#musicalexpression> ;
    schema:name "NBA STREET - HOMECOURT"@en,
        "Music from the EA Game"@ja,
        "NBA STREET - HOMECOURT"@ja-latn ;
    schema:workPerformed <album/17752#musicalwork> .

<org/629#subject> schema:name "APM Music"@en,
        "APM Music"@ja,
        "APM Music"@ja-latn ;
    foaf:name "APM Music"@en,
        "APM Music"@ja,
        "APM Music"@ja-latn .

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

<https://medium-media.vgm.io/albums/25/17752/17752-1264436649.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/17752#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NBA STREET - HOMECOURT"@en,
        "Music from the EA Game"@ja,
        "NBA STREET - HOMECOURT"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Daniel Orellana"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "Daniel Orellana"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Donald Sales"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "Donald Sales"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Kwame B. Holland"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "Kwame B. Holland"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Ollie Teeba"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "Ollie Teeba"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Ricardo Almeida"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "Ricardo Almeida"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jake Wherry"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "Jake Wherry"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Ramble John Krohn"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "Ramble John Krohn"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Cristian Bahamonde"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "Cristian Bahamonde"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "James Harwood Martin"@en ;
            foaf:made <album/17752#composition> ;
            foaf:name "James Harwood Martin"@en ],
        <artist/14714#subject> ;
    mo:produced_work <album/17752#musicalwork> ;
    schema:name "NBA STREET - HOMECOURT"@en,
        "Music from the EA Game"@ja,
        "NBA STREET - HOMECOURT"@ja-latn .

<album/17752#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-09-01"^^xsd:date ;
    dcterms:title "NBA STREET - HOMECOURT"@en,
        "Music from the EA Game"@ja,
        "NBA STREET - HOMECOURT"@ja-latn ;
    mo:catalogue_number "EA-016" ;
    mo:media_type "CD" ;
    mo:publication_of <album/17752#musicalexpression> ;
    mo:publisher <org/629#subject> ;
    mo:record_count 0 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "NBA Street Homecourt"@en ;
            foaf:name "NBA Street Homecourt"@en ] ;
    schema:datePublished "2009-09-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/25/17752/17752-1264436649.jpg> ;
    schema:name "NBA STREET - HOMECOURT"@en,
        "Music from the EA Game"@ja,
        "NBA STREET - HOMECOURT"@ja-latn ;
    schema:publisher <org/629#subject> ;
    foaf:depiction <https://media.vgm.io/albums/25/17752/17752-1264436649.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Ollie Teeba"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "Ollie Teeba"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Donald Sales"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "Donald Sales"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Daniel Orellana"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "Daniel Orellana"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Jake Wherry"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "Jake Wherry"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "James Harwood Martin"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "James Harwood Martin"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Kwame B. Holland"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "Kwame B. Holland"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Ricardo Almeida"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "Ricardo Almeida"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Ramble John Krohn"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "Ramble John Krohn"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17752#subject> ;
    schema:name "Cristian Bahamonde"@en ;
    foaf:made <album/17752#subject> ;
    foaf:name "Cristian Bahamonde"@en .

