We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adjust Personium definition with standard. Examples:
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":"", }
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":"", }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Adjust Personium definition with standard.
Examples:
Defined by schema.org
Thing
Person
Organization
Defined by Personium
App (defined by Personium)
Actually schema.org defined WebApplication and MofileApplication
The text was updated successfully, but these errors were encountered: