Telefoon · JSON-LD Context

Telefoon Context

JSON-LD context defining the semantic vocabulary for Telefoon from Telefoon.

4 Classes 18 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
telefoon: https://developers.telefoon.com/schema/
gdpr: https://gdpr-info.eu/schema/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Call Message PhoneNumber Conference

Properties

Property Type Container
id string
status string
direction string
from string
to string
body string
duration integer
start_time dateTime
end_time dateTime
price string
price_unit string
phone_number string
country_code string
friendly_name string
date_created dateTime
gdpr_consent_ref string
monthly_rate string
address_required boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "telefoon": "https://developers.telefoon.com/schema/",
    "gdpr": "https://gdpr-info.eu/schema/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Call": "telefoon:Call",
    "Message": "telefoon:Message",
    "PhoneNumber": "schema:ContactPoint",
    "Conference": "telefoon:Conference",
    "id": { "@id": "schema:identifier", "@type": "xsd:string" },
    "status": { "@id": "telefoon:status", "@type": "xsd:string" },
    "direction": { "@id": "telefoon:direction", "@type": "xsd:string" },
    "from": { "@id": "schema:sender", "@type": "xsd:string" },
    "to": { "@id": "schema:recipient", "@type": "xsd:string" },
    "body": { "@id": "schema:text", "@type": "xsd:string" },
    "duration": { "@id": "schema:duration", "@type": "xsd:integer" },
    "start_time": { "@id": "schema:startTime", "@type": "xsd:dateTime" },
    "end_time": { "@id": "schema:endTime", "@type": "xsd:dateTime" },
    "price": { "@id": "schema:price", "@type": "xsd:string" },
    "price_unit": { "@id": "schema:priceCurrency", "@type": "xsd:string" },
    "phone_number": { "@id": "schema:telephone", "@type": "xsd:string" },
    "country_code": { "@id": "schema:addressCountry", "@type": "xsd:string" },
    "friendly_name": { "@id": "schema:name", "@type": "xsd:string" },
    "date_created": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "gdpr_consent_ref": { "@id": "gdpr:consentReference", "@type": "xsd:string" },
    "monthly_rate": { "@id": "schema:price", "@type": "xsd:string" },
    "address_required": { "@id": "telefoon:addressRequired", "@type": "xsd:boolean" }
  }
}