steveblackmon opened a new issue, #7:
URL: https://github.com/apache/streams-activitypub/issues/7

   Add most basic account profile page capability
    - bind to /users/{username}
    - public facing by default
    - read-only
    - assuming that subject entity https://{server}/users/{username} exists,
      * expose common subset of datatype properties attached to subject like:
   ```
   ?s rdf:type ?t ;
   ?s ?p ?o
   ```
      * shouldn't matter what rdf:type the subject entity is
      * but present the rdf:type as a property on the page
      * dont worry about property display names yet
      * dont worry about property ordering yet
      * dont worry about relationship properties yet
      * support text/html and application/ld+json


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@streams.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to