Play around with JSON-LD markup by typing out some JSON below and seeing what gets generated from it at the bottom of the page. Pick any of the examples below to get started.
[
{
"@context": {
"@vocab": "http://schema.org/",
"oauth2": "http://siframework.org/ABBI/oauth2_endpoints",
"bb_api": "http://siframework.org/ABBI/bbplus_data_endpoints",
"authorize": "http://siframework.org/ABBI/endpoint/authorize",
"token": "http://siframework.org/ABBI/endpoint/token",
"summary": "http://siframework.org/ABBI/endpoint/summary",
"search": "http://siframework.org/ABBI/endpoint/search",
"client_name": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#client_name",
"client_uri": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#client_uri",
"logo_uri": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#logo_uri",
"tos_uri": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#tos_uri",
"redirect_uris": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#redirect_uris",
"response_type": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#response_type",
"token_endpoint_auth_method": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#tokoen_endpoint_auth_method",
"grant_types": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#grant_types",
"scope": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#scope",
"contacts": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#contacts"
},
"name": "Good Health Clinic",
"description": "Serving your health needs since 1999",
"url": "http://goodhealthclinic.org",
"patient_signin": "http://portal.goodhealthclinic.org",
"location": {
"geo": {
"latitude": 42.3591,
"longitude": -71.0934
}
},
"oauth2": {
"authorize_uri": "http://portal.goodhealthclinic.org/authorize",
"token_uri": "http://portal.goodhealthclinic.org/token"
},
"bb_api": {
"summary": "http://api.goodhealthclinic.org/patient/documents/summary",
"search": "http://api.goodhealthclinic.org/patient/documents/search"
}
}
]
MIICWwIBAAKBgQC4R1AmYYyE47FMZgo708NhFU+t+VWn133PYGt/WYmD5BnKj679
NOTE: A remote context that is not known to be fully working yet was detected in your input. If you wish, you can use an alternative context created by the JSON-LD community to process your document nevertheless.
Original | Development |
_:b0 <http://schema.org/description> "Serving your health needs since 1999" .
_:b0 <http://schema.org/location> _:b1 .
_:b0 <http://schema.org/name> "Good Health Clinic" .
_:b0 <http://schema.org/patient_signin> "http://portal.goodhealthclinic.org" .
_:b0 <http://schema.org/url> "http://goodhealthclinic.org" .
_:b0 <http://siframework.org/ABBI/bbplus_data_endpoints> _:b3 .
_:b0 <http://siframework.org/ABBI/oauth2_endpoints> _:b4 .
_:b1 <http://schema.org/geo> _:b2 .
_:b2 <http://schema.org/latitude> "4.23591E1"^^<http://www.w3.org/2001/XMLSchema#double> .
_:b2 <http://schema.org/longitude> "-7.10934E1"^^<http://www.w3.org/2001/XMLSchema#double> .
_:b3 <http://siframework.org/ABBI/endpoint/search> "http://api.goodhealthclinic.org/patient/documents/search" .
_:b3 <http://siframework.org/ABBI/endpoint/summary> "http://api.goodhealthclinic.org/patient/documents/summary" .
_:b4 <http://schema.org/authorize_uri> "http://portal.goodhealthclinic.org/authorize" .
_:b4 <http://schema.org/token_uri> "http://portal.goodhealthclinic.org/token" .
Subject | Predicate | Object | Language | Datatype | Graph |
---|
Website content released under a Creative Commons CC0 Public Domain Dedication except where an alternate is specified. Part of the PaySwarm standardization initiative.