SaaSHub · JSON-LD Context

Saashub Context

JSON-LD context defining the semantic vocabulary for Saashub from SaaSHub.

7 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
saashub: https://www.saashub.com/terms/

Classes

id name tagline status category categories pricing

Properties

Property Type Container
Product reference
saashubUrl reference
websiteUrl reference
license reference
openSource boolean
upvoteCount integer
alternativeCount integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "saashub": "https://www.saashub.com/terms/",

    "Product": {
      "@id": "schema:SoftwareApplication",
      "@type": "@id"
    },
    "id": "dcterms:identifier",
    "name": "schema:name",
    "tagline": "schema:description",
    "saashubUrl": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "websiteUrl": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },
    "status": "schema:operatingSystem",
    "category": "schema:applicationCategory",
    "categories": "schema:applicationCategory",
    "pricing": "schema:priceRange",
    "license": {
      "@id": "schema:license",
      "@type": "@id"
    },
    "openSource": {
      "@id": "schema:isAccessibleForFree",
      "@type": "xsd:boolean"
    },
    "upvoteCount": {
      "@id": "schema:interactionCount",
      "@type": "xsd:integer"
    },
    "alternativeCount": {
      "@id": "saashub:alternativeCount",
      "@type": "xsd:integer"
    }
  }
}