Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4th Generation profile.json #116

Open
dixonsiu opened this issue Dec 15, 2017 · 0 comments
Open

4th Generation profile.json #116

dixonsiu opened this issue Dec 15, 2017 · 0 comments

Comments

@dixonsiu
Copy link
Member

dixonsiu commented Dec 15, 2017

Adjust Personium definition with standard.
Examples:

Defined by schema.org

  • Thing

      {
          "@context": "http://schema.org",
          "@type": "Thing",
          "name": "dixonsiu-car01",
          "[alternamteName](https://schema.org/alternateName): "My car",
          "description": "Dixon's car.",
          "image":"",
      }
    
  • Person

      {
          "@context": "http://schema.org",
          "@type": "Person",
          "name": "Dixon Siu",
          "[alternamteName](https://schema.org/alternateName): "Joker",
          "description": "App developer",
          "image":"",
      }
    
  • Organization

      {
          "@context": "http://schema.org",
          "@type": "Organization",
          "name": "Personium Project",
          "[alternamteName](https://schema.org/alternateName): "P",
          "description": "Community that promote Personium",
          "image":"",
      }
    

Defined by Personium

  • App (defined by Personium)
    Actually schema.org defined WebApplication and MofileApplication

      {
          "@context": "http://personium.schema.org",
          "@type": "App",
          "name": "MyBoard",
          "[alternamteName](https://schema.org/alternateName): "",
          "description": "Demo application (MyBoard).",
          "image":"",
      }
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant