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

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

<artist/26667#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/142578#subject> ;
    schema:name "Pharrell Williams"@en ;
    foaf:made <album/142578#composition>,
        <album/142578#subject>,
        <album/142578#vocals> ;
    foaf:name "Pharrell Williams"@en .

<album/142578#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Piece By Piece / Pharrell Williams"@en,
        "Piece By Piece / Pharrell Williams"@ja,
        "Piece By Piece / Pharrell Williams"@ja-latn ;
    mo:composer <artist/26667#subject> ;
    mo:produced_work <album/142578#musicalwork> ;
    schema:name "Piece By Piece / Pharrell Williams"@en,
        "Piece By Piece / Pharrell Williams"@ja,
        "Piece By Piece / Pharrell Williams"@ja-latn .

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

<album/142578#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Piece By Piece / Pharrell Williams"@en,
        "Piece By Piece / Pharrell Williams"@ja,
        "Piece By Piece / Pharrell Williams"@ja-latn ;
    mo:performance_of <album/142578#musicalwork> ;
    mo:recorded_as <album/142578#musicalexpression> ;
    schema:name "Piece By Piece / Pharrell Williams"@en,
        "Piece By Piece / Pharrell Williams"@ja,
        "Piece By Piece / Pharrell Williams"@ja-latn ;
    schema:workPerformed <album/142578#musicalwork> .

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

<org/2475#subject> schema:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn ;
    foaf:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn .

<https://media.vgm.io/albums/87/142578/142578-47ca96a1bba8.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/142578#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/87/142578/142578-47ca96a1bba8.jpg> ;
    foaf:depicts <album/142578#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/87/142578/142578-47ca96a1bba8.jpg> .

<https://medium-media.vgm.io/albums/87/142578/142578-47ca96a1bba8.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/142578#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-09-06"^^xsd:date ;
    dcterms:title "Piece By Piece / Pharrell Williams"@en,
        "Piece By Piece / Pharrell Williams"@ja,
        "Piece By Piece / Pharrell Williams"@ja-latn ;
    mo:catalogue_number "G010005361248I" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/142578#musicalexpression> ;
    mo:publisher <org/2475#subject> ;
    mo:record _:N4cfe62ca5c9e444180bafc9cebcf16e0 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Piece By Piece"@en ;
            foaf:name "Piece By Piece"@en ] ;
    schema:datePublished "2024-09-06"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/87/142578/142578-47ca96a1bba8.jpg> ;
    schema:name "Piece By Piece / Pharrell Williams"@en,
        "Piece By Piece / Pharrell Williams"@ja,
        "Piece By Piece / Pharrell Williams"@ja-latn ;
    schema:publisher <org/2475#subject> ;
    foaf:depiction <https://media.vgm.io/albums/87/142578/142578-47ca96a1bba8.jpg> .

_:N4cfe62ca5c9e444180bafc9cebcf16e0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7087fcea408148afbfb3c12d87061e76 ;
    mo:track_count 1 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N7087fcea408148afbfb3c12d87061e76 .

_:N7087fcea408148afbfb3c12d87061e76 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Piece By Piece"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N4cfe62ca5c9e444180bafc9cebcf16e0 ;
    schema:name "Piece By Piece"@en .

