René's URL Explorer Experiment


Title: Service - Schema.org Type

Description: Schema.org Type: Service - A service provided by an organization, e.g. delivery service, print services, etc.

direct link

Domain: schema.org


Hey, it has json ld scripts:
{
  "@context": {
    "brick": "https://brickschema.org/schema/Brick#",
    "csvw": "http://www.w3.org/ns/csvw#",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcam": "http://purl.org/dc/dcam/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "dcterms": "http://purl.org/dc/terms/",
    "doap": "http://usefulinc.com/ns/doap#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "odrl": "http://www.w3.org/ns/odrl/2/",
    "org": "http://www.w3.org/ns/org#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "prof": "http://www.w3.org/ns/dx/prof/",
    "prov": "http://www.w3.org/ns/prov#",
    "qb": "http://purl.org/linked-data/cube#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "https://schema.org/",
    "sh": "http://www.w3.org/ns/shacl#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "time": "http://www.w3.org/2006/time#",
    "vann": "http://purl.org/vocab/vann/",
    "void": "http://rdfs.org/ns/void#",
    "wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "schema:Intangible",
      "@type": "rdfs:Class",
      "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.",
      "rdfs:label": "Intangible",
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:Service",
      "@type": "rdfs:Class",
      "rdfs:comment": "A service provided by an organization, e.g. delivery service, print services, etc.",
      "rdfs:label": "Service",
      "rdfs:subClassOf": {
        "@id": "schema:Intangible"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:additionalType",
      "@type": "rdf:Property",
      "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the\n    use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.",
      "rdfs:label": "additionalType",
      "rdfs:subPropertyOf": {
        "@id": "rdf:type"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:aggregateRating",
      "@type": "rdf:Property",
      "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.",
      "rdfs:label": "aggregateRating",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:AggregateRating"
      }
    },
    {
      "@id": "schema:alternateName",
      "@type": "rdf:Property",
      "rdfs:comment": "An alias for the item.",
      "rdfs:label": "alternateName",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:areaServed",
      "@type": "rdf:Property",
      "rdfs:comment": "The geographic area where a service or offered item is provided.",
      "rdfs:label": "areaServed",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/hasServiceArea"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:DeliveryChargeSpecification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:AdministrativeArea"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:audience",
      "@type": "rdf:Property",
      "rdfs:comment": "An intended audience, i.e. a group for whom something was created.",
      "rdfs:label": "audience",
      "owl:equivalentProperty": {
        "@id": "dcterms:audience"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:LodgingBusiness"
        },
        {
          "@id": "schema:PlayAction"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Audience"
      }
    },
    {
      "@id": "schema:availableChannel",
      "@type": "rdf:Property",
      "rdfs:comment": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).",
      "rdfs:label": "availableChannel",
      "schema:domainIncludes": {
        "@id": "schema:Service"
      },
      "schema:rangeIncludes": {
        "@id": "schema:ServiceChannel"
      }
    },
    {
      "@id": "schema:award",
      "@type": "rdf:Property",
      "rdfs:comment": "An award won by or for this item.",
      "rdfs:label": "award",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:brand",
      "@type": "rdf:Property",
      "rdfs:comment": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.",
      "rdfs:label": "brand",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#brandName"
      },
      "rdfs:subPropertyOf": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/hasDesignation"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Organization"
        }
      ]
    },
    {
      "@id": "schema:broker",
      "@type": "rdf:Property",
      "rdfs:comment": "An entity that arranges for an exchange between a buyer and a seller.  In most cases a broker never acquires or releases ownership of a product or service involved in an exchange.  If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
      "rdfs:label": "broker",
      "schema:domainIncludes": [
        {
          "@id": "schema:Invoice"
        },
        {
          "@id": "schema:Order"
        },
        {
          "@id": "schema:Reservation"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:category",
      "@type": "rdf:Property",
      "rdfs:comment": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
      "rdfs:label": "category",
      "schema:domainIncludes": [
        {
          "@id": "schema:ActionAccessSpecification"
        },
        {
          "@id": "schema:Guide"
        },
        {
          "@id": "schema:Invoice"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:PhysicalActivity"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Recommendation"
        },
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:SpecialAnnouncement"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:CategoryCode"
        },
        {
          "@id": "schema:PhysicalActivityCategory"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:Thing"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/1741"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/2490"
        }
      ]
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:description"
        },
        {
          "@id": "http://ogp.me/ns#description"
        },
        {
          "@id": "https://ref.gs1.org/voc/description"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:TextObject"
        }
      ]
    },
    {
      "@id": "schema:disambiguatingDescription",
      "@type": "rdf:Property",
      "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
      "rdfs:label": "disambiguatingDescription",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:hasCertification",
      "@type": "rdf:Property",
      "rdfs:comment": "Certification information about a product, organization, service, place, or person.",
      "rdfs:label": "hasCertification",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ApplicableCertificate"
      },
      "rdfs:subPropertyOf": [
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/isReferencedIn"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Certification"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3230"
      }
    },
    {
      "@id": "schema:hasOfferCatalog",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
      "rdfs:label": "hasOfferCatalog",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:OfferCatalog"
      }
    },
    {
      "@id": "schema:hoursAvailable",
      "@type": "rdf:Property",
      "rdfs:comment": "The hours during which this service or contact is available.",
      "rdfs:label": "hoursAvailable",
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:LocationFeatureSpecification"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:OpeningHoursSpecification"
      }
    },
    {
      "@id": "schema:identifier",
      "@type": "rdf:Property",
      "rdfs:comment": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n        ",
      "rdfs:label": "identifier",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:identifier"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:image",
      "@type": "rdf:Property",
      "rdfs:comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
      "rdfs:label": "image",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:isRelatedTo",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to another, somehow related product (or multiple products).",
      "rdfs:label": "isRelatedTo",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#RelatedProduct"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ]
    },
    {
      "@id": "schema:isSimilarTo",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to another, functionally similar product (or multiple products).",
      "rdfs:label": "isSimilarTo",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#SubstituteProduct"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ]
    },
    {
      "@id": "schema:logo",
      "@type": "rdf:Property",
      "rdfs:comment": "An associated logo.",
      "rdfs:label": "logo",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#logoReferencedDocument"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:image"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:mainEntityOfPage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.",
      "rdfs:label": "mainEntityOfPage",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:mainEntity"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:title"
        },
        {
          "@id": "http://ogp.me/ns#title"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Text/hasName"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "rdfs:label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:offers",
      "@type": "rdf:Property",
      "rdfs:comment": "An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.\n      ",
      "rdfs:label": "offers",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/isProductOf"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:AggregateOffer"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:EducationalOccupationalProgram"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MenuItem"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:Trip"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:itemOffered"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2289"
      }
    },
    {
      "@id": "schema:owner",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization who owns this Thing.",
      "rdfs:label": "owner",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:owns"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4603"
      }
    },
    {
      "@id": "schema:potentialAction",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
      "rdfs:label": "potentialAction",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Action"
      }
    },
    {
      "@id": "schema:produces",
      "@type": "rdf:Property",
      "rdfs:comment": "The tangible thing generated by the service, e.g. a passport, permit, etc.",
      "rdfs:label": "produces",
      "schema:domainIncludes": {
        "@id": "schema:Service"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Thing"
      },
      "schema:supersededBy": {
        "@id": "schema:serviceOutput"
      }
    },
    {
      "@id": "schema:provider",
      "@type": "rdf:Property",
      "rdfs:comment": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.",
      "rdfs:label": "provider",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ServiceProvider"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Action"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:EducationalOccupationalProgram"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:Invoice"
        },
        {
          "@id": "schema:ParcelDelivery"
        },
        {
          "@id": "schema:Reservation"
        },
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:Trip"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/2289"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/2927"
        }
      ]
    },
    {
      "@id": "schema:providerMobility",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').",
      "rdfs:label": "providerMobility",
      "schema:domainIncludes": {
        "@id": "schema:Service"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:review",
      "@type": "rdf:Property",
      "rdfs:comment": "A review of the item.",
      "rdfs:label": "review",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      }
    },
    {
      "@id": "schema:sameAs",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
      "rdfs:label": "sameAs",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:serviceArea",
      "@type": "rdf:Property",
      "rdfs:comment": "The geographic area where the service is provided.",
      "rdfs:label": "serviceArea",
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:AdministrativeArea"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:areaServed"
      }
    },
    {
      "@id": "schema:serviceAudience",
      "@type": "rdf:Property",
      "rdfs:comment": "The audience eligible for this service.",
      "rdfs:label": "serviceAudience",
      "schema:domainIncludes": {
        "@id": "schema:Service"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Audience"
      },
      "schema:supersededBy": {
        "@id": "schema:audience"
      }
    },
    {
      "@id": "schema:serviceOutput",
      "@type": "rdf:Property",
      "rdfs:comment": "The tangible thing generated by the service, e.g. a passport, permit, etc.",
      "rdfs:label": "serviceOutput",
      "schema:domainIncludes": {
        "@id": "schema:Service"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:serviceType",
      "@type": "rdf:Property",
      "rdfs:comment": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.",
      "rdfs:label": "serviceType",
      "schema:domainIncludes": {
        "@id": "schema:Service"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:GovernmentBenefitsType"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:slogan",
      "@type": "rdf:Property",
      "rdfs:comment": "A slogan or motto associated with the item.",
      "rdfs:label": "slogan",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#PromotionalMessage"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:subjectOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A CreativeWork or Event about this Thing.",
      "rdfs:label": "subjectOf",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:about"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
      }
    },
    {
      "@id": "schema:termsOfService",
      "@type": "rdf:Property",
      "rdfs:comment": "Human-readable terms of service documentation.",
      "rdfs:label": "termsOfService",
      "schema:domainIncludes": {
        "@id": "schema:Service"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1423"
      }
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the item.",
      "rdfs:label": "url",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#url"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    }
  ]
}

Nonesnippet

Links:

Schema.orghttps://schema.org
how we workhttps://schema.org/docs/howwework.html
Schema.orghttps://schema.org/
Docshttps://schema.org/docs/documents.html
Schemashttps://schema.org/docs/schemas.html
Validatehttps://validator.schema.org
Abouthttps://schema.org/docs/about.html
javascript:void(0);
1M - 10M Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Intangiblehttps://schema.org/Intangible
Servicehttps://schema.org/Service
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+Service
Servicehttps://schema.org/Service
aggregateRatinghttps://schema.org/aggregateRating
AggregateRatinghttps://schema.org/AggregateRating
areaServedhttps://schema.org/areaServed
AdministrativeAreahttps://schema.org/AdministrativeArea
GeoShapehttps://schema.org/GeoShape
Placehttps://schema.org/Place
Texthttps://schema.org/Text
serviceAreahttps://schema.org/serviceArea
audiencehttps://schema.org/audience
Audiencehttps://schema.org/Audience
serviceAudiencehttps://schema.org/serviceAudience
availableChannelhttps://schema.org/availableChannel
ServiceChannelhttps://schema.org/ServiceChannel
awardhttps://schema.org/award
Texthttps://schema.org/Text
awardshttps://schema.org/awards
brandhttps://schema.org/brand
Brandhttps://schema.org/Brand
Organizationhttps://schema.org/Organization
brokerhttps://schema.org/broker
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
bookingAgenthttps://schema.org/bookingAgent
categoryhttps://schema.org/category
CategoryCodehttps://schema.org/CategoryCode
PhysicalActivityCategoryhttps://schema.org/PhysicalActivityCategory
Texthttps://schema.org/Text
Thinghttps://schema.org/Thing
URLhttps://schema.org/URL
hasCertificationhttps://schema.org/hasCertification
Certificationhttps://schema.org/Certification
hasOfferCataloghttps://schema.org/hasOfferCatalog
OfferCataloghttps://schema.org/OfferCatalog
hoursAvailablehttps://schema.org/hoursAvailable
OpeningHoursSpecificationhttps://schema.org/OpeningHoursSpecification
isRelatedTohttps://schema.org/isRelatedTo
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
isSimilarTohttps://schema.org/isSimilarTo
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
logohttps://schema.org/logo
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
offershttps://schema.org/offers
Demandhttps://schema.org/Demand
Offerhttps://schema.org/Offer
businessFunctionhttps://schema.org/businessFunction
Demandhttps://schema.org/Demand
itemOfferedhttps://schema.org/itemOffered
providerhttps://schema.org/provider
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
carrierhttps://schema.org/carrier
providerMobilityhttps://schema.org/providerMobility
Texthttps://schema.org/Text
reviewhttps://schema.org/review
Reviewhttps://schema.org/Review
reviewshttps://schema.org/reviews
serviceOutputhttps://schema.org/serviceOutput
Thinghttps://schema.org/Thing
produceshttps://schema.org/produces
serviceTypehttps://schema.org/serviceType
GovernmentBenefitsTypehttps://schema.org/GovernmentBenefitsType
Texthttps://schema.org/Text
sloganhttps://schema.org/slogan
Texthttps://schema.org/Text
termsOfServicehttps://schema.org/termsOfService
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Thinghttps://schema.org/Thing
additionalTypehttps://schema.org/additionalType
Texthttps://schema.org/Text
URLhttps://schema.org/URL
style guidehttps://schema.org/docs/styleguide.html
alternateNamehttps://schema.org/alternateName
Texthttps://schema.org/Text
descriptionhttps://schema.org/description
Texthttps://schema.org/Text
TextObjecthttps://schema.org/TextObject
disambiguatingDescriptionhttps://schema.org/disambiguatingDescription
Texthttps://schema.org/Text
identifierhttps://schema.org/identifier
PropertyValuehttps://schema.org/PropertyValue
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Thinghttps://schema.org/Thing
background noteshttps://schema.org/docs/datamodel.html#identifierBg
imagehttps://schema.org/image
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
URLhttps://schema.org/URL
ImageObjecthttps://schema.org/ImageObject
mainEntityOfPagehttps://schema.org/mainEntityOfPage
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
background noteshttps://schema.org/docs/datamodel.html#mainEntityBackground
mainEntityhttps://schema.org/mainEntity
namehttps://schema.org/name
Texthttps://schema.org/Text
ownerhttps://schema.org/owner
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
ownshttps://schema.org/owns
potentialActionhttps://schema.org/potentialAction
Actionhttps://schema.org/Action
sameAshttps://schema.org/sameAs
URLhttps://schema.org/URL
subjectOfhttps://schema.org/subjectOf
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
abouthttps://schema.org/about
urlhttps://schema.org/url
URLhttps://schema.org/URL
Servicehttps://schema.org/Service
isRelatedTohttps://schema.org/isRelatedTo
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
isSimilarTohttps://schema.org/isSimilarTo
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
issuedThroughhttps://schema.org/issuedThrough
Permithttps://schema.org/Permit
itemOfferedhttps://schema.org/itemOffered
Demandhttps://schema.org/Demand
Offerhttps://schema.org/Offer
businessFunctionhttps://schema.org/businessFunction
orderedItemhttps://schema.org/orderedItem
Orderhttps://schema.org/Order
OrderItemhttps://schema.org/OrderItem
providesServicehttps://schema.org/providesService
ServiceChannelhttps://schema.org/ServiceChannel
typeOfGoodhttps://schema.org/typeOfGood
OwnershipInfohttps://schema.org/OwnershipInfo
TypeAndQuantityNodehttps://schema.org/TypeAndQuantityNode
BroadcastServicehttps://schema.org/BroadcastService
CableOrSatelliteServicehttps://schema.org/CableOrSatelliteService
FinancialProducthttps://schema.org/FinancialProduct
FoodServicehttps://schema.org/FoodService
GovernmentServicehttps://schema.org/GovernmentService
TaxiServicehttps://schema.org/TaxiService
WebAPIhttps://schema.org/WebAPI
Example 1https://schema.org/Service#eg-0375
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 2https://schema.org/Service#eg-0396
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 3https://schema.org/Service#eg-0421
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 4https://schema.org/Service#eg-0479
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Terms and conditionshttps://schema.org/docs/terms.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.