diff --git a/.gitignore b/.gitignore index e8364dd..e04f0e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store - +# python virtual environment +env *.xpr + diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 1502a5d..dcda3c4 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,11 +1,16 @@ # Governance # -We will leverage the [Earth Science Information Partners - Semantic Web Committee](http://wiki.esipfed.org/index.php/Semantic_Technologies) for discussion of issues and pull requests. +We will leverage the [Earth Science Information Partners - Science on Schema.org Cluster](http://wiki.esipfed.org/index.php/Schema.org_Cluster) for organizing the cluster. We welcome contributions, which are described in [CONTRIBUTING.md](./CONTRIBUTING.md). -Meetings are scheduled for the 4th Tuesday of each month at 4pm ET: +Meetings are scheduled twice monthly: -GoToMeeting: [https://www.gotomeeting.com/join/976796333](https://www.gotomeeting.com/join/976796333) -Phone Access: United States: +1 (872) 240-3212 -Access Code: 976-796-333 +- When: + - 1st Monday at 5pmET + - 4th Thursday, 2:30pmET +- Where: Telecons via GoToMeeting + - Connection: https://global.gotomeeting.com/join/431083909 + - Access Code: 431-083-909 + - Phone Access: United States: +1 (786) 535-3211 +- [Living Agenda](https://docs.google.com/document/d/1tIlDVnKeocO1E_SSbNaldv0avORfGFdmYDNk_3ub6ik/edit?ts=5d9ed12d) Suggestions on governance models are welcome! diff --git a/README.md b/README.md index 095be8e..9ad4e8a 100644 --- a/README.md +++ b/README.md @@ -7,23 +7,41 @@ ![GitHub contributors](https://img.shields.io/github/contributors/ESIPFed/science-on-schema.org) -*This guide is a continuation of the [P418 NSF EarthCube](https://github.com/earthcubearchitecture-project418/p418Vocabulary) vocabulary guidance which ended in April 2018.* - -## Guidance Documents - Table of Contents ## -[Getting Started](/guides/GETTING-STARTED.md) - explains some useful techniques that will be common across all schema.org types -* [Data Repository](/guides/DataRepository.md) - the research data repository -* [Dataset](/guides/Dataset.md) - the scientific dataset +## Science On Schema.Org (SOSO) Guidance Documents ## -## Upcoming Work +This repository provides guidance for repository operators and others to follow consistent conventions to provide schema.org markup in Dataset landing pages to improve data discovery through search engines. The main guides help describe Datasets and Data Repositories. + +* __[Dataset](/guides/Dataset.md)__ - guidelines for schema.org for a scientific Dataset +* __[Data Repository](/guides/DataRepository.md)__ - guidelines for schema.org for a research data repository +* [Getting Started](/guides/GETTING-STARTED.md) - explains some useful techniques that will be common across all schema.org types + +This guidance has been created by members of the ESIP [science-on-schema.org cluster](http://wiki.esipfed.org/index.php/Schema.org_Cluster). The cluster will be seeking endorsement across all members of ESIP, and in the meantime is releasing a series of progressively more mature guidance documents for the community. Your feedback and contributions are welcome. The cluster meets twice monthly, and all are welcome: + +- When: + - 1st Monday at 5pmET + - 4th Thursday, 2:30pmET +- Where: Telecons via GoToMeeting + - Connection: https://global.gotomeeting.com/join/431083909 + - Access Code: 431-083-909 + - Phone Access: United States: +1 (786) 535-3211 +- [Living Agenda](https://docs.google.com/document/d/1tIlDVnKeocO1E_SSbNaldv0avORfGFdmYDNk_3ub6ik/edit?ts=5d9ed12d) -v1.2 ([issues](https://github.com/ESIPFed/science-on-schema.org/milestone/5), [develop branch](https://github.com/ESIPFed/science-on-schema.org/tree/develop)) +## Citation + +Science on Schema.org (SOSO) releases are archived on Zenodo, and the current release should be cited as: + +> Adam Shepherd, Matthew B. Jones, Dave Vieglais, Stephen Richard, Doug Fils. (2020). Schema.org Publishing Guidelines for the Geosciences v1.2 (Version 1.2.0). Zenodo. https://doi.org/10.5281/zenodo.4477164 + +## Upcoming Work +v1.3 ([issues](https://github.com/ESIPFed/science-on-schema.org/milestone/6), [develop branch](https://github.com/ESIPFed/science-on-schema.org/tree/develop)) ## Version DOIs | Version | DOI | | ------------- | ------------- | +|[1.2.0](https://github.com/ESIPFed/science-on-schema.org/releases/tag/1.2.0)|[](https://doi.org/10.5281/zenodo.4477164)| |[1.1.0](https://github.com/ESIPFed/science-on-schema.org/releases/tag/1.1.0)|[](https://doi.org/10.5281/zenodo.3736235)| |[1.0.0](https://github.com/ESIPFed/science-on-schema.org/releases/tag/1.0.0)|[](https://doi.org/10.5281/zenodo.2628756)| @@ -35,6 +53,8 @@ v1.2 ([issues](https://github.com/ESIPFed/science-on-schema.org/milestone/5), [d * Chat on the [`sci-schemaorg`](https://esip-all.slack.com/archives/sci-schemaorg) Slack channel * [`sci-schemaorg` mailing list](https://lists.esipfed.org/mailman/listinfo/esip-schema-dot-org) * [`sci-schemaorg` wiki](http://wiki.esipfed.org/index.php/Schema.org_Cluster) +* History + * This guide is a continuation of the [P418 NSF EarthCube](https://github.com/earthcubearchitecture-project418/p418Vocabulary) vocabulary guidance which ended in April 2018. * Broader Community * [Schema.org development](https://github.com/schemaorg/schemaorg) * [Schema.org archived history](https://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposalsArchive#2011-2014_Proposals_for_Schema.org), can be helpful when determining intent diff --git a/assets/diagrams/dataset/dataset_prov_derived.svg b/assets/diagrams/dataset/dataset_prov_derived.svg new file mode 100644 index 0000000..2f9fb46 --- /dev/null +++ b/assets/diagrams/dataset/dataset_prov_derived.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/diagrams/dataset/dataset_prov_program.svg b/assets/diagrams/dataset/dataset_prov_program.svg new file mode 100644 index 0000000..299229e --- /dev/null +++ b/assets/diagrams/dataset/dataset_prov_program.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/diagrams/dataset/dataset_prov_revision.svg b/assets/diagrams/dataset/dataset_prov_revision.svg new file mode 100644 index 0000000..dc7aba9 --- /dev/null +++ b/assets/diagrams/dataset/dataset_prov_revision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/decisions/101-spatialExtent.md b/decisions/101-spatialExtent.md new file mode 100644 index 0000000..e82788d --- /dev/null +++ b/decisions/101-spatialExtent.md @@ -0,0 +1,25 @@ +# Title - Clarify Spatial Extent encoding. + +GeoShape box format unclear # + +Discussion: https://github.com/ESIPFed/science-on-schema.org/issues/101 +https://github.com/ESIPFed/science-on-schema.org/pull/104 + +## Status ## + Proposed + +## Decision ## +per PR #104: +In full.jsonld Example: + - Fix Duplicate person problem in the JSON. + - update the spatialCoverage content + +in guides/Dataset.md + - edits in the Spatial section, introduction, point location discussion, + - edits in geoshape location section, add additional discussion of problems and approaches: bounding box coordinate specification (coordinate order), how to deal with extents that include the poles, + +## Context ## +Questions about coordinate ordering and syntax for describing bounding boxes, and how to describe spatiale extents. Try to clarify behavior of Google Dataset search with spatial extent. + +## Consequences ## +Metadata harvesters should be able to systematically index geolocation specified in schema:spatialCoverage. diff --git a/decisions/52-namespace-consistency.md b/decisions/52-namespace-consistency.md new file mode 100644 index 0000000..ec550c1 --- /dev/null +++ b/decisions/52-namespace-consistency.md @@ -0,0 +1,21 @@ +# Namespace Consistency for http://schema.org/ + +Discussion: https://github.com/ESIPFed/science-on-schema.org/issues/52 + +## Status ## +_Pick one of:_ Proposed, Accepted, Rejected, Deprecated, Superseded + +Accepted + +## Decision ## +We recommend that the namespace URI for the schema.org vocabulary be consistently set to the value `https://schema.org/`, typically in the `@vocab` property of the JSON-LD file. + +## Context ## +While the schema.org vocabulary is resolvable at both the original http address and the newer `https` address, changing the @vocab references would also effectively change the namespace of the terms to a new namespace. However, schema.org maintainers have clarified that both namespaces have been actively recommended for 5 years, and are considered synonomous. See the discussion and pointers in issue #52. Thus, for consistency, we recommend using a `https`-based namespace so that term URIs stay comparable over time, but also that harvesters consumers treat the http and https namespaced terms as logical synonyms. In some cases, importing the aligment axioms from schema.org-provided files (like OWL files) may provide sufficient rules for determining that equivalence. + +In addition to the `http`, we also need the trailing slash to be consistently applied, so that term URIs that are constructed become properly expanded. For example, `schema:Dataset` should expand to `https://schema.org/Dataset`. Without the trailing slash, it would expand to the incorrect `https://schema.orgDataset`. + +## Consequences ## + +- Providers should modify documents to use the https-based URI with a trailing slash +- Consumers need to treat the http and https-based namespaces as equivalent diff --git a/decisions/72-provenance.md b/decisions/72-provenance.md new file mode 100644 index 0000000..45309e7 --- /dev/null +++ b/decisions/72-provenance.md @@ -0,0 +1,24 @@ +# Use PROV-O, isBasedOn, and ProvONE for provenance information + +Discussion: https://github.com/ESIPFed/science-on-schema.org/issues/72 + +## Status ## + +__Accepted__ + +## Decision ## + +Provide provenance information about data processing workflows, data derivation relationships, and versioning information using PROV-O, ProvONE, and schema.org predicates. + +- [`schema:isBasedOn`](https://schema.org/isBasedOn). +- `PROV-O` namespace (http://www.w3.org/ns/prov#) predicates, including `prov:wasDerivedFrom`, `prov:wasRevisionOf`, `prov:used`, and `prov:generatedBy` +- [ProvONE](https://purl.dataone.org/provone-v1-dev), which specializes PROV for reproducible software workflows, can be used to specify `provone:Program` and `provone:Execution` that create derived products + +## Context ## +High level relationships that link datasets based on their processing workflows and versioning relationships are critical for consumers to differentiate versions of a [schema:Dataset](https://schema.org/Dataset), to clarify when a dataset is derived from one or more source Datasets, and to specify linkages to the software that created these derived Datasets. The [PROV-O](https://www.w3.org/TR/prov-o/) recommendation provides the widely-adopted vocabulary for representing this type of information, and should be used within Dataset descriptions, as most relevant properties are missing from schema.org. The main exception is [`schema:isBasedOn`](https://schema.org/isBasedOn), which provides a predicate for indicating that a Dataset was derived from one or more source Datasets. Producers and consumers should interpret `schema:isBasedOn` to be an equivalent property to `prov:wasDerivedFrom` (in the `owl:equivalentProperty` sense). Either is acceptable for representing derivation relationships, but there is utility in expressing the relationship with both predicates. When other `PROV` predicates are used, it is preferred to use `prov:wasDerivedFrom`. Workflow relationships among processing software and both source and derived data files shoudl be described with `prov:used` and `prov:generatedBy` predicates, and by using workflow classes from ProvONE. + +## Consequences ## + +- Versioning and derivation relationships will be clearer +- Aggregators and search systems should use these properties to cluster versions of Datasets, and to provide bi-directional linkages to derived data products +- Software processing and other processing relationships can be provided via linkages to `prov:Activity`, and particularly `provone:Execution` and `provone:Program` for specifying software processes that create derived products. However, these relationships get complicated as multi-step software workflows can be complex. Providing these relationships is useful when researchers strive to describe reproducible research through software workflows. diff --git a/examples/SO_normalize_javascript.ipynb b/examples/SO_normalize_javascript.ipynb new file mode 100644 index 0000000..712f69c --- /dev/null +++ b/examples/SO_normalize_javascript.ipynb @@ -0,0 +1,638 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Normalizing schema.org JSON-LD to `https` based term definitions with `jsonld.js`\n", + "\n", + "This example is for [`jsonld.js`](https://github.com/digitalbazaar/jsonld.js) which is a Javascript library implementing the [JSON-LD specification](https://w3c.github.io/json-ld-syntax/).\n", + "\n", + "`Schema.org` is in the process of moving from `http` to `https` as the prefix for all terms. \n", + "\n", + "This can be problemmatic for consumers, since the same property name from each scheme is considered different by RDF processors. So `http://schema.org/Identifier !== https://schema.org/Identifier`.\n", + "\n", + "Here we provide an example of how consumers may work with either in a prefix agnostic manner by normalizing content to use a schema.org prefix of `https://schema.org/`.\n", + "\n", + "This involves changing any IRIs from `http://schema.org/` to `https://schema.org/`. Ideally this can happen in one location, the value of `@vocab` in the context. However, the source representations can vary considerably in their structure. For example each of `data[\"d1\"]` through `data[\"d6\"]` are identical representations of the same RDF except for the value of the name. Extracting the `name` value for each of these as plain JSON objects would be cumbersome:" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loaded 6 instances.\n" + ] + } + ], + "source": [ + "// Load the jsonld.js library\n", + "const jsonld = require('jsonld');\n", + "\n", + "// container for a few examples\n", + "var data = new Object();\n", + "\n", + "data[\"d1\"] = {\n", + " \"@context\":\"http://schema.org/\",\n", + " \"@type\":\"Dataset\",\n", + " \"name\":\"http remote @context\"\n", + "};\n", + "\n", + "data[\"d2\"] = {\n", + " \"@context\":\"https://schema.org/\",\n", + " \"@type\":\"Dataset\",\n", + " \"name\":\"https remote @context\"\n", + "};\n", + "\n", + "data[\"d3\"] = {\n", + " \"@context\": {\n", + " \"@vocab\":\"http://schema.org/\"\n", + " },\n", + " \"@type\":\"Dataset\",\n", + " \"name\":\"http @vocab only\"\n", + "};\n", + "\n", + "data[\"d4\"] = {\n", + " \"@context\": {\n", + " \"SO\":\"http://schema.org/\"\n", + " },\n", + " \"@type\":\"SO:Dataset\",\n", + " \"SO:name\":\"http with namespace prefix = SO\"\n", + "};\n", + "\n", + "data[\"d5\"] = {\n", + " \"@context\": {\n", + " \"SO\":\"http://schema.org/\"\n", + " },\n", + " \"@graph\":[\n", + " {\n", + " \"@type\":\"SO:Dataset\",\n", + " \"SO:name\":\"Single dataset graph with global http namespace prefix = SO\"\n", + " }\n", + " ]\n", + "};\n", + "\n", + "data[\"d6\"] = {\n", + " \"@graph\":[\n", + " {\n", + " \"@context\": {\n", + " \"SO\":\"http://schema.org/\"\n", + " },\n", + " \"@type\":\"SO:Dataset\",\n", + " \"SO:name\":\"Single dataset graph with dataset local @context http with namespace prefix = SO\"\n", + " }\n", + " ]\n", + "};\n", + "console.log(`Loaded ${Object.keys(data).length} instances.`);" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The [JSON-LD API](https://www.w3.org/TR/json-ld11-api/) provides functionality to assist with the processing of JSON-LD using plain javascript object access. [Removing the context](https://www.w3.org/TR/json-ld11-api/#expansion) from each of `d1-d6` demonstrates they are identical structures, just the value of the name varies:" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "dataset: d1\n", + "[\n", + " {\n", + " \"@type\": [\n", + " \"http://schema.org/Dataset\"\n", + " ],\n", + " \"http://schema.org/name\": [\n", + " {\n", + " \"@value\": \"http remote @context\"\n", + " }\n", + " ]\n", + " }\n", + "]\n", + "dataset: d2\n", + "[\n", + " {\n", + " \"@type\": [\n", + " \"http://schema.org/Dataset\"\n", + " ],\n", + " \"http://schema.org/name\": [\n", + " {\n", + " \"@value\": \"https remote @context\"\n", + " }\n", + " ]\n", + " }\n", + "]\n", + "dataset: d3\n", + "[\n", + " {\n", + " \"@type\": [\n", + " \"http://schema.org/Dataset\"\n", + " ],\n", + " \"http://schema.org/name\": [\n", + " {\n", + " \"@value\": \"http @vocab only\"\n", + " }\n", + " ]\n", + " }\n", + "]\n", + "dataset: d4\n", + "[\n", + " {\n", + " \"@type\": [\n", + " \"http://schema.org/Dataset\"\n", + " ],\n", + " \"http://schema.org/name\": [\n", + " {\n", + " \"@value\": \"http with namespace prefix = SO\"\n", + " }\n", + " ]\n", + " }\n", + "]\n", + "dataset: d5\n", + "[\n", + " {\n", + " \"@type\": [\n", + " \"http://schema.org/Dataset\"\n", + " ],\n", + " \"http://schema.org/name\": [\n", + " {\n", + " \"@value\": \"Single dataset graph with global http namespace prefix = SO\"\n", + " }\n", + " ]\n", + " }\n", + "]\n", + "dataset: d6\n", + "[\n", + " {\n", + " \"@type\": [\n", + " \"http://schema.org/Dataset\"\n", + " ],\n", + " \"http://schema.org/name\": [\n", + " {\n", + " \"@value\": \"Single dataset graph with dataset local @context http with namespace prefix = SO\"\n", + " }\n", + " ]\n", + " }\n", + "]\n" + ] + } + ], + "source": [ + "// Note: The operations here are forced to be synchronous for the purposes of output clarity. A production\n", + "// implementation should take advantage of an asynchronous pattern for more efficient processing.\n", + "\n", + "async function expandAll(sources) {\n", + "\n", + " async function doExpand(d) {\n", + " return await jsonld.expand(d);\n", + " }\n", + "\n", + " for (let k in sources) {\n", + " let expanded = await doExpand(sources[k]);\n", + " console.log(\"dataset: \", k);\n", + " console.log(JSON.stringify(expanded, null, 2));\n", + " }\n", + "}\n", + "\n", + "await expandAll( data );" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Since all the various sources are now in a common structure, it is trivial to change the namespace by then [compacting](https://www.w3.org/TR/json-ld11-api/#compaction) the data graphs to set a common context, changing the value of `@vocab` by directly manipulating the JSON, then recompacting with a `https://schema.org/` namespace. The final compation step is necessary for any source content that was already using the `https` variant of the namespace since it would not be compacted in the first compaction step.\n", + "\n", + "During the compaction process, the `graph:true` option is enabled here to handle situations where more than one graph may be present in the source (such as the `d7` example injected below):\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Dataset d1:\n", + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"http remote @context\"\n", + " }\n", + " ]\n", + "}\n", + "Dataset d2:\n", + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"https remote @context\"\n", + " }\n", + " ]\n", + "}\n", + "Dataset d3:\n", + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"http @vocab only\"\n", + " }\n", + " ]\n", + "}\n", + "Dataset d4:\n", + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"http with namespace prefix = SO\"\n", + " }\n", + " ]\n", + "}\n", + "Dataset d5:\n", + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"Single dataset graph with global http namespace prefix = SO\"\n", + " }\n", + " ]\n", + "}\n", + "Dataset d6:\n", + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"Single dataset graph with dataset local @context http with namespace prefix = SO\"\n", + " }\n", + " ]\n", + "}\n", + "Dataset d7:\n", + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@id\": \"d7a\",\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"Double dataset graph with global http namespace prefix = SO\"\n", + " },\n", + " {\n", + " \"@id\": \"d7b\",\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"Double dataset graph with global http namespace prefix = SO\"\n", + " }\n", + " ]\n", + "}\n" + ] + } + ], + "source": [ + "let SO_HTTP_CONTEXT = {\n", + " \"@context\":{\n", + " \"@vocab\":\"http://schema.org/\"\n", + " }\n", + "}\n", + "let SO_HTTPS_CONTEXT = {\n", + " \"@context\":{\n", + " \"@vocab\":\"https://schema.org/\"\n", + " }\n", + "}\n", + "\n", + "async function normalizeSchemaOrg( o ) {\n", + " // First expand to remove context\n", + " let expanded = await jsonld.expand( o );\n", + "\n", + " // Add context\n", + " let normalized = await jsonld.compact(\n", + " expanded, \n", + " SO_HTTP_CONTEXT,\n", + " {\"graph\":true}\n", + " );\n", + " // Switch the namespace to use https\n", + " normalized[\"@context\"][\"@vocab\"] = \"https://schema.org/\";\n", + " \n", + " // Now recompact with https namespace\n", + " let finalized = await jsonld.compact(\n", + " normalized, \n", + " SO_HTTPS_CONTEXT,\n", + " {\"graph\":true}\n", + " )\n", + " return finalized;\n", + "}\n", + "\n", + "\n", + "async function normalizeAll(sources) {\n", + " let response = new Object();\n", + " for (let k in sources) {\n", + " let res = await normalizeSchemaOrg( sources[k] );\n", + " response[k] = res;\n", + " }\n", + " return response;\n", + "}\n", + "\n", + "data[\"d7\"] = {\n", + " \"@context\": {\n", + " \"SO\":\"http://schema.org/\"\n", + " },\n", + " \"@graph\":[\n", + " {\n", + " \"@id\":\"./d7a\",\n", + " \"@type\":\"SO:Dataset\",\n", + " \"SO:name\":\"Double dataset graph with global http namespace prefix = SO\",\n", + " },\n", + " {\n", + " \"@id\":\"./d7b\",\n", + " \"@type\":\"SO:Dataset\",\n", + " \"SO:name\":\"Double dataset graph with global http namespace prefix = SO\",\n", + " },\n", + " ] \n", + "}\n", + "\n", + "let normalized = await normalizeAll(data);\n", + "for (let k in normalized) {\n", + " console.log(`Dataset ${k}:`);\n", + " console.log(JSON.stringify(normalized[k], null, 2));\n", + "};" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now properties of the objects can be easily extracted with plain javascript since now each object has a structure like:\n", + "\n", + "```javascript\n", + "{\n", + " \"@context\": {\"@vocab\":\"https://schema.org/\"},\n", + " \"@graph\": [\n", + " { object 0 }, \n", + " { object 1 }, \n", + " ...\n", + " ]\n", + "}\n", + "```\n", + "\n", + "For example, extracting the names of all Datasets in each structure:" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Normaized d1:\n", + "Dataset 0 has name = http remote @context\n", + "\n", + "Normaized d2:\n", + "Dataset 0 has name = https remote @context\n", + "\n", + "Normaized d3:\n", + "Dataset 0 has name = http @vocab only\n", + "\n", + "Normaized d4:\n", + "Dataset 0 has name = http with namespace prefix = SO\n", + "\n", + "Normaized d5:\n", + "Dataset 0 has name = Single dataset graph with global http namespace prefix = SO\n", + "\n", + "Normaized d6:\n", + "Dataset 0 has name = Single dataset graph with dataset local @context http with namespace prefix = SO\n", + "\n", + "Normaized d7:\n", + "Dataset 0 has name = Double dataset graph with global http namespace prefix = SO\n", + "Dataset 1 has name = Double dataset graph with global http namespace prefix = SO\n", + "\n" + ] + } + ], + "source": [ + "function printDatasetName(ds) {\n", + " ds[\"@graph\"].forEach( (o, i) => {\n", + " if (o[\"@type\"] == \"Dataset\") {\n", + " console.log(`Dataset ${i} has name = ${o.name}`); \n", + " }\n", + " })\n", + "}\n", + "\n", + "for (let k in normalized) {\n", + " console.log(`Normaized ${k}:`)\n", + " printDatasetName(normalized[k]);\n", + " console.log();\n", + "}" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This approach works regardless of whether the source is using the `http://schema.org/` or `https://schema.org/` variants of the namespace. For example:" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Dataset using http://schema.org/\n", + "Dataset 0 has name = test http, vocab only\n", + "\n", + "Dataset using https://schema.org/\n", + "Dataset 0 has name = test https, vocab only\n" + ] + } + ], + "source": [ + "let http_data = {\n", + " \"@context\":{\n", + " \"@vocab\":\"http://schema.org/\"\n", + " },\n", + " \"@type\":\"Dataset\",\n", + " \"name\":\"test http, vocab only\"\n", + "};\n", + "\n", + "let https_data = {\n", + " \"@context\":{\n", + " \"@vocab\":\"https://schema.org/\"\n", + " },\n", + " \"@type\":\"Dataset\",\n", + " \"name\":\"test https, vocab only\" \n", + "}\n", + "\n", + "console.log(\"Dataset using http://schema.org/\");\n", + "printDatasetName( await normalizeSchemaOrg(http_data) );\n", + "\n", + "console.log(\"\");\n", + "console.log(\"Dataset using https://schema.org/\");\n", + "printDatasetName( await normalizeSchemaOrg(https_data) );\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Note that the process of normalization ignores other namespaces, which are fully expanded as a result of the first step normalization process. Other expected namespaces can be included in the final compaction context if desired. For example:" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"Removal of organic carbon by natural bacterioplankton communities as a function of pCO2 from laboratory experiments between 2012 and 2016\",\n", + " \"spatialCoverage\": {\n", + " \"@type\": \"Place\",\n", + " \"additionalProperty\": {\n", + " \"@id\": \"http://www.opengis.net/def/crs/OGC/1.3/CRS84\",\n", + " \"@type\": [\n", + " \"PropertyValue\",\n", + " \"http://dbpedia.org/resource/Spatial_reference_system\"\n", + " ]\n", + " },\n", + " \"geo\": {\n", + " \"@type\": \"GeoShape\",\n", + " \"line\": \"39.3280,120.1633 40.445,123.7878\"\n", + " }\n", + " }\n", + " }\n", + " ]\n", + "}\n", + "\n", + "Adjusted context:\n", + "{\n", + " \"@context\": {\n", + " \"@vocab\": \"https://schema.org/\",\n", + " \"dbpedia\": \"http://dbpedia.org/resource/\"\n", + " },\n", + " \"@graph\": [\n", + " {\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"Removal of organic carbon by natural bacterioplankton communities as a function of pCO2 from laboratory experiments between 2012 and 2016\",\n", + " \"spatialCoverage\": {\n", + " \"@type\": \"Place\",\n", + " \"additionalProperty\": {\n", + " \"@id\": \"http://www.opengis.net/def/crs/OGC/1.3/CRS84\",\n", + " \"@type\": [\n", + " \"PropertyValue\",\n", + " \"dbpedia:Spatial_reference_system\"\n", + " ]\n", + " },\n", + " \"geo\": {\n", + " \"@type\": \"GeoShape\",\n", + " \"line\": \"39.3280,120.1633 40.445,123.7878\"\n", + " }\n", + " }\n", + " }\n", + " ]\n", + "}\n" + ] + } + ], + "source": [ + "let dataset = {\n", + " \"@context\": {\n", + " \"@vocab\": \"http://schema.org/\",\n", + " \"dbpedia\": \"http://dbpedia.org/resource/\"\n", + " },\n", + " \"@type\": \"Dataset\",\n", + " \"name\": \"Removal of organic carbon by natural bacterioplankton communities as a function of pCO2 from laboratory experiments between 2012 and 2016\",\n", + " \"spatialCoverage\": {\n", + " \"@type\": \"Place\",\n", + " \"geo\": {\n", + " \"@type\": \"GeoShape\",\n", + " \"line\": \"39.3280,120.1633 40.445,123.7878\"\n", + " },\n", + " \"additionalProperty\": {\n", + " \"@type\": [\"PropertyValue\", \"dbpedia:Spatial_reference_system\"],\n", + " \"@id\": \"http://www.opengis.net/def/crs/OGC/1.3/CRS84\"\n", + " }\n", + " }\n", + "}\n", + "\n", + "let dataset_normalized = await normalizeSchemaOrg(dataset);\n", + "console.log(JSON.stringify(dataset_normalized, null, 2));\n", + "\n", + "// Modify the context for compaction\n", + "SO_HTTPS_CONTEXT[\"@context\"][\"dbpedia\"] = \"http://dbpedia.org/resource/\";\n", + "console.log(\"\\nAdjusted context:\");\n", + "\n", + "// Redo normalization with the adjusted compaction context\n", + "dataset_normalized = await normalizeSchemaOrg(dataset);\n", + "console.log(JSON.stringify(dataset_normalized, null, 2));" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "JavaScript", + "language": "javascript", + "name": "jslab" + }, + "language_info": { + "file_extension": ".js", + "mimetype": "text/javascript", + "name": "javascript", + "version": "" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/examples/dataset/full.jsonld b/examples/dataset/full.jsonld index 8a8d565..a733e2f 100644 --- a/examples/dataset/full.jsonld +++ b/examples/dataset/full.jsonld @@ -1,6 +1,8 @@ { "@context": { - "@vocab": "https://schema.org/" + "@vocab": "https://schema.org/", + "prov": "http://www.w3.org/ns/prov#", + "provone": "http://purl.dataone.org/provone/2015/01/15/ontology#" }, "@id": "http://lod.example-data-repository.org/id/dataset/3300", "identifier": { @@ -9,7 +11,10 @@ "value": "doi:10.1234/1234567890", "url": "https://doi.org/10.1234/1234567890", "sameAs": "http://doi.org/abcd" + }, + "sameAs": "https://doi.org/10.1234/1234567890", + "isAccessibleForFree": true, "url": "https://www.example-data-repository.org/dataset/3300", "@type": "Dataset", "name": "Larval krill studies - fluorescence and clearance from ARSV Laurence M. Gould LMG0106, LMG0205 in the Southern Ocean from 2001-2002 (SOGLOBEC project)", @@ -20,193 +25,185 @@ }, "datePublished": "2010-02-03", "keywords": ["krill", "biota", "oceans"], - "creator": [ - { - "@type": "Person", - "@id": "http://lod.example-data-repository.org/id/person/51159", - "name": "Dr Langdon Quetin", - "url": "https://www.example-data-repository.org/person/51159" - }, - { - "@type": "Person", - "@id": "http://lod.example-data-repository.org/id/person/51160", - "name": "Dr Robin Ross", - "url": "https://www.example-data-repository.org/person/51160" - } - ], - "citation": "Quetin, L., Ross, R. (2010) Larval krill studies - fluorescence and clearance from ARSV Laurence M. Gould LMG0106, LMG0205 in the Southern Ocean from 2001-2002 (SOGLOBEC project). Example Data Repository. Version 1. doi:10.1234/1234567890 [access date]", - "version": "1", - "license": "https://creativecommons.org/licenses/by/4.0/", - "temporalCoverage": "2001-08-06/2002-09-09", - "spatialCoverage": { - "@type": "Place", - "geo": { - "@type": "GeoShape", - "box": "-68.4817,-75.8183 -65.08,-68.5033", - "polygon": "-68.4817,-75.8183 -65.08,-75.8183 -65.08,-68.5033 -68.4817,-68.5033 -68.4817,-75.8183" - }, - "additionalProperty": { - "@type": ["PropertyValue", "http://www.wikidata.org/entity/Q4018860"], - "name": "WKT", - "value": "POLYGON ((-75.8183 -68.4817, -68.5033 -68.4817, -68.5033 -65.08, -75.8183 -65.08, -75.8183 -68.4817))", - "valueReference": [ - { - "@type": ["PropertyValue", "http://www.wikidata.org/entity/Q31385480"], - "name": "datatype", - "value": "http://www.opengis.net/ont/geosparql#wktLiteral" + "creator": [ + { + "@type": "Person", + "@id": "http://lod.example-data-repository.org/id/person/51159", + "name": "Dr Langdon Quetin", + "url": "https://www.example-data-repository.org/person/51159" }, { - "@type": ["PropertyValue", "http://www.wikidata.org/entity/Q161779"], - "name": "SRS", - "alternateName": "Spatial Reference System", - "value": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" + "@type": "Person", + "@id": "http://lod.example-data-repository.org/id/person/51160", + "name": "Dr Robin Ross", + "url": "https://www.example-data-repository.org/person/51160" } - ] - } - }, - "publisher": { - "@id": "https://www.example-data-repository.org", - "@type": "Organization", - "name": "Example Data Repository", - "url": "https://www.example-data-repository.org" - }, - "provider": { - "@id": "https://www.example-data-repository.org" - }, - "distribution": [ - { - "@type": "DataDownload", - "contentUrl": "https://www.example-data-repository.org/dataset/3300/data/larval-krill.tsv", - "encodingFormat": "text/tsv", - "datePublished": "2010-02-03" - } - ], - "measurementTechnique": [ - "Hand-held plankton net", - "Manual Biota Sampler" - ], - "variableMeasured": [ - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20860", - "name": "cruiseid", - "description": "cruise identification", - "url": "https://www.example-data-repository.org/dataset-parameter/20860", - "unitText": "text" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20861", - "name": "year", - "description": "year of experiment", - "url": "https://www.example-data-repository.org/dataset-parameter/20861", - "unitText": "YYYY" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20862", - "name": "sample_id", - "description": "sample identification: WBC=whole body clearance expt.; WBF=whole body fluorescence on collection", - "url": "https://www.example-data-repository.org/dataset-parameter/20862", - "unitText": "alpha-numeric" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20863", - "name": "time_sample", - "description": "time of sampling for pigment content after collection; decline of pigment content with time was used to calculate time to clear the gut of pigment.", - "url": "https://www.example-data-repository.org/dataset-parameter/20863", - "unitText": "minutes" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20864", - "name": "pigment_content", - "description": "pigment content", - "url": "https://www.example-data-repository.org/dataset-parameter/20864", - "unitText": "micrograms total chl/grams wet weight" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20865", - "name": "stage_id", - "description": "stage development index of larvae in sample (furcilia = F1-6 = 1-6, juvenile = J=7)", - "url": "https://www.example-data-repository.org/dataset-parameter/20865" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20866", - "name": "wet_weight", - "description": "average wet weight/larvae in sample", - "url": "https://www.example-data-repository.org/dataset-parameter/20866", - "unitText": "mg" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20874", - "name": "lat", - "description": "latitude, in decimal degrees, North is positive, negative denotes South", - "url": "https://www.example-data-repository.org/dataset-parameter/20874", - "unitText": "decimal degrees" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20875", - "name": "lon", - "description": "longitude, in decimal degrees, East is positive, negative denotes West", - "url": "https://www.example-data-repository.org/dataset-parameter/20875", - "unitText": "decimal degrees" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20876", - "name": "day_local", - "description": "day of month, local time", - "url": "https://www.example-data-repository.org/dataset-parameter/20876" - }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20877", - "name": "month_local", - "description": "month, local time\n", - "url": "https://www.example-data-repository.org/dataset-parameter/20877" + ], + "citation": "Quetin, L., Ross, R. (2010) Larval krill studies - fluorescence and clearance from ARSV Laurence M. Gould LMG0106, LMG0205 in the Southern Ocean from 2001-2002 (SOGLOBEC project). Example Data Repository. Version 1. doi:10.1234/1234567890 [access date]", + "version": "1", + "license": "https://creativecommons.org/licenses/by/4.0/", + "temporalCoverage": "2001-08-06/2002-09-09", + "spatialCoverage": { + "@type": "Place", + "geo": { + "@type": "GeoShape", + "box": "-68.4817 -75.8183 -65.08 -68.5033" + }, + "additionalProperty": [ + { + "@type": "PropertyValue", + "propertyID": "http://www.wikidata.org/entity/Q4018860", + "name": "well-known text (WKT) representation of geometry", + "value": "POLYGON ((-75.8183 -68.4817, -68.5033 -68.4817, -68.5033 -65.08, -75.8183 -65.08, -75.8183 -68.4817))" + }, + { + "@type": "PropertyValue", + "propertyID": "http://www.wikidata.org/entity/Q161779", + "name": "Spatial Reference System", + "value": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" + } + ] }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20878", - "name": "time_local", - "description": "time of day, local time, using 2400 clock format", - "url": "https://www.example-data-repository.org/dataset-parameter/20878" + "publisher": { + "@type": "Organization", + "name": "Example Data Repository", + "url": "https://www.example-data-repository.org" }, - { - "@type": "PropertyValue", - "@id": "http://lod.example-data-repository.org/id/dataset-parameter/20879", - "name": "yrday_local", - "description": "local day and decimal time, as 326.5 for the 326th day of the year, or November 22 at 1200 hours (noon)", - "url": "https://www.example-data-repository.org/dataset-parameter/20879" - } - ], - "funder": [ - { - "@type": "FundingAgency", - "name": "NSF Antarctic Sciences", - "alternateName": "NSF ANT", - "legalName": "NSF Antarctic Sciences", - "makesOffer": [ - { - "@id": "http://lod.example-data-repository.org/id/award/55102", - "@type": "Offer", - "name": "ANT-9909933", - "url": "https://www.example-data-repository.org/award/55102", - "sameAs": "http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=9909933", - "offeredBy": { - "@type": "Person", - "@id": "http://lod.example-data-repository.org/id/person/51469", - "name": "Dr Roberta Marinelli", - "url": "https://www.example-data-repository.org/person/51469" - } + "provider": { + "@type": "Organization", + "name": "Example Data Repository", + "url": "https://www.example-data-repository.org" + }, + "distribution": [ + { + "@type": "DataDownload", + "contentUrl": "https://www.example-data-repository.org/dataset/3300/data/larval-krill.tsv", + "encodingFormat": "text/tab-separated-values", + "datePublished": "2010-02-03" + } + ], + "measurementTechnique": [ + "Hand-held plankton net", + "Manual Biota Sampler" + ], + "variableMeasured": [ + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20860", + "name": "cruiseid", + "description": "cruise identification", + "unitText": "text" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20861", + "name": "year", + "description": "year of experiment", + "unitText": "calendar year" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20862", + "name": "sample_id", + "description": "sample identification: WBC=whole body clearance expt.; WBF=whole body fluorescence on collection" + + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20863", + "name": "time_sample", + "description": "Number of minutes between collection and sampling for pigment content; decline of pigment content with time was used to calculate time to clear the gut of pigment.", + "unitText": "minutes" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20864", + "name": "pigment_content", + "description": "pigment content", + "unitText": "micrograms total chl/grams wet weight" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20865", + "name": "stage_id", + "description": "stage development index of larvae in sample (furcilia = F1-6 = 1-6, juvenile = J=7)" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20866", + "name": "wet_weight", + "description": "average wet weight/larvae in sample", + "unitText": "mg" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20874", + "name": "lat", + "description": "latitude, in decimal degrees, North is positive, negative denotes South", + "unitText": "decimal degrees" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20875", + "name": "lon", + "description": "longitude, in decimal degrees, East is positive, negative denotes West", + "unitText": "decimal degrees" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20876", + "name": "day_local", + "description": "day of month, local time" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20877", + "name": "month_local", + "description": "month, local time" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20878", + "name": "time_local", + "description": "time of day, local time, using 2400 clock format" + }, + { + "@type": "PropertyValue", + "propertyID": "http://lod.example-data-repository.org/id/dataset-parameter/20879", + "name": "yrday_local", + "description": "local day and decimal time, as 326.5 for the 326th day of the year, or November 22 at 1200 hours (noon)" + } + ], + "funder": [ + { + "@type": "FundingAgency", + "name": "NSF Antarctic Sciences", + "alternateName": "NSF ANT", + "legalName": "NSF Antarctic Sciences", + "makesOffer": [ + { + "@id": "urn:local:55102", + "@type": "Offer", + "name": "ANT-9909933", + "identifier": "https://www.example-data-repository.org/award/55102", + "sameAs": "http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=9909933", + "offeredBy": { + "@type": "Person", + "name": "Dr Roberta Marinelli", + "identifier": "https://orcid.org/0000-0001-7775-xxxx" + } + } + ] } - ] - } - ] + + ], + "prov:wasDerivedFrom": {"@id": "https://doi.org/10.xxxx/Dataset-1"}, + "schema:isBasedOn": {"@id": "https://doi.org/10.xxxx/Dataset-1"}, + "prov:wasGeneratedBy": { + "@id": "https://example.org/executions/execution-42", + "@type": "provone:Execution", + "prov:hadPlan": "https://somerepository.org/datasets/10.xxxx/Dataset-2.v2/process-script.R", + "prov:used": {"@id": "https://doi.org/10.xxxx/Dataset-1"} + } } + diff --git a/guides/Dataset.md b/guides/Dataset.md index f12a322..22c9572 100644 --- a/guides/Dataset.md +++ b/guides/Dataset.md @@ -8,6 +8,7 @@ - [Describing a Dataset](#describing-a-dataset) - [Common Properties](#common-properties) - [Identifier](#identifier) + - [How to reference Short DOIs](#how-to-reference-short-dois) - [Variables](#variables) - [Catalog](#catalog) - [Metadata](#metadata) @@ -19,6 +20,7 @@ - [Publisher / Provider](#publisher-provider) - [Funding](#funding) - [License](#license) + - [Provenance Relationships](#provenance-relationships) - [Advanced Publishing Techniques](#advanced-publishing-techniques) - [Attaching Physical Samples to a Dataset](#attaching-physical-samples-to-a-dataset) @@ -74,7 +76,7 @@ Back to [top](#top) ### Identifier -Adding the [schema:identifier](https://schema.org/identifier) field can be done in three ways - a text description, a URL, or by using the [schema:PropertyValue](https://schema.org/PropertyValue) field. +Adding the [schema:identifier](https://schema.org/identifier) field can be done in three ways - a text description, a URL, or by using the [schema:PropertyValue](https://schema.org/PropertyValue) field. ![Identifiers](/assets/diagrams/dataset/dataset_identifier.svg "Dataset - Identifier") @@ -85,7 +87,7 @@ Adding the [schema:identifier](https://schema.org/identifier) field can be done Most identifiers have these properties: -- a **value**, +- a **value**, - a **domain** or **scheme** (in which the value is guaranteed to be unique), - (optionally) a **resolvable URL** (where the thing being identified can be found), - (optionally) a **domain prefix** (a token string of characters succeeded by a colon ':' that represents the domain or scheme). @@ -98,11 +100,11 @@ For example, the Digital Object Identifier (DOI) for a dataset may be: doi:10.50 - **prefix**: `doi` **Q: Can't we just say the scheme is a 'DOI'?** -**A:** Yes, but there's a better way - a URI or URL. Because the we are publishing schema.org to express the explicit values of our content, we want to explicitly identify and classify our content such that harvesters can determine when our content appears elsewhere on the web. By detectinng these shared pieces content, we form the [Web of Data](https://www.w3.org/standards/semanticweb/data). +**A:** Yes, but there's a better way - a URI or URL. Because the we are publishing schema.org to express the explicit values of our content, we want to explicitly identify and classify our content such that harvesters can determine when our content appears elsewhere on the web. By detectinng these shared pieces content, we form the [Web of Data](https://www.w3.org/standards/semanticweb/data). -Because the **scheme** `Digital Object Identifier (DOI)` is described using unstructured text, we need a better way to explicitly state this value. Fortunately, [identifiers.org](https://registry.identifiers.org/registry) has registered URIs for almost 700 different identifier schemes which can be browsed at: [https://registry.identifiers.org/registry](https://registry.identifiers.org/registry). +Because the **scheme** `Digital Object Identifier (DOI)` is described using unstructured text, we need a better way to explicitly state this value. Fortunately, [identifiers.org](https://registry.identifiers.org/registry) has registered URIs for almost 700 different identifier schemes which can be browsed at: [https://registry.identifiers.org/registry](https://registry.identifiers.org/registry). -We can specify the **scheme** as being a DOI with this identifiers.org Registry URI: +We can specify the **scheme** as being a DOI with this identifiers.org Registry URI: [https://registry.identifiers.org/registry/doi](https://registry.identifiers.org/registry/doi) @@ -125,7 +127,7 @@ Looking at the available fields from [schema:PropertyValue](https://schema.org/P - https://www.sciencebase.gov/catalog/item/56b3e649e4b0cc79997fb5ec For these reasons, we recommend that any identifier having a known prefix value should be included in the value succeeded by a colon to form ':', or for this DOI: `doi:10.5066/F7VX0DMQ`. - + **Q: How do I know if an Identifier has a known prefix?** **A:** Each Identifier in the identifiers.org Registry that has a known prefix will be specified on the identifers.org registry page under the section called '**Identifier Schemes**' at the field labeled '**Prefix**'. @@ -154,7 +156,7 @@ An example of using [schema:PropertyValue](https://schema.org/PropertyValue) to } -Optionally, the `schema:name` field can be used to give this specific identifier a label such as "DOI: 10.5066/F7VX0DMQ" or "DOI 10.5066/F7VX0DMQ", but `schema:name` should never be used to simply say "DOI". +Optionally, the `schema:name` field can be used to give this specific identifier a label such as "DOI: 10.5066/F7VX0DMQ" or "DOI 10.5066/F7VX0DMQ", but `schema:name` should never be used to simply say "DOI".
 {
@@ -282,6 +284,43 @@ NOTE: If you have a DOI, the citation text can be [automatically generated](http
 }
 
+#### How to reference Short DOIs + +[Short DOIs](http://shortdoi.org/) is a redirect service offered by the International DOI Foundation that provides a shorter version of an orginial DOI. For example, the original DOI `doi:10.5066/F7VX0DMQ` has a short DOI of `doi.org/csgf`. Short DOIs are resolvable using standard DOI URLS such as `http://doi.org/fg5v`. These short DOIs are treated identically to the original DOI. If you are using the short DOI service, we recommend publishing a short DOI URL using the `schema:sameAs` property of the `schema:Dataset`: + +
+{
+  "@context": {
+    "@vocab": "https://schema.org/"
+  },
+  "@type": "Dataset",
+  "name": "Removal of organic carbon by natural bacterioplankton communities as a function of pCO2 from laboratory experiments between 2012 and 2016",
+  "description": "This dataset includes results of laboratory experiments which measured dissolved organic carbon (DOC) usage by natural bacteria in seawater at different pCO2 levels. Included in this dataset are; bacterial abundance, total organic carbon (TOC), what DOC was added to the experiment, target pCO2 level. ",
+  "url": "https://www.sample-data-repository.org/dataset/472032",
+  "sameAs": [
+    "https://search.dataone.org/#view/https://www.sample-data-repository.org/dataset/472032",
+    "http://doi.org/fg5v"
+  ],
+  "version": "2013-11-21",
+  "keywords": ["ocean acidification", "Dissolved Organic Carbon", "bacterioplankton respiration", "pCO2", "carbon dioxide", "oceans"],
+  "identifier":
+      {
+        "@id": "https://doi.org/10.5066/F7VX0DMQ",
+        "@type": "PropertyValue",
+        "propertyID": "https://registry.identifiers.org/registry/doi",
+        "value": "doi:10.5066/F7VX0DMQ",
+        "url": "https://doi.org/10.5066/F7VX0DMQ"
+      }
+}
+
+ +`schema:sameAs` is used here for the following reasons: + +1. It doesn't add too many more statements that might increase the page weight (which may impact major search engine crawlers stopping the crawl of schema.org markup). +2. Crawlers that follow the URL for the short DOI can retrieve structured metadata for the DOI itself: + +`curl --location --request GET "http://doi.org/fg5v" --header "Accept: application/ld+json"` + Back to [top](#top) ### Variables @@ -311,7 +350,7 @@ In it's most basic form, the variable as a [schema:PropertyValue](https://schema } -If a URI is available that identifies the variable, it should be included as the +If a URI is available that identifies the variable, it should be included as the [PropertyID](https://schema.org/propertyID):
@@ -375,7 +414,7 @@ Back to [top](#top)
 
 While this schema.org record represents metadata about a Dataset, many providers will also have other metadata records that may be more complete or that conform to other metadata formats and vocabularies that might be useful. For example, repositories often contain detailed records in ISO TC 211 formats, [EML](https://eml.ecoinformatics.org), and other formats. Aggregators and other consumers can make use of this additional metadata if they are linked in a standardized way to the schema.org record.  We recommend that the location of the alternative forms of the metadata be provided using the [schema:subjectOf](https://schema.org/subjectOf) and [schema:about](https://schema.org/about) properties:
 
-Link metadata documents to a [schema:Dataset](https://schema.org/Dataset) by using [schema:subjectOf](https://schema.org/subjectOf). 
+Link metadata documents to a [schema:Dataset](https://schema.org/Dataset) by using [schema:subjectOf](https://schema.org/subjectOf).
     - Or if a schema.org snippet describes the metadata as the main resource, then link to the Dataset it describes using [schema:about](https://schema.org/about).
 
 These two approaches are equivalent, and which is used depends on the subject of the schema.org record.
@@ -383,7 +422,7 @@ These two approaches are equivalent, and which is used depends on the subject of
 ![Metadata](/assets/diagrams/dataset/dataset_metadata.svg "Dataset - Metadata")
 
 Once the linkage has been made, further details about the metadata can be provided. We recommend using [schema:encodingFormat](https://schema.org/encodingFormat) to indicate the metadata format/vocabulary to which the metadata record conforms.  If it conforms to multiple formats, or to a specific and general format types, multiple types can be listed.  
-We use the [schema:DataDownload](https://schema.org/DataDownload) class for Metadata files so that we can use the [schema:MediaObject](https://schema.org/MediaObject) properties for describing bytesize, encoding, etc. 
+We use the [schema:DataDownload](https://schema.org/DataDownload) class for Metadata files so that we can use the [schema:MediaObject](https://schema.org/MediaObject) properties for describing bytesize, encoding, etc.
 
 It can be useful to aggregators and other consumers to indicate when the metadata record was last modified using `schema:dateModified`, which can be used to optimize harvesting schedules for search indices and other applications.
 
@@ -572,28 +611,24 @@ Back to [top](#top)
 
 ![Spatial](/assets/diagrams/dataset/dataset_spatial-coverage.svg "Dataset - Spatial")
 
-The types of spatial coverages in schema.org are
+Used to document the location on Earth that is the focus of the  dataset content, using  [schema:Place](https://schema.org/Place). Recommended practice is to use the [schema:geo](https://schema.org/geo) property with either a [schema:GeoCoordinates](https://schema.org/GeoCoordinates) object to specify a point location, or a [schema:GeoShape](https://schema.org/GeoShape) object to specify a line or area coverage extent. Coordinates describing these extents are expressed as latitude longitude tuples (in that order) using decimal degrees. 
 
-* [point](https://schema.org/GeoCoordinates) - specify the [schema:latitude](https://schema.org/latitude) and [schema:longitude](https://schema.org/longitude) properties of the schema:GeoCoordinates]() type.
+Schema.org documentation does not specify a convention for the coordinate reference system, our recommended practice is to use [WGS84](EPSG:3857) for at least one spatial coverage description if applicable. Spatial coverage location using other coordinate systems can be included, see recommendation for specifying coordinate reference systems, [below](#spatial_reference-system).  
 
-The following shapes use the [schema:GeoShape](https://schema.org/GeoShape) type where a 'point' is defined as a latitude/longitude pair separated by a comma.
+#### Point location
+A point location specified by a  [schema:GeoCoordinates](https://schema.org/GeoCoordinates) object with   [schema:latitude](https://schema.org/latitude) and [schema:longitude](https://schema.org/longitude) properties. 
+*Not Recommended* the [schema:Place](https://schema.org/Place) definition allows the latitude and longitude of a point location to be specified as properties directly of place; although this is more succinct, it makes parsing the metadata more complex and should be avoided.
 
-* [line](https://schema.org/line) - a series of two or more point objects separated by space.
-* [polygon](https://schema.org/polygon) - a series of four or more space delimited points where the first and final points are identical.
-* [box](https://schema.org/polboxygon) - two points separated by a space character where the first point is the lower corner and the second point is the upper corner.
-
-These spatial definitiosn were added to schema.org very early on in its [development](https://github.com/schemaorg/schemaorg/issues/8#issuecomment-97667478) where they decided to follow the [GeoRSS specification](http://www.georss.org/simple). While this is not ideal, there are ongoing conversations about improving this in schema.org.
-
-
-A point, or coordinate, would defined in this way:
+Point locations are recommended for data that is associated with specific sample locations, particularly if these are widely spaced such that an enclosing bounding box would be a misleading representation of the spatial location. Be aware that some client applications might only index or display bounding box extents or a single point location. 
 
+ A schema:Dataset that is about a point location would documented in this way:
 
 {
   "@context": {
     "@vocab": "https://schema.org/"
   },
   "@type": "Dataset",
-  "name": "Removal of organic carbon by natural bacterioplankton communities as a function of pCO2 from laboratory experiments between 2012 and 2016",
+  "name": "Removal of organic carbon by natural bacterioplankton ....",
   ...
   "spatialCoverage": {
     "@type": "Place",
@@ -606,35 +641,58 @@ A point, or coordinate, would defined in this way:
 }
 
- -All other shapes, are defined using the [schema:GeoShape](https://schema.org/GeoShape): +#### GeoShape location extent + +A [schema:GeoShape](https://schema.org/GeoShape) can describe spatial coverage as a line (e.g. a ship track), a bounding box, a polygon, or a circle. The geometry is described with a set of latitude/longitude pairs. The spatial definitions were added to schema.org early in its [development](https://github.com/schemaorg/schemaorg/issues/8#issuecomment-97667478) based on the [GeoRSS specification](http://docs.opengeospatial.org/cs/17-002r1/17-002r1.html#21). The documentation for [schema:GeoShape](https://schema.org/GeoShape) states "Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points." At least for bounding boxes (see the discussion below), it appears that the Google Dataset Search parsing of the coordinate strings depends on whether a comma or space is used to delimit the coordinates in an individual tuple. + +Be aware that some client applications might only index or display bounding box extents. + +* [line](https://schema.org/line) - a series of two or more points. +* [polygon](https://schema.org/polygon) - a series of four or more points where the first and final points are identical. +* [box](https://schema.org/box) - A rectangular (in lat-long space) extent specified by two points, the first in the lower left (southwest) corner and the second in the upper right (northeast) corner. +* [circle](https://schema.org/circle) - A circular region of a specified radius centered at a specified latitude and longitude, represented as a coordinate pair followed by a radius in meters. *Not recommended for use*. + + +Examples +Linear spatial location +A line spatial location. Useful for data that were collected along a traverse, ship track, flight line or other linear sampling feature.
   "spatialCoverage": {
     "@type": "Place",
     "geo": {
       "@type": "GeoShape",
-      "line": "39.3280,120.1633 40.445,123.7878"
+      "line": "39.3280 120.1633 40.445 123.7878"
     }
   }
 }
 
-A polygon +Polygon spatial location +A polygon provides the most precise approach to delineating the spatial extent of the focus area for a dataset, but polygon spatial locations might not be recognized (indexed, displayed) by some client applications. +
   "polygon": "39.3280 120.1633 40.445 123.7878 41 121 39.77 122.42 39.3280 120.1633"
 
-A box where 'lower-left' corner is 39.3280/120.1633 and 'upper-right' corner is 40.445/123.7878 +Bounding Boxes +A GeoShape box defines an area on the surface of the earth defined by point locations of the southwest corner and northeast corner of the rectangle in latitude-longitude coordinates. Point locations are tuples of {latitude east-longitude} (y x). The schema.org [GeoShape](https://schema.org/GeoShape) documentation states "*Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points*." Since the box is a list of points, a space should be used to separate the latitude and longitude values. The two corner coordinate points are separated by a space. 'East longitude' means positive longitude values are east of the prime (Greenwich) meridian. A box where 'lower-left' (southwest) corner is 39.3280/120.1633 and 'upper-right' (northeast) corner is 40.445/123.7878 would be encoded thus:
   "box": "39.3280 120.1633 40.445 123.7878"
 
-The defined spatial coverages are inadequate for the needs of our community, but we also recognize that schema.org continues to hear the needs of its schema.org publishers on these [issues](https://github.com/schemaorg/schemaorg/issues/1548). +NOTE-- see [discussion in GitHub issue 101](https://github.com/ESIPFed/science-on-schema.org/issues/101#issuecomment-720808142) on what works with Google Dataset search to display spatial locatation in their search results. -We also recognize that there is no defined property for specifying a Coordinate Reference System, but we see from the [schema.org issue queue](https://github.com/schemaorg/schemaorg/issues) that this has been mentioned. +East longitude values can be reported 0 <= X <= 360 or -180 <= X <= 180. Some applications will fail under one or the other of these conventions. Recommendation is to use -180 <= X <= 180, consistent with the [WKT specification](https://docs.opengeospatial.org/is/18-010r7/18-010r7.html#33). Following this recommendation, bounding boxes that cross the antimeridian at ±180° longitude, the West longitude value will be numerically greater than the East longitude value. For example, to describe Fiji the box might be +
+  "box": "-19 176 -15 -178"
+
+ +NOTES: Some spatial data processors will not correctly interpret the bounding coordinates across the antimeridian even if they follow the recommended southwest, northeast corner convention, resulting in boxes that span the circumference of the Earth, excluding the actual area of interest. For applications operating with data in the vicinity of longitude 180, testing is strongly recommended to determine if it works for bounding boxes crossing the antimeridian (+/- 180); an alternative is to define two bounding boxes, one on each side of 180. - +For bounding boxes that include the north or south pole, schema:box will not work. Recommended practice is to use a schema:polygon to describe spatial location extents that include the poles. + +Multiple geometries If you have multiple geometries, you can publish those by making the [schema:geo](https://schema.org/geo) field an array of [GeoShape](https://schema.org/GeoShape) or [GeoCoordinates](https://schema.org/GeoCoordinates) like so:
@@ -660,14 +718,22 @@ If you have multiple geometries, you can publish those by making the [schema:geo
 }
 
+Be aware that some client application might not index or display multiple geometries. -A Spatial Reference System (SRS) or Coordinate reference systems (CRS) are methodologies for locating geographical features within some frame of reference (e.g. Earth, Moon, etc.). To represent an SRS in schema.org, we should use the `[schema:additionalProperty](https://schema.org/additionalProperty)` property to specify an object of type `[schema:PropertyValue](https://schema.org/PropertyValue)` and `[dbpedia:Spatial_reference_system](http://dbpedia.org/resource/Spatial_reference_system)`, a decent RDF resource on the web for describing what an SRS is. +A Spatial Reference System (SRS) or Coordinate Reference System (CRS) is the method for defining the [frame of reference for geospatial location representation](https://developers.arcgis.com/documentation/core-concepts/spatial-references/). Schema.org currently has no defined property for specifying a Spatial Reference System; the assumption is that coordinates are WGS84 decimal degrees. + +In the mean time, to represent an SRS in schema.org, we recommend using the [schema:additionalProperty](https://schema.org/additionalProperty) property to specify an object of type [schema:PropertyValue](https://schema.org/PropertyValue), with a [schema:propertyID](https://schema.org/propertyID) of +[http://dbpedia.org/resource/Spatial_reference_system](http://dbpedia.org/resource/Spatial_reference_system) to identify the property as a spatial reference system, and the schema:PropertyValue/schema:value is a URI (IRI) that identifies a specific SRS. Some commonly used values are: | Spatial Reference System | IRI | |--------------------------|----------------------------------------------| -| WGS84 | http://www.w3.org/2003/01/geo/wgs84_pos# | +| WGS84 | http://www.w3.org/2003/01/geo/wgs84_pos#lat_long | | CRS84 | http://www.opengis.net/def/crs/OGC/1.3/CRS84 | +| EPSG:26911 | https://spatialreference.org/ref/epsg/nad83-utm-zone-11n/ | +| EPSG:3413 | https://spatialreference.org/ref/epsg/wgs-84-nsidc-sea-ice-polar-stereographic-north/ | + +NOTE: Beware of coordinate order differences. WGS84 in the table above specifies latitude, longitude coordinate order, whereas CRS84 specifies longitude, latitude order (like GeoJSON). WGS84 is the assumed typical value for coordinates, so in general the SRS does not need to be specified. A spatial reference system can be added in this way: @@ -684,11 +750,12 @@ A spatial reference system can be added in this way: "@type": "Place", "geo": { "@type": "GeoShape", - "line": "39.3280,120.1633 40.445,123.7878" + "line": "39.3280 120.1633 40.445 123.7878" }, "additionalProperty": { - "@type": ["PropertyValue", "dbpedia:Spatial_reference_system"], - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" + "@type": "PropertyValue", + "propertyID":"http://dbpedia.org/resource/Spatial_reference_system", + "value": "http://www.w3.org/2003/01/geo/wgs84_pos#lat_long" } } } @@ -698,7 +765,7 @@ Back to [top](#top) ### Roles of People -People can be linked to datasets using three fields: author, creator, and contributor. Since [schema:contributor](https://schema.org/contributor) is defined as a secondary author, and [schema:Creator](https://schema.org/creator) is defined as being synonymous with the [schema:author](https://schema.org/author) field, we recommend using the more expressive fields of creator and contribulds of creator and contributor. But using any of these fields are okay. Becuase there are more things that can be said about how and when a person contributed to a Dataset, we use the [schema:Role](https://schema.org/Role). You'll notice that the schema.org documentation does not state that the Role type is an expected data type of author, creator and contributor, but that is addressed in this [blog post introducing Role into schema.org](http://blog.schema.org/2014/06/introducing-role.html). *Thanks to [Stephen Richard](https://github.com/smrgeoinfo) for this contribution* +People can be linked to datasets using three fields: author, creator, and contributor. Since [schema:contributor](https://schema.org/contributor) is defined as a secondary author, and [schema:Creator](https://schema.org/creator) is defined as being synonymous with the [schema:author](https://schema.org/author) field, we recommend using the more expressive fields creator and contributor, but using any of these fields is acceptable. Becuase there are more things that can be said about how and when a person contributed to a Dataset, we use the [schema:Role](https://schema.org/Role). You'll notice that the schema.org documentation does not state that the Role type is an expected data type of author, creator and contributor, but that is addressed in this [blog post introducing Role into schema.org](http://blog.schema.org/2014/06/introducing-role.html). *Thanks to [Stephen Richard](https://github.com/smrgeoinfo) for this contribution* ![People Roles](/assets/diagrams/dataset/dataset_people-roles.svg "Dataset - People Roles") @@ -1036,6 +1103,90 @@ The following table contains the SPDX URIs for some of the most common licenses. |MIT | https://spdx.org/licenses/MIT | |MIT-0 | https://spdx.org/licenses/MIT-0 | +Back to [top](#top) + +### Provenance Relationships + +High level relationships that link datasets based on their processing workflows and versioning relationships are critical for data consumers and search engines to link different versions of a [schema:Dataset](https://schema.org/Dataset), to clarify when a dataset is derived from one or more source Datasets, and to specify linkages to the software and activities that created these derived datasets for reproducibility. Collectively, this is provenance information. + +The [PROV-O](https://www.w3.org/TR/prov-o/) recommendation provides the widely-adopted vocabulary for representing this type of provenance information, and should be used within Dataset descriptions, as most of the necessary provenance properties are currently missing from schema.org. The main exception is [`schema:isBasedOn`](https://schema.org/isBasedOn), which provides a predicate for indicating that a Dataset was derived from one or more source Datasets. Producers and consumers should interpret `schema:isBasedOn` to be an equivalent property to `prov:wasDerivedFrom` (in the `owl:equivalentProperty` sense). Either is acceptable for representing derivation relationships, but there is utility in expressing the relationship with both predicates for consumers that might only be looking for one or the other. When other `PROV` predicates are used, it is preferred to use `prov:wasDerivedFrom` for consistency. + +We recommend providing provenance information about data processing workflows, data derivation relationships, and versioning information using PROV-O and schema.org predicates, and describe the structures to do this in the following subsections. Aggregators and search systems should use these properties to cluster and cross-link versions of Datasets, and to provide bi-directional linkages to source and derived data products. + +#### Indicating an earlier version: `prov:wasRevisionOf` + +![Prov_versions](/assets/diagrams/dataset/dataset_prov_revision.svg "Dataset - Revisions") + +Link a Dataset to a prior version that it replaces by adding a [`prov:wasRevisionOf`](https://www.w3.org/TR/prov-o/#wasRevisionOf) property. This indicates that the current `schema:Dataset` replaces or obsoletes the source Dataset indicated. The value of the `prov:wasRevisionOf` should be the canonical IRI for the identifier for the original dataset, preferably to a persistently resolvable IRI such as as a DOI, but other persistent identifiers for the dataset can be used. + +
+{
+  "@context": {
+    "@vocab": "https://schema.org/",
+    "prov": "http://www.w3.org/ns/prov#"
+  },
+  "@id": "https://doi.org/10.xxxx/Dataset-2.v2",
+  "@type": "Dataset",
+  "name": "Removal of organic carbon by natural bacterioplankton communities as a function of pCO2 from laboratory experiments between 2012 and 2016",
+  "prov:wasRevisionOf": { "@id": "https://doi.org/10.xxxx/Dataset-2.v1" }
+}
+
+ +#### Indicating a source dataset: `schema:isBasedOn` and `prov:wasDerivedFrom` + +A derived Dataset is one in which the values in the data are somehow related or created from the values in one or more source datasets. For example, raw voltage values from a sensor might be recorded in a raw data file, which is then processed through calibration functions to produce a derived dataset with values in scientific units. Other examples of derived data include data that has been error corrected, gap-filled, or integrated with other sources. + +To indicate that a Dataset has been derived from a source Dataset, use the [`prov:wasDerivedFrom`](https://www.w3.org/TR/prov-o/#wasDerivedFrom) property. This indicates that the current `schema:Dataset` was created in whole or in part from content in the source Dataset, and therefore does not represent an independent set of measurements. The value of the `prov:wasDerivedFrom` should be the canonical IRI for the identifer for the source dataset, preferably to a persistently resolvable IRI such as as a DOI, but other persistent identifiers for the dataset can be used. In addition, if a persistent identifier for a digital object within a Dataset is available, the `prov:wasDerivedFrom` may also be used to indicate that that digital object was derived from that particular source object, rather than the overall Dataset. This allows one to be more specific about the exact relationship between the source and derived data objects. + +In addition to `prov:wasDerivedFrom`, schema.org provides the [`schema:isBasedOn`](https://schema.org/isBasedOn) property, which should be considered to be an equivalent property to `prov:wasDerivedFrom`. For compatibility with schema.org, we recommend that producers use `schema:isBasedOn` in addition to or instead of `prov:wasDerivedFrom` to indicate derivation relationships. + +![Prov_derived](/assets/diagrams/dataset/dataset_prov_derived.svg "Dataset - Derivations") + +
+{
+  "@context": {
+    "@vocab": "https://schema.org/",
+    "prov": "http://www.w3.org/ns/prov#"
+  },
+  "@id": "https://doi.org/10.xxxx/Dataset-2",
+  "@type": "Dataset",
+  "name": "Removal of organic carbon by natural bacterioplankton communities as a function of pCO2 from laboratory experiments between 2012 and 2016",
+  "prov:wasDerivedFrom": { "@id": "https://doi.org/10.xxxx/Dataset-1" },
+  "schema:isBasedOn": { "@id": "https://doi.org/10.xxxx/Dataset-1" }
+}
+
+ +#### Indicating a software workflow or processing activity: `prov:used` and `prov:wasGeneratedBy` + +Frequently data are processed to create derived Datasets or other products using software programs that use some source data, transform it in various ways, and create the derived products. Understanding these software workflows promotes understanding of the products, and facilitates reproducibility. Describing a software workflow is really just a mechanism to provide more detail about how derived products were created when software was executed. The [ProvONE](https://purl.dataone.org/provone-v1-dev) vocabulary extends PROV to define a specific concept for an execution event (`provone:Execution`) during which a software program (`provone:Program`) is executed. During this execution, the software can use source data (`prov:used`) and generate outputs (`prov:wasGeneratedBy`), which then can be inferred to have been derived from the source data. + +![Prov_program](/assets/diagrams/dataset/dataset_prov_program.svg "Dataset - Workflow") + +Any portion of the software workflow can be described to increase information about derived datasets. For example, use `prov:used` to link an execution to one or more source datasets, and use `prov:wasGeneratedBy` to link an execution to one or more derived products. When information about the execution event itself is known, use `provone:Execution` to describe that event, and link it to the source and derived products, as well as the program. The program is often a software script that is itself dereferenceable, and may be part of the archived Dataset itself if it has an accessible IRI. + +
+{
+  "@context": {
+    "@vocab": "https://schema.org/",
+    "prov": "http://www.w3.org/ns/prov#",
+    "provone": "http://purl.dataone.org/provone/2015/01/15/ontology#"
+  },
+  "@id": "https://doi.org/10.xxxx/Dataset-2",
+  "@type": "Dataset",
+  "name": "Removal of organic carbon by natural bacterioplankton communities as a function of pCO2 from laboratory experiments between 2012 and 2016",
+  "prov:wasDerivedFrom": { "@id": "https://doi.org/10.xxxx/Dataset-1" },
+  "schema:isBasedOn": { "@id": "https://doi.org/10.xxxx/Dataset-1" },
+  "prov:wasGeneratedBy": 
+      {
+        "@id": "https://example.org/executions/execution-42",
+        "@type": "provone:Execution",
+        "prov:hadPlan": "https://somerepository.org/datasets/10.xxxx/Dataset-2.v2/process-script.R",
+        "prov:used": { "@id": "https://doi.org/10.xxxx/Dataset-1" }
+      }
+}
+
+ + Back to [top](#top) ## Advanced Publishing Techniques diff --git a/guides/GETTING-STARTED.md b/guides/GETTING-STARTED.md index bef1938..4f4de6b 100644 --- a/guides/GETTING-STARTED.md +++ b/guides/GETTING-STARTED.md @@ -21,6 +21,10 @@ If you are new to publishing schema.org, here are some general tips to getting s * [Time](#data-types_Time) * [HTML](#data-types_HTML) * [Resource Types](#resource-types) +* [Resource Modification Time](#modification_times) + * [`schema.org/dateModified`](#mod_so) + * [HTTP `Last-Modified`](#mod_http) + * [Sitemap ``](#mod_map) # Goals # @@ -310,3 +314,77 @@ In some cases, it useful to multi-type a resource. One example of this may be a
**All [schema.org types may be found here](https://schema.org/docs/full.html).** + + +## Time of resource modification + +An indication of when a resource was modified is valuable to a consumer for a variety of reasons. + +A consumer tracking changes in a collection of `SO:Dataset` or similar resources being advertised +with a `sitemap.xml` or similar mechanism has at least three timestamps that can be examined to +determine if an already retrieved resource may have been modified: the `schema.org/dateModified` +property in the JSON-LD, the `Last-Modified` time reported by the web server, and the `` +time that may be reported in a `sitemap.xml` document. + +The `schema.org/dateModified` value should be considered authoritative for indicating when the +resource was modified. The `Last-Modified` header should reflect the corresponding +`schema.org/dateModified` entry. This property provides an important hint for consumers as to +whether a cached copy of a resource should be updated for example. Similarly the `` +entry should reflect the `Last-Modified` header and the `schema.org/dateModified` value. + +A typical pattern for a consumer interesting in synchronizing a cache of resource is: + +1. Examine the sitemap for new or updated entries using hints from `` +2. Retrieve the resource directly or by previewing with a HTTP HEAD request. A + `Last-Modified` provides a hint as to whether the resource should be retrieved. +3. Examine the `schema.org/dateModified` property of the resource(s) extracted from the + resource. + +Providing accurate hints early in the process can reduce requirements for effectively +sharing data resources. + + +### 1. `schema.org/dateModified` + +Each `schema.org` instance derived from [`schema.org/CreativeWork`](https://schema.org/CreativeWork) +may have a [`dateModified`](https://schema.org/dateModified) property to indicate "The date on which +the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed." +This property should be provided with any instance of `schema.org/Dataset` or any other `schema.org` +entity published in a landing page or though other mechanisms. The JSON spec does not include a +built-in type for date time values, however the general consensus and a sensible practices is to +represent a date time value as a time zone aware ISO 8601 formatted string. For example: + +```json +{ + "dateModified": "2018-12-10T13:45:00.000Z" +} +``` + + +### 2. HTTP `Last-Modified` Header + +A schema.org instance is typically embedded in a landing page or may be accessed directly as a +JSON-LD document over the HTTP protocol. HTTP resource providers (i.e. web servers) may include +a [`Last-Modified` header](https://tools.ietf.org/html/rfc7232#section-2.2) which contains the +date and time at which the origin server believes the resource was last modified. The format for +the date value follows the [RFC 2616 specification](https://tools.ietf.org/html/rfc2616). For +example: + +``` +Last-Modified: Mon, 10 Dec 2018 13:45:00 GMT +``` + + +### 3. `sitemap.xml lastmod` value + +A [`sitemap.xml`](https://www.sitemaps.org/protocol.html) document provides a mechanism for a +resource server to advertise available resources. Each `` element may include a `` +tag to indicate when the resource identified by the `/` was last modified. The +specification is fairly loose, indicating that date in the +[W3C Datetime](https://www.w3.org/TR/NOTE-datetime) format of `YYYY-MM-DD` may be +sufficient. However, for the purposes of content synchronization, a higher precision is +desireable, and should be provided where possible. For example: + +``` +2018-12-10T13:45:00.000Z +``` diff --git a/validation/framing/dataset_summary.jsonld b/validation/framing/dataset_summary.jsonld new file mode 100644 index 0000000..36fb296 --- /dev/null +++ b/validation/framing/dataset_summary.jsonld @@ -0,0 +1,14 @@ +{ + "@context":{ + "@vocab":"https://schema.org/" + }, + "@graph":[ + { + "@type":"Dataset", + "name":{}, + "url":{}, + "identifier":{}, + "description":{} + } + ] +} \ No newline at end of file diff --git a/validation/shapegraphs/README.md b/validation/shapegraphs/README.md index fc2f94e..f2b402d 100644 --- a/validation/shapegraphs/README.md +++ b/validation/shapegraphs/README.md @@ -12,4 +12,41 @@ googleRecommendedCoverageCheck.ttl | Same as the test for Google recommended but P418Required.ttl | Same as googleRequired but adds in a check for an @id for Dataset type. Otherwise, checks for the Google recommended items described in https://developers.google.com/search/docs/data-types/dataset importTest.ttl | TESTING: A testing file for checking if shape imports works to allow people to stack together a set of shape graphs to check with temporalRange.ttl | TESTING: A file to explore validate temporal items in a data graph -testingDataGraphs | A directory with various data graphs (some with errors) to use as part of testing shape graphs and perhaps a CI path in the future \ No newline at end of file +../testingDataGraphs | A directory with various data graphs (some with errors) to use as part of testing shape graphs and perhaps a CI path in the future +soso_common_v1.1.0.ttl | SHACL for evaluating compliance with Science-on-Schema.org tagged release version 1.1 + +## Evaluating Data Compliance with Guidelines + +Compliance of a `https://schema.org/Dataset` with the Science-on-Schema.org (SOSO) guidelines and recommendations release +[version 1.1](https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md) +can be evaluated by applying the SHACL shape to the Dataset graph using a SHACL processor. + +For example, using [PySHACL](https://github.com/RDFLib/pySHACL): + +```shell script +$ DG="../testingDataGraphs/dataset-full.json-ld" +$ SG="soso_common_v1.1.0.ttl" +$ pyshacl -s ${SG} -sf turtle -df json-ld ${DG} +``` + +Currently generates the following output which indicates that the recommended +`SO:isAccessibleForFree` and `SO:sameAs` are missing from the example: + +``` +Validation Report +Conforms: False +Results (2): +Constraint Report in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent): + Severity: sh:Warning + Source Shape: soso:isAccessibleForFreeDatasetProperty + Focus Node: + Result Path: SO:isAccessibleForFree + Message: It is recommended that a Dataset indicates accessibility for free or otherwise +Constraint Report in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent): + Severity: sh:Warning + Source Shape: soso:sameAsDatasetProperty + Focus Node: + Result Path: SO:sameAs + Message: It is recommended that a Dataset includes a sameAs URL +``` + diff --git a/validation/shapegraphs/schema.ttl b/validation/shapegraphs/schema.ttl new file mode 100644 index 0000000..0ea5e12 --- /dev/null +++ b/validation/shapegraphs/schema.ttl @@ -0,0 +1,26295 @@ +# baseURI: http://datashapes.org/schema +# imports: http://datashapes.org/dash + +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix schema: . +@prefix sh: . +@prefix xsd: . + + + schema:softwareVersion "bib.schema.org Version 0.1"@en ; +. + + schema:softwareVersion "bib extension - version 0.1"@en ; +. + + ; +. + + ; +. + + a owl:Ontology ; + rdfs:comment "

This is an RDF/SHACL version of schema.org, generated based on the official Turtle file from http://schema.org/version/latest/all-layers.ttl. Alignments with common RDF practices have been made, e.g. using rdfs:Class instead of schema:Class.

Contact: Holger Knublauch

"^^rdf:HTML ; + rdfs:label "Schema.org SHACL shapes" ; + owl:imports ; + owl:versionInfo "2019-03-07T11:06:04.726+10:00"^^xsd:dateTime ; +. + + rdfs:comment "A test comment." ; + rdfs:label "meta" ; +. + + a schema:Organization ; + schema:isPartOf ; + rdfs:comment "This entry is derived from the ELI ontology (European Legislation Identifier). ELI is an initiative of some national legislation publishers endorsed by EU countries and Institutions, to identify, describe and link legislation on the web, and is led by the ELI taskforce." ; + rdfs:label "ELI" ; +. +schema:AMRadioChannel + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1004" ; + schema:isPartOf ; + rdfs:comment "A radio channel that uses AM."^^rdf:HTML ; + rdfs:label "AMRadio channel" ; + rdfs:subClassOf schema:RadioChannel ; +. +schema:APIReference + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Reference documentation for application programming interfaces (APIs)."^^rdf:HTML ; + rdfs:label "APIReference" ; + rdfs:subClassOf schema:TechArticle ; + sh:property schema:APIReference-assembly ; + sh:property schema:APIReference-assemblyVersion ; + sh:property schema:APIReference-executableLibraryName ; + sh:property schema:APIReference-programmingModel ; + sh:property schema:APIReference-targetPlatform ; +. +schema:APIReference-assembly + a sh:PropertyShape ; + sh:path schema:assembly ; + sh:datatype xsd:string ; + sh:description "Library file name e.g., mscorlib.dll, system.web.dll."^^rdf:HTML ; + sh:name "assembly" ; +. +schema:APIReference-assemblyVersion + a sh:PropertyShape ; + sh:path schema:assemblyVersion ; + sh:datatype xsd:string ; + sh:description "Associated product/technology version. e.g., .NET Framework 4.5."^^rdf:HTML ; + sh:name "assemblyVersion" ; +. +schema:APIReference-executableLibraryName + a sh:PropertyShape ; + sh:path schema:executableLibraryName ; + sh:datatype xsd:string ; + sh:description "Library file name e.g., mscorlib.dll, system.web.dll."^^rdf:HTML ; + sh:name "executableLibraryName" ; +. +schema:APIReference-programmingModel + a sh:PropertyShape ; + sh:path schema:programmingModel ; + sh:datatype xsd:string ; + sh:description "Indicates whether API is managed or unmanaged."^^rdf:HTML ; + sh:name "programmingModel" ; +. +schema:APIReference-targetPlatform + a sh:PropertyShape ; + sh:path schema:targetPlatform ; + sh:datatype xsd:string ; + sh:description "Type of app development: phone, Metro style, desktop, XBox, etc."^^rdf:HTML ; + sh:name "targetPlatform" ; +. +schema:Abdomen + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Abdomen clinical examination." ; + rdfs:label "Abdomen" ; +. +schema:AboutPage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web page type: About page."^^rdf:HTML ; + rdfs:label "About page" ; + rdfs:subClassOf schema:WebPage ; +. +schema:AcceptAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of committing to/adopting an object.

+ +Related actions:

+ + +"""^^rdf:HTML ; + rdfs:label "Accept action" ; + rdfs:subClassOf schema:AllocateAction ; +. +schema:Accommodation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement. +For more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Accommodation" ; + rdfs:subClassOf schema:Place ; + sh:property schema:Accommodation-amenityFeature ; + sh:property schema:Accommodation-floorSize ; + sh:property schema:Accommodation-numberOfRooms ; + sh:property schema:Accommodation-permittedUsage ; + sh:property schema:Accommodation-petsAllowed ; +. +schema:Accommodation-amenityFeature + a sh:PropertyShape ; + sh:path schema:amenityFeature ; + sh:class schema:LocationFeatureSpecification ; + sh:description "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs."^^rdf:HTML ; + sh:name "amenityFeature" ; +. +schema:Accommodation-floorSize + a sh:PropertyShape ; + sh:path schema:floorSize ; + sh:class schema:QuantitativeValue ; + sh:description """The size of the accommodation, e.g. in square meter or squarefoot. +Typical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard"""^^rdf:HTML ; + sh:name "floorSize" ; +. +schema:Accommodation-numberOfRooms + a sh:PropertyShape ; + sh:path schema:numberOfRooms ; + sh:description """The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. +Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."""^^rdf:HTML ; + sh:name "numberOfRooms" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Accommodation-permittedUsage + a sh:PropertyShape ; + sh:path schema:permittedUsage ; + sh:datatype xsd:string ; + sh:description "Indications regarding the permitted usage of the accommodation."^^rdf:HTML ; + sh:name "permittedUsage" ; +. +schema:Accommodation-petsAllowed + a sh:PropertyShape ; + sh:path schema:petsAllowed ; + sh:description "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value."^^rdf:HTML ; + sh:name "petsAllowed" ; + sh:or ( + [ + sh:datatype xsd:boolean ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:AccountingService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """Accountancy business.

+ +As a LocalBusiness it can be described as a provider of one or more Service(s)."""^^rdf:HTML ; + rdfs:label "Accounting service" ; + rdfs:subClassOf schema:FinancialService ; +. +schema:AchieveAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process."^^rdf:HTML ; + rdfs:label "Achieve action" ; + rdfs:subClassOf schema:Action ; +. +schema:Action + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.

+ +See also blog post and Actions overview document."""^^rdf:HTML ; + rdfs:label "Action" ; + rdfs:subClassOf schema:Thing ; + sh:property schema:Action-actionStatus ; + sh:property schema:Action-agent ; + sh:property schema:Action-endTime ; + sh:property schema:Action-error ; + sh:property schema:Action-instrument ; + sh:property schema:Action-location ; + sh:property schema:Action-object ; + sh:property schema:Action-participant ; + sh:property schema:Action-result ; + sh:property schema:Action-startTime ; + sh:property schema:Action-target ; +. +schema:Action-actionStatus + a sh:PropertyShape ; + sh:path schema:actionStatus ; + sh:class schema:ActionStatusType ; + sh:description "Indicates the current disposition of the Action."^^rdf:HTML ; + sh:name "actionStatus" ; +. +schema:Action-agent + a sh:PropertyShape ; + sh:path schema:agent ; + sh:description "The direct performer or driver of the action (animate or inanimate). e.g. John wrote a book."^^rdf:HTML ; + sh:name "agent" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Action-endTime + a sh:PropertyShape ; + sh:path schema:endTime ; + sh:datatype xsd:dateTime ; + sh:description """The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December.

+ +Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."""^^rdf:HTML ; + sh:name "endTime" ; +. +schema:Action-error + a sh:PropertyShape ; + sh:path schema:error ; + sh:class schema:Thing ; + sh:description "For failed actions, more information on the cause of the failure."^^rdf:HTML ; + sh:name "error" ; +. +schema:Action-instrument + a sh:PropertyShape ; + sh:path schema:instrument ; + sh:class schema:Thing ; + sh:description "The object that helped the agent perform the action. e.g. John wrote a book with a pen."^^rdf:HTML ; + sh:name "instrument" ; +. +schema:Action-location + a sh:PropertyShape ; + sh:path schema:location ; + sh:description "The location of for example where the event is happening, an organization is located, or where an action takes place."^^rdf:HTML ; + sh:name "location" ; + sh:or ( + [ + sh:class schema:Place ; + ] + [ + sh:class schema:PostalAddress ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Action-object + a sh:PropertyShape ; + sh:path schema:object ; + sh:class schema:Thing ; + sh:description "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read a book."^^rdf:HTML ; + sh:name "object" ; +. +schema:Action-participant + a sh:PropertyShape ; + sh:path schema:participant ; + sh:description "Other co-agents that participated in the action indirectly. e.g. John wrote a book with Steve."^^rdf:HTML ; + sh:name "participant" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Action-result + a sh:PropertyShape ; + sh:path schema:result ; + sh:class schema:Thing ; + sh:description "The result produced in the action. e.g. John wrote a book."^^rdf:HTML ; + sh:name "result" ; +. +schema:Action-startTime + a sh:PropertyShape ; + sh:path schema:startTime ; + sh:datatype xsd:dateTime ; + sh:description """The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December.

+ +Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."""^^rdf:HTML ; + sh:name "startTime" ; +. +schema:Action-target + a sh:PropertyShape ; + sh:path schema:target ; + sh:class schema:EntryPoint ; + sh:description "Indicates a target EntryPoint for an Action."^^rdf:HTML ; + sh:name "target" ; +. +schema:ActionAccessSpecification + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1741" ; + schema:isPartOf ; + rdfs:comment "A set of requirements that a must be fulfilled in order to perform an Action."^^rdf:HTML ; + rdfs:label "Action access specification" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:ActionAccessSpecification-availabilityEnds ; + sh:property schema:ActionAccessSpecification-availabilityStarts ; + sh:property schema:ActionAccessSpecification-category ; + sh:property schema:ActionAccessSpecification-eligibleRegion ; + sh:property schema:ActionAccessSpecification-expectsAcceptanceOf ; + sh:property schema:ActionAccessSpecification-requiresSubscription ; +. +schema:ActionAccessSpecification-availabilityEnds + a sh:PropertyShape ; + sh:path schema:availabilityEnds ; + sh:datatype xsd:dateTime ; + sh:description "The end of the availability of the product or service included in the offer."^^rdf:HTML ; + sh:name "availabilityEnds" ; +. +schema:ActionAccessSpecification-availabilityStarts + a sh:PropertyShape ; + sh:path schema:availabilityStarts ; + sh:datatype xsd:dateTime ; + sh:description "The beginning of the availability of the product or service included in the offer."^^rdf:HTML ; + sh:name "availabilityStarts" ; +. +schema:ActionAccessSpecification-category + a sh:PropertyShape ; + sh:path schema:category ; + sh:description "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy."^^rdf:HTML ; + sh:name "category" ; + sh:or ( + [ + sh:class schema:PhysicalActivityCategory ; + ] + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ActionAccessSpecification-eligibleRegion + a sh:PropertyShape ; + sh:path schema:eligibleRegion ; + sh:description """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.

+ +See also ineligibleRegion."""^^rdf:HTML ; + sh:name "eligibleRegion" ; + sh:or ( + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ActionAccessSpecification-expectsAcceptanceOf + a sh:PropertyShape ; + sh:path schema:expectsAcceptanceOf ; + sh:class schema:Offer ; + sh:description "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it."^^rdf:HTML ; + sh:name "expectsAcceptanceOf" ; +. +schema:ActionAccessSpecification-requiresSubscription + a sh:PropertyShape ; + sh:path schema:requiresSubscription ; + sh:description "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')."^^rdf:HTML ; + sh:name "requiresSubscription" ; + sh:or ( + [ + sh:class schema:MediaSubscription ; + ] + [ + sh:datatype xsd:boolean ; + ] + ) ; +. +schema:ActionStatusType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The status of an Action."^^rdf:HTML ; + rdfs:label "Action status type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:ActivateAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight)."^^rdf:HTML ; + rdfs:label "Activate action" ; + rdfs:subClassOf schema:ControlAction ; +. +schema:ActiveActionStatus + a schema:ActionStatusType ; + rdfs:comment "An in-progress action (e.g, while watching the movie, or driving to a location)." ; + rdfs:label "Active action status" ; +. +schema:ActiveNotRecruiting + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Active, but not recruiting new participants." ; + rdfs:label "Active not recruiting" ; +. +schema:AddAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of editing by adding an object to a collection."^^rdf:HTML ; + rdfs:label "Add action" ; + rdfs:subClassOf schema:UpdateAction ; +. +schema:AdministrativeArea + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A geographical region, typically under the jurisdiction of a particular government."^^rdf:HTML ; + rdfs:label "Administrative area" ; + rdfs:subClassOf schema:Place ; +. +schema:AdultEntertainment + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An adult entertainment establishment."^^rdf:HTML ; + rdfs:label "Adult entertainment" ; + rdfs:subClassOf schema:EntertainmentBusiness ; +. +schema:AdvertiserContentArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment "An Article that an external entity has paid to place or to produce to its specifications. Includes advertorials, sponsored content, native advertising and other paid content."^^rdf:HTML ; + rdfs:label "Advertiser content article" ; + rdfs:subClassOf schema:Article ; +. +schema:AerobicActivity + a schema:PhysicalActivityCategory ; + schema:isPartOf ; + rdfs:comment "Physical activity of relatively low intensity that depends primarily on the aerobic energy-generating process; during activity, the aerobic metabolism uses oxygen to adequately meet energy demands during exercise." ; + rdfs:label "Aerobic activity" ; +. +schema:AggregateOffer + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used."^^rdf:HTML ; + rdfs:label "Aggregate offer" ; + rdfs:subClassOf schema:Offer ; + sh:property schema:AggregateOffer-highPrice ; + sh:property schema:AggregateOffer-lowPrice ; + sh:property schema:AggregateOffer-offerCount ; + sh:property schema:AggregateOffer-offers ; +. +schema:AggregateOffer-highPrice + a sh:PropertyShape ; + sh:path schema:highPrice ; + sh:description "The highest price of all offers available."^^rdf:HTML ; + sh:name "highPrice" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:AggregateOffer-lowPrice + a sh:PropertyShape ; + sh:path schema:lowPrice ; + sh:description "The lowest price of all offers available."^^rdf:HTML ; + sh:name "lowPrice" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:AggregateOffer-offerCount + a sh:PropertyShape ; + sh:path schema:offerCount ; + sh:datatype xsd:integer ; + sh:description "The number of offers for the product."^^rdf:HTML ; + sh:name "offerCount" ; +. +schema:AggregateOffer-offers + a sh:PropertyShape ; + sh:path schema:offers ; + sh:class schema:Offer ; + sh:description "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."^^rdf:HTML ; + sh:name "offers" ; +. +schema:AggregateRating + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The average rating based on multiple ratings or reviews."^^rdf:HTML ; + rdfs:label "Aggregate rating" ; + rdfs:subClassOf schema:Rating ; + sh:property schema:AggregateRating-itemReviewed ; + sh:property schema:AggregateRating-ratingCount ; + sh:property schema:AggregateRating-reviewCount ; +. +schema:AggregateRating-itemReviewed + a sh:PropertyShape ; + sh:path schema:itemReviewed ; + sh:class schema:Thing ; + sh:description "The item that is being reviewed/rated."^^rdf:HTML ; + sh:name "itemReviewed" ; +. +schema:AggregateRating-ratingCount + a sh:PropertyShape ; + sh:path schema:ratingCount ; + sh:datatype xsd:integer ; + sh:description "The count of total number of ratings."^^rdf:HTML ; + sh:name "ratingCount" ; +. +schema:AggregateRating-reviewCount + a sh:PropertyShape ; + sh:path schema:reviewCount ; + sh:datatype xsd:integer ; + sh:description "The count of total number of reviews."^^rdf:HTML ; + sh:name "reviewCount" ; +. +schema:AgreeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants."^^rdf:HTML ; + rdfs:label "Agree action" ; + rdfs:subClassOf schema:ReactAction ; +. +schema:Airline + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An organization that provides flights for passengers."^^rdf:HTML ; + rdfs:label "Airline" ; + rdfs:subClassOf schema:Organization ; + sh:property schema:Airline-boardingPolicy ; + sh:property schema:Airline-iataCode ; +. +schema:Airline-boardingPolicy + a sh:PropertyShape ; + sh:path schema:boardingPolicy ; + sh:class schema:BoardingPolicyType ; + sh:description "The type of boarding policy used by the airline (e.g. zone-based or group-based)."^^rdf:HTML ; + sh:name "boardingPolicy" ; +. +schema:Airline-iataCode + a sh:PropertyShape ; + sh:path schema:iataCode ; + sh:datatype xsd:string ; + sh:description "IATA identifier for an airline or airport."^^rdf:HTML ; + sh:name "iataCode" ; +. +schema:Airport + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An airport."^^rdf:HTML ; + rdfs:label "Airport" ; + rdfs:subClassOf schema:CivicStructure ; + sh:property schema:Airport-iataCode ; + sh:property schema:Airport-icaoCode ; +. +schema:Airport-iataCode + a sh:PropertyShape ; + sh:path schema:iataCode ; + sh:datatype xsd:string ; + sh:description "IATA identifier for an airline or airport."^^rdf:HTML ; + sh:name "iataCode" ; +. +schema:Airport-icaoCode + a sh:PropertyShape ; + sh:path schema:icaoCode ; + sh:datatype xsd:string ; + sh:description "ICAO identifier for an airport."^^rdf:HTML ; + sh:name "icaoCode" ; +. +schema:AlbumRelease + a schema:MusicAlbumReleaseType ; + rdfs:comment "AlbumRelease." ; + rdfs:label "Album release" ; +. +schema:AlignmentObject + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An intangible item that describes an alignment between a learning resource and a node in an educational framework."^^rdf:HTML ; + rdfs:label "Alignment object" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:AlignmentObject-alignmentType ; + sh:property schema:AlignmentObject-educationalFramework ; + sh:property schema:AlignmentObject-targetDescription ; + sh:property schema:AlignmentObject-targetName ; + sh:property schema:AlignmentObject-targetUrl ; +. +schema:AlignmentObject-alignmentType + a sh:PropertyShape ; + sh:path schema:alignmentType ; + sh:datatype xsd:string ; + sh:description "A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'."^^rdf:HTML ; + sh:name "alignmentType" ; +. +schema:AlignmentObject-educationalFramework + a sh:PropertyShape ; + sh:path schema:educationalFramework ; + sh:datatype xsd:string ; + sh:description "The framework to which the resource being described is aligned."^^rdf:HTML ; + sh:name "educationalFramework" ; +. +schema:AlignmentObject-targetDescription + a sh:PropertyShape ; + sh:path schema:targetDescription ; + sh:datatype xsd:string ; + sh:description "The description of a node in an established educational framework."^^rdf:HTML ; + sh:name "targetDescription" ; +. +schema:AlignmentObject-targetName + a sh:PropertyShape ; + sh:path schema:targetName ; + sh:datatype xsd:string ; + sh:description "The name of a node in an established educational framework."^^rdf:HTML ; + sh:name "targetName" ; +. +schema:AlignmentObject-targetUrl + a sh:PropertyShape ; + sh:path schema:targetUrl ; + sh:description "The URL of a node in an established educational framework."^^rdf:HTML ; + sh:name "targetUrl" ; + sh:nodeKind sh:IRI ; +. +schema:AllWheelDriveConfiguration + a schema:DriveWheelConfigurationValue ; + rdfs:comment "All-wheel Drive is a transmission layout where the engine drives all four wheels." ; + rdfs:label "All wheel drive configuration" ; +. +schema:AllocateAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of organizing tasks/objects/events by associating resources to it."^^rdf:HTML ; + rdfs:label "Allocate action" ; + rdfs:subClassOf schema:OrganizeAction ; + sh:property schema:AllocateAction-purpose ; +. +schema:AllocateAction-purpose + a sh:PropertyShape ; + sh:path schema:purpose ; + sh:description "A goal towards an action is taken. Can be concrete or abstract."^^rdf:HTML ; + sh:name "purpose" ; + sh:or ( + [ + sh:class schema:MedicalDevicePurpose ; + ] + [ + sh:class schema:Thing ; + ] + ) ; +. +schema:AmusementPark + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An amusement park."^^rdf:HTML ; + rdfs:label "Amusement park" ; + rdfs:subClassOf schema:EntertainmentBusiness ; +. +schema:AnaerobicActivity + a schema:PhysicalActivityCategory ; + schema:isPartOf ; + rdfs:comment "Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body." ; + rdfs:label "Anaerobic activity" ; +. +schema:AnalysisNewsArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment "An AnalysisNewsArticle is a NewsArticle that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions."^^rdf:HTML ; + rdfs:label "Analysis news article" ; + rdfs:subClassOf schema:NewsArticle ; +. +schema:AnatomicalStructure + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures."^^rdf:HTML ; + rdfs:label "Anatomical structure" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:AnatomicalStructure-associatedPathophysiology ; + sh:property schema:AnatomicalStructure-bodyLocation ; + sh:property schema:AnatomicalStructure-connectedTo ; + sh:property schema:AnatomicalStructure-diagram ; + sh:property schema:AnatomicalStructure-function ; + sh:property schema:AnatomicalStructure-partOfSystem ; + sh:property schema:AnatomicalStructure-relatedCondition ; + sh:property schema:AnatomicalStructure-relatedTherapy ; + sh:property schema:AnatomicalStructure-subStructure ; +. +schema:AnatomicalStructure-associatedPathophysiology + a sh:PropertyShape ; + sh:path schema:associatedPathophysiology ; + sh:datatype xsd:string ; + sh:description "If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system."^^rdf:HTML ; + sh:name "associatedPathophysiology" ; +. +schema:AnatomicalStructure-bodyLocation + a sh:PropertyShape ; + sh:path schema:bodyLocation ; + sh:datatype xsd:string ; + sh:description "Location in the body of the anatomical structure."^^rdf:HTML ; + sh:name "bodyLocation" ; +. +schema:AnatomicalStructure-connectedTo + a sh:PropertyShape ; + sh:path schema:connectedTo ; + sh:class schema:AnatomicalStructure ; + sh:description "Other anatomical structures to which this structure is connected."^^rdf:HTML ; + sh:name "connectedTo" ; +. +schema:AnatomicalStructure-diagram + a sh:PropertyShape ; + sh:path schema:diagram ; + sh:class schema:ImageObject ; + sh:description "An image containing a diagram that illustrates the structure and/or its component substructures and/or connections with other structures."^^rdf:HTML ; + sh:name "diagram" ; +. +schema:AnatomicalStructure-function + a sh:PropertyShape ; + sh:path schema:function ; + sh:datatype xsd:string ; + sh:description "Function of the anatomical structure."^^rdf:HTML ; + sh:name "function" ; +. +schema:AnatomicalStructure-partOfSystem + a sh:PropertyShape ; + sh:path schema:partOfSystem ; + sh:class schema:AnatomicalSystem ; + sh:description "The anatomical or organ system that this structure is part of."^^rdf:HTML ; + sh:name "partOfSystem" ; +. +schema:AnatomicalStructure-relatedCondition + a sh:PropertyShape ; + sh:path schema:relatedCondition ; + sh:class schema:MedicalCondition ; + sh:description "A medical condition associated with this anatomy."^^rdf:HTML ; + sh:name "relatedCondition" ; +. +schema:AnatomicalStructure-relatedTherapy + a sh:PropertyShape ; + sh:path schema:relatedTherapy ; + sh:class schema:MedicalTherapy ; + sh:description "A medical therapy related to this anatomy."^^rdf:HTML ; + sh:name "relatedTherapy" ; +. +schema:AnatomicalStructure-subStructure + a sh:PropertyShape ; + sh:path schema:subStructure ; + sh:class schema:AnatomicalStructure ; + sh:description "Component (sub-)structure(s) that comprise this anatomical structure."^^rdf:HTML ; + sh:name "subStructure" ; +. +schema:AnatomicalSystem + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can includes circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems."^^rdf:HTML ; + rdfs:label "Anatomical system" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:AnatomicalSystem-associatedPathophysiology ; + sh:property schema:AnatomicalSystem-comprisedOf ; + sh:property schema:AnatomicalSystem-relatedCondition ; + sh:property schema:AnatomicalSystem-relatedStructure ; + sh:property schema:AnatomicalSystem-relatedTherapy ; +. +schema:AnatomicalSystem-associatedPathophysiology + a sh:PropertyShape ; + sh:path schema:associatedPathophysiology ; + sh:datatype xsd:string ; + sh:description "If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system."^^rdf:HTML ; + sh:name "associatedPathophysiology" ; +. +schema:AnatomicalSystem-comprisedOf + a sh:PropertyShape ; + sh:path schema:comprisedOf ; + sh:description "Specifying something physically contained by something else. Typically used here for the underlying anatomical structures, such as organs, that comprise the anatomical system."^^rdf:HTML ; + sh:name "comprisedOf" ; + sh:or ( + [ + sh:class schema:AnatomicalStructure ; + ] + [ + sh:class schema:AnatomicalSystem ; + ] + ) ; +. +schema:AnatomicalSystem-relatedCondition + a sh:PropertyShape ; + sh:path schema:relatedCondition ; + sh:class schema:MedicalCondition ; + sh:description "A medical condition associated with this anatomy."^^rdf:HTML ; + sh:name "relatedCondition" ; +. +schema:AnatomicalSystem-relatedStructure + a sh:PropertyShape ; + sh:path schema:relatedStructure ; + sh:class schema:AnatomicalStructure ; + sh:description "Related anatomical structure(s) that are not part of the system but relate or connect to it, such as vascular bundles associated with an organ system."^^rdf:HTML ; + sh:name "relatedStructure" ; +. +schema:AnatomicalSystem-relatedTherapy + a sh:PropertyShape ; + sh:path schema:relatedTherapy ; + sh:class schema:MedicalTherapy ; + sh:description "A medical therapy related to this anatomy."^^rdf:HTML ; + sh:name "relatedTherapy" ; +. +schema:Anesthesia + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to study of anesthetics and their application." ; + rdfs:label "Anesthesia" ; +. +schema:AnimalShelter + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Animal shelter."^^rdf:HTML ; + rdfs:label "Animal shelter" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:Answer + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An answer offered to a question; perhaps correct, perhaps opinionated or wrong."^^rdf:HTML ; + rdfs:label "Answer" ; + rdfs:subClassOf schema:Comment ; +. +schema:Apartment + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment)."^^rdf:HTML ; + rdfs:label "Apartment" ; + rdfs:subClassOf schema:Accommodation ; + sh:property schema:Apartment-numberOfRooms ; + sh:property schema:Apartment-occupancy ; +. +schema:Apartment-numberOfRooms + a sh:PropertyShape ; + sh:path schema:numberOfRooms ; + sh:description """The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. +Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."""^^rdf:HTML ; + sh:name "numberOfRooms" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Apartment-occupancy + a sh:PropertyShape ; + sh:path schema:occupancy ; + sh:class schema:QuantitativeValue ; + sh:description """The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person). +Typical unit code(s): C62 for person"""^^rdf:HTML ; + sh:name "occupancy" ; +. +schema:ApartmentComplex + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Residence type: Apartment complex."^^rdf:HTML ; + rdfs:label "Apartment complex" ; + rdfs:subClassOf schema:Residence ; +. +schema:Appearance + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Appearance assessment with clinical examination." ; + rdfs:label "Appearance" ; +. +schema:AppendAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of inserting at the end if an ordered collection."^^rdf:HTML ; + rdfs:label "Append action" ; + rdfs:subClassOf schema:InsertAction ; +. +schema:ApplyAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of registering to an organization/service without the guarantee to receive it.

+ +Related actions:

+ +
    +
  • RegisterAction: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.
  • +
+"""^^rdf:HTML ; + rdfs:label "Apply action" ; + rdfs:subClassOf schema:OrganizeAction ; +. +schema:ApprovedIndication + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An indication for a medical therapy that has been formally specified or approved by a regulatory body that regulates use of the therapy; for example, the US FDA approves indications for most drugs in the US."^^rdf:HTML ; + rdfs:label "Approved indication" ; + rdfs:subClassOf schema:MedicalIndication ; +. +schema:Aquarium + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Aquarium."^^rdf:HTML ; + rdfs:label "Aquarium" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:ArriveAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants."^^rdf:HTML ; + rdfs:label "Arrive action" ; + rdfs:subClassOf schema:MoveAction ; +. +schema:ArtGallery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An art gallery."^^rdf:HTML ; + rdfs:label "Art gallery" ; + rdfs:subClassOf schema:EntertainmentBusiness ; +. +schema:Artery + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A type of blood vessel that specifically carries blood away from the heart."^^rdf:HTML ; + rdfs:label "Artery" ; + rdfs:subClassOf schema:Vessel ; + owl:equivalentClass ; + sh:property schema:Artery-arterialBranch ; + sh:property schema:Artery-source ; + sh:property schema:Artery-supplyTo ; +. +schema:Artery-arterialBranch + a sh:PropertyShape ; + sh:path schema:arterialBranch ; + sh:class schema:AnatomicalStructure ; + sh:description "The branches that comprise the arterial structure."^^rdf:HTML ; + sh:name "arterialBranch" ; +. +schema:Artery-source + a sh:PropertyShape ; + sh:path schema:source ; + sh:class schema:AnatomicalStructure ; + sh:description "The anatomical or organ system that the artery originates from."^^rdf:HTML ; + sh:name "source" ; +. +schema:Artery-supplyTo + a sh:PropertyShape ; + sh:path schema:supplyTo ; + sh:class schema:AnatomicalStructure ; + sh:description "The area to which the artery supplies blood."^^rdf:HTML ; + sh:name "supplyTo" ; +. +schema:Article + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.

+ +See also blog post."""^^rdf:HTML ; + rdfs:label "Article" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Article-articleBody ; + sh:property schema:Article-articleSection ; + sh:property schema:Article-backstory ; + sh:property schema:Article-pageEnd ; + sh:property schema:Article-pageStart ; + sh:property schema:Article-pagination ; + sh:property schema:Article-speakable ; + sh:property schema:Article-wordCount ; +. +schema:Article-articleBody + a sh:PropertyShape ; + sh:path schema:articleBody ; + sh:datatype xsd:string ; + sh:description "The actual body of the article."^^rdf:HTML ; + sh:name "articleBody" ; +. +schema:Article-articleSection + a sh:PropertyShape ; + sh:path schema:articleSection ; + sh:datatype xsd:string ; + sh:description "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc."^^rdf:HTML ; + sh:name "articleSection" ; +. +schema:Article-backstory + a sh:PropertyShape ; + sh:path schema:backstory ; + sh:description "For an Article, typically a NewsArticle, the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc."^^rdf:HTML ; + sh:name "backstory" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Article-pageEnd + a sh:PropertyShape ; + sh:path schema:pageEnd ; + sh:description "The page on which the work ends; for example \"138\" or \"xvi\"."^^rdf:HTML ; + sh:name "pageEnd" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Article-pageStart + a sh:PropertyShape ; + sh:path schema:pageStart ; + sh:description "The page on which the work starts; for example \"135\" or \"xiii\"."^^rdf:HTML ; + sh:name "pageStart" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Article-pagination + a sh:PropertyShape ; + sh:path schema:pagination ; + sh:datatype xsd:string ; + sh:description "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\"."^^rdf:HTML ; + sh:name "pagination" ; +. +schema:Article-speakable + a sh:PropertyShape ; + sh:path schema:speakable ; + sh:description """Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.

+ +The speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:

+ +1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.

+ +2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.

+ +3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.

+ +For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this +we define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property."""^^rdf:HTML ; + sh:name "speakable" ; + sh:or ( + [ + sh:class schema:SpeakableSpecification ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Article-wordCount + a sh:PropertyShape ; + sh:path schema:wordCount ; + sh:datatype xsd:integer ; + sh:description "The number of words in the text of the Article."^^rdf:HTML ; + sh:name "wordCount" ; +. +schema:AskAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of posing a question / favor to someone.

+ +Related actions:

+ +
    +
  • ReplyAction: Appears generally as a response to AskAction.
  • +
+"""^^rdf:HTML ; + rdfs:label "Ask action" ; + rdfs:subClassOf schema:CommunicateAction ; + sh:property schema:AskAction-question ; +. +schema:AskAction-question + a sh:PropertyShape ; + sh:path schema:question ; + sh:class schema:Question ; + sh:description "A sub property of object. A question."^^rdf:HTML ; + sh:name "question" ; +. +schema:AskPublicNewsArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment "A NewsArticle expressing an open call by a NewsMediaOrganization asking the public for input, insights, clarifications, anecdotes, documentation, etc., on an issue, for reporting purposes."^^rdf:HTML ; + rdfs:label "Ask public news article" ; + rdfs:subClassOf schema:NewsArticle ; +. +schema:AssessAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of forming one's opinion, reaction or sentiment."^^rdf:HTML ; + rdfs:label "Assess action" ; + rdfs:subClassOf schema:Action ; +. +schema:AssignAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of allocating an action/event/task to some destination (someone or something)."^^rdf:HTML ; + rdfs:label "Assign action" ; + rdfs:subClassOf schema:AllocateAction ; +. +schema:Atlas + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject."^^rdf:HTML ; + rdfs:label "Atlas" ; + rdfs:subClassOf schema:CreativeWork ; +. +schema:Attorney + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """Professional service: Attorney.

+ +This type is deprecated - LegalService is more inclusive and less ambiguous."""^^rdf:HTML ; + rdfs:label "Attorney" ; + rdfs:subClassOf schema:LegalService ; +. +schema:Audience + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Intended audience for an item, i.e. the group for whom the item was created."^^rdf:HTML ; + rdfs:label "Audience" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Audience-audienceType ; + sh:property schema:Audience-geographicArea ; +. +schema:Audience-audienceType + a sh:PropertyShape ; + sh:path schema:audienceType ; + sh:datatype xsd:string ; + sh:description "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.)."^^rdf:HTML ; + sh:name "audienceType" ; +. +schema:Audience-geographicArea + a sh:PropertyShape ; + sh:path schema:geographicArea ; + sh:class schema:AdministrativeArea ; + sh:description "The geographic area associated with the audience."^^rdf:HTML ; + sh:name "geographicArea" ; +. +schema:AudioObject + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An audio file."^^rdf:HTML ; + rdfs:label "Audio object" ; + rdfs:subClassOf schema:MediaObject ; + sh:property schema:AudioObject-transcript ; +. +schema:AudioObject-transcript + a sh:PropertyShape ; + sh:path schema:transcript ; + sh:datatype xsd:string ; + sh:description "If this MediaObject is an AudioObject or VideoObject, the transcript of that object."^^rdf:HTML ; + sh:name "transcript" ; +. +schema:Audiobook + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An audiobook."^^rdf:HTML ; + rdfs:label "Audiobook" ; + rdfs:subClassOf schema:AudioObject ; + rdfs:subClassOf schema:Book ; + sh:property schema:Audiobook-duration ; + sh:property schema:Audiobook-readBy ; +. +schema:Audiobook-duration + a sh:PropertyShape ; + sh:path schema:duration ; + sh:datatype xsd:duration ; + sh:description "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."^^rdf:HTML ; + sh:name "duration" ; +. +schema:Audiobook-readBy + a sh:PropertyShape ; + sh:path schema:readBy ; + sh:class schema:Person ; + sh:description "A person who reads (performs) the audiobook."^^rdf:HTML ; + sh:name "readBy"@en ; +. +schema:AudiobookFormat + a schema:BookFormatType ; + rdfs:comment "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties." ; + rdfs:label "Audiobook format" ; +. +schema:AuthoritativeLegalValue + a schema:LegalValueLevel ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "Indicates that the publisher gives some special status to the publication of the document. (\"The Queens Printer\" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications). Something \"Authoritative\" is considered to be also OfficialLegalValue\"." ; + rdfs:label "Authoritative legal value" ; + ; +. +schema:AuthorizeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of granting permission to an object."^^rdf:HTML ; + rdfs:label "Authorize action" ; + rdfs:subClassOf schema:AllocateAction ; + sh:property schema:AuthorizeAction-recipient ; +. +schema:AuthorizeAction-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:AutoBodyShop + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Auto body shop."^^rdf:HTML ; + rdfs:label "Auto body shop" ; + rdfs:subClassOf schema:AutomotiveBusiness ; +. +schema:AutoDealer + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An car dealership."^^rdf:HTML ; + rdfs:label "Auto dealer" ; + rdfs:subClassOf schema:AutomotiveBusiness ; +. +schema:AutoPartsStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An auto parts store."^^rdf:HTML ; + rdfs:label "Auto parts store" ; + rdfs:subClassOf schema:AutomotiveBusiness ; + rdfs:subClassOf schema:Store ; +. +schema:AutoRental + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A car rental business."^^rdf:HTML ; + rdfs:label "Auto rental" ; + rdfs:subClassOf schema:AutomotiveBusiness ; +. +schema:AutoRepair + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Car repair business."^^rdf:HTML ; + rdfs:label "Auto repair" ; + rdfs:subClassOf schema:AutomotiveBusiness ; +. +schema:AutoWash + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A car wash business."^^rdf:HTML ; + rdfs:label "Auto wash" ; + rdfs:subClassOf schema:AutomotiveBusiness ; +. +schema:AutomatedTeller + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "ATM/cash machine."^^rdf:HTML ; + rdfs:label "Automated teller" ; + rdfs:subClassOf schema:FinancialService ; +. +schema:AutomotiveBusiness + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Car repair, sales, or parts."^^rdf:HTML ; + rdfs:label "Automotive business" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:Ayurvedic + a schema:MedicineSystem ; + schema:isPartOf ; + rdfs:comment "A system of medicine that originated in India over thousands of years and that focuses on integrating and balancing the body, mind, and spirit." ; + rdfs:label "Ayurvedic" ; +. +schema:BackgroundNewsArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment "A NewsArticle providing historical context, definition and detail on a specific topic (aka \"explainer\" or \"backgrounder\"). For example, an in-depth article or frequently-asked-questions (FAQ) document on topics such as Climate Change or the European Union. Other kinds of background material from a non-news setting are often described using Book or Article, in particular ScholarlyArticle. See also NewsArticle for related vocabulary from a learning/education perspective."^^rdf:HTML ; + rdfs:label "Background news article" ; + rdfs:subClassOf schema:NewsArticle ; +. +schema:Bacteria + a schema:InfectiousAgentClass ; + schema:isPartOf ; + rdfs:comment "Pathogenic bacteria that cause bacterial infection." ; + rdfs:label "Bacteria" ; +. +schema:Bakery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A bakery."^^rdf:HTML ; + rdfs:label "Bakery" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:Balance + a schema:PhysicalActivityCategory ; + schema:isPartOf ; + rdfs:comment "Physical activity that is engaged to help maintain posture and balance." ; + rdfs:label "Balance" ; +. +schema:BankAccount + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest."^^rdf:HTML ; + rdfs:label "Bank account" ; + rdfs:subClassOf schema:FinancialProduct ; + sh:property schema:BankAccount-accountMinimumInflow ; + sh:property schema:BankAccount-accountOverdraftLimit ; + sh:property schema:BankAccount-bankAccountType ; +. +schema:BankAccount-accountMinimumInflow + a sh:PropertyShape ; + sh:path schema:accountMinimumInflow ; + sh:class schema:MonetaryAmount ; + sh:description "A minimum amount that has to be paid in every month."^^rdf:HTML ; + sh:name "accountMinimumInflow" ; +. +schema:BankAccount-accountOverdraftLimit + a sh:PropertyShape ; + sh:path schema:accountOverdraftLimit ; + sh:class schema:MonetaryAmount ; + sh:description "An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money."^^rdf:HTML ; + sh:name "accountOverdraftLimit" ; +. +schema:BankAccount-bankAccountType + a sh:PropertyShape ; + sh:path schema:bankAccountType ; + sh:description "The type of a bank account."^^rdf:HTML ; + sh:name "bankAccountType" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:BankOrCreditUnion + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Bank or credit union."^^rdf:HTML ; + rdfs:label "Bank or credit union" ; + rdfs:subClassOf schema:FinancialService ; +. +schema:BarOrPub + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A bar or pub."^^rdf:HTML ; + rdfs:label "Bar or pub" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:Barcode + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An image of a visual machine-readable code such as a barcode or QR code."^^rdf:HTML ; + rdfs:label "Barcode" ; + rdfs:subClassOf schema:ImageObject ; +. +schema:Beach + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Beach."^^rdf:HTML ; + rdfs:label "Beach" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:BeautySalon + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Beauty salon."^^rdf:HTML ; + rdfs:label "Beauty salon" ; + rdfs:subClassOf schema:HealthAndBeautyBusiness ; +. +schema:BedAndBreakfast + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """Bed and breakfast. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Bed and breakfast" ; + rdfs:subClassOf schema:LodgingBusiness ; +. +schema:BedDetails + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also BedType (under development)."^^rdf:HTML ; + rdfs:label "Bed details" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:BedDetails-numberOfBeds ; + sh:property schema:BedDetails-typeOfBed ; +. +schema:BedDetails-numberOfBeds + a sh:PropertyShape ; + sh:path schema:numberOfBeds ; + sh:datatype xsd:float ; + sh:description "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment."^^rdf:HTML ; + sh:name "numberOfBeds" ; +. +schema:BedDetails-typeOfBed + a sh:PropertyShape ; + sh:path schema:typeOfBed ; + sh:description "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity."^^rdf:HTML ; + sh:name "typeOfBed" ; + sh:or ( + [ + sh:class schema:BedType ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:BedType + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1262" ; + schema:isPartOf ; + rdfs:comment "A type of bed. This is used for indicating the bed or beds available in an accommodation."^^rdf:HTML ; + rdfs:label "Bed type" ; + rdfs:subClassOf schema:QualitativeValue ; +. +schema:BefriendAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.

+ +Related actions:

+ +
    +
  • FollowAction: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.
  • +
+"""^^rdf:HTML ; + rdfs:label "Befriend action" ; + rdfs:subClassOf schema:InteractAction ; +. +schema:BikeStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A bike store."^^rdf:HTML ; + rdfs:label "Bike store" ; + rdfs:subClassOf schema:Store ; +. +schema:Blog + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A blog."^^rdf:HTML ; + rdfs:label "Blog" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Blog-blogPost ; + sh:property schema:Blog-blogPosts ; + sh:property schema:Blog-issn ; +. +schema:Blog-blogPost + a sh:PropertyShape ; + sh:path schema:blogPost ; + sh:class schema:BlogPosting ; + sh:description "A posting that is part of this blog."^^rdf:HTML ; + sh:name "blogPost" ; +. +schema:Blog-blogPosts + a sh:PropertyShape ; + sh:path schema:blogPosts ; + sh:class schema:BlogPosting ; + sh:description "The postings that are part of this blog."^^rdf:HTML ; + sh:name "blogPosts" ; +. +schema:Blog-issn + a sh:PropertyShape ; + sh:path schema:issn ; + sh:datatype xsd:string ; + sh:description "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication."^^rdf:HTML ; + sh:name "issn" ; +. +schema:BlogPosting + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A blog post."^^rdf:HTML ; + rdfs:label "Blog posting" ; + rdfs:subClassOf schema:SocialMediaPosting ; +. +schema:BloodTest + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A medical test performed on a sample of a patient's blood."^^rdf:HTML ; + rdfs:label "Blood test" ; + rdfs:subClassOf schema:MedicalTest ; +. +schema:BoardingPolicyType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A type of boarding policy used by an airline."^^rdf:HTML ; + rdfs:label "Boarding policy type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:BodyOfWater + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A body of water, such as a sea, ocean, or lake."^^rdf:HTML ; + rdfs:label "Body of water" ; + rdfs:subClassOf schema:Landform ; +. +schema:Bone + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Rigid connective tissue that comprises up the skeletal structure of the human body."^^rdf:HTML ; + rdfs:label "Bone" ; + rdfs:subClassOf schema:AnatomicalStructure ; +. +schema:Book + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A book."^^rdf:HTML ; + rdfs:label "Book" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Book-abridged ; + sh:property schema:Book-bookEdition ; + sh:property schema:Book-bookFormat ; + sh:property schema:Book-illustrator ; + sh:property schema:Book-isbn ; + sh:property schema:Book-numberOfPages ; +. +schema:Book-abridged + a sh:PropertyShape ; + sh:path schema:abridged ; + sh:datatype xsd:boolean ; + sh:description "Indicates whether the book is an abridged edition."^^rdf:HTML ; + sh:name "abridged"@en ; +. +schema:Book-bookEdition + a sh:PropertyShape ; + sh:path schema:bookEdition ; + sh:datatype xsd:string ; + sh:description "The edition of the book."^^rdf:HTML ; + sh:name "bookEdition" ; +. +schema:Book-bookFormat + a sh:PropertyShape ; + sh:path schema:bookFormat ; + sh:class schema:BookFormatType ; + sh:description "The format of the book."^^rdf:HTML ; + sh:name "bookFormat" ; +. +schema:Book-illustrator + a sh:PropertyShape ; + sh:path schema:illustrator ; + sh:class schema:Person ; + sh:description "The illustrator of the book."^^rdf:HTML ; + sh:name "illustrator" ; +. +schema:Book-isbn + a sh:PropertyShape ; + sh:path schema:isbn ; + sh:datatype xsd:string ; + sh:description "The ISBN of the book."^^rdf:HTML ; + sh:name "isbn" ; +. +schema:Book-numberOfPages + a sh:PropertyShape ; + sh:path schema:numberOfPages ; + sh:datatype xsd:integer ; + sh:description "The number of pages in the book."^^rdf:HTML ; + sh:name "numberOfPages" ; +. +schema:BookFormatType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The publication format of the book."^^rdf:HTML ; + rdfs:label "Book format type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:BookSeries + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A series of books. Included books can be indicated with the hasPart property."^^rdf:HTML ; + rdfs:label "Book series" ; + rdfs:subClassOf schema:CreativeWorkSeries ; +. +schema:BookStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A bookstore."^^rdf:HTML ; + rdfs:label "Book store" ; + rdfs:subClassOf schema:Store ; +. +schema:BookmarkAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An agent bookmarks/flags/labels/tags/marks an object."^^rdf:HTML ; + rdfs:label "Bookmark action" ; + rdfs:subClassOf schema:OrganizeAction ; +. +schema:Boolean + a schema:DataType ; + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Boolean: True or False."^^rdf:HTML ; + rdfs:label "Boolean" ; +. +schema:BorrowAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.

+ +Related actions:

+ + +"""^^rdf:HTML ; + rdfs:label "Borrow action" ; + rdfs:subClassOf schema:TransferAction ; + sh:property schema:BorrowAction-lender ; +. +schema:BorrowAction-lender + a sh:PropertyShape ; + sh:path schema:lender ; + sh:description "A sub property of participant. The person that lends the object being borrowed."^^rdf:HTML ; + sh:name "lender" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:BowlingAlley + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A bowling alley."^^rdf:HTML ; + rdfs:label "Bowling alley" ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:BrainStructure + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity."^^rdf:HTML ; + rdfs:label "Brain structure" ; + rdfs:subClassOf schema:AnatomicalStructure ; +. +schema:Brand + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A brand is a name used by an organization or business person for labeling a product, product group, or similar."^^rdf:HTML ; + rdfs:label "Brand" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Brand-aggregateRating ; + sh:property schema:Brand-logo ; + sh:property schema:Brand-review ; +. +schema:Brand-aggregateRating + a sh:PropertyShape ; + sh:path schema:aggregateRating ; + sh:class schema:AggregateRating ; + sh:description "The overall rating, based on a collection of reviews or ratings, of the item."^^rdf:HTML ; + sh:name "aggregateRating" ; +. +schema:Brand-logo + a sh:PropertyShape ; + sh:path schema:logo ; + sh:description "An associated logo."^^rdf:HTML ; + sh:name "logo" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Brand-review + a sh:PropertyShape ; + sh:path schema:review ; + sh:class schema:Review ; + sh:description "A review of the item."^^rdf:HTML ; + sh:name "review" ; +. +schema:BreadcrumbList + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.

+ +The position property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an itemListOrder of ItemListOrderAscending (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list."""^^rdf:HTML ; + rdfs:label "Breadcrumb list" ; + rdfs:subClassOf schema:ItemList ; +. +schema:Brewery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Brewery."^^rdf:HTML ; + rdfs:label "Brewery" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:Bridge + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A bridge."^^rdf:HTML ; + rdfs:label "Bridge" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:BroadcastChannel + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A unique instance of a BroadcastService on a CableOrSatelliteService lineup."^^rdf:HTML ; + rdfs:label "Broadcast channel" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:BroadcastChannel-broadcastChannelId ; + sh:property schema:BroadcastChannel-broadcastFrequency ; + sh:property schema:BroadcastChannel-broadcastServiceTier ; + sh:property schema:BroadcastChannel-genre ; + sh:property schema:BroadcastChannel-inBroadcastLineup ; + sh:property schema:BroadcastChannel-providesBroadcastService ; +. +schema:BroadcastChannel-broadcastChannelId + a sh:PropertyShape ; + sh:path schema:broadcastChannelId ; + sh:datatype xsd:string ; + sh:description "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number."^^rdf:HTML ; + sh:name "broadcastChannelId" ; +. +schema:BroadcastChannel-broadcastFrequency + a sh:PropertyShape ; + sh:path schema:broadcastFrequency ; + sh:description "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"."^^rdf:HTML ; + sh:name "broadcastFrequency" ; + sh:or ( + [ + sh:class schema:BroadcastFrequencySpecification ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:BroadcastChannel-broadcastServiceTier + a sh:PropertyShape ; + sh:path schema:broadcastServiceTier ; + sh:datatype xsd:string ; + sh:description "The type of service required to have access to the channel (e.g. Standard or Premium)."^^rdf:HTML ; + sh:name "broadcastServiceTier" ; +. +schema:BroadcastChannel-genre + a sh:PropertyShape ; + sh:path schema:genre ; + sh:description "Genre of the creative work, broadcast channel or group."^^rdf:HTML ; + sh:name "genre" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:BroadcastChannel-inBroadcastLineup + a sh:PropertyShape ; + sh:path schema:inBroadcastLineup ; + sh:class schema:CableOrSatelliteService ; + sh:description "The CableOrSatelliteService offering the channel."^^rdf:HTML ; + sh:name "inBroadcastLineup" ; +. +schema:BroadcastChannel-providesBroadcastService + a sh:PropertyShape ; + sh:path schema:providesBroadcastService ; + sh:class schema:BroadcastService ; + sh:description "The BroadcastService offered on this channel."^^rdf:HTML ; + sh:name "providesBroadcastService" ; +. +schema:BroadcastEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An over the air or online broadcast event."^^rdf:HTML ; + rdfs:label "Broadcast event" ; + rdfs:subClassOf schema:PublicationEvent ; + sh:property schema:BroadcastEvent-broadcastOfEvent ; + sh:property schema:BroadcastEvent-isLiveBroadcast ; + sh:property schema:BroadcastEvent-videoFormat ; +. +schema:BroadcastEvent-broadcastOfEvent + a sh:PropertyShape ; + sh:path schema:broadcastOfEvent ; + sh:class schema:Event ; + sh:description "The event being broadcast such as a sporting event or awards ceremony."^^rdf:HTML ; + sh:name "broadcastOfEvent" ; +. +schema:BroadcastEvent-isLiveBroadcast + a sh:PropertyShape ; + sh:path schema:isLiveBroadcast ; + sh:datatype xsd:boolean ; + sh:description "True is the broadcast is of a live event."^^rdf:HTML ; + sh:name "isLiveBroadcast" ; +. +schema:BroadcastEvent-videoFormat + a sh:PropertyShape ; + sh:path schema:videoFormat ; + sh:datatype xsd:string ; + sh:description "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.)."^^rdf:HTML ; + sh:name "videoFormat" ; +. +schema:BroadcastFrequencySpecification + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1004" ; + schema:isPartOf ; + rdfs:comment "The frequency in MHz and the modulation used for a particular BroadcastService."^^rdf:HTML ; + rdfs:label "Broadcast frequency specification" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:BroadcastFrequencySpecification-broadcastFrequencyValue ; +. +schema:BroadcastFrequencySpecification-broadcastFrequencyValue + a sh:PropertyShape ; + sh:path schema:broadcastFrequencyValue ; + sh:description "The frequency in MHz for a particular broadcast."^^rdf:HTML ; + sh:name "broadcastFrequencyValue" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:BroadcastRelease + a schema:MusicAlbumReleaseType ; + rdfs:comment "BroadcastRelease." ; + rdfs:label "Broadcast release" ; +. +schema:BroadcastService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A delivery service through which content is provided via broadcast over the air or online."^^rdf:HTML ; + rdfs:label "Broadcast service" ; + rdfs:subClassOf schema:Service ; + sh:property schema:BroadcastService-area ; + sh:property schema:BroadcastService-broadcastAffiliateOf ; + sh:property schema:BroadcastService-broadcastDisplayName ; + sh:property schema:BroadcastService-broadcastFrequency ; + sh:property schema:BroadcastService-broadcastTimezone ; + sh:property schema:BroadcastService-broadcaster ; + sh:property schema:BroadcastService-hasBroadcastChannel ; + sh:property schema:BroadcastService-parentService ; + sh:property schema:BroadcastService-videoFormat ; +. +schema:BroadcastService-area + a sh:PropertyShape ; + sh:path schema:area ; + sh:class schema:Place ; + sh:description "The area within which users can expect to reach the broadcast service."^^rdf:HTML ; + sh:name "area" ; +. +schema:BroadcastService-broadcastAffiliateOf + a sh:PropertyShape ; + sh:path schema:broadcastAffiliateOf ; + sh:class schema:Organization ; + sh:description "The media network(s) whose content is broadcast on this station."^^rdf:HTML ; + sh:name "broadcastAffiliateOf" ; +. +schema:BroadcastService-broadcastDisplayName + a sh:PropertyShape ; + sh:path schema:broadcastDisplayName ; + sh:datatype xsd:string ; + sh:description "The name displayed in the channel guide. For many US affiliates, it is the network name."^^rdf:HTML ; + sh:name "broadcastDisplayName" ; +. +schema:BroadcastService-broadcastFrequency + a sh:PropertyShape ; + sh:path schema:broadcastFrequency ; + sh:description "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"."^^rdf:HTML ; + sh:name "broadcastFrequency" ; + sh:or ( + [ + sh:class schema:BroadcastFrequencySpecification ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:BroadcastService-broadcastTimezone + a sh:PropertyShape ; + sh:path schema:broadcastTimezone ; + sh:datatype xsd:string ; + sh:description "The timezone in ISO 8601 format for which the service bases its broadcasts"^^rdf:HTML ; + sh:name "broadcastTimezone" ; +. +schema:BroadcastService-broadcaster + a sh:PropertyShape ; + sh:path schema:broadcaster ; + sh:class schema:Organization ; + sh:description "The organization owning or operating the broadcast service."^^rdf:HTML ; + sh:name "broadcaster" ; +. +schema:BroadcastService-hasBroadcastChannel + a sh:PropertyShape ; + sh:path schema:hasBroadcastChannel ; + sh:class schema:BroadcastChannel ; + sh:description "A broadcast channel of a broadcast service."^^rdf:HTML ; + sh:name "hasBroadcastChannel" ; +. +schema:BroadcastService-parentService + a sh:PropertyShape ; + sh:path schema:parentService ; + sh:class schema:BroadcastService ; + sh:description "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel."^^rdf:HTML ; + sh:name "parentService" ; +. +schema:BroadcastService-videoFormat + a sh:PropertyShape ; + sh:path schema:videoFormat ; + sh:datatype xsd:string ; + sh:description "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.)."^^rdf:HTML ; + sh:name "videoFormat" ; +. +schema:BrokerageAccount + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1253" ; + schema:isPartOf ; + rdfs:comment "An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm."^^rdf:HTML ; + rdfs:label "Brokerage account" ; + rdfs:subClassOf schema:InvestmentOrDeposit ; +. +schema:BuddhistTemple + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A Buddhist temple."^^rdf:HTML ; + rdfs:label "Buddhist temple" ; + rdfs:subClassOf schema:PlaceOfWorship ; +. +schema:BusOrCoach + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A bus (also omnibus or autobus) is a road vehicle designed to carry passengers. Coaches are luxury busses, usually in service for long distance travel."^^rdf:HTML ; + rdfs:label "Bus or coach" ; + rdfs:subClassOf schema:Vehicle ; + sh:property schema:BusOrCoach-acrissCode ; + sh:property schema:BusOrCoach-roofLoad ; +. +schema:BusOrCoach-acrissCode + a sh:PropertyShape ; + sh:path schema:acrissCode ; + sh:datatype xsd:string ; + sh:description "The ACRISS Car Classification Code is a code used by many car rental companies, for classifying vehicles. ACRISS stands for Association of Car Rental Industry Systems and Standards."^^rdf:HTML ; + sh:name "acrissCode" ; +. +schema:BusOrCoach-roofLoad + a sh:PropertyShape ; + sh:path schema:roofLoad ; + sh:class schema:QuantitativeValue ; + sh:description """The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.

+ +Typical unit code(s): KGM for kilogram, LBR for pound

+ + +"""^^rdf:HTML ; + sh:name "roofLoad" ; +. +schema:BusReservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A reservation for bus travel.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer."""^^rdf:HTML ; + rdfs:label "Bus reservation" ; + rdfs:subClassOf schema:Reservation ; +. +schema:BusStation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A bus station."^^rdf:HTML ; + rdfs:label "Bus station" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:BusStop + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A bus stop."^^rdf:HTML ; + rdfs:label "Bus stop" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:BusTrip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A trip on a commercial bus line."^^rdf:HTML ; + rdfs:label "Bus trip" ; + rdfs:subClassOf schema:Trip ; + sh:property schema:BusTrip-arrivalBusStop ; + sh:property schema:BusTrip-busName ; + sh:property schema:BusTrip-busNumber ; + sh:property schema:BusTrip-departureBusStop ; +. +schema:BusTrip-arrivalBusStop + a sh:PropertyShape ; + sh:path schema:arrivalBusStop ; + sh:description "The stop or station from which the bus arrives."^^rdf:HTML ; + sh:name "arrivalBusStop" ; + sh:or ( + [ + sh:class schema:BusStation ; + ] + [ + sh:class schema:BusStop ; + ] + ) ; +. +schema:BusTrip-busName + a sh:PropertyShape ; + sh:path schema:busName ; + sh:datatype xsd:string ; + sh:description "The name of the bus (e.g. Bolt Express)."^^rdf:HTML ; + sh:name "busName" ; +. +schema:BusTrip-busNumber + a sh:PropertyShape ; + sh:path schema:busNumber ; + sh:datatype xsd:string ; + sh:description "The unique identifier for the bus."^^rdf:HTML ; + sh:name "busNumber" ; +. +schema:BusTrip-departureBusStop + a sh:PropertyShape ; + sh:path schema:departureBusStop ; + sh:description "The stop or station from which the bus departs."^^rdf:HTML ; + sh:name "departureBusStop" ; + sh:or ( + [ + sh:class schema:BusStation ; + ] + [ + sh:class schema:BusStop ; + ] + ) ; +. +schema:BusinessAudience + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A set of characteristics belonging to businesses, e.g. who compose an item's target audience."^^rdf:HTML ; + rdfs:label "Business audience" ; + rdfs:subClassOf schema:Audience ; + sh:property schema:BusinessAudience-numberOfEmployees ; + sh:property schema:BusinessAudience-yearlyRevenue ; + sh:property schema:BusinessAudience-yearsInOperation ; +. +schema:BusinessAudience-numberOfEmployees + a sh:PropertyShape ; + sh:path schema:numberOfEmployees ; + sh:class schema:QuantitativeValue ; + sh:description "The number of employees in an organization e.g. business."^^rdf:HTML ; + sh:name "numberOfEmployees" ; +. +schema:BusinessAudience-yearlyRevenue + a sh:PropertyShape ; + sh:path schema:yearlyRevenue ; + sh:class schema:QuantitativeValue ; + sh:description "The size of the business in annual revenue."^^rdf:HTML ; + sh:name "yearlyRevenue" ; +. +schema:BusinessAudience-yearsInOperation + a sh:PropertyShape ; + sh:path schema:yearsInOperation ; + sh:class schema:QuantitativeValue ; + sh:description "The age of the business."^^rdf:HTML ; + sh:name "yearsInOperation" ; +. +schema:BusinessEntityType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.

+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#Business
  • +
  • http://purl.org/goodrelations/v1#Enduser
  • +
  • http://purl.org/goodrelations/v1#PublicInstitution
  • +
  • http://purl.org/goodrelations/v1#Reseller
  • +
+"""^^rdf:HTML ; + rdfs:label "Business entity type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:BusinessEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Business event."^^rdf:HTML ; + rdfs:label "Business event" ; + rdfs:subClassOf schema:Event ; +. +schema:BusinessFunction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.

+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#ConstructionInstallation
  • +
  • http://purl.org/goodrelations/v1#Dispose
  • +
  • http://purl.org/goodrelations/v1#LeaseOut
  • +
  • http://purl.org/goodrelations/v1#Maintain
  • +
  • http://purl.org/goodrelations/v1#ProvideService
  • +
  • http://purl.org/goodrelations/v1#Repair
  • +
  • http://purl.org/goodrelations/v1#Sell
  • +
  • http://purl.org/goodrelations/v1#Buy
  • +
+"""^^rdf:HTML ; + rdfs:label "Business function" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:BuyAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction."^^rdf:HTML ; + rdfs:label "Buy action" ; + rdfs:subClassOf schema:TradeAction ; + sh:property schema:BuyAction-seller ; + sh:property schema:BuyAction-vendor ; + sh:property schema:BuyAction-warrantyPromise ; +. +schema:BuyAction-seller + a sh:PropertyShape ; + sh:path schema:seller ; + sh:description "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."^^rdf:HTML ; + sh:name "seller" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:BuyAction-vendor + a sh:PropertyShape ; + sh:path schema:vendor ; + sh:description "'vendor' is an earlier term for 'seller'."^^rdf:HTML ; + sh:name "vendor" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:BuyAction-warrantyPromise + a sh:PropertyShape ; + sh:path schema:warrantyPromise ; + sh:class schema:WarrantyPromise ; + sh:description "The warranty promise(s) included in the offer."^^rdf:HTML ; + sh:name "warrantyPromise" ; +. +schema:CDFormat + a schema:MusicReleaseFormatType ; + rdfs:comment "CDFormat." ; + rdfs:label "CDFormat" ; +. +schema:CT + a schema:MedicalImagingTechnique ; + schema:isPartOf ; + rdfs:comment "X-ray computed tomography imaging." ; + rdfs:label "CT" ; +. +schema:CableOrSatelliteService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A service which provides access to media programming like TV or radio. Access may be via cable or satellite."^^rdf:HTML ; + rdfs:label "Cable or satellite service" ; + rdfs:subClassOf schema:Service ; +. +schema:CafeOrCoffeeShop + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A cafe or coffee shop."^^rdf:HTML ; + rdfs:label "Cafe or coffee shop" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:Campground + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A camping site, campsite, or campground is a place used for overnight stay in the outdoors. In British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or parks a camper; a campground may contain many campsites (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Campsite). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Campground" ; + rdfs:subClassOf schema:CivicStructure ; + rdfs:subClassOf schema:LodgingBusiness ; +. +schema:CampingPitch + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A camping pitch is an individual place for overnight stay in the outdoors, typically being part of a larger camping site. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Camping pitch" ; + rdfs:subClassOf schema:Accommodation ; +. +schema:Canal + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A canal, like the Panama Canal."^^rdf:HTML ; + rdfs:label "Canal" ; + rdfs:subClassOf schema:BodyOfWater ; +. +schema:CancelAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of asserting that a future event/action is no longer going to happen.

+ +Related actions:

+ + +"""^^rdf:HTML ; + rdfs:label "Cancel action" ; + rdfs:subClassOf schema:PlanAction ; +. +schema:Car + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A car is a wheeled, self-powered motor vehicle used for transportation."^^rdf:HTML ; + rdfs:label "Car" ; + rdfs:subClassOf schema:Vehicle ; + sh:property schema:Car-acrissCode ; + sh:property schema:Car-roofLoad ; +. +schema:Car-acrissCode + a sh:PropertyShape ; + sh:path schema:acrissCode ; + sh:datatype xsd:string ; + sh:description "The ACRISS Car Classification Code is a code used by many car rental companies, for classifying vehicles. ACRISS stands for Association of Car Rental Industry Systems and Standards."^^rdf:HTML ; + sh:name "acrissCode" ; +. +schema:Car-roofLoad + a sh:PropertyShape ; + sh:path schema:roofLoad ; + sh:class schema:QuantitativeValue ; + sh:description """The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.

+ +Typical unit code(s): KGM for kilogram, LBR for pound

+ + +"""^^rdf:HTML ; + sh:name "roofLoad" ; +. +schema:CarUsageType + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi."^^rdf:HTML ; + rdfs:label "Car usage type" ; + rdfs:subClassOf schema:QualitativeValue ; +. +schema:Cardiovascular + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of heart and vasculature." ; + rdfs:label "Cardiovascular" ; +. +schema:CardiovascularExam + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Cardiovascular system assessment withclinical examination." ; + rdfs:label "Cardiovascular exam" ; +. +schema:CaseSeries + a schema:MedicalObservationalStudyDesign ; + schema:isPartOf ; + rdfs:comment "A case series (also known as a clinical series) is a medical research study that tracks patients with a known exposure given similar treatment or examines their medical records for exposure and outcome. A case series can be retrospective or prospective and usually involves a smaller number of patients than the more powerful case-control studies or randomized controlled trials. Case series may be consecutive or non-consecutive, depending on whether all cases presenting to the reporting authors over a period of time were included, or only a selection." ; + rdfs:label "Case series" ; +. +schema:Casino + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A casino."^^rdf:HTML ; + rdfs:label "Casino" ; + rdfs:subClassOf schema:EntertainmentBusiness ; +. +schema:CassetteFormat + a schema:MusicReleaseFormatType ; + rdfs:comment "CassetteFormat." ; + rdfs:label "Cassette format" ; +. +schema:CategoryCode + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-894" ; + schema:isPartOf ; + rdfs:comment "A Category Code."^^rdf:HTML ; + rdfs:label "Category code" ; + rdfs:subClassOf schema:DefinedTerm ; + sh:property schema:CategoryCode-codeValue ; + sh:property schema:CategoryCode-inCodeSet ; +. +schema:CategoryCode-codeValue + a sh:PropertyShape ; + sh:path schema:codeValue ; + sh:datatype xsd:string ; + sh:description "A short textual code that uniquely identifies the value."^^rdf:HTML ; + sh:name "codeValue" ; +. +schema:CategoryCode-inCodeSet + a sh:PropertyShape ; + sh:path schema:inCodeSet ; + sh:description "A CategoryCodeSet that contains this catagory code."^^rdf:HTML ; + sh:name "inCodeSet" ; + sh:or ( + [ + sh:class schema:CategoryCodeSet ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:CategoryCodeSet + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-894" ; + schema:isPartOf ; + rdfs:comment "A set of Category Code values."^^rdf:HTML ; + rdfs:label "Category code set" ; + rdfs:subClassOf schema:DefinedTermSet ; + sh:property schema:CategoryCodeSet-hasCategoryCode ; +. +schema:CategoryCodeSet-hasCategoryCode + a sh:PropertyShape ; + sh:path schema:hasCategoryCode ; + sh:class schema:CategoryCode ; + sh:description "A Category code contained in this code set."^^rdf:HTML ; + sh:name "hasCategoryCode" ; +. +schema:CatholicChurch + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A Catholic church."^^rdf:HTML ; + rdfs:label "Catholic church" ; + rdfs:subClassOf schema:PlaceOfWorship ; +. +schema:Cemetery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A graveyard."^^rdf:HTML ; + rdfs:label "Cemetery" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:Chapter + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "One of the sections into which a book is divided. A chapter usually has a section number or a name."^^rdf:HTML ; + rdfs:label "Chapter" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Chapter-pageEnd ; + sh:property schema:Chapter-pageStart ; + sh:property schema:Chapter-pagination ; +. +schema:Chapter-pageEnd + a sh:PropertyShape ; + sh:path schema:pageEnd ; + sh:description "The page on which the work ends; for example \"138\" or \"xvi\"."^^rdf:HTML ; + sh:name "pageEnd" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Chapter-pageStart + a sh:PropertyShape ; + sh:path schema:pageStart ; + sh:description "The page on which the work starts; for example \"135\" or \"xiii\"."^^rdf:HTML ; + sh:name "pageStart" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Chapter-pagination + a sh:PropertyShape ; + sh:path schema:pagination ; + sh:datatype xsd:string ; + sh:description "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\"."^^rdf:HTML ; + sh:name "pagination" ; +. +schema:CheckAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state."^^rdf:HTML ; + rdfs:label "Check action" ; + rdfs:subClassOf schema:FindAction ; +. +schema:CheckInAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).

+ +Related actions:

+ +
    +
  • CheckOutAction: The antonym of CheckInAction.
  • +
  • ArriveAction: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.
  • +
  • ConfirmAction: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service rather than its validity/existence.
  • +
+"""^^rdf:HTML ; + rdfs:label "Check in action" ; + rdfs:subClassOf schema:CommunicateAction ; +. +schema:CheckOutAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).

+ +Related actions:

+ +
    +
  • CheckInAction: The antonym of CheckOutAction.
  • +
  • DepartAction: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.
  • +
  • CancelAction: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.
  • +
+"""^^rdf:HTML ; + rdfs:label "Check out action" ; + rdfs:subClassOf schema:CommunicateAction ; +. +schema:CheckoutPage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web page type: Checkout page."^^rdf:HTML ; + rdfs:label "Checkout page" ; + rdfs:subClassOf schema:WebPage ; +. +schema:ChildCare + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A Childcare center."^^rdf:HTML ; + rdfs:label "Child care" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:ChildrensEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Children's event."^^rdf:HTML ; + rdfs:label "Childrens event" ; + rdfs:subClassOf schema:Event ; +. +schema:Chiropractic + a schema:MedicineSystem ; + schema:isPartOf ; + rdfs:comment "A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning." ; + rdfs:label "Chiropractic" ; +. +schema:ChooseAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of expressing a preference from a set of options or a large or unbounded set of choices/options."^^rdf:HTML ; + rdfs:label "Choose action" ; + rdfs:subClassOf schema:AssessAction ; + sh:property schema:ChooseAction-actionOption ; + sh:property schema:ChooseAction-option ; +. +schema:ChooseAction-actionOption + a sh:PropertyShape ; + sh:path schema:actionOption ; + sh:description "A sub property of object. The options subject to this action."^^rdf:HTML ; + sh:name "actionOption" ; + sh:or ( + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ChooseAction-option + a sh:PropertyShape ; + sh:path schema:option ; + sh:description "A sub property of object. The options subject to this action."^^rdf:HTML ; + sh:name "option" ; + sh:or ( + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Church + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A church."^^rdf:HTML ; + rdfs:label "Church" ; + rdfs:subClassOf schema:PlaceOfWorship ; +. +schema:City + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A city or town."^^rdf:HTML ; + rdfs:label "City" ; + rdfs:subClassOf schema:AdministrativeArea ; +. +schema:CityHall + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A city hall."^^rdf:HTML ; + rdfs:label "City hall" ; + rdfs:subClassOf schema:GovernmentBuilding ; +. +schema:CivicStructure + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A public structure, such as a town hall or concert hall."^^rdf:HTML ; + rdfs:label "Civic structure" ; + rdfs:subClassOf schema:Place ; + sh:property schema:CivicStructure-openingHours ; +. +schema:CivicStructure-openingHours + a sh:PropertyShape ; + sh:path schema:openingHours ; + sh:datatype xsd:string ; + sh:description """The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.

+ +
    +
  • Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.
  • +
  • Times are specified using 24:00 time. For example, 3pm is specified as 15:00.
  • +
  • Here is an example: <time itemprop=\"openingHours\" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>.
  • +
  • If a business is open 7 days a week, then it can be specified as <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>.
  • +
+"""^^rdf:HTML ; + sh:name "openingHours" ; +. +schema:Claim + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1828" ; + schema:isPartOf ; + rdfs:comment """A Claim in Schema.org represents a specific, factually-oriented claim that could be the itemReviewed in a ClaimReview. The content of a claim can be summarized with the text property. Variations on well known claims can have their common identity indicated via sameAs links, and summarized with a name. Ideally, a Claim description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews.

+ +Beyond ClaimReview, the Claim type can be associated with related creative works - for example a ScholaryArticle or Question might be about some Claim.

+ +At this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration."""^^rdf:HTML ; + rdfs:label "Claim" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Claim-appearance ; + sh:property schema:Claim-firstAppearance ; +. +schema:Claim-appearance + a sh:PropertyShape ; + sh:path schema:appearance ; + sh:class schema:CreativeWork ; + sh:description "Indicates an occurence of a Claim in some CreativeWork."^^rdf:HTML ; + sh:name "appearance" ; +. +schema:Claim-firstAppearance + a sh:PropertyShape ; + sh:path schema:firstAppearance ; + sh:class schema:CreativeWork ; + sh:description "Indicates the first known occurence of a Claim in some CreativeWork."^^rdf:HTML ; + sh:name "firstAppearance" ; +. +schema:ClaimReview + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1061" ; + rdfs:comment "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed)."^^rdf:HTML ; + rdfs:label "Claim review" ; + rdfs:subClassOf schema:Review ; + sh:property schema:ClaimReview-claimReviewed ; +. +schema:ClaimReview-claimReviewed + a sh:PropertyShape ; + sh:path schema:claimReviewed ; + sh:datatype xsd:string ; + sh:description "A short summary of the specific claims reviewed in a ClaimReview."^^rdf:HTML ; + sh:name "claimReviewed" ; +. +schema:Clinician + a schema:MedicalAudience ; + schema:isPartOf ; + rdfs:comment "Medical clinicians, including practicing physicians and other medical professionals involved in clinical practice." ; + rdfs:label "Clinician" ; +. +schema:Clip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A short TV or radio program or a segment/part of a program."^^rdf:HTML ; + rdfs:label "Clip" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Clip-actor ; + sh:property schema:Clip-actors ; + sh:property schema:Clip-clipNumber ; + sh:property schema:Clip-director ; + sh:property schema:Clip-directors ; + sh:property schema:Clip-musicBy ; + sh:property schema:Clip-partOfEpisode ; + sh:property schema:Clip-partOfSeason ; + sh:property schema:Clip-partOfSeries ; +. +schema:Clip-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:Clip-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:Clip-clipNumber + a sh:PropertyShape ; + sh:path schema:clipNumber ; + sh:description "Position of the clip within an ordered group of clips."^^rdf:HTML ; + sh:name "clipNumber" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Clip-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:Clip-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:Clip-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Clip-partOfEpisode + a sh:PropertyShape ; + sh:path schema:partOfEpisode ; + sh:class schema:Episode ; + sh:description "The episode to which this clip belongs."^^rdf:HTML ; + sh:name "partOfEpisode" ; +. +schema:Clip-partOfSeason + a sh:PropertyShape ; + sh:path schema:partOfSeason ; + sh:class schema:CreativeWorkSeason ; + sh:description "The season to which this episode belongs."^^rdf:HTML ; + sh:name "partOfSeason" ; +. +schema:Clip-partOfSeries + a sh:PropertyShape ; + sh:path schema:partOfSeries ; + sh:class schema:CreativeWorkSeries ; + sh:description "The series to which this episode or season belongs."^^rdf:HTML ; + sh:name "partOfSeries" ; +. +schema:ClothingStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A clothing store."^^rdf:HTML ; + rdfs:label "Clothing store" ; + rdfs:subClassOf schema:Store ; +. +schema:CoOp + a schema:GamePlayMode ; + rdfs:comment "Play mode: CoOp. Co-operative games, where you play on the same team with friends." ; + rdfs:label "Co op" ; +. +schema:Code + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:SoftwareSourceCode ; + rdfs:comment "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates."^^rdf:HTML ; + rdfs:label "Code" ; + rdfs:subClassOf schema:CreativeWork ; +. +schema:CohortStudy + a schema:MedicalObservationalStudyDesign ; + schema:isPartOf ; + rdfs:comment "Also known as a panel study. A cohort study is a form of longitudinal study used in medicine and social science. It is one type of study design and should be compared with a cross-sectional study. A cohort is a group of people who share a common characteristic or experience within a defined period (e.g., are born, leave school, lose their job, are exposed to a drug or a vaccine, etc.). The comparison group may be the general population from which the cohort is drawn, or it may be another cohort of persons thought to have had little or no exposure to the substance under investigation, but otherwise similar. Alternatively, subgroups within the cohort may be compared with each other." ; + rdfs:label "Cohort study" ; +. +schema:Collection + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A created collection of Creative Works or other artefacts."^^rdf:HTML ; + rdfs:label "Collection" ; + rdfs:subClassOf schema:CreativeWork ; +. +schema:CollectionPage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web page type: Collection page."^^rdf:HTML ; + rdfs:label "Collection page" ; + rdfs:subClassOf schema:WebPage ; +. +schema:CollegeOrUniversity + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A college, university, or other third-level educational institution."^^rdf:HTML ; + rdfs:label "College or university" ; + rdfs:subClassOf schema:EducationalOrganization ; +. +schema:ComedyClub + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A comedy club."^^rdf:HTML ; + rdfs:label "Comedy club" ; + rdfs:subClassOf schema:EntertainmentBusiness ; +. +schema:ComedyEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Comedy event."^^rdf:HTML ; + rdfs:label "Comedy event" ; + rdfs:subClassOf schema:Event ; +. +schema:ComicCoverArt + a rdfs:Class ; + a sh:NodeShape ; + schema:category "Comics"@en ; + schema:isPartOf ; + rdfs:comment "The artwork on the cover of a comic."^^rdf:HTML ; + rdfs:label "Comic cover art" ; + rdfs:subClassOf schema:ComicStory ; + rdfs:subClassOf schema:CoverArt ; +. +schema:ComicIssue + a rdfs:Class ; + a sh:NodeShape ; + schema:category "Comics"@en ; + schema:isPartOf ; + rdfs:comment """Individual comic issues are serially published as + part of a larger series. For the sake of consistency, even one-shot issues + belong to a series comprised of a single issue. All comic issues can be + uniquely identified by: the combination of the name and volume number of the + series to which the issue belongs; the issue number; and the variant + description of the issue (if any)."""^^rdf:HTML ; + rdfs:label "Comic issue" ; + rdfs:subClassOf schema:PublicationIssue ; + sh:property schema:ComicIssue-artist ; + sh:property schema:ComicIssue-colorist ; + sh:property schema:ComicIssue-inker ; + sh:property schema:ComicIssue-letterer ; + sh:property schema:ComicIssue-penciler ; + sh:property schema:ComicIssue-variantCover ; +. +schema:ComicIssue-artist + a sh:PropertyShape ; + sh:path schema:artist ; + sh:class schema:Person ; + sh:description """The primary artist for a work + in a medium other than pencils or digital line art--for example, if the + primary artwork is done in watercolors or digital paints."""^^rdf:HTML ; + sh:name "artist"@en ; +. +schema:ComicIssue-colorist + a sh:PropertyShape ; + sh:path schema:colorist ; + sh:class schema:Person ; + sh:description "The individual who adds color to inked drawings."^^rdf:HTML ; + sh:name "colorist"@en ; +. +schema:ComicIssue-inker + a sh:PropertyShape ; + sh:path schema:inker ; + sh:class schema:Person ; + sh:description "The individual who traces over the pencil drawings in ink after pencils are complete."^^rdf:HTML ; + sh:name "inker"@en ; +. +schema:ComicIssue-letterer + a sh:PropertyShape ; + sh:path schema:letterer ; + sh:class schema:Person ; + sh:description "The individual who adds lettering, including speech balloons and sound effects, to artwork."^^rdf:HTML ; + sh:name "letterer"@en ; +. +schema:ComicIssue-penciler + a sh:PropertyShape ; + sh:path schema:penciler ; + sh:class schema:Person ; + sh:description "The individual who draws the primary narrative artwork."^^rdf:HTML ; + sh:name "penciler"@en ; +. +schema:ComicIssue-variantCover + a sh:PropertyShape ; + sh:path schema:variantCover ; + sh:datatype xsd:string ; + sh:description """A description of the variant cover + for the issue, if the issue is a variant printing. For example, \"Bryan Hitch + Variant Cover\" or \"2nd Printing Variant\"."""^^rdf:HTML ; + sh:name "variantCover"@en ; +. +schema:ComicSeries + a rdfs:Class ; + a sh:NodeShape ; + schema:category "Comics"@en ; + schema:isPartOf ; + rdfs:comment """A sequential publication of comic stories under a + unifying title, for example \"The Amazing Spider-Man\" or \"Groo the + Wanderer\"."""^^rdf:HTML ; + rdfs:label "Comic series" ; + rdfs:subClassOf schema:Periodical ; +. +schema:ComicStory + a rdfs:Class ; + a sh:NodeShape ; + schema:category "Comics"@en ; + schema:isPartOf ; + rdfs:comment """The term \"story\" is any indivisible, re-printable + unit of a comic, including the interior stories, covers, and backmatter. Most + comics have at least two stories: a cover (ComicCoverArt) and an interior story."""^^rdf:HTML ; + rdfs:label "Comic story" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:ComicStory-artist ; + sh:property schema:ComicStory-colorist ; + sh:property schema:ComicStory-inker ; + sh:property schema:ComicStory-letterer ; + sh:property schema:ComicStory-penciler ; +. +schema:ComicStory-artist + a sh:PropertyShape ; + sh:path schema:artist ; + sh:class schema:Person ; + sh:description """The primary artist for a work + in a medium other than pencils or digital line art--for example, if the + primary artwork is done in watercolors or digital paints."""^^rdf:HTML ; + sh:name "artist"@en ; +. +schema:ComicStory-colorist + a sh:PropertyShape ; + sh:path schema:colorist ; + sh:class schema:Person ; + sh:description "The individual who adds color to inked drawings."^^rdf:HTML ; + sh:name "colorist"@en ; +. +schema:ComicStory-inker + a sh:PropertyShape ; + sh:path schema:inker ; + sh:class schema:Person ; + sh:description "The individual who traces over the pencil drawings in ink after pencils are complete."^^rdf:HTML ; + sh:name "inker"@en ; +. +schema:ComicStory-letterer + a sh:PropertyShape ; + sh:path schema:letterer ; + sh:class schema:Person ; + sh:description "The individual who adds lettering, including speech balloons and sound effects, to artwork."^^rdf:HTML ; + sh:name "letterer"@en ; +. +schema:ComicStory-penciler + a sh:PropertyShape ; + sh:path schema:penciler ; + sh:class schema:Person ; + sh:description "The individual who draws the primary narrative artwork."^^rdf:HTML ; + sh:name "penciler"@en ; +. +schema:Comment + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks."^^rdf:HTML ; + rdfs:label "Comment" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Comment-downvoteCount ; + sh:property schema:Comment-parentItem ; + sh:property schema:Comment-upvoteCount ; +. +schema:Comment-downvoteCount + a sh:PropertyShape ; + sh:path schema:downvoteCount ; + sh:datatype xsd:integer ; + sh:description "The number of downvotes this question, answer or comment has received from the community."^^rdf:HTML ; + sh:name "downvoteCount" ; +. +schema:Comment-parentItem + a sh:PropertyShape ; + sh:path schema:parentItem ; + sh:class schema:Question ; + sh:description "The parent of a question, answer or item in general."^^rdf:HTML ; + sh:name "parentItem" ; +. +schema:Comment-upvoteCount + a sh:PropertyShape ; + sh:path schema:upvoteCount ; + sh:datatype xsd:integer ; + sh:description "The number of upvotes this question, answer or comment has received from the community."^^rdf:HTML ; + sh:name "upvoteCount" ; +. +schema:CommentAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of generating a comment about a subject."^^rdf:HTML ; + rdfs:label "Comment action" ; + rdfs:subClassOf schema:CommunicateAction ; + sh:property schema:CommentAction-resultComment ; +. +schema:CommentAction-resultComment + a sh:PropertyShape ; + sh:path schema:resultComment ; + sh:class schema:Comment ; + sh:description "A sub property of result. The Comment created or sent as a result of this action."^^rdf:HTML ; + sh:name "resultComment" ; +. +schema:CommentPermission + a schema:DigitalDocumentPermissionType ; + rdfs:comment "Permission to add comments to the document." ; + rdfs:label "Comment permission" ; +. +schema:CommunicateAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."^^rdf:HTML ; + rdfs:label "Communicate action" ; + rdfs:subClassOf schema:InteractAction ; + sh:property schema:CommunicateAction-about ; + sh:property schema:CommunicateAction-inLanguage ; + sh:property schema:CommunicateAction-language ; + sh:property schema:CommunicateAction-recipient ; +. +schema:CommunicateAction-about + a sh:PropertyShape ; + sh:path schema:about ; + sh:class schema:Thing ; + sh:description "The subject matter of the content."^^rdf:HTML ; + sh:name "about" ; +. +schema:CommunicateAction-inLanguage + a sh:PropertyShape ; + sh:path schema:inLanguage ; + sh:description "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."^^rdf:HTML ; + sh:name "inLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CommunicateAction-language + a sh:PropertyShape ; + sh:path schema:language ; + sh:class schema:Language ; + sh:description "A sub property of instrument. The language used on this action."^^rdf:HTML ; + sh:name "language" ; +. +schema:CommunicateAction-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CommunityHealth + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas" ; + rdfs:label "Community health" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:CompilationAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "CompilationAlbum." ; + rdfs:label "Compilation album" ; +. +schema:CompleteDataFeed + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1397" ; + schema:isPartOf ; + rdfs:comment """A CompleteDataFeed is a DataFeed whose standard representation includes content for every item currently in the feed.

+ +This is the equivalent of Atom's element as defined in Feed Paging and Archiving RFC 5005, For example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. \"Top Twenty Records\") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items."""^^rdf:HTML ; + rdfs:label "Complete data feed" ; + rdfs:subClassOf schema:DataFeed ; +. +schema:Completed + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Completed." ; + rdfs:label "Completed" ; +. +schema:CompletedActionStatus + a schema:ActionStatusType ; + rdfs:comment "An action that has already taken place." ; + rdfs:label "Completed action status" ; +. +schema:CompoundPriceSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. \"electricity\" or \"final cleaning\")."^^rdf:HTML ; + rdfs:label "Compound price specification" ; + rdfs:subClassOf schema:PriceSpecification ; + sh:property schema:CompoundPriceSpecification-priceComponent ; +. +schema:CompoundPriceSpecification-priceComponent + a sh:PropertyShape ; + sh:path schema:priceComponent ; + sh:class schema:UnitPriceSpecification ; + sh:description "This property links to all UnitPriceSpecification nodes that apply in parallel for the CompoundPriceSpecification node."^^rdf:HTML ; + sh:name "priceComponent" ; +. +schema:ComputerLanguage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the Language type."^^rdf:HTML ; + rdfs:label "Computer language" ; + rdfs:subClassOf schema:Intangible ; +. +schema:ComputerStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A computer store."^^rdf:HTML ; + rdfs:label "Computer store" ; + rdfs:subClassOf schema:Store ; +. +schema:ConfirmAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of notifying someone that a future event/action is going to happen as expected.

+ +Related actions:

+ + +"""^^rdf:HTML ; + rdfs:label "Confirm action" ; + rdfs:subClassOf schema:InformAction ; +. +schema:Consortium + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1559" ; + schema:isPartOf ; + rdfs:comment "A Consortium is a membership Organization whose members are typically Organizations."^^rdf:HTML ; + rdfs:label "Consortium" ; + rdfs:subClassOf schema:Organization ; +. +schema:ConsumeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of ingesting information/resources/food."^^rdf:HTML ; + rdfs:label "Consume action" ; + rdfs:subClassOf schema:Action ; + sh:property schema:ConsumeAction-actionAccessibilityRequirement ; + sh:property schema:ConsumeAction-expectsAcceptanceOf ; +. +schema:ConsumeAction-actionAccessibilityRequirement + a sh:PropertyShape ; + sh:path schema:actionAccessibilityRequirement ; + sh:class schema:ActionAccessSpecification ; + sh:description "A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed."^^rdf:HTML ; + sh:name "actionAccessibilityRequirement" ; +. +schema:ConsumeAction-expectsAcceptanceOf + a sh:PropertyShape ; + sh:path schema:expectsAcceptanceOf ; + sh:class schema:Offer ; + sh:description "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it."^^rdf:HTML ; + sh:name "expectsAcceptanceOf" ; +. +schema:ContactPage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web page type: Contact page."^^rdf:HTML ; + rdfs:label "Contact page" ; + rdfs:subClassOf schema:WebPage ; +. +schema:ContactPoint + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A contact point—for example, a Customer Complaints department."^^rdf:HTML ; + rdfs:label "Contact point" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:ContactPoint-areaServed ; + sh:property schema:ContactPoint-availableLanguage ; + sh:property schema:ContactPoint-contactOption ; + sh:property schema:ContactPoint-contactType ; + sh:property schema:ContactPoint-email ; + sh:property schema:ContactPoint-faxNumber ; + sh:property schema:ContactPoint-hoursAvailable ; + sh:property schema:ContactPoint-productSupported ; + sh:property schema:ContactPoint-serviceArea ; + sh:property schema:ContactPoint-telephone ; +. +schema:ContactPoint-areaServed + a sh:PropertyShape ; + sh:path schema:areaServed ; + sh:description "The geographic area where a service or offered item is provided."^^rdf:HTML ; + sh:name "areaServed" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ContactPoint-availableLanguage + a sh:PropertyShape ; + sh:path schema:availableLanguage ; + sh:description "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage"^^rdf:HTML ; + sh:name "availableLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ContactPoint-contactOption + a sh:PropertyShape ; + sh:path schema:contactOption ; + sh:class schema:ContactPointOption ; + sh:description "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers)."^^rdf:HTML ; + sh:name "contactOption" ; +. +schema:ContactPoint-contactType + a sh:PropertyShape ; + sh:path schema:contactType ; + sh:datatype xsd:string ; + sh:description "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point."^^rdf:HTML ; + sh:name "contactType" ; +. +schema:ContactPoint-email + a sh:PropertyShape ; + sh:path schema:email ; + sh:datatype xsd:string ; + sh:description "Email address."^^rdf:HTML ; + sh:name "email" ; +. +schema:ContactPoint-faxNumber + a sh:PropertyShape ; + sh:path schema:faxNumber ; + sh:datatype xsd:string ; + sh:description "The fax number."^^rdf:HTML ; + sh:name "faxNumber" ; +. +schema:ContactPoint-hoursAvailable + a sh:PropertyShape ; + sh:path schema:hoursAvailable ; + sh:class schema:OpeningHoursSpecification ; + sh:description "The hours during which this service or contact is available."^^rdf:HTML ; + sh:name "hoursAvailable" ; +. +schema:ContactPoint-productSupported + a sh:PropertyShape ; + sh:path schema:productSupported ; + sh:description "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\")."^^rdf:HTML ; + sh:name "productSupported" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ContactPoint-serviceArea + a sh:PropertyShape ; + sh:path schema:serviceArea ; + sh:description "The geographic area where the service is provided."^^rdf:HTML ; + sh:name "serviceArea" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:ContactPoint-telephone + a sh:PropertyShape ; + sh:path schema:telephone ; + sh:datatype xsd:string ; + sh:description "The telephone number."^^rdf:HTML ; + sh:name "telephone" ; +. +schema:ContactPointOption + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Enumerated options related to a ContactPoint."^^rdf:HTML ; + rdfs:label "Contact point option" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:Continent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "One of the continents (for example, Europe or Africa)."^^rdf:HTML ; + rdfs:label "Continent" ; + rdfs:subClassOf schema:Landform ; +. +schema:ControlAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An agent controls a device or application."^^rdf:HTML ; + rdfs:label "Control action" ; + rdfs:subClassOf schema:Action ; +. +schema:ConvenienceStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A convenience store."^^rdf:HTML ; + rdfs:label "Convenience store" ; + rdfs:subClassOf schema:Store ; +. +schema:Conversation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties."^^rdf:HTML ; + rdfs:label "Conversation" ; + rdfs:subClassOf schema:CreativeWork ; +. +schema:CookAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of producing/preparing food."^^rdf:HTML ; + rdfs:label "Cook action" ; + rdfs:subClassOf schema:CreateAction ; + sh:property schema:CookAction-foodEstablishment ; + sh:property schema:CookAction-foodEvent ; + sh:property schema:CookAction-recipe ; +. +schema:CookAction-foodEstablishment + a sh:PropertyShape ; + sh:path schema:foodEstablishment ; + sh:description "A sub property of location. The specific food establishment where the action occurred."^^rdf:HTML ; + sh:name "foodEstablishment" ; + sh:or ( + [ + sh:class schema:FoodEstablishment ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:CookAction-foodEvent + a sh:PropertyShape ; + sh:path schema:foodEvent ; + sh:class schema:FoodEvent ; + sh:description "A sub property of location. The specific food event where the action occurred."^^rdf:HTML ; + sh:name "foodEvent" ; +. +schema:CookAction-recipe + a sh:PropertyShape ; + sh:path schema:recipe ; + sh:class schema:Recipe ; + sh:description "A sub property of instrument. The recipe/instructions used to perform the action."^^rdf:HTML ; + sh:name "recipe" ; +. +schema:Corporation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Organization: A business corporation."^^rdf:HTML ; + rdfs:label "Corporation" ; + rdfs:subClassOf schema:Organization ; + sh:property schema:Corporation-tickerSymbol ; +. +schema:Corporation-tickerSymbol + a sh:PropertyShape ; + sh:path schema:tickerSymbol ; + sh:datatype xsd:string ; + sh:description "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022."^^rdf:HTML ; + sh:name "tickerSymbol" ; +. +schema:CorrectionComment + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1950" ; + schema:isPartOf ; + rdfs:comment "A comment that corrects CreativeWork."^^rdf:HTML ; + rdfs:label "Correction comment" ; + rdfs:subClassOf schema:Comment ; +. +schema:Country + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A country."^^rdf:HTML ; + rdfs:label "Country" ; + rdfs:subClassOf schema:AdministrativeArea ; +. +schema:Course + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners."^^rdf:HTML ; + rdfs:label "Course" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Course-courseCode ; + sh:property schema:Course-coursePrerequisites ; + sh:property schema:Course-educationalCredentialAwarded ; + sh:property schema:Course-hasCourseInstance ; +. +schema:Course-courseCode + a sh:PropertyShape ; + sh:path schema:courseCode ; + sh:datatype xsd:string ; + sh:description "The identifier for the Course used by the course provider (e.g. CS101 or 6.001)."^^rdf:HTML ; + sh:name "courseCode" ; +. +schema:Course-coursePrerequisites + a sh:PropertyShape ; + sh:path schema:coursePrerequisites ; + sh:description "Requirements for taking the Course. May be completion of another Course or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using AlignmentObject."^^rdf:HTML ; + sh:name "coursePrerequisites" ; + sh:or ( + [ + sh:class schema:AlignmentObject ; + ] + [ + sh:class schema:Course ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Course-educationalCredentialAwarded + a sh:PropertyShape ; + sh:path schema:educationalCredentialAwarded ; + sh:description "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course."^^rdf:HTML ; + sh:name "educationalCredentialAwarded" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Course-hasCourseInstance + a sh:PropertyShape ; + sh:path schema:hasCourseInstance ; + sh:class schema:CourseInstance ; + sh:description "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students."^^rdf:HTML ; + sh:name "hasCourseInstance" ; +. +schema:CourseInstance + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An instance of a Course which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students."^^rdf:HTML ; + rdfs:label "Course instance" ; + rdfs:subClassOf schema:Event ; + sh:property schema:CourseInstance-courseMode ; + sh:property schema:CourseInstance-instructor ; +. +schema:CourseInstance-courseMode + a sh:PropertyShape ; + sh:path schema:courseMode ; + sh:description "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous )."^^rdf:HTML ; + sh:name "courseMode" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CourseInstance-instructor + a sh:PropertyShape ; + sh:path schema:instructor ; + sh:class schema:Person ; + sh:description "A person assigned to instruct or provide instructional assistance for the CourseInstance."^^rdf:HTML ; + sh:name "instructor" ; +. +schema:Courthouse + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A courthouse."^^rdf:HTML ; + rdfs:label "Courthouse" ; + rdfs:subClassOf schema:GovernmentBuilding ; +. +schema:CoverArt + a rdfs:Class ; + a sh:NodeShape ; + schema:category "Comics"@en ; + schema:isPartOf ; + rdfs:comment "The artwork on the outer surface of a CreativeWork."^^rdf:HTML ; + rdfs:label "Cover art" ; + rdfs:subClassOf schema:VisualArtwork ; +. +schema:CreateAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of deliberately creating/producing/generating/building a result out of the agent."^^rdf:HTML ; + rdfs:label "Create action" ; + rdfs:subClassOf schema:Action ; +. +schema:CreativeWork + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The most generic kind of creative work, including books, movies, photographs, software programs, etc."^^rdf:HTML ; + rdfs:label "Creative work" ; + rdfs:subClassOf schema:Thing ; + sh:property schema:CreativeWork-about ; + sh:property schema:CreativeWork-accessMode ; + sh:property schema:CreativeWork-accessModeSufficient ; + sh:property schema:CreativeWork-accessibilityAPI ; + sh:property schema:CreativeWork-accessibilityControl ; + sh:property schema:CreativeWork-accessibilityFeature ; + sh:property schema:CreativeWork-accessibilityHazard ; + sh:property schema:CreativeWork-accessibilitySummary ; + sh:property schema:CreativeWork-accountablePerson ; + sh:property schema:CreativeWork-aggregateRating ; + sh:property schema:CreativeWork-alternativeHeadline ; + sh:property schema:CreativeWork-associatedMedia ; + sh:property schema:CreativeWork-audience ; + sh:property schema:CreativeWork-audio ; + sh:property schema:CreativeWork-author ; + sh:property schema:CreativeWork-award ; + sh:property schema:CreativeWork-awards ; + sh:property schema:CreativeWork-character ; + sh:property schema:CreativeWork-citation ; + sh:property schema:CreativeWork-comment ; + sh:property schema:CreativeWork-commentCount ; + sh:property schema:CreativeWork-contentLocation ; + sh:property schema:CreativeWork-contentRating ; + sh:property schema:CreativeWork-contentReferenceTime ; + sh:property schema:CreativeWork-contributor ; + sh:property schema:CreativeWork-copyrightHolder ; + sh:property schema:CreativeWork-copyrightYear ; + sh:property schema:CreativeWork-correction ; + sh:property schema:CreativeWork-creator ; + sh:property schema:CreativeWork-dateCreated ; + sh:property schema:CreativeWork-dateModified ; + sh:property schema:CreativeWork-datePublished ; + sh:property schema:CreativeWork-discussionUrl ; + sh:property schema:CreativeWork-editor ; + sh:property schema:CreativeWork-educationalAlignment ; + sh:property schema:CreativeWork-educationalUse ; + sh:property schema:CreativeWork-encoding ; + sh:property schema:CreativeWork-encodingFormat ; + sh:property schema:CreativeWork-encodings ; + sh:property schema:CreativeWork-exampleOfWork ; + sh:property schema:CreativeWork-expires ; + sh:property schema:CreativeWork-fileFormat ; + sh:property schema:CreativeWork-funder ; + sh:property schema:CreativeWork-genre ; + sh:property schema:CreativeWork-hasPart ; + sh:property schema:CreativeWork-headline ; + sh:property schema:CreativeWork-inLanguage ; + sh:property schema:CreativeWork-interactionStatistic ; + sh:property schema:CreativeWork-interactivityType ; + sh:property schema:CreativeWork-isAccessibleForFree ; + sh:property schema:CreativeWork-isBasedOn ; + sh:property schema:CreativeWork-isBasedOnUrl ; + sh:property schema:CreativeWork-isFamilyFriendly ; + sh:property schema:CreativeWork-isPartOf ; + sh:property schema:CreativeWork-keywords ; + sh:property schema:CreativeWork-learningResourceType ; + sh:property schema:CreativeWork-license ; + sh:property schema:CreativeWork-locationCreated ; + sh:property schema:CreativeWork-mainEntity ; + sh:property schema:CreativeWork-material ; + sh:property schema:CreativeWork-mentions ; + sh:property schema:CreativeWork-offers ; + sh:property schema:CreativeWork-position ; + sh:property schema:CreativeWork-producer ; + sh:property schema:CreativeWork-provider ; + sh:property schema:CreativeWork-publication ; + sh:property schema:CreativeWork-publisher ; + sh:property schema:CreativeWork-publisherImprint ; + sh:property schema:CreativeWork-publishingPrinciples ; + sh:property schema:CreativeWork-recordedAt ; + sh:property schema:CreativeWork-releasedEvent ; + sh:property schema:CreativeWork-review ; + sh:property schema:CreativeWork-reviews ; + sh:property schema:CreativeWork-schemaVersion ; + sh:property schema:CreativeWork-sdDatePublished ; + sh:property schema:CreativeWork-sdLicense ; + sh:property schema:CreativeWork-sdPublisher ; + sh:property schema:CreativeWork-sourceOrganization ; + sh:property schema:CreativeWork-spatialCoverage ; + sh:property schema:CreativeWork-sponsor ; + sh:property schema:CreativeWork-temporalCoverage ; + sh:property schema:CreativeWork-text ; + sh:property schema:CreativeWork-thumbnailUrl ; + sh:property schema:CreativeWork-timeRequired ; + sh:property schema:CreativeWork-translationOfWork ; + sh:property schema:CreativeWork-translator ; + sh:property schema:CreativeWork-typicalAgeRange ; + sh:property schema:CreativeWork-version ; + sh:property schema:CreativeWork-video ; + sh:property schema:CreativeWork-workExample ; + sh:property schema:CreativeWork-workTranslation ; +. +schema:CreativeWork-about + a sh:PropertyShape ; + sh:path schema:about ; + sh:class schema:Thing ; + sh:description "The subject matter of the content."^^rdf:HTML ; + sh:name "about" ; +. +schema:CreativeWork-accessMode + a sh:PropertyShape ; + sh:path schema:accessMode ; + sh:datatype xsd:string ; + sh:description "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual."^^rdf:HTML ; + sh:name "accessMode" ; +. +schema:CreativeWork-accessModeSufficient + a sh:PropertyShape ; + sh:path schema:accessModeSufficient ; + sh:datatype xsd:string ; + sh:description "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual."^^rdf:HTML ; + sh:name "accessModeSufficient" ; +. +schema:CreativeWork-accessibilityAPI + a sh:PropertyShape ; + sh:path schema:accessibilityAPI ; + sh:datatype xsd:string ; + sh:description "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values)."^^rdf:HTML ; + sh:name "accessibilityAPI" ; +. +schema:CreativeWork-accessibilityControl + a sh:PropertyShape ; + sh:path schema:accessibilityControl ; + sh:datatype xsd:string ; + sh:description "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values)."^^rdf:HTML ; + sh:name "accessibilityControl" ; +. +schema:CreativeWork-accessibilityFeature + a sh:PropertyShape ; + sh:path schema:accessibilityFeature ; + sh:datatype xsd:string ; + sh:description "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values)."^^rdf:HTML ; + sh:name "accessibilityFeature" ; +. +schema:CreativeWork-accessibilityHazard + a sh:PropertyShape ; + sh:path schema:accessibilityHazard ; + sh:datatype xsd:string ; + sh:description "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values)."^^rdf:HTML ; + sh:name "accessibilityHazard" ; +. +schema:CreativeWork-accessibilitySummary + a sh:PropertyShape ; + sh:path schema:accessibilitySummary ; + sh:datatype xsd:string ; + sh:description "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\""^^rdf:HTML ; + sh:name "accessibilitySummary" ; +. +schema:CreativeWork-accountablePerson + a sh:PropertyShape ; + sh:path schema:accountablePerson ; + sh:class schema:Person ; + sh:description "Specifies the Person that is legally accountable for the CreativeWork."^^rdf:HTML ; + sh:name "accountablePerson" ; +. +schema:CreativeWork-aggregateRating + a sh:PropertyShape ; + sh:path schema:aggregateRating ; + sh:class schema:AggregateRating ; + sh:description "The overall rating, based on a collection of reviews or ratings, of the item."^^rdf:HTML ; + sh:name "aggregateRating" ; +. +schema:CreativeWork-alternativeHeadline + a sh:PropertyShape ; + sh:path schema:alternativeHeadline ; + sh:datatype xsd:string ; + sh:description "A secondary title of the CreativeWork."^^rdf:HTML ; + sh:name "alternativeHeadline" ; +. +schema:CreativeWork-associatedMedia + a sh:PropertyShape ; + sh:path schema:associatedMedia ; + sh:class schema:MediaObject ; + sh:description "A media object that encodes this CreativeWork. This property is a synonym for encoding."^^rdf:HTML ; + sh:name "associatedMedia" ; +. +schema:CreativeWork-audience + a sh:PropertyShape ; + sh:path schema:audience ; + sh:class schema:Audience ; + sh:description "An intended audience, i.e. a group for whom something was created."^^rdf:HTML ; + sh:name "audience" ; +. +schema:CreativeWork-audio + a sh:PropertyShape ; + sh:path schema:audio ; + sh:class schema:AudioObject ; + sh:description "An embedded audio object."^^rdf:HTML ; + sh:name "audio" ; +. +schema:CreativeWork-author + a sh:PropertyShape ; + sh:path schema:author ; + sh:description "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably."^^rdf:HTML ; + sh:name "author" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-award + a sh:PropertyShape ; + sh:path schema:award ; + sh:datatype xsd:string ; + sh:description "An award won by or for this item."^^rdf:HTML ; + sh:name "award" ; +. +schema:CreativeWork-awards + a sh:PropertyShape ; + sh:path schema:awards ; + sh:datatype xsd:string ; + sh:description "Awards won by or for this item."^^rdf:HTML ; + sh:name "awards" ; +. +schema:CreativeWork-character + a sh:PropertyShape ; + sh:path schema:character ; + sh:class schema:Person ; + sh:description "Fictional person connected with a creative work."^^rdf:HTML ; + sh:name "character" ; +. +schema:CreativeWork-citation + a sh:PropertyShape ; + sh:path schema:citation ; + sh:description "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc."^^rdf:HTML ; + sh:name "citation" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-comment + a sh:PropertyShape ; + sh:path schema:comment ; + sh:class schema:Comment ; + sh:description "Comments, typically from users."^^rdf:HTML ; + sh:name "comment" ; +. +schema:CreativeWork-commentCount + a sh:PropertyShape ; + sh:path schema:commentCount ; + sh:datatype xsd:integer ; + sh:description "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere."^^rdf:HTML ; + sh:name "commentCount" ; +. +schema:CreativeWork-contentLocation + a sh:PropertyShape ; + sh:path schema:contentLocation ; + sh:class schema:Place ; + sh:description "The location depicted or described in the content. For example, the location in a photograph or painting."^^rdf:HTML ; + sh:name "contentLocation" ; +. +schema:CreativeWork-contentRating + a sh:PropertyShape ; + sh:path schema:contentRating ; + sh:description "Official rating of a piece of content—for example,'MPAA PG-13'."^^rdf:HTML ; + sh:name "contentRating" ; + sh:or ( + [ + sh:class schema:Rating ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-contentReferenceTime + a sh:PropertyShape ; + sh:path schema:contentReferenceTime ; + sh:datatype xsd:dateTime ; + sh:description "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event."^^rdf:HTML ; + sh:name "contentReferenceTime" ; +. +schema:CreativeWork-contributor + a sh:PropertyShape ; + sh:path schema:contributor ; + sh:description "A secondary contributor to the CreativeWork or Event."^^rdf:HTML ; + sh:name "contributor" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-copyrightHolder + a sh:PropertyShape ; + sh:path schema:copyrightHolder ; + sh:description "The party holding the legal copyright to the CreativeWork."^^rdf:HTML ; + sh:name "copyrightHolder" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-copyrightYear + a sh:PropertyShape ; + sh:path schema:copyrightYear ; + sh:datatype xsd:float ; + sh:description "The year during which the claimed copyright for the CreativeWork was first asserted."^^rdf:HTML ; + sh:name "copyrightYear" ; +. +schema:CreativeWork-correction + a sh:PropertyShape ; + sh:path schema:correction ; + sh:description "Indicates a correction to a CreativeWork, either via a CorrectionComment, textually or in another document."^^rdf:HTML ; + sh:name "correction" ; + sh:or ( + [ + sh:class schema:CorrectionComment ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-creator + a sh:PropertyShape ; + sh:path schema:creator ; + sh:description "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."^^rdf:HTML ; + sh:name "creator" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-dateCreated + a sh:PropertyShape ; + sh:path schema:dateCreated ; + sh:description "The date on which the CreativeWork was created or the item was added to a DataFeed."^^rdf:HTML ; + sh:name "dateCreated" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:CreativeWork-dateModified + a sh:PropertyShape ; + sh:path schema:dateModified ; + sh:description "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."^^rdf:HTML ; + sh:name "dateModified" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:CreativeWork-datePublished + a sh:PropertyShape ; + sh:path schema:datePublished ; + sh:datatype xsd:date ; + sh:description "Date of first broadcast/publication."^^rdf:HTML ; + sh:name "datePublished" ; +. +schema:CreativeWork-discussionUrl + a sh:PropertyShape ; + sh:path schema:discussionUrl ; + sh:description "A link to the page containing the comments of the CreativeWork."^^rdf:HTML ; + sh:name "discussionUrl" ; + sh:nodeKind sh:IRI ; +. +schema:CreativeWork-editor + a sh:PropertyShape ; + sh:path schema:editor ; + sh:class schema:Person ; + sh:description "Specifies the Person who edited the CreativeWork."^^rdf:HTML ; + sh:name "editor" ; +. +schema:CreativeWork-educationalAlignment + a sh:PropertyShape ; + sh:path schema:educationalAlignment ; + sh:class schema:AlignmentObject ; + sh:description "An alignment to an established educational framework."^^rdf:HTML ; + sh:name "educationalAlignment" ; +. +schema:CreativeWork-educationalUse + a sh:PropertyShape ; + sh:path schema:educationalUse ; + sh:datatype xsd:string ; + sh:description "The purpose of a work in the context of education; for example, 'assignment', 'group work'."^^rdf:HTML ; + sh:name "educationalUse" ; +. +schema:CreativeWork-encoding + a sh:PropertyShape ; + sh:path schema:encoding ; + sh:class schema:MediaObject ; + sh:description "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia."^^rdf:HTML ; + sh:name "encoding" ; +. +schema:CreativeWork-encodingFormat + a sh:PropertyShape ; + sh:path schema:encodingFormat ; + sh:description """Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).

+ +In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

+ +Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."""^^rdf:HTML ; + sh:name "encodingFormat" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-encodings + a sh:PropertyShape ; + sh:path schema:encodings ; + sh:class schema:MediaObject ; + sh:description "A media object that encodes this CreativeWork."^^rdf:HTML ; + sh:name "encodings" ; +. +schema:CreativeWork-exampleOfWork + a sh:PropertyShape ; + sh:path schema:exampleOfWork ; + sh:class schema:CreativeWork ; + sh:description "A creative work that this work is an example/instance/realization/derivation of."^^rdf:HTML ; + sh:name "exampleOfWork" ; +. +schema:CreativeWork-expires + a sh:PropertyShape ; + sh:path schema:expires ; + sh:datatype xsd:date ; + sh:description "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date."^^rdf:HTML ; + sh:name "expires" ; +. +schema:CreativeWork-fileFormat + a sh:PropertyShape ; + sh:path schema:fileFormat ; + sh:description "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry."^^rdf:HTML ; + sh:name "fileFormat" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-funder + a sh:PropertyShape ; + sh:path schema:funder ; + sh:description "A person or organization that supports (sponsors) something through some kind of financial contribution."^^rdf:HTML ; + sh:name "funder" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-genre + a sh:PropertyShape ; + sh:path schema:genre ; + sh:description "Genre of the creative work, broadcast channel or group."^^rdf:HTML ; + sh:name "genre" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-hasPart + a sh:PropertyShape ; + sh:path schema:hasPart ; + sh:description "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense)."^^rdf:HTML ; + sh:name "hasPart" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:Trip ; + ] + ) ; +. +schema:CreativeWork-headline + a sh:PropertyShape ; + sh:path schema:headline ; + sh:datatype xsd:string ; + sh:description "Headline of the article."^^rdf:HTML ; + sh:name "headline" ; +. +schema:CreativeWork-inLanguage + a sh:PropertyShape ; + sh:path schema:inLanguage ; + sh:description "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."^^rdf:HTML ; + sh:name "inLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-interactionStatistic + a sh:PropertyShape ; + sh:path schema:interactionStatistic ; + sh:class schema:InteractionCounter ; + sh:description "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used."^^rdf:HTML ; + sh:name "interactionStatistic" ; +. +schema:CreativeWork-interactivityType + a sh:PropertyShape ; + sh:path schema:interactivityType ; + sh:datatype xsd:string ; + sh:description "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'."^^rdf:HTML ; + sh:name "interactivityType" ; +. +schema:CreativeWork-isAccessibleForFree + a sh:PropertyShape ; + sh:path schema:isAccessibleForFree ; + sh:datatype xsd:boolean ; + sh:description "A flag to signal that the item, event, or place is accessible for free."^^rdf:HTML ; + sh:name "isAccessibleForFree" ; +. +schema:CreativeWork-isBasedOn + a sh:PropertyShape ; + sh:path schema:isBasedOn ; + sh:description "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html."^^rdf:HTML ; + sh:name "isBasedOn" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:Product ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:CreativeWork-isBasedOnUrl + a sh:PropertyShape ; + sh:path schema:isBasedOnUrl ; + sh:description "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html."^^rdf:HTML ; + sh:name "isBasedOnUrl" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:Product ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:CreativeWork-isFamilyFriendly + a sh:PropertyShape ; + sh:path schema:isFamilyFriendly ; + sh:datatype xsd:boolean ; + sh:description "Indicates whether this content is family friendly."^^rdf:HTML ; + sh:name "isFamilyFriendly" ; +. +schema:CreativeWork-isPartOf + a sh:PropertyShape ; + sh:path schema:isPartOf ; + sh:description "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."^^rdf:HTML ; + sh:name "isPartOf" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:Trip ; + ] + ) ; +. +schema:CreativeWork-keywords + a sh:PropertyShape ; + sh:path schema:keywords ; + sh:datatype xsd:string ; + sh:description "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas."^^rdf:HTML ; + sh:name "keywords" ; +. +schema:CreativeWork-learningResourceType + a sh:PropertyShape ; + sh:path schema:learningResourceType ; + sh:datatype xsd:string ; + sh:description "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'."^^rdf:HTML ; + sh:name "learningResourceType" ; +. +schema:CreativeWork-license + a sh:PropertyShape ; + sh:path schema:license ; + sh:description "A license document that applies to this content, typically indicated by URL."^^rdf:HTML ; + sh:name "license" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:CreativeWork-locationCreated + a sh:PropertyShape ; + sh:path schema:locationCreated ; + sh:class schema:Place ; + sh:description "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork."^^rdf:HTML ; + sh:name "locationCreated" ; +. +schema:CreativeWork-mainEntity + a sh:PropertyShape ; + sh:path schema:mainEntity ; + sh:class schema:Thing ; + sh:description "Indicates the primary entity described in some page or other CreativeWork."^^rdf:HTML ; + sh:name "mainEntity" ; +. +schema:CreativeWork-material + a sh:PropertyShape ; + sh:path schema:material ; + sh:description "A material that something is made from, e.g. leather, wool, cotton, paper."^^rdf:HTML ; + sh:name "material" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-mentions + a sh:PropertyShape ; + sh:path schema:mentions ; + sh:class schema:Thing ; + sh:description "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept."^^rdf:HTML ; + sh:name "mentions" ; +. +schema:CreativeWork-offers + a sh:PropertyShape ; + sh:path schema:offers ; + sh:class schema:Offer ; + sh:description "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."^^rdf:HTML ; + sh:name "offers" ; +. +schema:CreativeWork-position + a sh:PropertyShape ; + sh:path schema:position ; + sh:description "The position of an item in a series or sequence of items."^^rdf:HTML ; + sh:name "position" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-producer + a sh:PropertyShape ; + sh:path schema:producer ; + sh:description "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.)."^^rdf:HTML ; + sh:name "producer" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-provider + a sh:PropertyShape ; + sh:path schema:provider ; + sh:description "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."^^rdf:HTML ; + sh:name "provider" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-publication + a sh:PropertyShape ; + sh:path schema:publication ; + sh:class schema:PublicationEvent ; + sh:description "A publication event associated with the item."^^rdf:HTML ; + sh:name "publication" ; +. +schema:CreativeWork-publisher + a sh:PropertyShape ; + sh:path schema:publisher ; + sh:description "The publisher of the creative work."^^rdf:HTML ; + sh:name "publisher" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-publisherImprint + a sh:PropertyShape ; + sh:path schema:publisherImprint ; + sh:class schema:Organization ; + sh:description "The publishing division which published the comic."^^rdf:HTML ; + sh:name "publisherImprint"@en ; +. +schema:CreativeWork-publishingPrinciples + a sh:PropertyShape ; + sh:path schema:publishingPrinciples ; + sh:description """The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.

+ +While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."""^^rdf:HTML ; + sh:name "publishingPrinciples" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:CreativeWork-recordedAt + a sh:PropertyShape ; + sh:path schema:recordedAt ; + sh:class schema:Event ; + sh:description "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event."^^rdf:HTML ; + sh:name "recordedAt" ; +. +schema:CreativeWork-releasedEvent + a sh:PropertyShape ; + sh:path schema:releasedEvent ; + sh:class schema:PublicationEvent ; + sh:description "The place and time the release was issued, expressed as a PublicationEvent."^^rdf:HTML ; + sh:name "releasedEvent" ; +. +schema:CreativeWork-review + a sh:PropertyShape ; + sh:path schema:review ; + sh:class schema:Review ; + sh:description "A review of the item."^^rdf:HTML ; + sh:name "review" ; +. +schema:CreativeWork-reviews + a sh:PropertyShape ; + sh:path schema:reviews ; + sh:class schema:Review ; + sh:description "Review of the item."^^rdf:HTML ; + sh:name "reviews" ; +. +schema:CreativeWork-schemaVersion + a sh:PropertyShape ; + sh:path schema:schemaVersion ; + sh:description "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application."^^rdf:HTML ; + sh:name "schemaVersion" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-sdDatePublished + a sh:PropertyShape ; + sh:path schema:sdDatePublished ; + sh:datatype xsd:date ; + sh:description "Indicates the date on which the current structured data was generated / published. Typically used alongside sdPublisher"^^rdf:HTML ; + sh:name "sdDatePublished" ; +. +schema:CreativeWork-sdLicense + a sh:PropertyShape ; + sh:path schema:sdLicense ; + sh:description "A license document that applies to this structured data, typically indicated by URL."^^rdf:HTML ; + sh:name "sdLicense" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:CreativeWork-sdPublisher + a sh:PropertyShape ; + sh:path schema:sdPublisher ; + sh:description """Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The +sdPublisher property helps make such practices more explicit."""^^rdf:HTML ; + sh:name "sdPublisher" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-sourceOrganization + a sh:PropertyShape ; + sh:path schema:sourceOrganization ; + sh:class schema:Organization ; + sh:description "The Organization on whose behalf the creator was working."^^rdf:HTML ; + sh:name "sourceOrganization" ; +. +schema:CreativeWork-spatialCoverage + a sh:PropertyShape ; + sh:path schema:spatialCoverage ; + sh:class schema:Place ; + sh:description """The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of + contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates + areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York."""^^rdf:HTML ; + sh:name "spatialCoverage" ; +. +schema:CreativeWork-sponsor + a sh:PropertyShape ; + sh:path schema:sponsor ; + sh:description "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event."^^rdf:HTML ; + sh:name "sponsor" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-temporalCoverage + a sh:PropertyShape ; + sh:path schema:temporalCoverage ; + sh:description """The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In + the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL. + Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\"."""^^rdf:HTML ; + sh:name "temporalCoverage" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:dateTime ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-text + a sh:PropertyShape ; + sh:path schema:text ; + sh:datatype xsd:string ; + sh:description "The textual content of this CreativeWork."^^rdf:HTML ; + sh:name "text" ; +. +schema:CreativeWork-thumbnailUrl + a sh:PropertyShape ; + sh:path schema:thumbnailUrl ; + sh:description "A thumbnail image relevant to the Thing."^^rdf:HTML ; + sh:name "thumbnailUrl" ; + sh:nodeKind sh:IRI ; +. +schema:CreativeWork-timeRequired + a sh:PropertyShape ; + sh:path schema:timeRequired ; + sh:datatype xsd:duration ; + sh:description "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'P30M', 'P1H25M'."^^rdf:HTML ; + sh:name "timeRequired" ; +. +schema:CreativeWork-translationOfWork + a sh:PropertyShape ; + sh:path schema:translationOfWork ; + sh:class schema:CreativeWork ; + sh:description "The work that this work has been translated from. e.g. 物种起源 is a translationOf “On the Origin of Species”"^^rdf:HTML ; + sh:name "translationOfWork"@en ; +. +schema:CreativeWork-translator + a sh:PropertyShape ; + sh:path schema:translator ; + sh:description "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event."^^rdf:HTML ; + sh:name "translator" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:CreativeWork-typicalAgeRange + a sh:PropertyShape ; + sh:path schema:typicalAgeRange ; + sh:datatype xsd:string ; + sh:description "The typical expected age range, e.g. '7-9', '11-'."^^rdf:HTML ; + sh:name "typicalAgeRange" ; +. +schema:CreativeWork-version + a sh:PropertyShape ; + sh:path schema:version ; + sh:description "The version of the CreativeWork embodied by a specified resource."^^rdf:HTML ; + sh:name "version" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWork-video + a sh:PropertyShape ; + sh:path schema:video ; + sh:class schema:VideoObject ; + sh:description "An embedded video object."^^rdf:HTML ; + sh:name "video" ; +. +schema:CreativeWork-workExample + a sh:PropertyShape ; + sh:path schema:workExample ; + sh:class schema:CreativeWork ; + sh:description "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook."^^rdf:HTML ; + sh:name "workExample" ; +. +schema:CreativeWork-workTranslation + a sh:PropertyShape ; + sh:path schema:workTranslation ; + sh:class schema:CreativeWork ; + sh:description "A work that is a translation of the content of this work. e.g. 西遊記 has an English workTranslation “Journey to the West”,a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo."^^rdf:HTML ; + sh:name "workTranslation"@en ; +. +schema:CreativeWorkSeason + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A media season e.g. tv, radio, video game etc."^^rdf:HTML ; + rdfs:label "Creative work season" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:CreativeWorkSeason-actor ; + sh:property schema:CreativeWorkSeason-director ; + sh:property schema:CreativeWorkSeason-endDate ; + sh:property schema:CreativeWorkSeason-episode ; + sh:property schema:CreativeWorkSeason-episodes ; + sh:property schema:CreativeWorkSeason-numberOfEpisodes ; + sh:property schema:CreativeWorkSeason-partOfSeries ; + sh:property schema:CreativeWorkSeason-productionCompany ; + sh:property schema:CreativeWorkSeason-seasonNumber ; + sh:property schema:CreativeWorkSeason-startDate ; + sh:property schema:CreativeWorkSeason-trailer ; +. +schema:CreativeWorkSeason-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:CreativeWorkSeason-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:CreativeWorkSeason-endDate + a sh:PropertyShape ; + sh:path schema:endDate ; + sh:description "The end date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "endDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:CreativeWorkSeason-episode + a sh:PropertyShape ; + sh:path schema:episode ; + sh:class schema:Episode ; + sh:description "An episode of a tv, radio or game media within a series or season."^^rdf:HTML ; + sh:name "episode" ; +. +schema:CreativeWorkSeason-episodes + a sh:PropertyShape ; + sh:path schema:episodes ; + sh:class schema:Episode ; + sh:description "An episode of a TV/radio series or season."^^rdf:HTML ; + sh:name "episodes" ; +. +schema:CreativeWorkSeason-numberOfEpisodes + a sh:PropertyShape ; + sh:path schema:numberOfEpisodes ; + sh:datatype xsd:integer ; + sh:description "The number of episodes in this season or series."^^rdf:HTML ; + sh:name "numberOfEpisodes" ; +. +schema:CreativeWorkSeason-partOfSeries + a sh:PropertyShape ; + sh:path schema:partOfSeries ; + sh:class schema:CreativeWorkSeries ; + sh:description "The series to which this episode or season belongs."^^rdf:HTML ; + sh:name "partOfSeries" ; +. +schema:CreativeWorkSeason-productionCompany + a sh:PropertyShape ; + sh:path schema:productionCompany ; + sh:class schema:Organization ; + sh:description "The production company or studio responsible for the item e.g. series, video game, episode etc."^^rdf:HTML ; + sh:name "productionCompany" ; +. +schema:CreativeWorkSeason-seasonNumber + a sh:PropertyShape ; + sh:path schema:seasonNumber ; + sh:description "Position of the season within an ordered group of seasons."^^rdf:HTML ; + sh:name "seasonNumber" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:CreativeWorkSeason-startDate + a sh:PropertyShape ; + sh:path schema:startDate ; + sh:description "The start date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "startDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:CreativeWorkSeason-trailer + a sh:PropertyShape ; + sh:path schema:trailer ; + sh:class schema:VideoObject ; + sh:description "The trailer of a movie or tv/radio series, season, episode, etc."^^rdf:HTML ; + sh:name "trailer" ; +. +schema:CreativeWorkSeries + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).

+ +Specific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.

+ +It is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate."""^^rdf:HTML ; + rdfs:label "Creative work series" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:Series ; + sh:property schema:CreativeWorkSeries-endDate ; + sh:property schema:CreativeWorkSeries-issn ; + sh:property schema:CreativeWorkSeries-startDate ; +. +schema:CreativeWorkSeries-endDate + a sh:PropertyShape ; + sh:path schema:endDate ; + sh:description "The end date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "endDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:CreativeWorkSeries-issn + a sh:PropertyShape ; + sh:path schema:issn ; + sh:datatype xsd:string ; + sh:description "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication."^^rdf:HTML ; + sh:name "issn" ; +. +schema:CreativeWorkSeries-startDate + a sh:PropertyShape ; + sh:path schema:startDate ; + sh:description "The start date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "startDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:CreditCard + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.

+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#AmericanExpress
  • +
  • http://purl.org/goodrelations/v1#DinersClub
  • +
  • http://purl.org/goodrelations/v1#Discover
  • +
  • http://purl.org/goodrelations/v1#JCB
  • +
  • http://purl.org/goodrelations/v1#MasterCard
  • +
  • http://purl.org/goodrelations/v1#VISA
  • +
+"""^^rdf:HTML ; + rdfs:label "Credit card" ; + rdfs:subClassOf schema:LoanOrCredit ; + rdfs:subClassOf schema:PaymentCard ; + sh:property schema:CreditCard-monthlyMinimumRepaymentAmount ; +. +schema:CreditCard-monthlyMinimumRepaymentAmount + a sh:PropertyShape ; + sh:path schema:monthlyMinimumRepaymentAmount ; + sh:description "The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month."^^rdf:HTML ; + sh:name "monthlyMinimumRepaymentAmount" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Crematorium + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A crematorium."^^rdf:HTML ; + rdfs:label "Crematorium" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:CriticReview + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1589" ; + schema:isPartOf ; + rdfs:comment "A CriticReview is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. CriticReviews are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the UserReview type. Review aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources."^^rdf:HTML ; + rdfs:label "Critic review" ; + rdfs:subClassOf schema:Review ; +. +schema:CrossSectional + a schema:MedicalObservationalStudyDesign ; + schema:isPartOf ; + rdfs:comment "Studies carried out on pre-existing data (usually from 'snapshot' surveys), such as that collected by the Census Bureau. Sometimes called Prevalence Studies." ; + rdfs:label "Cross sectional" ; +. +schema:CssSelectorType + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1672" ; + schema:isPartOf ; + rdfs:comment "Text representing a CSS selector."^^rdf:HTML ; + rdfs:label "Css selector type" ; + rdfs:subClassOf xsd:string ; +. +schema:CurrencyConversionService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A service to convert funds from one currency to another currency."^^rdf:HTML ; + rdfs:label "Currency conversion service" ; + rdfs:subClassOf schema:FinancialProduct ; +. +schema:DDxElement + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An alternative, closely-related condition typically considered later in the differential diagnosis process along with the signs that are used to distinguish it."^^rdf:HTML ; + rdfs:label "DDx element" ; + rdfs:subClassOf schema:MedicalIntangible ; + sh:property schema:DDxElement-diagnosis ; + sh:property schema:DDxElement-distinguishingSign ; +. +schema:DDxElement-diagnosis + a sh:PropertyShape ; + sh:path schema:diagnosis ; + sh:class schema:MedicalCondition ; + sh:description "One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process."^^rdf:HTML ; + sh:name "diagnosis" ; +. +schema:DDxElement-distinguishingSign + a sh:PropertyShape ; + sh:path schema:distinguishingSign ; + sh:class schema:MedicalSignOrSymptom ; + sh:description "One of a set of signs and symptoms that can be used to distinguish this diagnosis from others in the differential diagnosis."^^rdf:HTML ; + sh:name "distinguishingSign" ; +. +schema:DJMixAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "DJMixAlbum." ; + rdfs:label "DJMix album" ; +. +schema:DVDFormat + a schema:MusicReleaseFormatType ; + rdfs:comment "DVDFormat." ; + rdfs:label "DVDFormat" ; +. +schema:DamagedCondition + a schema:OfferItemCondition ; + rdfs:comment "Indicates that the item is damaged." ; + rdfs:label "Damaged condition" ; +. +schema:DanceEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: A social dance."^^rdf:HTML ; + rdfs:label "Dance event" ; + rdfs:subClassOf schema:Event ; +. +schema:DanceGroup + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A dance group—for example, the Alvin Ailey Dance Theater or Riverdance."^^rdf:HTML ; + rdfs:label "Dance group" ; + rdfs:subClassOf schema:PerformingGroup ; +. +schema:DataCatalog + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A collection of datasets."^^rdf:HTML ; + rdfs:label "Data catalog" ; + rdfs:subClassOf schema:CreativeWork ; + owl:equivalentClass ; + sh:property schema:DataCatalog-dataset ; + sh:property schema:DataCatalog-measurementTechnique ; +. +schema:DataCatalog-dataset + a sh:PropertyShape ; + sh:path schema:dataset ; + sh:class schema:Dataset ; + sh:description "A dataset contained in this catalog."^^rdf:HTML ; + sh:name "dataset" ; +. +schema:DataCatalog-measurementTechnique + a sh:PropertyShape ; + sh:path schema:measurementTechnique ; + sh:description """A technique or technology used in a Dataset (or DataDownload, DataCatalog), +corresponding to the method used for measuring the corresponding variable(s) (described using variableMeasured). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.

+ +For example, if variableMeasured is: molecule concentration, measurementTechnique could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".

+ +If the variableMeasured is \"depression rating\", the measurementTechnique could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".

+ +If there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique."""^^rdf:HTML ; + sh:name "measurementTechnique" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DataDownload + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A dataset in downloadable form."^^rdf:HTML ; + rdfs:label "Data download" ; + rdfs:subClassOf schema:MediaObject ; + owl:equivalentClass ; + sh:property schema:DataDownload-measurementTechnique ; +. +schema:DataDownload-measurementTechnique + a sh:PropertyShape ; + sh:path schema:measurementTechnique ; + sh:description """A technique or technology used in a Dataset (or DataDownload, DataCatalog), +corresponding to the method used for measuring the corresponding variable(s) (described using variableMeasured). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.

+ +For example, if variableMeasured is: molecule concentration, measurementTechnique could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".

+ +If the variableMeasured is \"depression rating\", the measurementTechnique could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".

+ +If there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique."""^^rdf:HTML ; + sh:name "measurementTechnique" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DataFeed + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A single feed providing structured information about one or more entities or topics."^^rdf:HTML ; + rdfs:label "Data feed" ; + rdfs:subClassOf schema:Dataset ; + sh:property schema:DataFeed-dataFeedElement ; +. +schema:DataFeed-dataFeedElement + a sh:PropertyShape ; + sh:path schema:dataFeedElement ; + sh:description "An item within in a data feed. Data feeds may have many elements."^^rdf:HTML ; + sh:name "dataFeedElement" ; + sh:or ( + [ + sh:class schema:DataFeedItem ; + ] + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DataFeedItem + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A single item within a larger data feed."^^rdf:HTML ; + rdfs:label "Data feed item" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:DataFeedItem-dateCreated ; + sh:property schema:DataFeedItem-dateDeleted ; + sh:property schema:DataFeedItem-dateModified ; + sh:property schema:DataFeedItem-item ; +. +schema:DataFeedItem-dateCreated + a sh:PropertyShape ; + sh:path schema:dateCreated ; + sh:description "The date on which the CreativeWork was created or the item was added to a DataFeed."^^rdf:HTML ; + sh:name "dateCreated" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:DataFeedItem-dateDeleted + a sh:PropertyShape ; + sh:path schema:dateDeleted ; + sh:datatype xsd:dateTime ; + sh:description "The datetime the item was removed from the DataFeed."^^rdf:HTML ; + sh:name "dateDeleted" ; +. +schema:DataFeedItem-dateModified + a sh:PropertyShape ; + sh:path schema:dateModified ; + sh:description "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."^^rdf:HTML ; + sh:name "dateModified" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:DataFeedItem-item + a sh:PropertyShape ; + sh:path schema:item ; + sh:class schema:Thing ; + sh:description "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’."^^rdf:HTML ; + sh:name "item" ; +. +schema:DataType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The basic data types such as Integers, Strings, etc."^^rdf:HTML ; + rdfs:label "Data type" ; + rdfs:subClassOf rdfs:Class ; +. +schema:Dataset + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A body of structured information describing some topic(s) of interest."^^rdf:HTML ; + rdfs:label "Dataset" ; + rdfs:subClassOf schema:CreativeWork ; + owl:equivalentClass ; + owl:equivalentClass ; + owl:equivalentClass ; + sh:property schema:Dataset-catalog ; + sh:property schema:Dataset-datasetTimeInterval ; + sh:property schema:Dataset-distribution ; + sh:property schema:Dataset-includedDataCatalog ; + sh:property schema:Dataset-includedInDataCatalog ; + sh:property schema:Dataset-issn ; + sh:property schema:Dataset-measurementTechnique ; + sh:property schema:Dataset-spatial ; + sh:property schema:Dataset-temporal ; + sh:property schema:Dataset-variableMeasured ; +. +schema:Dataset-catalog + a sh:PropertyShape ; + sh:path schema:catalog ; + sh:class schema:DataCatalog ; + sh:description "A data catalog which contains this dataset."^^rdf:HTML ; + sh:name "catalog" ; +. +schema:Dataset-datasetTimeInterval + a sh:PropertyShape ; + sh:path schema:datasetTimeInterval ; + sh:datatype xsd:dateTime ; + sh:description "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format)."^^rdf:HTML ; + sh:name "datasetTimeInterval" ; +. +schema:Dataset-distribution + a sh:PropertyShape ; + sh:path schema:distribution ; + sh:class schema:DataDownload ; + sh:description "A downloadable form of this dataset, at a specific location, in a specific format."^^rdf:HTML ; + sh:name "distribution" ; +. +schema:Dataset-includedDataCatalog + a sh:PropertyShape ; + sh:path schema:includedDataCatalog ; + sh:class schema:DataCatalog ; + sh:description "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog')."^^rdf:HTML ; + sh:name "includedDataCatalog" ; +. +schema:Dataset-includedInDataCatalog + a sh:PropertyShape ; + sh:path schema:includedInDataCatalog ; + sh:class schema:DataCatalog ; + sh:description "A data catalog which contains this dataset."^^rdf:HTML ; + sh:name "includedInDataCatalog" ; +. +schema:Dataset-issn + a sh:PropertyShape ; + sh:path schema:issn ; + sh:datatype xsd:string ; + sh:description "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication."^^rdf:HTML ; + sh:name "issn" ; +. +schema:Dataset-measurementTechnique + a sh:PropertyShape ; + sh:path schema:measurementTechnique ; + sh:description """A technique or technology used in a Dataset (or DataDownload, DataCatalog), +corresponding to the method used for measuring the corresponding variable(s) (described using variableMeasured). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.

+ +For example, if variableMeasured is: molecule concentration, measurementTechnique could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".

+ +If the variableMeasured is \"depression rating\", the measurementTechnique could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".

+ +If there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique."""^^rdf:HTML ; + sh:name "measurementTechnique" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Dataset-spatial + a sh:PropertyShape ; + sh:path schema:spatial ; + sh:class schema:Place ; + sh:description "The range of spatial applicability of a dataset, e.g. for a dataset of New York weather, the state of New York."^^rdf:HTML ; + sh:name "spatial" ; +. +schema:Dataset-temporal + a sh:PropertyShape ; + sh:path schema:temporal ; + sh:datatype xsd:dateTime ; + sh:description "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format)."^^rdf:HTML ; + sh:name "temporal" ; +. +schema:Dataset-variableMeasured + a sh:PropertyShape ; + sh:path schema:variableMeasured ; + sh:description "The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue."^^rdf:HTML ; + sh:name "variableMeasured" ; + sh:or ( + [ + sh:class schema:PropertyValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Date + a schema:DataType ; + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A date value in ISO 8601 date format."^^rdf:HTML ; + rdfs:label "Date" ; +. +schema:DateTime + a schema:DataType ; + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601)."^^rdf:HTML ; + rdfs:label "Date time" ; +. +schema:DatedMoneySpecification + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:MonetaryAmount ; + rdfs:comment "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. Note: This type has been superseded by MonetaryAmount use of that type is recommended"^^rdf:HTML ; + rdfs:label "Dated money specification" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:DatedMoneySpecification-amount ; + sh:property schema:DatedMoneySpecification-currency ; + sh:property schema:DatedMoneySpecification-endDate ; + sh:property schema:DatedMoneySpecification-startDate ; +. +schema:DatedMoneySpecification-amount + a sh:PropertyShape ; + sh:path schema:amount ; + sh:description "The amount of money."^^rdf:HTML ; + sh:name "amount" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:DatedMoneySpecification-currency + a sh:PropertyShape ; + sh:path schema:currency ; + sh:datatype xsd:string ; + sh:description "The currency in which the monetary amount is expressed (in 3-letter ISO 4217 format)."^^rdf:HTML ; + sh:description """The currency in which the monetary amount is expressed.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "currency" ; +. +schema:DatedMoneySpecification-endDate + a sh:PropertyShape ; + sh:path schema:endDate ; + sh:description "The end date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "endDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:DatedMoneySpecification-startDate + a sh:PropertyShape ; + sh:path schema:startDate ; + sh:description "The start date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "startDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:DayOfWeek + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.

+ +Originally, URLs from GoodRelations were used (for Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday plus a special entry for PublicHolidays); these have now been integrated directly into schema.org."""^^rdf:HTML ; + rdfs:label "Day of week" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:DaySpa + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A day spa."^^rdf:HTML ; + rdfs:label "Day spa" ; + rdfs:subClassOf schema:HealthAndBeautyBusiness ; +. +schema:DeactivateAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight)."^^rdf:HTML ; + rdfs:label "Deactivate action" ; + rdfs:subClassOf schema:ControlAction ; +. +schema:DefenceEstablishment + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A defence establishment, such as an army or navy base."^^rdf:HTML ; + rdfs:label "Defence establishment" ; + rdfs:subClassOf schema:GovernmentBuilding ; +. +schema:DefinedTerm + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-894" ; + schema:isPartOf ; + rdfs:comment "A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term."^^rdf:HTML ; + rdfs:label "Defined term" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:DefinedTerm-inDefinedTermSet ; + sh:property schema:DefinedTerm-termCode ; +. +schema:DefinedTerm-inDefinedTermSet + a sh:PropertyShape ; + sh:path schema:inDefinedTermSet ; + sh:description "A DefinedTermSet that contains this term."^^rdf:HTML ; + sh:name "inDefinedTermSet" ; + sh:or ( + [ + sh:class schema:DefinedTermSet ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:DefinedTerm-termCode + a sh:PropertyShape ; + sh:path schema:termCode ; + sh:datatype xsd:string ; + sh:description "A code that identifies this DefinedTerm within a DefinedTermSet"^^rdf:HTML ; + sh:name "termCode" ; +. +schema:DefinedTermSet + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-894" ; + schema:isPartOf ; + rdfs:comment "A set of defined terms for example a set of categories or a classification scheme, a glossary, dictionary or enumeration."^^rdf:HTML ; + rdfs:label "Defined term set" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:DefinedTermSet-hasDefinedTerm ; +. +schema:DefinedTermSet-hasDefinedTerm + a sh:PropertyShape ; + sh:path schema:hasDefinedTerm ; + sh:class schema:DefinedTerm ; + sh:description "A Defined Term contained in this term set."^^rdf:HTML ; + sh:name "hasDefinedTerm" ; +. +schema:DefinitiveLegalValue + a schema:LegalValueLevel ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment """Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.) + Something \"Definitive\" is considered to be also AuthoritativeLegalValue.""" ; + rdfs:label "Definitive legal value" ; + ; +. +schema:DeleteAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of editing a recipient by removing one of its objects."^^rdf:HTML ; + rdfs:label "Delete action" ; + rdfs:subClassOf schema:UpdateAction ; +. +schema:DeliveryChargeSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The price for the delivery of an offer using a particular delivery method."^^rdf:HTML ; + rdfs:label "Delivery charge specification" ; + rdfs:subClassOf schema:PriceSpecification ; + sh:property schema:DeliveryChargeSpecification-appliesToDeliveryMethod ; + sh:property schema:DeliveryChargeSpecification-areaServed ; + sh:property schema:DeliveryChargeSpecification-eligibleRegion ; + sh:property schema:DeliveryChargeSpecification-ineligibleRegion ; +. +schema:DeliveryChargeSpecification-appliesToDeliveryMethod + a sh:PropertyShape ; + sh:path schema:appliesToDeliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "The delivery method(s) to which the delivery charge or payment charge specification applies."^^rdf:HTML ; + sh:name "appliesToDeliveryMethod" ; +. +schema:DeliveryChargeSpecification-areaServed + a sh:PropertyShape ; + sh:path schema:areaServed ; + sh:description "The geographic area where a service or offered item is provided."^^rdf:HTML ; + sh:name "areaServed" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DeliveryChargeSpecification-eligibleRegion + a sh:PropertyShape ; + sh:path schema:eligibleRegion ; + sh:description """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.

+ +See also ineligibleRegion."""^^rdf:HTML ; + sh:name "eligibleRegion" ; + sh:or ( + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DeliveryChargeSpecification-ineligibleRegion + a sh:PropertyShape ; + sh:path schema:ineligibleRegion ; + sh:description """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.

+ +See also eligibleRegion."""^^rdf:HTML ; + sh:name "ineligibleRegion" ; + sh:or ( + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DeliveryEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An event involving the delivery of an item."^^rdf:HTML ; + rdfs:label "Delivery event" ; + rdfs:subClassOf schema:Event ; + sh:property schema:DeliveryEvent-accessCode ; + sh:property schema:DeliveryEvent-availableFrom ; + sh:property schema:DeliveryEvent-availableThrough ; + sh:property schema:DeliveryEvent-hasDeliveryMethod ; +. +schema:DeliveryEvent-accessCode + a sh:PropertyShape ; + sh:path schema:accessCode ; + sh:datatype xsd:string ; + sh:description "Password, PIN, or access code needed for delivery (e.g. from a locker)."^^rdf:HTML ; + sh:name "accessCode" ; +. +schema:DeliveryEvent-availableFrom + a sh:PropertyShape ; + sh:path schema:availableFrom ; + sh:datatype xsd:dateTime ; + sh:description "When the item is available for pickup from the store, locker, etc."^^rdf:HTML ; + sh:name "availableFrom" ; +. +schema:DeliveryEvent-availableThrough + a sh:PropertyShape ; + sh:path schema:availableThrough ; + sh:datatype xsd:dateTime ; + sh:description "After this date, the item will no longer be available for pickup."^^rdf:HTML ; + sh:name "availableThrough" ; +. +schema:DeliveryEvent-hasDeliveryMethod + a sh:PropertyShape ; + sh:path schema:hasDeliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "Method used for delivery or shipping."^^rdf:HTML ; + sh:name "hasDeliveryMethod" ; +. +schema:DeliveryMethod + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.

+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#DeliveryModeDirectDownload
  • +
  • http://purl.org/goodrelations/v1#DeliveryModeFreight
  • +
  • http://purl.org/goodrelations/v1#DeliveryModeMail
  • +
  • http://purl.org/goodrelations/v1#DeliveryModeOwnFleet
  • +
  • http://purl.org/goodrelations/v1#DeliveryModePickUp
  • +
  • http://purl.org/goodrelations/v1#DHL
  • +
  • http://purl.org/goodrelations/v1#FederalExpress
  • +
  • http://purl.org/goodrelations/v1#UPS
  • +
+"""^^rdf:HTML ; + rdfs:label "Delivery method" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:Demand + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply."^^rdf:HTML ; + rdfs:label "Demand" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Demand-acceptedPaymentMethod ; + sh:property schema:Demand-advanceBookingRequirement ; + sh:property schema:Demand-areaServed ; + sh:property schema:Demand-availability ; + sh:property schema:Demand-availabilityEnds ; + sh:property schema:Demand-availabilityStarts ; + sh:property schema:Demand-availableAtOrFrom ; + sh:property schema:Demand-availableDeliveryMethod ; + sh:property schema:Demand-businessFunction ; + sh:property schema:Demand-deliveryLeadTime ; + sh:property schema:Demand-eligibleCustomerType ; + sh:property schema:Demand-eligibleDuration ; + sh:property schema:Demand-eligibleQuantity ; + sh:property schema:Demand-eligibleRegion ; + sh:property schema:Demand-eligibleTransactionVolume ; + sh:property schema:Demand-gtin12 ; + sh:property schema:Demand-gtin13 ; + sh:property schema:Demand-gtin14 ; + sh:property schema:Demand-gtin8 ; + sh:property schema:Demand-includesObject ; + sh:property schema:Demand-ineligibleRegion ; + sh:property schema:Demand-inventoryLevel ; + sh:property schema:Demand-itemCondition ; + sh:property schema:Demand-itemOffered ; + sh:property schema:Demand-mpn ; + sh:property schema:Demand-priceSpecification ; + sh:property schema:Demand-seller ; + sh:property schema:Demand-serialNumber ; + sh:property schema:Demand-sku ; + sh:property schema:Demand-validFrom ; + sh:property schema:Demand-validThrough ; + sh:property schema:Demand-warranty ; +. +schema:Demand-acceptedPaymentMethod + a sh:PropertyShape ; + sh:path schema:acceptedPaymentMethod ; + sh:description "The payment method(s) accepted by seller for this offer."^^rdf:HTML ; + sh:name "acceptedPaymentMethod" ; + sh:or ( + [ + sh:class schema:LoanOrCredit ; + ] + [ + sh:class schema:PaymentMethod ; + ] + ) ; +. +schema:Demand-advanceBookingRequirement + a sh:PropertyShape ; + sh:path schema:advanceBookingRequirement ; + sh:class schema:QuantitativeValue ; + sh:description "The amount of time that is required between accepting the offer and the actual usage of the resource or service."^^rdf:HTML ; + sh:name "advanceBookingRequirement" ; +. +schema:Demand-areaServed + a sh:PropertyShape ; + sh:path schema:areaServed ; + sh:description "The geographic area where a service or offered item is provided."^^rdf:HTML ; + sh:name "areaServed" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Demand-availability + a sh:PropertyShape ; + sh:path schema:availability ; + sh:class schema:ItemAvailability ; + sh:description "The availability of this item—for example In stock, Out of stock, Pre-order, etc."^^rdf:HTML ; + sh:name "availability" ; +. +schema:Demand-availabilityEnds + a sh:PropertyShape ; + sh:path schema:availabilityEnds ; + sh:datatype xsd:dateTime ; + sh:description "The end of the availability of the product or service included in the offer."^^rdf:HTML ; + sh:name "availabilityEnds" ; +. +schema:Demand-availabilityStarts + a sh:PropertyShape ; + sh:path schema:availabilityStarts ; + sh:datatype xsd:dateTime ; + sh:description "The beginning of the availability of the product or service included in the offer."^^rdf:HTML ; + sh:name "availabilityStarts" ; +. +schema:Demand-availableAtOrFrom + a sh:PropertyShape ; + sh:path schema:availableAtOrFrom ; + sh:class schema:Place ; + sh:description "The place(s) from which the offer can be obtained (e.g. store locations)."^^rdf:HTML ; + sh:name "availableAtOrFrom" ; +. +schema:Demand-availableDeliveryMethod + a sh:PropertyShape ; + sh:path schema:availableDeliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "The delivery method(s) available for this offer."^^rdf:HTML ; + sh:name "availableDeliveryMethod" ; +. +schema:Demand-businessFunction + a sh:PropertyShape ; + sh:path schema:businessFunction ; + sh:class schema:BusinessFunction ; + sh:description "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell."^^rdf:HTML ; + sh:name "businessFunction" ; +. +schema:Demand-deliveryLeadTime + a sh:PropertyShape ; + sh:path schema:deliveryLeadTime ; + sh:class schema:QuantitativeValue ; + sh:description "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup."^^rdf:HTML ; + sh:name "deliveryLeadTime" ; +. +schema:Demand-eligibleCustomerType + a sh:PropertyShape ; + sh:path schema:eligibleCustomerType ; + sh:class schema:BusinessEntityType ; + sh:description "The type(s) of customers for which the given offer is valid."^^rdf:HTML ; + sh:name "eligibleCustomerType" ; +. +schema:Demand-eligibleDuration + a sh:PropertyShape ; + sh:path schema:eligibleDuration ; + sh:class schema:QuantitativeValue ; + sh:description "The duration for which the given offer is valid."^^rdf:HTML ; + sh:name "eligibleDuration" ; +. +schema:Demand-eligibleQuantity + a sh:PropertyShape ; + sh:path schema:eligibleQuantity ; + sh:class schema:QuantitativeValue ; + sh:description "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity."^^rdf:HTML ; + sh:name "eligibleQuantity" ; +. +schema:Demand-eligibleRegion + a sh:PropertyShape ; + sh:path schema:eligibleRegion ; + sh:description """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.

+ +See also ineligibleRegion."""^^rdf:HTML ; + sh:name "eligibleRegion" ; + sh:or ( + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Demand-eligibleTransactionVolume + a sh:PropertyShape ; + sh:path schema:eligibleTransactionVolume ; + sh:class schema:PriceSpecification ; + sh:description "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount."^^rdf:HTML ; + sh:name "eligibleTransactionVolume" ; +. +schema:Demand-gtin12 + a sh:PropertyShape ; + sh:path schema:gtin12 ; + sh:datatype xsd:string ; + sh:description "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin12" ; +. +schema:Demand-gtin13 + a sh:PropertyShape ; + sh:path schema:gtin13 ; + sh:datatype xsd:string ; + sh:description "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin13" ; +. +schema:Demand-gtin14 + a sh:PropertyShape ; + sh:path schema:gtin14 ; + sh:datatype xsd:string ; + sh:description "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin14" ; +. +schema:Demand-gtin8 + a sh:PropertyShape ; + sh:path schema:gtin8 ; + sh:datatype xsd:string ; + sh:description "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin8" ; +. +schema:Demand-includesObject + a sh:PropertyShape ; + sh:path schema:includesObject ; + sh:class schema:TypeAndQuantityNode ; + sh:description "This links to a node or nodes indicating the exact quantity of the products included in the offer."^^rdf:HTML ; + sh:name "includesObject" ; +. +schema:Demand-ineligibleRegion + a sh:PropertyShape ; + sh:path schema:ineligibleRegion ; + sh:description """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.

+ +See also eligibleRegion."""^^rdf:HTML ; + sh:name "ineligibleRegion" ; + sh:or ( + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Demand-inventoryLevel + a sh:PropertyShape ; + sh:path schema:inventoryLevel ; + sh:class schema:QuantitativeValue ; + sh:description "The current approximate inventory level for the item or items."^^rdf:HTML ; + sh:name "inventoryLevel" ; +. +schema:Demand-itemCondition + a sh:PropertyShape ; + sh:path schema:itemCondition ; + sh:class schema:OfferItemCondition ; + sh:description "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer."^^rdf:HTML ; + sh:name "itemCondition" ; +. +schema:Demand-itemOffered + a sh:PropertyShape ; + sh:path schema:itemOffered ; + sh:description "The item being offered."^^rdf:HTML ; + sh:name "itemOffered" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:class schema:Service ; + ] + ) ; +. +schema:Demand-mpn + a sh:PropertyShape ; + sh:path schema:mpn ; + sh:datatype xsd:string ; + sh:description "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers."^^rdf:HTML ; + sh:name "mpn" ; +. +schema:Demand-priceSpecification + a sh:PropertyShape ; + sh:path schema:priceSpecification ; + sh:class schema:PriceSpecification ; + sh:description "One or more detailed price specifications, indicating the unit price and delivery or payment charges."^^rdf:HTML ; + sh:name "priceSpecification" ; +. +schema:Demand-seller + a sh:PropertyShape ; + sh:path schema:seller ; + sh:description "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."^^rdf:HTML ; + sh:name "seller" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Demand-serialNumber + a sh:PropertyShape ; + sh:path schema:serialNumber ; + sh:datatype xsd:string ; + sh:description "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer."^^rdf:HTML ; + sh:name "serialNumber" ; +. +schema:Demand-sku + a sh:PropertyShape ; + sh:path schema:sku ; + sh:datatype xsd:string ; + sh:description "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers."^^rdf:HTML ; + sh:name "sku" ; +. +schema:Demand-validFrom + a sh:PropertyShape ; + sh:path schema:validFrom ; + sh:datatype xsd:dateTime ; + sh:description "The date when the item becomes valid."^^rdf:HTML ; + sh:name "validFrom" ; +. +schema:Demand-validThrough + a sh:PropertyShape ; + sh:path schema:validThrough ; + sh:datatype xsd:dateTime ; + sh:description "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."^^rdf:HTML ; + sh:name "validThrough" ; +. +schema:Demand-warranty + a sh:PropertyShape ; + sh:path schema:warranty ; + sh:class schema:WarrantyPromise ; + sh:description "The warranty promise(s) included in the offer."^^rdf:HTML ; + sh:name "warranty" ; +. +schema:DemoAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "DemoAlbum." ; + rdfs:label "Demo album" ; +. +schema:Dentist + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A dentist."^^rdf:HTML ; + rdfs:label "Dentist" ; + rdfs:subClassOf schema:LocalBusiness ; + rdfs:subClassOf schema:MedicalBusiness ; + rdfs:subClassOf schema:MedicalOrganization ; +. +schema:Dentistry + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A branch of medicine that is involved in the dental care." ; + rdfs:label "Dentistry" ; +. +schema:DepartAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants."^^rdf:HTML ; + rdfs:label "Depart action" ; + rdfs:subClassOf schema:MoveAction ; +. +schema:DepartmentStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A department store."^^rdf:HTML ; + rdfs:label "Department store" ; + rdfs:subClassOf schema:Store ; +. +schema:DepositAccount + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits."^^rdf:HTML ; + rdfs:label "Deposit account" ; + rdfs:subClassOf schema:BankAccount ; + rdfs:subClassOf schema:InvestmentOrDeposit ; +. +schema:Dermatologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + schema:supersededBy schema:Dermatology ; + rdfs:comment "Something relating to or practicing dermatology" ; + rdfs:label "Dermatologic" ; +. +schema:Dermatology + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of skin." ; + rdfs:label "Dermatology" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:DiabeticDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet appropriate for people with diabetes." ; + rdfs:label "Diabetic diet" ; +. +schema:Diagnostic + a schema:MedicalDevicePurpose ; + schema:isPartOf ; + rdfs:comment "A medical device used for diagnostic purposes." ; + rdfs:label "Diagnostic" ; +. +schema:DiagnosticLab + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A medical laboratory that offers on-site or off-site diagnostic services."^^rdf:HTML ; + rdfs:label "Diagnostic lab" ; + rdfs:subClassOf schema:MedicalOrganization ; + sh:property schema:DiagnosticLab-availableTest ; +. +schema:DiagnosticLab-availableTest + a sh:PropertyShape ; + sh:path schema:availableTest ; + sh:class schema:MedicalTest ; + sh:description "A diagnostic test or procedure offered by this lab."^^rdf:HTML ; + sh:name "availableTest" ; +. +schema:DiagnosticProcedure + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes."^^rdf:HTML ; + rdfs:label "Diagnostic procedure" ; + rdfs:subClassOf schema:MedicalProcedure ; +. +schema:Diet + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A strategy of regulating the intake of food to achieve or maintain a specific health-related goal."^^rdf:HTML ; + rdfs:label "Diet" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:LifestyleModification ; + sh:property schema:Diet-dietFeatures ; + sh:property schema:Diet-endorsers ; + sh:property schema:Diet-expertConsiderations ; + sh:property schema:Diet-overview ; + sh:property schema:Diet-physiologicalBenefits ; + sh:property schema:Diet-risks ; +. +schema:Diet-dietFeatures + a sh:PropertyShape ; + sh:path schema:dietFeatures ; + sh:datatype xsd:string ; + sh:description "Nutritional information specific to the dietary plan. May include dietary recommendations on what foods to avoid, what foods to consume, and specific alterations/deviations from the USDA or other regulatory body's approved dietary guidelines."^^rdf:HTML ; + sh:name "dietFeatures" ; +. +schema:Diet-endorsers + a sh:PropertyShape ; + sh:path schema:endorsers ; + sh:description "People or organizations that endorse the plan."^^rdf:HTML ; + sh:name "endorsers" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Diet-expertConsiderations + a sh:PropertyShape ; + sh:path schema:expertConsiderations ; + sh:datatype xsd:string ; + sh:description "Medical expert advice related to the plan."^^rdf:HTML ; + sh:name "expertConsiderations" ; +. +schema:Diet-overview + a sh:PropertyShape ; + sh:path schema:overview ; + sh:datatype xsd:string ; + sh:description "Descriptive information establishing the overarching theory/philosophy of the plan. May include the rationale for the name, the population where the plan first came to prominence, etc."^^rdf:HTML ; + sh:name "overview" ; +. +schema:Diet-physiologicalBenefits + a sh:PropertyShape ; + sh:path schema:physiologicalBenefits ; + sh:datatype xsd:string ; + sh:description "Specific physiologic benefits associated to the plan."^^rdf:HTML ; + sh:name "physiologicalBenefits" ; +. +schema:Diet-risks + a sh:PropertyShape ; + sh:path schema:risks ; + sh:datatype xsd:string ; + sh:description "Specific physiologic risks associated to the diet plan."^^rdf:HTML ; + sh:name "risks" ; +. +schema:DietNutrition + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "Dietetic and nutrition as a medical speciality." ; + rdfs:label "Diet nutrition" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:DietarySupplement + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A product taken by mouth that contains a dietary ingredient intended to supplement the diet. Dietary ingredients may include vitamins, minerals, herbs or other botanicals, amino acids, and substances such as enzymes, organ tissues, glandulars and metabolites."^^rdf:HTML ; + rdfs:label "Dietary supplement" ; + rdfs:subClassOf schema:Substance ; + sh:property schema:DietarySupplement-activeIngredient ; + sh:property schema:DietarySupplement-background ; + sh:property schema:DietarySupplement-isProprietary ; + sh:property schema:DietarySupplement-legalStatus ; + sh:property schema:DietarySupplement-manufacturer ; + sh:property schema:DietarySupplement-maximumIntake ; + sh:property schema:DietarySupplement-mechanismOfAction ; + sh:property schema:DietarySupplement-nonProprietaryName ; + sh:property schema:DietarySupplement-proprietaryName ; + sh:property schema:DietarySupplement-recommendedIntake ; + sh:property schema:DietarySupplement-safetyConsideration ; + sh:property schema:DietarySupplement-targetPopulation ; +. +schema:DietarySupplement-activeIngredient + a sh:PropertyShape ; + sh:path schema:activeIngredient ; + sh:datatype xsd:string ; + sh:description "An active ingredient, typically chemical compounds and/or biologic substances."^^rdf:HTML ; + sh:name "activeIngredient" ; +. +schema:DietarySupplement-background + a sh:PropertyShape ; + sh:path schema:background ; + sh:datatype xsd:string ; + sh:description "Descriptive information establishing a historical perspective on the supplement. May include the rationale for the name, the population where the supplement first came to prominence, etc."^^rdf:HTML ; + sh:name "background" ; +. +schema:DietarySupplement-isProprietary + a sh:PropertyShape ; + sh:path schema:isProprietary ; + sh:datatype xsd:boolean ; + sh:description "True if this item's name is a proprietary/brand name (vs. generic name)."^^rdf:HTML ; + sh:name "isProprietary" ; +. +schema:DietarySupplement-legalStatus + a sh:PropertyShape ; + sh:path schema:legalStatus ; + sh:description "The drug or supplement's legal status, including any controlled substance schedules that apply."^^rdf:HTML ; + sh:name "legalStatus" ; + sh:or ( + [ + sh:class schema:DrugLegalStatus ; + ] + [ + sh:class schema:MedicalEnumeration ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DietarySupplement-manufacturer + a sh:PropertyShape ; + sh:path schema:manufacturer ; + sh:class schema:Organization ; + sh:description "The manufacturer of the product."^^rdf:HTML ; + sh:name "manufacturer" ; +. +schema:DietarySupplement-maximumIntake + a sh:PropertyShape ; + sh:path schema:maximumIntake ; + sh:class schema:MaximumDoseSchedule ; + sh:description "Recommended intake of this supplement for a given population as defined by a specific recommending authority."^^rdf:HTML ; + sh:name "maximumIntake" ; +. +schema:DietarySupplement-mechanismOfAction + a sh:PropertyShape ; + sh:path schema:mechanismOfAction ; + sh:datatype xsd:string ; + sh:description "The specific biochemical interaction through which this drug or supplement produces its pharmacological effect."^^rdf:HTML ; + sh:name "mechanismOfAction" ; +. +schema:DietarySupplement-nonProprietaryName + a sh:PropertyShape ; + sh:path schema:nonProprietaryName ; + sh:datatype xsd:string ; + sh:description "The generic name of this drug or supplement."^^rdf:HTML ; + sh:name "nonProprietaryName" ; +. +schema:DietarySupplement-proprietaryName + a sh:PropertyShape ; + sh:path schema:proprietaryName ; + sh:datatype xsd:string ; + sh:description "Proprietary name given to the diet plan, typically by its originator or creator."^^rdf:HTML ; + sh:name "proprietaryName" ; +. +schema:DietarySupplement-recommendedIntake + a sh:PropertyShape ; + sh:path schema:recommendedIntake ; + sh:class schema:RecommendedDoseSchedule ; + sh:description "Recommended intake of this supplement for a given population as defined by a specific recommending authority."^^rdf:HTML ; + sh:name "recommendedIntake" ; +. +schema:DietarySupplement-safetyConsideration + a sh:PropertyShape ; + sh:path schema:safetyConsideration ; + sh:datatype xsd:string ; + sh:description "Any potential safety concern associated with the supplement. May include interactions with other drugs and foods, pregnancy, breastfeeding, known adverse reactions, and documented efficacy of the supplement."^^rdf:HTML ; + sh:name "safetyConsideration" ; +. +schema:DietarySupplement-targetPopulation + a sh:PropertyShape ; + sh:path schema:targetPopulation ; + sh:datatype xsd:string ; + sh:description "Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'."^^rdf:HTML ; + sh:name "targetPopulation" ; +. +schema:DigitalAudioTapeFormat + a schema:MusicReleaseFormatType ; + rdfs:comment "DigitalAudioTapeFormat." ; + rdfs:label "Digital audio tape format" ; +. +schema:DigitalDocument + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An electronic file or document."^^rdf:HTML ; + rdfs:label "Digital document" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:DigitalDocument-hasDigitalDocumentPermission ; +. +schema:DigitalDocument-hasDigitalDocumentPermission + a sh:PropertyShape ; + sh:path schema:hasDigitalDocumentPermission ; + sh:class schema:DigitalDocumentPermission ; + sh:description "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\"."^^rdf:HTML ; + sh:name "hasDigitalDocumentPermission" ; +. +schema:DigitalDocumentPermission + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A permission for a particular person or group to access a particular file."^^rdf:HTML ; + rdfs:label "Digital document permission" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:DigitalDocumentPermission-grantee ; + sh:property schema:DigitalDocumentPermission-permissionType ; +. +schema:DigitalDocumentPermission-grantee + a sh:PropertyShape ; + sh:path schema:grantee ; + sh:description "The person, organization, contact point, or audience that has been granted this permission."^^rdf:HTML ; + sh:name "grantee" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:DigitalDocumentPermission-permissionType + a sh:PropertyShape ; + sh:path schema:permissionType ; + sh:class schema:DigitalDocumentPermissionType ; + sh:description "The type of permission granted the person, organization, or audience."^^rdf:HTML ; + sh:name "permissionType" ; +. +schema:DigitalDocumentPermissionType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A type of permission which can be granted for accessing a digital document."^^rdf:HTML ; + rdfs:label "Digital document permission type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:DigitalFormat + a schema:MusicReleaseFormatType ; + rdfs:comment "DigitalFormat." ; + rdfs:label "Digital format" ; +. +schema:DisagreeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants."^^rdf:HTML ; + rdfs:label "Disagree action" ; + rdfs:subClassOf schema:ReactAction ; +. +schema:Discontinued + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item has been discontinued." ; + rdfs:label "Discontinued" ; +. +schema:DiscoverAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of discovering/finding an object."^^rdf:HTML ; + rdfs:label "Discover action" ; + rdfs:subClassOf schema:FindAction ; +. +schema:DiscussionForumPosting + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A posting to a discussion forum."^^rdf:HTML ; + rdfs:label "Discussion forum posting" ; + rdfs:subClassOf schema:SocialMediaPosting ; +. +schema:DislikeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants."^^rdf:HTML ; + rdfs:label "Dislike action" ; + rdfs:subClassOf schema:ReactAction ; +. +schema:Distance + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'."^^rdf:HTML ; + rdfs:label "Distance" ; + rdfs:subClassOf schema:Quantity ; +. +schema:Distillery + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-743" ; + schema:isPartOf ; + rdfs:comment "A distillery."^^rdf:HTML ; + rdfs:label "Distillery" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:DonateAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of providing goods, services, or money without compensation, often for philanthropic reasons."^^rdf:HTML ; + rdfs:label "Donate action" ; + rdfs:subClassOf schema:TradeAction ; + sh:property schema:DonateAction-recipient ; +. +schema:DonateAction-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:DoseSchedule + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A specific dosing schedule for a drug or supplement."^^rdf:HTML ; + rdfs:label "Dose schedule" ; + rdfs:subClassOf schema:MedicalIntangible ; + sh:property schema:DoseSchedule-doseUnit ; + sh:property schema:DoseSchedule-doseValue ; + sh:property schema:DoseSchedule-frequency ; + sh:property schema:DoseSchedule-targetPopulation ; +. +schema:DoseSchedule-doseUnit + a sh:PropertyShape ; + sh:path schema:doseUnit ; + sh:datatype xsd:string ; + sh:description "The unit of the dose, e.g. 'mg'."^^rdf:HTML ; + sh:name "doseUnit" ; +. +schema:DoseSchedule-doseValue + a sh:PropertyShape ; + sh:path schema:doseValue ; + sh:description "The value of the dose, e.g. 500."^^rdf:HTML ; + sh:name "doseValue" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:DoseSchedule-frequency + a sh:PropertyShape ; + sh:path schema:frequency ; + sh:datatype xsd:string ; + sh:description "How often the dose is taken, e.g. 'daily'."^^rdf:HTML ; + sh:name "frequency" ; +. +schema:DoseSchedule-targetPopulation + a sh:PropertyShape ; + sh:path schema:targetPopulation ; + sh:datatype xsd:string ; + sh:description "Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'."^^rdf:HTML ; + sh:name "targetPopulation" ; +. +schema:DoubleBlindedTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "A trial design in which neither the researcher nor the patient knows the details of the treatment the patient was randomly assigned to." ; + rdfs:label "Double blinded trial" ; +. +schema:DownloadAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of downloading an object."^^rdf:HTML ; + rdfs:label "Download action" ; + rdfs:subClassOf schema:TransferAction ; +. +schema:DrawAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments."^^rdf:HTML ; + rdfs:label "Draw action" ; + rdfs:subClassOf schema:CreateAction ; +. +schema:DrinkAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of swallowing liquids."^^rdf:HTML ; + rdfs:label "Drink action" ; + rdfs:subClassOf schema:ConsumeAction ; +. +schema:DriveWheelConfigurationValue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A value indicating which roadwheels will receive torque."^^rdf:HTML ; + rdfs:label "Drive wheel configuration value" ; + rdfs:subClassOf schema:QualitativeValue ; +. +schema:DrivingSchoolVehicleUsage + a schema:CarUsageType ; + schema:isPartOf ; + rdfs:comment "Indicates the usage of the vehicle for driving school." ; + rdfs:label "Driving school vehicle usage" ; +. +schema:Drug + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism. Here the term drug is used interchangeably with the term medicine although clinical knowledge make a clear difference between them."^^rdf:HTML ; + rdfs:label "Drug" ; + rdfs:subClassOf schema:Substance ; + owl:equivalentClass ; + sh:property schema:Drug-activeIngredient ; + sh:property schema:Drug-administrationRoute ; + sh:property schema:Drug-alcoholWarning ; + sh:property schema:Drug-availableStrength ; + sh:property schema:Drug-breastfeedingWarning ; + sh:property schema:Drug-clincalPharmacology ; + sh:property schema:Drug-clinicalPharmacology ; + sh:property schema:Drug-cost ; + sh:property schema:Drug-dosageForm ; + sh:property schema:Drug-doseSchedule ; + sh:property schema:Drug-drugClass ; + sh:property schema:Drug-drugUnit ; + sh:property schema:Drug-foodWarning ; + sh:property schema:Drug-includedInHealthInsurancePlan ; + sh:property schema:Drug-interactingDrug ; + sh:property schema:Drug-isAvailableGenerically ; + sh:property schema:Drug-isProprietary ; + sh:property schema:Drug-labelDetails ; + sh:property schema:Drug-legalStatus ; + sh:property schema:Drug-manufacturer ; + sh:property schema:Drug-maximumIntake ; + sh:property schema:Drug-mechanismOfAction ; + sh:property schema:Drug-nonProprietaryName ; + sh:property schema:Drug-overdosage ; + sh:property schema:Drug-pregnancyCategory ; + sh:property schema:Drug-pregnancyWarning ; + sh:property schema:Drug-prescribingInfo ; + sh:property schema:Drug-prescriptionStatus ; + sh:property schema:Drug-proprietaryName ; + sh:property schema:Drug-relatedDrug ; + sh:property schema:Drug-rxcui ; + sh:property schema:Drug-warning ; +. +schema:Drug-activeIngredient + a sh:PropertyShape ; + sh:path schema:activeIngredient ; + sh:datatype xsd:string ; + sh:description "An active ingredient, typically chemical compounds and/or biologic substances."^^rdf:HTML ; + sh:name "activeIngredient" ; +. +schema:Drug-administrationRoute + a sh:PropertyShape ; + sh:path schema:administrationRoute ; + sh:datatype xsd:string ; + sh:description "A route by which this drug may be administered, e.g. 'oral'."^^rdf:HTML ; + sh:name "administrationRoute" ; +. +schema:Drug-alcoholWarning + a sh:PropertyShape ; + sh:path schema:alcoholWarning ; + sh:datatype xsd:string ; + sh:description "Any precaution, guidance, contraindication, etc. related to consumption of alcohol while taking this drug."^^rdf:HTML ; + sh:name "alcoholWarning" ; +. +schema:Drug-availableStrength + a sh:PropertyShape ; + sh:path schema:availableStrength ; + sh:class schema:DrugStrength ; + sh:description "An available dosage strength for the drug."^^rdf:HTML ; + sh:name "availableStrength" ; +. +schema:Drug-breastfeedingWarning + a sh:PropertyShape ; + sh:path schema:breastfeedingWarning ; + sh:datatype xsd:string ; + sh:description "Any precaution, guidance, contraindication, etc. related to this drug's use by breastfeeding mothers."^^rdf:HTML ; + sh:name "breastfeedingWarning" ; +. +schema:Drug-clincalPharmacology + a sh:PropertyShape ; + sh:path schema:clincalPharmacology ; + sh:datatype xsd:string ; + sh:description "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD)."^^rdf:HTML ; + sh:name "clincalPharmacology" ; +. +schema:Drug-clinicalPharmacology + a sh:PropertyShape ; + sh:path schema:clinicalPharmacology ; + sh:datatype xsd:string ; + sh:description "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD)."^^rdf:HTML ; + sh:name "clinicalPharmacology" ; +. +schema:Drug-cost + a sh:PropertyShape ; + sh:path schema:cost ; + sh:class schema:DrugCost ; + sh:description "Cost per unit of the drug, as reported by the source being tagged."^^rdf:HTML ; + sh:name "cost" ; +. +schema:Drug-dosageForm + a sh:PropertyShape ; + sh:path schema:dosageForm ; + sh:datatype xsd:string ; + sh:description "A dosage form in which this drug/supplement is available, e.g. 'tablet', 'suspension', 'injection'."^^rdf:HTML ; + sh:name "dosageForm" ; +. +schema:Drug-doseSchedule + a sh:PropertyShape ; + sh:path schema:doseSchedule ; + sh:class schema:DoseSchedule ; + sh:description "A dosing schedule for the drug for a given population, either observed, recommended, or maximum dose based on the type used."^^rdf:HTML ; + sh:name "doseSchedule" ; +. +schema:Drug-drugClass + a sh:PropertyShape ; + sh:path schema:drugClass ; + sh:class schema:DrugClass ; + sh:description "The class of drug this belongs to (e.g., statins)."^^rdf:HTML ; + sh:name "drugClass" ; +. +schema:Drug-drugUnit + a sh:PropertyShape ; + sh:path schema:drugUnit ; + sh:datatype xsd:string ; + sh:description "The unit in which the drug is measured, e.g. '5 mg tablet'."^^rdf:HTML ; + sh:name "drugUnit" ; +. +schema:Drug-foodWarning + a sh:PropertyShape ; + sh:path schema:foodWarning ; + sh:datatype xsd:string ; + sh:description "Any precaution, guidance, contraindication, etc. related to consumption of specific foods while taking this drug."^^rdf:HTML ; + sh:name "foodWarning" ; +. +schema:Drug-includedInHealthInsurancePlan + a sh:PropertyShape ; + sh:path schema:includedInHealthInsurancePlan ; + sh:class schema:HealthInsurancePlan ; + sh:description "The insurance plans that cover this drug."^^rdf:HTML ; + sh:name "includedInHealthInsurancePlan" ; +. +schema:Drug-interactingDrug + a sh:PropertyShape ; + sh:path schema:interactingDrug ; + sh:class schema:Drug ; + sh:description "Another drug that is known to interact with this drug in a way that impacts the effect of this drug or causes a risk to the patient. Note: disease interactions are typically captured as contraindications."^^rdf:HTML ; + sh:name "interactingDrug" ; +. +schema:Drug-isAvailableGenerically + a sh:PropertyShape ; + sh:path schema:isAvailableGenerically ; + sh:datatype xsd:boolean ; + sh:description "True if the drug is available in a generic form (regardless of name)."^^rdf:HTML ; + sh:name "isAvailableGenerically" ; +. +schema:Drug-isProprietary + a sh:PropertyShape ; + sh:path schema:isProprietary ; + sh:datatype xsd:boolean ; + sh:description "True if this item's name is a proprietary/brand name (vs. generic name)."^^rdf:HTML ; + sh:name "isProprietary" ; +. +schema:Drug-labelDetails + a sh:PropertyShape ; + sh:path schema:labelDetails ; + sh:description "Link to the drug's label details."^^rdf:HTML ; + sh:name "labelDetails" ; + sh:nodeKind sh:IRI ; +. +schema:Drug-legalStatus + a sh:PropertyShape ; + sh:path schema:legalStatus ; + sh:description "The drug or supplement's legal status, including any controlled substance schedules that apply."^^rdf:HTML ; + sh:name "legalStatus" ; + sh:or ( + [ + sh:class schema:DrugLegalStatus ; + ] + [ + sh:class schema:MedicalEnumeration ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Drug-manufacturer + a sh:PropertyShape ; + sh:path schema:manufacturer ; + sh:class schema:Organization ; + sh:description "The manufacturer of the product."^^rdf:HTML ; + sh:name "manufacturer" ; +. +schema:Drug-maximumIntake + a sh:PropertyShape ; + sh:path schema:maximumIntake ; + sh:class schema:MaximumDoseSchedule ; + sh:description "Recommended intake of this supplement for a given population as defined by a specific recommending authority."^^rdf:HTML ; + sh:name "maximumIntake" ; +. +schema:Drug-mechanismOfAction + a sh:PropertyShape ; + sh:path schema:mechanismOfAction ; + sh:datatype xsd:string ; + sh:description "The specific biochemical interaction through which this drug or supplement produces its pharmacological effect."^^rdf:HTML ; + sh:name "mechanismOfAction" ; +. +schema:Drug-nonProprietaryName + a sh:PropertyShape ; + sh:path schema:nonProprietaryName ; + sh:datatype xsd:string ; + sh:description "The generic name of this drug or supplement."^^rdf:HTML ; + sh:name "nonProprietaryName" ; +. +schema:Drug-overdosage + a sh:PropertyShape ; + sh:path schema:overdosage ; + sh:datatype xsd:string ; + sh:description "Any information related to overdose on a drug, including signs or symptoms, treatments, contact information for emergency response."^^rdf:HTML ; + sh:name "overdosage" ; +. +schema:Drug-pregnancyCategory + a sh:PropertyShape ; + sh:path schema:pregnancyCategory ; + sh:class schema:DrugPregnancyCategory ; + sh:description "Pregnancy category of this drug."^^rdf:HTML ; + sh:name "pregnancyCategory" ; +. +schema:Drug-pregnancyWarning + a sh:PropertyShape ; + sh:path schema:pregnancyWarning ; + sh:datatype xsd:string ; + sh:description "Any precaution, guidance, contraindication, etc. related to this drug's use during pregnancy."^^rdf:HTML ; + sh:name "pregnancyWarning" ; +. +schema:Drug-prescribingInfo + a sh:PropertyShape ; + sh:path schema:prescribingInfo ; + sh:description "Link to prescribing information for the drug."^^rdf:HTML ; + sh:name "prescribingInfo" ; + sh:nodeKind sh:IRI ; +. +schema:Drug-prescriptionStatus + a sh:PropertyShape ; + sh:path schema:prescriptionStatus ; + sh:description "Indicates the status of drug prescription eg. local catalogs classifications or whether the drug is available by prescription or over-the-counter, etc."^^rdf:HTML ; + sh:name "prescriptionStatus" ; + sh:or ( + [ + sh:class schema:DrugPrescriptionStatus ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Drug-proprietaryName + a sh:PropertyShape ; + sh:path schema:proprietaryName ; + sh:datatype xsd:string ; + sh:description "Proprietary name given to the diet plan, typically by its originator or creator."^^rdf:HTML ; + sh:name "proprietaryName" ; +. +schema:Drug-relatedDrug + a sh:PropertyShape ; + sh:path schema:relatedDrug ; + sh:class schema:Drug ; + sh:description "Any other drug related to this one, for example commonly-prescribed alternatives."^^rdf:HTML ; + sh:name "relatedDrug" ; +. +schema:Drug-rxcui + a sh:PropertyShape ; + sh:path schema:rxcui ; + sh:datatype xsd:string ; + sh:description "The RxCUI drug identifier from RXNORM."^^rdf:HTML ; + sh:name "rxcui" ; +. +schema:Drug-warning + a sh:PropertyShape ; + sh:path schema:warning ; + sh:description "Any FDA or other warnings about the drug (text or URL)."^^rdf:HTML ; + sh:name "warning" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DrugClass + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A class of medical drugs, e.g., statins. Classes can represent general pharmacological class, common mechanisms of action, common physiological effects, etc."^^rdf:HTML ; + rdfs:label "Drug class" ; + rdfs:subClassOf schema:MedicalEnumeration ; + sh:property schema:DrugClass-drug ; +. +schema:DrugClass-drug + a sh:PropertyShape ; + sh:path schema:drug ; + sh:class schema:Drug ; + sh:description "Specifying a drug or medicine used in a medication procedure"^^rdf:HTML ; + sh:name "drug" ; +. +schema:DrugCost + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "The cost per unit of a medical drug. Note that this type is not meant to represent the price in an offer of a drug for sale; see the Offer type for that. This type will typically be used to tag wholesale or average retail cost of a drug, or maximum reimbursable cost. Costs of medical drugs vary widely depending on how and where they are paid for, so while this type captures some of the variables, costs should be used with caution by consumers of this schema's markup."^^rdf:HTML ; + rdfs:label "Drug cost" ; + rdfs:subClassOf schema:MedicalEnumeration ; + sh:property schema:DrugCost-applicableLocation ; + sh:property schema:DrugCost-costCategory ; + sh:property schema:DrugCost-costCurrency ; + sh:property schema:DrugCost-costOrigin ; + sh:property schema:DrugCost-costPerUnit ; + sh:property schema:DrugCost-drugUnit ; +. +schema:DrugCost-applicableLocation + a sh:PropertyShape ; + sh:path schema:applicableLocation ; + sh:class schema:AdministrativeArea ; + sh:description "The location in which the status applies."^^rdf:HTML ; + sh:name "applicableLocation" ; +. +schema:DrugCost-costCategory + a sh:PropertyShape ; + sh:path schema:costCategory ; + sh:class schema:DrugCostCategory ; + sh:description "The category of cost, such as wholesale, retail, reimbursement cap, etc."^^rdf:HTML ; + sh:name "costCategory" ; +. +schema:DrugCost-costCurrency + a sh:PropertyShape ; + sh:path schema:costCurrency ; + sh:datatype xsd:string ; + sh:description "The currency (in 3-letter of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217"^^rdf:HTML ; + sh:name "costCurrency" ; +. +schema:DrugCost-costOrigin + a sh:PropertyShape ; + sh:path schema:costOrigin ; + sh:datatype xsd:string ; + sh:description "Additional details to capture the origin of the cost data. For example, 'Medicare Part B'."^^rdf:HTML ; + sh:name "costOrigin" ; +. +schema:DrugCost-costPerUnit + a sh:PropertyShape ; + sh:path schema:costPerUnit ; + sh:description "The cost per unit of the drug."^^rdf:HTML ; + sh:name "costPerUnit" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:DrugCost-drugUnit + a sh:PropertyShape ; + sh:path schema:drugUnit ; + sh:datatype xsd:string ; + sh:description "The unit in which the drug is measured, e.g. '5 mg tablet'."^^rdf:HTML ; + sh:name "drugUnit" ; +. +schema:DrugCostCategory + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Enumerated categories of medical drug costs."^^rdf:HTML ; + rdfs:label "Drug cost category" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:DrugLegalStatus + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "The legal availability status of a medical drug."^^rdf:HTML ; + rdfs:label "Drug legal status" ; + rdfs:subClassOf schema:MedicalIntangible ; + sh:property schema:DrugLegalStatus-applicableLocation ; +. +schema:DrugLegalStatus-applicableLocation + a sh:PropertyShape ; + sh:path schema:applicableLocation ; + sh:class schema:AdministrativeArea ; + sh:description "The location in which the status applies."^^rdf:HTML ; + sh:name "applicableLocation" ; +. +schema:DrugPregnancyCategory + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Categories that represent an assessment of the risk of fetal injury due to a drug or pharmaceutical used as directed by the mother during pregnancy."^^rdf:HTML ; + rdfs:label "Drug pregnancy category" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:DrugPrescriptionStatus + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Indicates whether this drug is available by prescription or over-the-counter."^^rdf:HTML ; + rdfs:label "Drug prescription status" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:DrugStrength + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A specific strength in which a medical drug is available in a specific country."^^rdf:HTML ; + rdfs:label "Drug strength" ; + rdfs:subClassOf schema:MedicalIntangible ; + sh:property schema:DrugStrength-activeIngredient ; + sh:property schema:DrugStrength-availableIn ; + sh:property schema:DrugStrength-maximumIntake ; + sh:property schema:DrugStrength-strengthUnit ; + sh:property schema:DrugStrength-strengthValue ; +. +schema:DrugStrength-activeIngredient + a sh:PropertyShape ; + sh:path schema:activeIngredient ; + sh:datatype xsd:string ; + sh:description "An active ingredient, typically chemical compounds and/or biologic substances."^^rdf:HTML ; + sh:name "activeIngredient" ; +. +schema:DrugStrength-availableIn + a sh:PropertyShape ; + sh:path schema:availableIn ; + sh:class schema:AdministrativeArea ; + sh:description "The location in which the strength is available."^^rdf:HTML ; + sh:name "availableIn" ; +. +schema:DrugStrength-maximumIntake + a sh:PropertyShape ; + sh:path schema:maximumIntake ; + sh:class schema:MaximumDoseSchedule ; + sh:description "Recommended intake of this supplement for a given population as defined by a specific recommending authority."^^rdf:HTML ; + sh:name "maximumIntake" ; +. +schema:DrugStrength-strengthUnit + a sh:PropertyShape ; + sh:path schema:strengthUnit ; + sh:datatype xsd:string ; + sh:description "The units of an active ingredient's strength, e.g. mg."^^rdf:HTML ; + sh:name "strengthUnit" ; +. +schema:DrugStrength-strengthValue + a sh:PropertyShape ; + sh:path schema:strengthValue ; + sh:datatype xsd:float ; + sh:description "The value of an active ingredient's strength, e.g. 325."^^rdf:HTML ; + sh:name "strengthValue" ; +. +schema:DryCleaningOrLaundry + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A dry-cleaning business."^^rdf:HTML ; + rdfs:label "Dry cleaning or laundry" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:Duration + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Quantity: Duration (use ISO 8601 duration format)."^^rdf:HTML ; + rdfs:label "Duration" ; + rdfs:subClassOf schema:Quantity ; +. +schema:EBook + a schema:BookFormatType ; + rdfs:comment "Book format: Ebook." ; + rdfs:label "EBook" ; +. +schema:EPRelease + a schema:MusicAlbumReleaseType ; + rdfs:comment "EPRelease." ; + rdfs:label "EPRelease" ; +. +schema:Ear + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Ear function assessment with clinical examination." ; + rdfs:label "Ear" ; +. +schema:EatAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of swallowing solid objects."^^rdf:HTML ; + rdfs:label "Eat action" ; + rdfs:subClassOf schema:ConsumeAction ; +. +schema:EducationEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Education event."^^rdf:HTML ; + rdfs:label "Education event" ; + rdfs:subClassOf schema:Event ; +. +schema:EducationalAudience + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An EducationalAudience."^^rdf:HTML ; + rdfs:label "Educational audience" ; + rdfs:subClassOf schema:Audience ; + sh:property schema:EducationalAudience-educationalRole ; +. +schema:EducationalAudience-educationalRole + a sh:PropertyShape ; + sh:path schema:educationalRole ; + sh:datatype xsd:string ; + sh:description "An educationalRole of an EducationalAudience."^^rdf:HTML ; + sh:name "educationalRole" ; +. +schema:EducationalOrganization + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An educational organization."^^rdf:HTML ; + rdfs:label "Educational organization" ; + rdfs:subClassOf schema:Organization ; + sh:property schema:EducationalOrganization-alumni ; +. +schema:EducationalOrganization-alumni + a sh:PropertyShape ; + sh:path schema:alumni ; + sh:class schema:Person ; + sh:description "Alumni of an organization."^^rdf:HTML ; + sh:name "alumni" ; +. +schema:Electrician + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An electrician."^^rdf:HTML ; + rdfs:label "Electrician" ; + rdfs:subClassOf schema:HomeAndConstructionBusiness ; +. +schema:ElectronicsStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An electronics store."^^rdf:HTML ; + rdfs:label "Electronics store" ; + rdfs:subClassOf schema:Store ; +. +schema:ElementarySchool + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An elementary school."^^rdf:HTML ; + rdfs:label "Elementary school" ; + rdfs:subClassOf schema:EducationalOrganization ; +. +schema:EmailMessage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An email message."^^rdf:HTML ; + rdfs:label "Email message" ; + rdfs:subClassOf schema:Message ; +. +schema:Embassy + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An embassy."^^rdf:HTML ; + rdfs:label "Embassy" ; + rdfs:subClassOf schema:GovernmentBuilding ; +. +schema:Emergency + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that deals with the evaluation and initial treatment of medical conditions caused by trauma or sudden illness." ; + rdfs:label "Emergency" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:EmergencyService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An emergency service, such as a fire station or ER."^^rdf:HTML ; + rdfs:label "Emergency service" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:EmployeeRole + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A subclass of OrganizationRole used to describe employee relationships."^^rdf:HTML ; + rdfs:label "Employee role" ; + rdfs:subClassOf schema:OrganizationRole ; + sh:property schema:EmployeeRole-baseSalary ; + sh:property schema:EmployeeRole-salaryCurrency ; +. +schema:EmployeeRole-baseSalary + a sh:PropertyShape ; + sh:path schema:baseSalary ; + sh:description "The base salary of the job or of an employee in an EmployeeRole."^^rdf:HTML ; + sh:name "baseSalary" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:class schema:PriceSpecification ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:EmployeeRole-salaryCurrency + a sh:PropertyShape ; + sh:path schema:salaryCurrency ; + sh:datatype xsd:string ; + sh:description "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee."^^rdf:HTML ; + sh:name "salaryCurrency" ; +. +schema:EmployerAggregateRating + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1689" ; + schema:isPartOf ; + rdfs:comment "An aggregate rating of an Organization related to its role as an employer."^^rdf:HTML ; + rdfs:label "Employer aggregate rating" ; + rdfs:subClassOf schema:AggregateRating ; +. +schema:EmployerReview + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1576" ; + schema:isPartOf ; + rdfs:comment "An EmployerReview is a review of an Organization regarding its role as an employer, written by a current or former employee of that organization."^^rdf:HTML ; + rdfs:label "Employer review" ; + rdfs:subClassOf schema:Review ; +. +schema:EmploymentAgency + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An employment agency."^^rdf:HTML ; + rdfs:label "Employment agency" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:Endocrine + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of endocrine glands and their secretions." ; + rdfs:label "Endocrine" ; +. +schema:EndorseAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An agent approves/certifies/likes/supports/sanction an object."^^rdf:HTML ; + rdfs:label "Endorse action" ; + rdfs:subClassOf schema:ReactAction ; + sh:property schema:EndorseAction-endorsee ; +. +schema:EndorseAction-endorsee + a sh:PropertyShape ; + sh:path schema:endorsee ; + sh:description "A sub property of participant. The person/organization being supported."^^rdf:HTML ; + sh:name "endorsee" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:EndorsementRating + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1293" ; + schema:isPartOf ; + rdfs:comment """An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a + \"Like\" or \"+1\" on a social network. It can be considered the result of an EndorseAction in which the object of the action is rated positively by + some agent. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the Action.

+ +An EndorsementRating may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive, + endorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive."""^^rdf:HTML ; + rdfs:label "Endorsement rating" ; + rdfs:subClassOf schema:Rating ; +. +schema:Energy + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'."^^rdf:HTML ; + rdfs:label "Energy" ; + rdfs:subClassOf schema:Quantity ; +. +schema:EngineSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities."^^rdf:HTML ; + rdfs:label "Engine specification" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:EngineSpecification-engineDisplacement ; + sh:property schema:EngineSpecification-enginePower ; + sh:property schema:EngineSpecification-engineType ; + sh:property schema:EngineSpecification-fuelType ; + sh:property schema:EngineSpecification-torque ; +. +schema:EngineSpecification-engineDisplacement + a sh:PropertyShape ; + sh:path schema:engineDisplacement ; + sh:class schema:QuantitativeValue ; + sh:description """The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement.

+ +Typical unit code(s): CMQ for cubic centimeter, LTR for liters, INQ for cubic inches +* Note 1: You can link to information about how the given value has been determined using the valueReference property. +* Note 2: You can use minValue and maxValue to indicate ranges."""^^rdf:HTML ; + sh:name "engineDisplacement" ; +. +schema:EngineSpecification-enginePower + a sh:PropertyShape ; + sh:path schema:enginePower ; + sh:class schema:QuantitativeValue ; + sh:description """The power of the vehicle's engine. + Typical unit code(s): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower (PS, with 1 PS = 735,49875 W)

+ + +"""^^rdf:HTML ; + sh:name "enginePower" ; +. +schema:EngineSpecification-engineType + a sh:PropertyShape ; + sh:path schema:engineType ; + sh:description "The type of engine or engines powering the vehicle."^^rdf:HTML ; + sh:name "engineType" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:EngineSpecification-fuelType + a sh:PropertyShape ; + sh:path schema:fuelType ; + sh:description "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle."^^rdf:HTML ; + sh:name "fuelType" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:EngineSpecification-torque + a sh:PropertyShape ; + sh:path schema:torque ; + sh:class schema:QuantitativeValue ; + sh:description """The torque (turning force) of the vehicle's engine.

+ +Typical unit code(s): NU for newton metre (N m), F17 for pound-force per foot, or F48 for pound-force per inch

+ +
    +
  • Note 1: You can link to information about how the given value has been determined (e.g. reference RPM) using the valueReference property.
  • +
  • Note 2: You can use minValue and maxValue to indicate ranges.
  • +
+"""^^rdf:HTML ; + sh:name "torque" ; +. +schema:EnrollingByInvitation + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Enrolling participants by invitation only." ; + rdfs:label "Enrolling by invitation" ; +. +schema:EntertainmentBusiness + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A business providing entertainment."^^rdf:HTML ; + rdfs:label "Entertainment business" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:EntryPoint + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An entry point, within some Web-based protocol."^^rdf:HTML ; + rdfs:label "Entry point" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:EntryPoint-actionApplication ; + sh:property schema:EntryPoint-actionPlatform ; + sh:property schema:EntryPoint-application ; + sh:property schema:EntryPoint-contentType ; + sh:property schema:EntryPoint-encodingType ; + sh:property schema:EntryPoint-httpMethod ; + sh:property schema:EntryPoint-urlTemplate ; +. +schema:EntryPoint-actionApplication + a sh:PropertyShape ; + sh:path schema:actionApplication ; + sh:class schema:SoftwareApplication ; + sh:description "An application that can complete the request."^^rdf:HTML ; + sh:name "actionApplication" ; +. +schema:EntryPoint-actionPlatform + a sh:PropertyShape ; + sh:path schema:actionPlatform ; + sh:description "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication."^^rdf:HTML ; + sh:name "actionPlatform" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:EntryPoint-application + a sh:PropertyShape ; + sh:path schema:application ; + sh:class schema:SoftwareApplication ; + sh:description "An application that can complete the request."^^rdf:HTML ; + sh:name "application" ; +. +schema:EntryPoint-contentType + a sh:PropertyShape ; + sh:path schema:contentType ; + sh:datatype xsd:string ; + sh:description "The supported content type(s) for an EntryPoint response."^^rdf:HTML ; + sh:name "contentType" ; +. +schema:EntryPoint-encodingType + a sh:PropertyShape ; + sh:path schema:encodingType ; + sh:datatype xsd:string ; + sh:description "The supported encoding type(s) for an EntryPoint request."^^rdf:HTML ; + sh:name "encodingType" ; +. +schema:EntryPoint-httpMethod + a sh:PropertyShape ; + sh:path schema:httpMethod ; + sh:datatype xsd:string ; + sh:description "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP."^^rdf:HTML ; + sh:name "httpMethod" ; +. +schema:EntryPoint-urlTemplate + a sh:PropertyShape ; + sh:path schema:urlTemplate ; + sh:datatype xsd:string ; + sh:description "An url template (RFC6570) that will be used to construct the target of the execution of the action."^^rdf:HTML ; + sh:name "urlTemplate" ; +. +schema:Enumeration + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Lists or enumerations—for example, a list of cuisines or music genres, etc."^^rdf:HTML ; + rdfs:label "Enumeration" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Enumeration-supersededBy ; +. +schema:Enumeration-supersededBy + a sh:PropertyShape ; + sh:path schema:supersededBy ; + sh:description "Relates a term (i.e. a property, class or enumeration) to one that supersedes it."^^rdf:HTML ; + sh:name "supersededBy" ; + sh:or ( + [ + sh:class rdfs:Class ; + ] + [ + sh:class schema:Enumeration ; + ] + [ + sh:class rdf:Property ; + ] + ) ; +. +schema:Episode + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A media episode (e.g. TV, radio, video game) which can be part of a series or season."^^rdf:HTML ; + rdfs:label "Episode" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Episode-actor ; + sh:property schema:Episode-actors ; + sh:property schema:Episode-director ; + sh:property schema:Episode-directors ; + sh:property schema:Episode-episodeNumber ; + sh:property schema:Episode-musicBy ; + sh:property schema:Episode-partOfSeason ; + sh:property schema:Episode-partOfSeries ; + sh:property schema:Episode-productionCompany ; + sh:property schema:Episode-trailer ; +. +schema:Episode-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:Episode-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:Episode-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:Episode-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:Episode-episodeNumber + a sh:PropertyShape ; + sh:path schema:episodeNumber ; + sh:description "Position of the episode within an ordered group of episodes."^^rdf:HTML ; + sh:name "episodeNumber" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Episode-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Episode-partOfSeason + a sh:PropertyShape ; + sh:path schema:partOfSeason ; + sh:class schema:CreativeWorkSeason ; + sh:description "The season to which this episode belongs."^^rdf:HTML ; + sh:name "partOfSeason" ; +. +schema:Episode-partOfSeries + a sh:PropertyShape ; + sh:path schema:partOfSeries ; + sh:class schema:CreativeWorkSeries ; + sh:description "The series to which this episode or season belongs."^^rdf:HTML ; + sh:name "partOfSeries" ; +. +schema:Episode-productionCompany + a sh:PropertyShape ; + sh:path schema:productionCompany ; + sh:class schema:Organization ; + sh:description "The production company or studio responsible for the item e.g. series, video game, episode etc."^^rdf:HTML ; + sh:name "productionCompany" ; +. +schema:Episode-trailer + a sh:PropertyShape ; + sh:path schema:trailer ; + sh:class schema:VideoObject ; + sh:description "The trailer of a movie or tv/radio series, season, episode, etc."^^rdf:HTML ; + sh:name "trailer" ; +. +schema:Event + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects."^^rdf:HTML ; + rdfs:label "Event" ; + rdfs:subClassOf schema:Thing ; + owl:equivalentClass ; + sh:property schema:Event-about ; + sh:property schema:Event-actor ; + sh:property schema:Event-aggregateRating ; + sh:property schema:Event-attendee ; + sh:property schema:Event-attendees ; + sh:property schema:Event-audience ; + sh:property schema:Event-composer ; + sh:property schema:Event-contributor ; + sh:property schema:Event-director ; + sh:property schema:Event-doorTime ; + sh:property schema:Event-duration ; + sh:property schema:Event-endDate ; + sh:property schema:Event-eventStatus ; + sh:property schema:Event-funder ; + sh:property schema:Event-inLanguage ; + sh:property schema:Event-isAccessibleForFree ; + sh:property schema:Event-location ; + sh:property schema:Event-maximumAttendeeCapacity ; + sh:property schema:Event-offers ; + sh:property schema:Event-organizer ; + sh:property schema:Event-performer ; + sh:property schema:Event-performers ; + sh:property schema:Event-previousStartDate ; + sh:property schema:Event-recordedIn ; + sh:property schema:Event-remainingAttendeeCapacity ; + sh:property schema:Event-review ; + sh:property schema:Event-sponsor ; + sh:property schema:Event-startDate ; + sh:property schema:Event-subEvent ; + sh:property schema:Event-subEvents ; + sh:property schema:Event-superEvent ; + sh:property schema:Event-translator ; + sh:property schema:Event-typicalAgeRange ; + sh:property schema:Event-workFeatured ; + sh:property schema:Event-workPerformed ; +. +schema:Event-about + a sh:PropertyShape ; + sh:path schema:about ; + sh:class schema:Thing ; + sh:description "The subject matter of the content."^^rdf:HTML ; + sh:name "about" ; +. +schema:Event-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:Event-aggregateRating + a sh:PropertyShape ; + sh:path schema:aggregateRating ; + sh:class schema:AggregateRating ; + sh:description "The overall rating, based on a collection of reviews or ratings, of the item."^^rdf:HTML ; + sh:name "aggregateRating" ; +. +schema:Event-attendee + a sh:PropertyShape ; + sh:path schema:attendee ; + sh:description "A person or organization attending the event."^^rdf:HTML ; + sh:name "attendee" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-attendees + a sh:PropertyShape ; + sh:path schema:attendees ; + sh:description "A person attending the event."^^rdf:HTML ; + sh:name "attendees" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-audience + a sh:PropertyShape ; + sh:path schema:audience ; + sh:class schema:Audience ; + sh:description "An intended audience, i.e. a group for whom something was created."^^rdf:HTML ; + sh:name "audience" ; +. +schema:Event-composer + a sh:PropertyShape ; + sh:path schema:composer ; + sh:description "The person or organization who wrote a composition, or who is the composer of a work performed at some event."^^rdf:HTML ; + sh:name "composer" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-contributor + a sh:PropertyShape ; + sh:path schema:contributor ; + sh:description "A secondary contributor to the CreativeWork or Event."^^rdf:HTML ; + sh:name "contributor" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:Event-doorTime + a sh:PropertyShape ; + sh:path schema:doorTime ; + sh:datatype xsd:dateTime ; + sh:description "The time admission will commence."^^rdf:HTML ; + sh:name "doorTime" ; +. +schema:Event-duration + a sh:PropertyShape ; + sh:path schema:duration ; + sh:datatype xsd:duration ; + sh:description "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."^^rdf:HTML ; + sh:name "duration" ; +. +schema:Event-endDate + a sh:PropertyShape ; + sh:path schema:endDate ; + sh:description "The end date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "endDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:Event-eventStatus + a sh:PropertyShape ; + sh:path schema:eventStatus ; + sh:class schema:EventStatusType ; + sh:description "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled."^^rdf:HTML ; + sh:name "eventStatus" ; +. +schema:Event-funder + a sh:PropertyShape ; + sh:path schema:funder ; + sh:description "A person or organization that supports (sponsors) something through some kind of financial contribution."^^rdf:HTML ; + sh:name "funder" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-inLanguage + a sh:PropertyShape ; + sh:path schema:inLanguage ; + sh:description "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."^^rdf:HTML ; + sh:name "inLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Event-isAccessibleForFree + a sh:PropertyShape ; + sh:path schema:isAccessibleForFree ; + sh:datatype xsd:boolean ; + sh:description "A flag to signal that the item, event, or place is accessible for free."^^rdf:HTML ; + sh:name "isAccessibleForFree" ; +. +schema:Event-location + a sh:PropertyShape ; + sh:path schema:location ; + sh:description "The location of for example where the event is happening, an organization is located, or where an action takes place."^^rdf:HTML ; + sh:name "location" ; + sh:or ( + [ + sh:class schema:Place ; + ] + [ + sh:class schema:PostalAddress ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Event-maximumAttendeeCapacity + a sh:PropertyShape ; + sh:path schema:maximumAttendeeCapacity ; + sh:datatype xsd:integer ; + sh:description "The total number of individuals that may attend an event or venue."^^rdf:HTML ; + sh:name "maximumAttendeeCapacity" ; +. +schema:Event-offers + a sh:PropertyShape ; + sh:path schema:offers ; + sh:class schema:Offer ; + sh:description "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."^^rdf:HTML ; + sh:name "offers" ; +. +schema:Event-organizer + a sh:PropertyShape ; + sh:path schema:organizer ; + sh:description "An organizer of an Event."^^rdf:HTML ; + sh:name "organizer" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-performer + a sh:PropertyShape ; + sh:path schema:performer ; + sh:description "A performer at the event—for example, a presenter, musician, musical group or actor."^^rdf:HTML ; + sh:name "performer" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-performers + a sh:PropertyShape ; + sh:path schema:performers ; + sh:description "The main performer or performers of the event—for example, a presenter, musician, or actor."^^rdf:HTML ; + sh:name "performers" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-previousStartDate + a sh:PropertyShape ; + sh:path schema:previousStartDate ; + sh:datatype xsd:date ; + sh:description "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated."^^rdf:HTML ; + sh:name "previousStartDate" ; +. +schema:Event-recordedIn + a sh:PropertyShape ; + sh:path schema:recordedIn ; + sh:class schema:CreativeWork ; + sh:description "The CreativeWork that captured all or part of this Event."^^rdf:HTML ; + sh:name "recordedIn" ; +. +schema:Event-remainingAttendeeCapacity + a sh:PropertyShape ; + sh:path schema:remainingAttendeeCapacity ; + sh:datatype xsd:integer ; + sh:description "The number of attendee places for an event that remain unallocated."^^rdf:HTML ; + sh:name "remainingAttendeeCapacity" ; +. +schema:Event-review + a sh:PropertyShape ; + sh:path schema:review ; + sh:class schema:Review ; + sh:description "A review of the item."^^rdf:HTML ; + sh:name "review" ; +. +schema:Event-sponsor + a sh:PropertyShape ; + sh:path schema:sponsor ; + sh:description "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event."^^rdf:HTML ; + sh:name "sponsor" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-startDate + a sh:PropertyShape ; + sh:path schema:startDate ; + sh:description "The start date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "startDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:Event-subEvent + a sh:PropertyShape ; + sh:path schema:subEvent ; + sh:class schema:Event ; + sh:description "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference."^^rdf:HTML ; + sh:name "subEvent" ; +. +schema:Event-subEvents + a sh:PropertyShape ; + sh:path schema:subEvents ; + sh:class schema:Event ; + sh:description "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference."^^rdf:HTML ; + sh:name "subEvents" ; +. +schema:Event-superEvent + a sh:PropertyShape ; + sh:path schema:superEvent ; + sh:class schema:Event ; + sh:description "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent."^^rdf:HTML ; + sh:name "superEvent" ; +. +schema:Event-translator + a sh:PropertyShape ; + sh:path schema:translator ; + sh:description "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event."^^rdf:HTML ; + sh:name "translator" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Event-typicalAgeRange + a sh:PropertyShape ; + sh:path schema:typicalAgeRange ; + sh:datatype xsd:string ; + sh:description "The typical expected age range, e.g. '7-9', '11-'."^^rdf:HTML ; + sh:name "typicalAgeRange" ; +. +schema:Event-workFeatured + a sh:PropertyShape ; + sh:path schema:workFeatured ; + sh:class schema:CreativeWork ; + sh:description """A work featured in some event, e.g. exhibited in an ExhibitionEvent. + Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent)."""^^rdf:HTML ; + sh:name "workFeatured" ; +. +schema:Event-workPerformed + a sh:PropertyShape ; + sh:path schema:workPerformed ; + sh:class schema:CreativeWork ; + sh:description "A work performed in some event, for example a play performed in a TheaterEvent."^^rdf:HTML ; + sh:name "workPerformed" ; +. +schema:EventCancelled + a schema:EventStatusType ; + rdfs:comment "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s)." ; + rdfs:label "Event cancelled" ; +. +schema:EventPostponed + a schema:EventStatusType ; + rdfs:comment "The event has been postponed and no new date has been set. The event's previousStartDate should be set." ; + rdfs:label "Event postponed" ; +. +schema:EventRescheduled + a schema:EventStatusType ; + rdfs:comment "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated)." ; + rdfs:label "Event rescheduled" ; +. +schema:EventReservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A reservation for an event like a concert, sporting event, or lecture.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer."""^^rdf:HTML ; + rdfs:label "Event reservation" ; + rdfs:subClassOf schema:Reservation ; +. +schema:EventScheduled + a schema:EventStatusType ; + rdfs:comment "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default." ; + rdfs:label "Event scheduled" ; +. +schema:EventSeries + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-447" ; + schema:isPartOf ; + rdfs:comment """A series of Events. Included events can relate with the series using the superEvent property.

+ +An EventSeries is a collection of events that share some unifying characteristic. For example, \"The Olympic Games\" is a series, which +is repeated regularly. The \"2012 London Olympics\" can be presented both as an Event in the series \"Olympic Games\", and as an +EventSeries that included a number of sporting competitions as Events.

+ +The nature of the association between the events in an EventSeries can vary, but typical examples could +include a thematic event series (e.g. topical meetups or classes), or a series of regular events that share a location, attendee group and/or organizers.

+ +EventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context without +worrying about which kinds of series are really event-like enough to call an Event. In general an EventSeries +may seem more Event-like when the period of time is compact and when aspects such as location are fixed, but +it may also sometimes prove useful to describe a longer-term series as an Event."""^^rdf:HTML ; + rdfs:label "Event series" ; + rdfs:subClassOf schema:Event ; + rdfs:subClassOf schema:Series ; +. +schema:EventStatusType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "EventStatusType is an enumeration type whose instances represent several states that an Event may be in."^^rdf:HTML ; + rdfs:label "Event status type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:EventVenue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An event venue."^^rdf:HTML ; + rdfs:label "Event venue" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:EvidenceLevelA + a schema:MedicalEvidenceLevel ; + schema:isPartOf ; + rdfs:comment "Data derived from multiple randomized clinical trials or meta-analyses." ; + rdfs:label "Evidence level a" ; +. +schema:EvidenceLevelB + a schema:MedicalEvidenceLevel ; + schema:isPartOf ; + rdfs:comment "Data derived from a single randomized trial, or nonrandomized studies." ; + rdfs:label "Evidence level b" ; +. +schema:EvidenceLevelC + a schema:MedicalEvidenceLevel ; + schema:isPartOf ; + rdfs:comment "Only consensus opinion of experts, case studies, or standard-of-care." ; + rdfs:label "Evidence level c" ; +. +schema:ExchangeRateSpecification + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1253" ; + schema:isPartOf ; + rdfs:comment "A structured value representing exchange rate."^^rdf:HTML ; + rdfs:label "Exchange rate specification" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:ExchangeRateSpecification-currency ; + sh:property schema:ExchangeRateSpecification-currentExchangeRate ; + sh:property schema:ExchangeRateSpecification-exchangeRateSpread ; +. +schema:ExchangeRateSpecification-currency + a sh:PropertyShape ; + sh:path schema:currency ; + sh:datatype xsd:string ; + sh:description "The currency in which the monetary amount is expressed (in 3-letter ISO 4217 format)."^^rdf:HTML ; + sh:description """The currency in which the monetary amount is expressed.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "currency" ; +. +schema:ExchangeRateSpecification-currentExchangeRate + a sh:PropertyShape ; + sh:path schema:currentExchangeRate ; + sh:class schema:UnitPriceSpecification ; + sh:description "The current price of a currency."^^rdf:HTML ; + sh:name "currentExchangeRate" ; +. +schema:ExchangeRateSpecification-exchangeRateSpread + a sh:PropertyShape ; + sh:path schema:exchangeRateSpread ; + sh:description "The difference between the price at which a broker or other intermediary buys and sells foreign currency."^^rdf:HTML ; + sh:name "exchangeRateSpread" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:ExerciseAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of participating in exertive activity for the purposes of improving health and fitness."^^rdf:HTML ; + rdfs:label "Exercise action" ; + rdfs:subClassOf schema:PlayAction ; + sh:property schema:ExerciseAction-course ; + sh:property schema:ExerciseAction-diet ; + sh:property schema:ExerciseAction-distance ; + sh:property schema:ExerciseAction-exerciseCourse ; + sh:property schema:ExerciseAction-exercisePlan ; + sh:property schema:ExerciseAction-exerciseRelatedDiet ; + sh:property schema:ExerciseAction-exerciseType ; + sh:property schema:ExerciseAction-fromLocation ; + sh:property schema:ExerciseAction-opponent ; + sh:property schema:ExerciseAction-sportsActivityLocation ; + sh:property schema:ExerciseAction-sportsEvent ; + sh:property schema:ExerciseAction-sportsTeam ; + sh:property schema:ExerciseAction-toLocation ; +. +schema:ExerciseAction-course + a sh:PropertyShape ; + sh:path schema:course ; + sh:class schema:Place ; + sh:description "A sub property of location. The course where this action was taken."^^rdf:HTML ; + sh:name "course" ; +. +schema:ExerciseAction-diet + a sh:PropertyShape ; + sh:path schema:diet ; + sh:class schema:Diet ; + sh:description "A sub property of instrument. The diet used in this action."^^rdf:HTML ; + sh:name "diet" ; +. +schema:ExerciseAction-distance + a sh:PropertyShape ; + sh:path schema:distance ; + sh:datatype xsd:string ; + sh:description "The distance travelled, e.g. exercising or travelling."^^rdf:HTML ; + sh:name "distance" ; +. +schema:ExerciseAction-exerciseCourse + a sh:PropertyShape ; + sh:path schema:exerciseCourse ; + sh:class schema:Place ; + sh:description "A sub property of location. The course where this action was taken."^^rdf:HTML ; + sh:name "exerciseCourse" ; +. +schema:ExerciseAction-exercisePlan + a sh:PropertyShape ; + sh:path schema:exercisePlan ; + sh:class schema:ExercisePlan ; + sh:description "A sub property of instrument. The exercise plan used on this action."^^rdf:HTML ; + sh:name "exercisePlan" ; +. +schema:ExerciseAction-exerciseRelatedDiet + a sh:PropertyShape ; + sh:path schema:exerciseRelatedDiet ; + sh:class schema:Diet ; + sh:description "A sub property of instrument. The diet used in this action."^^rdf:HTML ; + sh:name "exerciseRelatedDiet" ; +. +schema:ExerciseAction-exerciseType + a sh:PropertyShape ; + sh:path schema:exerciseType ; + sh:datatype xsd:string ; + sh:description "Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc."^^rdf:HTML ; + sh:name "exerciseType" ; +. +schema:ExerciseAction-fromLocation + a sh:PropertyShape ; + sh:path schema:fromLocation ; + sh:class schema:Place ; + sh:description "A sub property of location. The original location of the object or the agent before the action."^^rdf:HTML ; + sh:name "fromLocation" ; +. +schema:ExerciseAction-opponent + a sh:PropertyShape ; + sh:path schema:opponent ; + sh:class schema:Person ; + sh:description "A sub property of participant. The opponent on this action."^^rdf:HTML ; + sh:name "opponent" ; +. +schema:ExerciseAction-sportsActivityLocation + a sh:PropertyShape ; + sh:path schema:sportsActivityLocation ; + sh:class schema:SportsActivityLocation ; + sh:description "A sub property of location. The sports activity location where this action occurred."^^rdf:HTML ; + sh:name "sportsActivityLocation" ; +. +schema:ExerciseAction-sportsEvent + a sh:PropertyShape ; + sh:path schema:sportsEvent ; + sh:class schema:SportsEvent ; + sh:description "A sub property of location. The sports event where this action occurred."^^rdf:HTML ; + sh:name "sportsEvent" ; +. +schema:ExerciseAction-sportsTeam + a sh:PropertyShape ; + sh:path schema:sportsTeam ; + sh:class schema:SportsTeam ; + sh:description "A sub property of participant. The sports team that participated on this action."^^rdf:HTML ; + sh:name "sportsTeam" ; +. +schema:ExerciseAction-toLocation + a sh:PropertyShape ; + sh:path schema:toLocation ; + sh:class schema:Place ; + sh:description "A sub property of location. The final location of the object or the agent after the action."^^rdf:HTML ; + sh:name "toLocation" ; +. +schema:ExerciseGym + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A gym."^^rdf:HTML ; + rdfs:label "Exercise gym" ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:ExercisePlan + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician."^^rdf:HTML ; + rdfs:label "Exercise plan" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:PhysicalActivity ; + sh:property schema:ExercisePlan-activityDuration ; + sh:property schema:ExercisePlan-activityFrequency ; + sh:property schema:ExercisePlan-additionalVariable ; + sh:property schema:ExercisePlan-exerciseType ; + sh:property schema:ExercisePlan-intensity ; + sh:property schema:ExercisePlan-repetitions ; + sh:property schema:ExercisePlan-restPeriods ; + sh:property schema:ExercisePlan-workload ; +. +schema:ExercisePlan-activityDuration + a sh:PropertyShape ; + sh:path schema:activityDuration ; + sh:description "Length of time to engage in the activity."^^rdf:HTML ; + sh:name "activityDuration" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:duration ; + ] + ) ; +. +schema:ExercisePlan-activityFrequency + a sh:PropertyShape ; + sh:path schema:activityFrequency ; + sh:description "How often one should engage in the activity."^^rdf:HTML ; + sh:name "activityFrequency" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ExercisePlan-additionalVariable + a sh:PropertyShape ; + sh:path schema:additionalVariable ; + sh:datatype xsd:string ; + sh:description "Any additional component of the exercise prescription that may need to be articulated to the patient. This may include the order of exercises, the number of repetitions of movement, quantitative distance, progressions over time, etc."^^rdf:HTML ; + sh:name "additionalVariable" ; +. +schema:ExercisePlan-exerciseType + a sh:PropertyShape ; + sh:path schema:exerciseType ; + sh:datatype xsd:string ; + sh:description "Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc."^^rdf:HTML ; + sh:name "exerciseType" ; +. +schema:ExercisePlan-intensity + a sh:PropertyShape ; + sh:path schema:intensity ; + sh:description "Quantitative measure gauging the degree of force involved in the exercise, for example, heartbeats per minute. May include the velocity of the movement."^^rdf:HTML ; + sh:name "intensity" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ExercisePlan-repetitions + a sh:PropertyShape ; + sh:path schema:repetitions ; + sh:description "Number of times one should repeat the activity."^^rdf:HTML ; + sh:name "repetitions" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:ExercisePlan-restPeriods + a sh:PropertyShape ; + sh:path schema:restPeriods ; + sh:description "How often one should break from the activity."^^rdf:HTML ; + sh:name "restPeriods" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ExercisePlan-workload + a sh:PropertyShape ; + sh:path schema:workload ; + sh:description "Quantitative measure of the physiologic output of the exercise; also referred to as energy expenditure."^^rdf:HTML ; + sh:name "workload" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ExhibitionEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ..."^^rdf:HTML ; + rdfs:label "Exhibition event" ; + rdfs:subClassOf schema:Event ; +. +schema:Eye + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Eye or ophtalmological function assessment with clinical examination." ; + rdfs:label "Eye" ; +. +schema:FAQPage + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1723" ; + schema:isPartOf ; + rdfs:comment "A FAQPage is a WebPage presenting one or more \"Frequently asked questions\" (see also QAPage)."^^rdf:HTML ; + rdfs:label "FAQPage" ; + rdfs:subClassOf schema:WebPage ; +. +schema:FDAcategoryA + a schema:DrugPregnancyCategory ; + schema:isPartOf ; + rdfs:comment "A designation by the US FDA signifying that adequate and well-controlled studies have failed to demonstrate a risk to the fetus in the first trimester of pregnancy (and there is no evidence of risk in later trimesters)." ; + rdfs:label "FDAcategory a" ; +. +schema:FDAcategoryB + a schema:DrugPregnancyCategory ; + schema:isPartOf ; + rdfs:comment "A designation by the US FDA signifying that animal reproduction studies have failed to demonstrate a risk to the fetus and there are no adequate and well-controlled studies in pregnant women." ; + rdfs:label "FDAcategory b" ; +. +schema:FDAcategoryC + a schema:DrugPregnancyCategory ; + schema:isPartOf ; + rdfs:comment "A designation by the US FDA signifying that animal reproduction studies have shown an adverse effect on the fetus and there are no adequate and well-controlled studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks." ; + rdfs:label "FDAcategory c" ; +. +schema:FDAcategoryD + a schema:DrugPregnancyCategory ; + schema:isPartOf ; + rdfs:comment "A designation by the US FDA signifying that there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience or studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks." ; + rdfs:label "FDAcategory d" ; +. +schema:FDAcategoryX + a schema:DrugPregnancyCategory ; + schema:isPartOf ; + rdfs:comment "A designation by the US FDA signifying that studies in animals or humans have demonstrated fetal abnormalities and/or there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience, and the risks involved in use of the drug in pregnant women clearly outweigh potential benefits." ; + rdfs:label "FDAcategory x" ; +. +schema:FDAnotEvaluated + a schema:DrugPregnancyCategory ; + schema:isPartOf ; + rdfs:comment "A designation that the drug in question has not been assigned a pregnancy category designation by the US FDA." ; + rdfs:label "FDAnot evaluated" ; +. +schema:FMRadioChannel + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1004" ; + schema:isPartOf ; + rdfs:comment "A radio channel that uses FM."^^rdf:HTML ; + rdfs:label "FMRadio channel" ; + rdfs:subClassOf schema:RadioChannel ; +. +schema:FailedActionStatus + a schema:ActionStatusType ; + rdfs:comment "An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure." ; + rdfs:label "Failed action status" ; +. +schema:False + a xsd:boolean ; + rdfs:comment "The boolean value false." ; + rdfs:label "False" ; +. +schema:FastFoodRestaurant + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A fast-food restaurant."^^rdf:HTML ; + rdfs:label "Fast food restaurant" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:Female + a schema:GenderType ; + rdfs:comment "The female gender." ; + rdfs:label "Female" ; +. +schema:Festival + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Festival."^^rdf:HTML ; + rdfs:label "Festival" ; + rdfs:subClassOf schema:Event ; +. +schema:FilmAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of capturing sound and moving images on film, video, or digitally."^^rdf:HTML ; + rdfs:label "Film action" ; + rdfs:subClassOf schema:CreateAction ; +. +schema:FinancialProduct + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry."^^rdf:HTML ; + rdfs:label "Financial product" ; + rdfs:subClassOf schema:Service ; + sh:property schema:FinancialProduct-annualPercentageRate ; + sh:property schema:FinancialProduct-feesAndCommissionsSpecification ; + sh:property schema:FinancialProduct-interestRate ; +. +schema:FinancialProduct-annualPercentageRate + a sh:PropertyShape ; + sh:path schema:annualPercentageRate ; + sh:description "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction."^^rdf:HTML ; + sh:name "annualPercentageRate" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:FinancialProduct-feesAndCommissionsSpecification + a sh:PropertyShape ; + sh:path schema:feesAndCommissionsSpecification ; + sh:description "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization."^^rdf:HTML ; + sh:name "feesAndCommissionsSpecification" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:FinancialProduct-interestRate + a sh:PropertyShape ; + sh:path schema:interestRate ; + sh:description "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate."^^rdf:HTML ; + sh:name "interestRate" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:FinancialService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Financial services business."^^rdf:HTML ; + rdfs:label "Financial service" ; + rdfs:subClassOf schema:LocalBusiness ; + sh:property schema:FinancialService-feesAndCommissionsSpecification ; +. +schema:FinancialService-feesAndCommissionsSpecification + a sh:PropertyShape ; + sh:path schema:feesAndCommissionsSpecification ; + sh:description "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization."^^rdf:HTML ; + sh:name "feesAndCommissionsSpecification" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:FindAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of finding an object.

+ +Related actions:

+ +
    +
  • SearchAction: FindAction is generally lead by a SearchAction, but not necessarily.
  • +
+"""^^rdf:HTML ; + rdfs:label "Find action" ; + rdfs:subClassOf schema:Action ; +. +schema:FireStation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A fire station. With firemen."^^rdf:HTML ; + rdfs:label "Fire station" ; + rdfs:subClassOf schema:CivicStructure ; + rdfs:subClassOf schema:EmergencyService ; +. +schema:Flexibility + a schema:PhysicalActivityCategory ; + schema:isPartOf ; + rdfs:comment "Physical activity that is engaged in to improve joint and muscle flexibility." ; + rdfs:label "Flexibility" ; +. +schema:Flight + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An airline flight."^^rdf:HTML ; + rdfs:label "Flight" ; + rdfs:subClassOf schema:Trip ; + sh:property schema:Flight-aircraft ; + sh:property schema:Flight-arrivalAirport ; + sh:property schema:Flight-arrivalGate ; + sh:property schema:Flight-arrivalTerminal ; + sh:property schema:Flight-boardingPolicy ; + sh:property schema:Flight-carrier ; + sh:property schema:Flight-departureAirport ; + sh:property schema:Flight-departureGate ; + sh:property schema:Flight-departureTerminal ; + sh:property schema:Flight-estimatedFlightDuration ; + sh:property schema:Flight-flightDistance ; + sh:property schema:Flight-flightNumber ; + sh:property schema:Flight-mealService ; + sh:property schema:Flight-seller ; + sh:property schema:Flight-webCheckinTime ; +. +schema:Flight-aircraft + a sh:PropertyShape ; + sh:path schema:aircraft ; + sh:description "The kind of aircraft (e.g., \"Boeing 747\")."^^rdf:HTML ; + sh:name "aircraft" ; + sh:or ( + [ + sh:class schema:Vehicle ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Flight-arrivalAirport + a sh:PropertyShape ; + sh:path schema:arrivalAirport ; + sh:class schema:Airport ; + sh:description "The airport where the flight terminates."^^rdf:HTML ; + sh:name "arrivalAirport" ; +. +schema:Flight-arrivalGate + a sh:PropertyShape ; + sh:path schema:arrivalGate ; + sh:datatype xsd:string ; + sh:description "Identifier of the flight's arrival gate."^^rdf:HTML ; + sh:name "arrivalGate" ; +. +schema:Flight-arrivalTerminal + a sh:PropertyShape ; + sh:path schema:arrivalTerminal ; + sh:datatype xsd:string ; + sh:description "Identifier of the flight's arrival terminal."^^rdf:HTML ; + sh:name "arrivalTerminal" ; +. +schema:Flight-boardingPolicy + a sh:PropertyShape ; + sh:path schema:boardingPolicy ; + sh:class schema:BoardingPolicyType ; + sh:description "The type of boarding policy used by the airline (e.g. zone-based or group-based)."^^rdf:HTML ; + sh:name "boardingPolicy" ; +. +schema:Flight-carrier + a sh:PropertyShape ; + sh:path schema:carrier ; + sh:class schema:Organization ; + sh:description "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights."^^rdf:HTML ; + sh:name "carrier" ; +. +schema:Flight-departureAirport + a sh:PropertyShape ; + sh:path schema:departureAirport ; + sh:class schema:Airport ; + sh:description "The airport where the flight originates."^^rdf:HTML ; + sh:name "departureAirport" ; +. +schema:Flight-departureGate + a sh:PropertyShape ; + sh:path schema:departureGate ; + sh:datatype xsd:string ; + sh:description "Identifier of the flight's departure gate."^^rdf:HTML ; + sh:name "departureGate" ; +. +schema:Flight-departureTerminal + a sh:PropertyShape ; + sh:path schema:departureTerminal ; + sh:datatype xsd:string ; + sh:description "Identifier of the flight's departure terminal."^^rdf:HTML ; + sh:name "departureTerminal" ; +. +schema:Flight-estimatedFlightDuration + a sh:PropertyShape ; + sh:path schema:estimatedFlightDuration ; + sh:description "The estimated time the flight will take."^^rdf:HTML ; + sh:name "estimatedFlightDuration" ; + sh:or ( + [ + sh:datatype xsd:duration ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Flight-flightDistance + a sh:PropertyShape ; + sh:path schema:flightDistance ; + sh:datatype xsd:string ; + sh:description "The distance of the flight."^^rdf:HTML ; + sh:name "flightDistance" ; +. +schema:Flight-flightNumber + a sh:PropertyShape ; + sh:path schema:flightNumber ; + sh:datatype xsd:string ; + sh:description "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'."^^rdf:HTML ; + sh:name "flightNumber" ; +. +schema:Flight-mealService + a sh:PropertyShape ; + sh:path schema:mealService ; + sh:datatype xsd:string ; + sh:description "Description of the meals that will be provided or available for purchase."^^rdf:HTML ; + sh:name "mealService" ; +. +schema:Flight-seller + a sh:PropertyShape ; + sh:path schema:seller ; + sh:description "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."^^rdf:HTML ; + sh:name "seller" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Flight-webCheckinTime + a sh:PropertyShape ; + sh:path schema:webCheckinTime ; + sh:datatype xsd:dateTime ; + sh:description "The time when a passenger can check into the flight online."^^rdf:HTML ; + sh:name "webCheckinTime" ; +. +schema:FlightReservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A reservation for air travel.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer."""^^rdf:HTML ; + rdfs:label "Flight reservation" ; + rdfs:subClassOf schema:Reservation ; + sh:property schema:FlightReservation-boardingGroup ; + sh:property schema:FlightReservation-passengerPriorityStatus ; + sh:property schema:FlightReservation-passengerSequenceNumber ; + sh:property schema:FlightReservation-securityScreening ; +. +schema:FlightReservation-boardingGroup + a sh:PropertyShape ; + sh:path schema:boardingGroup ; + sh:datatype xsd:string ; + sh:description "The airline-specific indicator of boarding order / preference."^^rdf:HTML ; + sh:name "boardingGroup" ; +. +schema:FlightReservation-passengerPriorityStatus + a sh:PropertyShape ; + sh:path schema:passengerPriorityStatus ; + sh:description "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority)."^^rdf:HTML ; + sh:name "passengerPriorityStatus" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:FlightReservation-passengerSequenceNumber + a sh:PropertyShape ; + sh:path schema:passengerSequenceNumber ; + sh:datatype xsd:string ; + sh:description "The passenger's sequence number as assigned by the airline."^^rdf:HTML ; + sh:name "passengerSequenceNumber" ; +. +schema:FlightReservation-securityScreening + a sh:PropertyShape ; + sh:path schema:securityScreening ; + sh:datatype xsd:string ; + sh:description "The type of security screening the passenger is subject to."^^rdf:HTML ; + sh:name "securityScreening" ; +. +schema:Float + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Data type: Floating number."^^rdf:HTML ; + rdfs:label "Float" ; + rdfs:subClassOf xsd:float ; +. +schema:Florist + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A florist."^^rdf:HTML ; + rdfs:label "Florist" ; + rdfs:subClassOf schema:Store ; +. +schema:FollowAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.

+ +Related actions:

+ +
    +
  • BefriendAction: Unlike BefriendAction, FollowAction implies that the connection is not necessarily reciprocal.
  • +
  • SubscribeAction: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.
  • +
  • RegisterAction: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.
  • +
  • JoinAction: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.
  • +
  • TrackAction: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it).
  • +
+"""^^rdf:HTML ; + rdfs:label "Follow action" ; + rdfs:subClassOf schema:InteractAction ; + sh:property schema:FollowAction-followee ; +. +schema:FollowAction-followee + a sh:PropertyShape ; + sh:path schema:followee ; + sh:description "A sub property of object. The person or organization being followed."^^rdf:HTML ; + sh:name "followee" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:FoodEstablishment + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A food-related business."^^rdf:HTML ; + rdfs:label "Food establishment" ; + rdfs:subClassOf schema:LocalBusiness ; + sh:property schema:FoodEstablishment-acceptsReservations ; + sh:property schema:FoodEstablishment-hasMenu ; + sh:property schema:FoodEstablishment-menu ; + sh:property schema:FoodEstablishment-servesCuisine ; + sh:property schema:FoodEstablishment-starRating ; +. +schema:FoodEstablishment-acceptsReservations + a sh:PropertyShape ; + sh:path schema:acceptsReservations ; + sh:description "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings Yes or No."^^rdf:HTML ; + sh:name "acceptsReservations" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:boolean ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:FoodEstablishment-hasMenu + a sh:PropertyShape ; + sh:path schema:hasMenu ; + sh:description "Either the actual menu as a structured representation, as text, or a URL of the menu."^^rdf:HTML ; + sh:name "hasMenu" ; + sh:or ( + [ + sh:class schema:Menu ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:FoodEstablishment-menu + a sh:PropertyShape ; + sh:path schema:menu ; + sh:description "Either the actual menu as a structured representation, as text, or a URL of the menu."^^rdf:HTML ; + sh:name "menu" ; + sh:or ( + [ + sh:class schema:Menu ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:FoodEstablishment-servesCuisine + a sh:PropertyShape ; + sh:path schema:servesCuisine ; + sh:datatype xsd:string ; + sh:description "The cuisine of the restaurant."^^rdf:HTML ; + sh:name "servesCuisine" ; +. +schema:FoodEstablishment-starRating + a sh:PropertyShape ; + sh:path schema:starRating ; + sh:class schema:Rating ; + sh:description "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars)."^^rdf:HTML ; + sh:name "starRating" ; +. +schema:FoodEstablishmentReservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A reservation to dine at a food-related business.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations."""^^rdf:HTML ; + rdfs:label "Food establishment reservation" ; + rdfs:subClassOf schema:Reservation ; + sh:property schema:FoodEstablishmentReservation-endTime ; + sh:property schema:FoodEstablishmentReservation-partySize ; + sh:property schema:FoodEstablishmentReservation-startTime ; +. +schema:FoodEstablishmentReservation-endTime + a sh:PropertyShape ; + sh:path schema:endTime ; + sh:datatype xsd:dateTime ; + sh:description """The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December.

+ +Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."""^^rdf:HTML ; + sh:name "endTime" ; +. +schema:FoodEstablishmentReservation-partySize + a sh:PropertyShape ; + sh:path schema:partySize ; + sh:description "Number of people the reservation should accommodate."^^rdf:HTML ; + sh:name "partySize" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:integer ; + ] + ) ; +. +schema:FoodEstablishmentReservation-startTime + a sh:PropertyShape ; + sh:path schema:startTime ; + sh:datatype xsd:dateTime ; + sh:description """The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December.

+ +Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."""^^rdf:HTML ; + sh:name "startTime" ; +. +schema:FoodEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Food event."^^rdf:HTML ; + rdfs:label "Food event" ; + rdfs:subClassOf schema:Event ; +. +schema:FoodService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A food service, like breakfast, lunch, or dinner."^^rdf:HTML ; + rdfs:label "Food service" ; + rdfs:subClassOf schema:Service ; +. +schema:FourWheelDriveConfiguration + a schema:DriveWheelConfigurationValue ; + rdfs:comment "Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability." ; + rdfs:label "Four wheel drive configuration" ; +. +schema:Friday + a schema:DayOfWeek ; + schema:sameAs ; + rdfs:comment "The day of the week between Thursday and Saturday." ; + rdfs:label "Friday" ; +. +schema:FrontWheelDriveConfiguration + a schema:DriveWheelConfigurationValue ; + rdfs:comment "Front-wheel drive is a transmission layout where the engine drives the front wheels." ; + rdfs:label "Front wheel drive configuration" ; +. +schema:Fungus + a schema:InfectiousAgentClass ; + schema:isPartOf ; + rdfs:comment "Pathogenic fungus." ; + rdfs:label "Fungus" ; +. +schema:FurnitureStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A furniture store."^^rdf:HTML ; + rdfs:label "Furniture store" ; + rdfs:subClassOf schema:Store ; +. +schema:Game + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting."^^rdf:HTML ; + rdfs:label "Game" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Game-characterAttribute ; + sh:property schema:Game-gameItem ; + sh:property schema:Game-gameLocation ; + sh:property schema:Game-numberOfPlayers ; + sh:property schema:Game-quest ; +. +schema:Game-characterAttribute + a sh:PropertyShape ; + sh:path schema:characterAttribute ; + sh:class schema:Thing ; + sh:description "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage)."^^rdf:HTML ; + sh:name "characterAttribute" ; +. +schema:Game-gameItem + a sh:PropertyShape ; + sh:path schema:gameItem ; + sh:class schema:Thing ; + sh:description "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character."^^rdf:HTML ; + sh:name "gameItem" ; +. +schema:Game-gameLocation + a sh:PropertyShape ; + sh:path schema:gameLocation ; + sh:description "Real or fictional location of the game (or part of game)."^^rdf:HTML ; + sh:name "gameLocation" ; + sh:or ( + [ + sh:class schema:Place ; + ] + [ + sh:class schema:PostalAddress ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Game-numberOfPlayers + a sh:PropertyShape ; + sh:path schema:numberOfPlayers ; + sh:class schema:QuantitativeValue ; + sh:description "Indicate how many people can play this game (minimum, maximum, or range)."^^rdf:HTML ; + sh:name "numberOfPlayers" ; +. +schema:Game-quest + a sh:PropertyShape ; + sh:path schema:quest ; + sh:class schema:Thing ; + sh:description "The task that a player-controlled character, or group of characters may complete in order to gain a reward."^^rdf:HTML ; + sh:name "quest" ; +. +schema:GamePlayMode + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Indicates whether this game is multi-player, co-op or single-player."^^rdf:HTML ; + rdfs:label "Game play mode" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:GameServer + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Server that provides game interaction in a multiplayer game."^^rdf:HTML ; + rdfs:label "Game server" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:GameServer-game ; + sh:property schema:GameServer-playersOnline ; + sh:property schema:GameServer-serverStatus ; +. +schema:GameServer-game + a sh:PropertyShape ; + sh:path schema:game ; + sh:class schema:VideoGame ; + sh:description "Video game which is played on this server."^^rdf:HTML ; + sh:name "game" ; +. +schema:GameServer-playersOnline + a sh:PropertyShape ; + sh:path schema:playersOnline ; + sh:datatype xsd:integer ; + sh:description "Number of players on the server."^^rdf:HTML ; + sh:name "playersOnline" ; +. +schema:GameServer-serverStatus + a sh:PropertyShape ; + sh:path schema:serverStatus ; + sh:class schema:GameServerStatus ; + sh:description "Status of a game server."^^rdf:HTML ; + sh:name "serverStatus" ; +. +schema:GameServerStatus + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Status of a game server."^^rdf:HTML ; + rdfs:label "Game server status" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:GardenStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A garden store."^^rdf:HTML ; + rdfs:label "Garden store" ; + rdfs:subClassOf schema:Store ; +. +schema:GasStation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A gas station."^^rdf:HTML ; + rdfs:label "Gas station" ; + rdfs:subClassOf schema:AutomotiveBusiness ; +. +schema:Gastroenterologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of digestive system." ; + rdfs:label "Gastroenterologic" ; +. +schema:GatedResidenceCommunity + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Residence type: Gated community."^^rdf:HTML ; + rdfs:label "Gated residence community" ; + rdfs:subClassOf schema:Residence ; +. +schema:GenderType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An enumeration of genders."^^rdf:HTML ; + rdfs:label "Gender type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:GeneralContractor + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A general contractor."^^rdf:HTML ; + rdfs:label "General contractor" ; + rdfs:subClassOf schema:HomeAndConstructionBusiness ; +. +schema:Genetic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to hereditary transmission and the variation of inherited characteristics and disorders." ; + rdfs:label "Genetic" ; +. +schema:Genitourinary + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Genitourinary system function assessment with clinical examination." ; + rdfs:label "Genitourinary" ; +. +schema:GeoCircle + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape + it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius. + The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'."""^^rdf:HTML ; + rdfs:label "Geo circle" ; + rdfs:subClassOf schema:GeoShape ; + sh:property schema:GeoCircle-geoMidpoint ; + sh:property schema:GeoCircle-geoRadius ; +. +schema:GeoCircle-geoMidpoint + a sh:PropertyShape ; + sh:path schema:geoMidpoint ; + sh:class schema:GeoCoordinates ; + sh:description "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle."^^rdf:HTML ; + sh:name "geoMidpoint" ; +. +schema:GeoCircle-geoRadius + a sh:PropertyShape ; + sh:path schema:geoRadius ; + sh:description "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation)."^^rdf:HTML ; + sh:name "geoRadius" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoCoordinates + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The geographic coordinates of a place or event."^^rdf:HTML ; + rdfs:label "Geo coordinates" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:GeoCoordinates-address ; + sh:property schema:GeoCoordinates-addressCountry ; + sh:property schema:GeoCoordinates-elevation ; + sh:property schema:GeoCoordinates-latitude ; + sh:property schema:GeoCoordinates-longitude ; + sh:property schema:GeoCoordinates-postalCode ; +. +schema:GeoCoordinates-address + a sh:PropertyShape ; + sh:path schema:address ; + sh:description "Physical address of the item."^^rdf:HTML ; + sh:name "address" ; + sh:or ( + [ + sh:class schema:PostalAddress ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoCoordinates-addressCountry + a sh:PropertyShape ; + sh:path schema:addressCountry ; + sh:description "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code."^^rdf:HTML ; + sh:name "addressCountry" ; + sh:or ( + [ + sh:class schema:Country ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoCoordinates-elevation + a sh:PropertyShape ; + sh:path schema:elevation ; + sh:description "The elevation of a location (WGS 84)."^^rdf:HTML ; + sh:name "elevation" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoCoordinates-latitude + a sh:PropertyShape ; + sh:path schema:latitude ; + sh:description "The latitude of a location. For example 37.42242 (WGS 84)."^^rdf:HTML ; + sh:name "latitude" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoCoordinates-longitude + a sh:PropertyShape ; + sh:path schema:longitude ; + sh:description "The longitude of a location. For example -122.08585 (WGS 84)."^^rdf:HTML ; + sh:name "longitude" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoCoordinates-postalCode + a sh:PropertyShape ; + sh:path schema:postalCode ; + sh:datatype xsd:string ; + sh:description "The postal code. For example, 94043."^^rdf:HTML ; + sh:name "postalCode" ; +. +schema:GeoShape + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points."^^rdf:HTML ; + rdfs:label "Geo shape" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:GeoShape-address ; + sh:property schema:GeoShape-addressCountry ; + sh:property schema:GeoShape-box ; + sh:property schema:GeoShape-circle ; + sh:property schema:GeoShape-elevation ; + sh:property schema:GeoShape-line ; + sh:property schema:GeoShape-polygon ; + sh:property schema:GeoShape-postalCode ; +. +schema:GeoShape-address + a sh:PropertyShape ; + sh:path schema:address ; + sh:description "Physical address of the item."^^rdf:HTML ; + sh:name "address" ; + sh:or ( + [ + sh:class schema:PostalAddress ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoShape-addressCountry + a sh:PropertyShape ; + sh:path schema:addressCountry ; + sh:description "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code."^^rdf:HTML ; + sh:name "addressCountry" ; + sh:or ( + [ + sh:class schema:Country ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoShape-box + a sh:PropertyShape ; + sh:path schema:box ; + sh:datatype xsd:string ; + sh:description "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character."^^rdf:HTML ; + sh:name "box" ; +. +schema:GeoShape-circle + a sh:PropertyShape ; + sh:path schema:circle ; + sh:datatype xsd:string ; + sh:description "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters."^^rdf:HTML ; + sh:name "circle" ; +. +schema:GeoShape-elevation + a sh:PropertyShape ; + sh:path schema:elevation ; + sh:description "The elevation of a location (WGS 84)."^^rdf:HTML ; + sh:name "elevation" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:GeoShape-line + a sh:PropertyShape ; + sh:path schema:line ; + sh:datatype xsd:string ; + sh:description "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space."^^rdf:HTML ; + sh:name "line" ; +. +schema:GeoShape-polygon + a sh:PropertyShape ; + sh:path schema:polygon ; + sh:datatype xsd:string ; + sh:description "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical."^^rdf:HTML ; + sh:name "polygon" ; +. +schema:GeoShape-postalCode + a sh:PropertyShape ; + sh:path schema:postalCode ; + sh:datatype xsd:string ; + sh:description "The postal code. For example, 94043."^^rdf:HTML ; + sh:name "postalCode" ; +. +schema:GeospatialGeometry + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1375" ; + schema:isPartOf ; + rdfs:comment "(Eventually to be defined as) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices."^^rdf:HTML ; + rdfs:label "Geospatial geometry" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:GeospatialGeometry-geospatiallyContains ; + sh:property schema:GeospatialGeometry-geospatiallyCoveredBy ; + sh:property schema:GeospatialGeometry-geospatiallyCovers ; + sh:property schema:GeospatialGeometry-geospatiallyCrosses ; + sh:property schema:GeospatialGeometry-geospatiallyDisjoint ; + sh:property schema:GeospatialGeometry-geospatiallyEquals ; + sh:property schema:GeospatialGeometry-geospatiallyIntersects ; + sh:property schema:GeospatialGeometry-geospatiallyOverlaps ; + sh:property schema:GeospatialGeometry-geospatiallyTouches ; + sh:property schema:GeospatialGeometry-geospatiallyWithin ; +. +schema:GeospatialGeometry-geospatiallyContains + a sh:PropertyShape ; + sh:path schema:geospatiallyContains ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyContains" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyCoveredBy + a sh:PropertyShape ; + sh:path schema:geospatiallyCoveredBy ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyCoveredBy" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyCovers + a sh:PropertyShape ; + sh:path schema:geospatiallyCovers ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyCovers" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyCrosses + a sh:PropertyShape ; + sh:path schema:geospatiallyCrosses ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyCrosses" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyDisjoint + a sh:PropertyShape ; + sh:path schema:geospatiallyDisjoint ; + sh:description "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)"^^rdf:HTML ; + sh:name "geospatiallyDisjoint" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyEquals + a sh:PropertyShape ; + sh:path schema:geospatiallyEquals ; + sh:description "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)"^^rdf:HTML ; + sh:name "geospatiallyEquals" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyIntersects + a sh:PropertyShape ; + sh:path schema:geospatiallyIntersects ; + sh:description "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyIntersects" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyOverlaps + a sh:PropertyShape ; + sh:path schema:geospatiallyOverlaps ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyOverlaps" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyTouches + a sh:PropertyShape ; + sh:path schema:geospatiallyTouches ; + sh:description "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )"^^rdf:HTML ; + sh:name "geospatiallyTouches" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:GeospatialGeometry-geospatiallyWithin + a sh:PropertyShape ; + sh:path schema:geospatiallyWithin ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyWithin" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Geriatric + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases, debilities and provision of care to the aged." ; + rdfs:label "Geriatric" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:GiveAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.

+ +Related actions:

+ +
    +
  • TakeAction: Reciprocal of GiveAction.
  • +
  • SendAction: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).
  • +
+"""^^rdf:HTML ; + rdfs:label "Give action" ; + rdfs:subClassOf schema:TransferAction ; + sh:property schema:GiveAction-recipient ; +. +schema:GiveAction-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:GlutenFreeDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet exclusive of gluten." ; + rdfs:label "Gluten free diet" ; +. +schema:GolfCourse + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A golf course."^^rdf:HTML ; + rdfs:label "Golf course" ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:GovernmentBuilding + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A government building."^^rdf:HTML ; + rdfs:label "Government building" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:GovernmentOffice + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A government office—for example, an IRS or DMV office."^^rdf:HTML ; + rdfs:label "Government office" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:GovernmentOrganization + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A governmental organization or agency."^^rdf:HTML ; + rdfs:label "Government organization" ; + rdfs:subClassOf schema:Organization ; +. +schema:GovernmentPermit + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A permit issued by a government agency."^^rdf:HTML ; + rdfs:label "Government permit" ; + rdfs:subClassOf schema:Permit ; +. +schema:GovernmentService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A service provided by a government organization, e.g. food stamps, veterans benefits, etc."^^rdf:HTML ; + rdfs:label "Government service" ; + rdfs:subClassOf schema:Service ; + sh:property schema:GovernmentService-serviceOperator ; +. +schema:GovernmentService-serviceOperator + a sh:PropertyShape ; + sh:path schema:serviceOperator ; + sh:class schema:Organization ; + sh:description "The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor."^^rdf:HTML ; + sh:name "serviceOperator" ; +. +schema:GraphicNovel + a schema:BookFormatType ; + schema:category "Comics"@en ; + schema:isPartOf ; + rdfs:comment "Book format: GraphicNovel. May represent a bound collection of ComicIssue instances." ; + rdfs:label "Graphic novel" ; +. +schema:GroceryStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A grocery store."^^rdf:HTML ; + rdfs:label "Grocery store" ; + rdfs:subClassOf schema:Store ; +. +schema:GroupBoardingPolicy + a schema:BoardingPolicyType ; + rdfs:comment "The airline boards by groups based on check-in time, priority, etc." ; + rdfs:label "Group boarding policy" ; +. +schema:Gynecologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to the health care of women, particularly in the diagnosis and treatment of disorders affecting the female reproductive system." ; + rdfs:label "Gynecologic" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:HVACBusiness + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A business that provide Heating, Ventilation and Air Conditioning services."^^rdf:HTML ; + rdfs:label "HVACBusiness" ; + rdfs:subClassOf schema:HomeAndConstructionBusiness ; +. +schema:HairSalon + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A hair salon."^^rdf:HTML ; + rdfs:label "Hair salon" ; + rdfs:subClassOf schema:HealthAndBeautyBusiness ; +. +schema:HalalDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet conforming to Islamic dietary practices." ; + rdfs:label "Halal diet" ; +. +schema:Hardcover + a schema:BookFormatType ; + rdfs:comment "Book format: Hardcover." ; + rdfs:label "Hardcover" ; +. +schema:HardwareStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A hardware store."^^rdf:HTML ; + rdfs:label "Hardware store" ; + rdfs:subClassOf schema:Store ; +. +schema:Head + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Head assessment with clinical examination." ; + rdfs:label "Head" ; +. +schema:HealthAndBeautyBusiness + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Health and beauty."^^rdf:HTML ; + rdfs:label "Health and beauty business" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:HealthClub + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A health club."^^rdf:HTML ; + rdfs:label "Health club" ; + rdfs:subClassOf schema:HealthAndBeautyBusiness ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:HealthInsurancePlan + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1062" ; + schema:isPartOf ; + rdfs:comment "A US-style health insurance plan, including PPOs, EPOs, and HMOs."^^rdf:HTML ; + rdfs:label "Health insurance plan" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:HealthInsurancePlan-benefitsSummaryUrl ; + sh:property schema:HealthInsurancePlan-contactPoint ; + sh:property schema:HealthInsurancePlan-healthPlanDrugOption ; + sh:property schema:HealthInsurancePlan-healthPlanDrugTier ; + sh:property schema:HealthInsurancePlan-healthPlanId ; + sh:property schema:HealthInsurancePlan-healthPlanMarketingUrl ; + sh:property schema:HealthInsurancePlan-includesHealthPlanFormulary ; + sh:property schema:HealthInsurancePlan-includesHealthPlanNetwork ; + sh:property schema:HealthInsurancePlan-usesHealthPlanIdStandard ; +. +schema:HealthInsurancePlan-benefitsSummaryUrl + a sh:PropertyShape ; + sh:path schema:benefitsSummaryUrl ; + sh:description "The URL that goes directly to the summary of benefits and coverage for the specific standard plan or plan variation."^^rdf:HTML ; + sh:name "benefitsSummaryUrl" ; + sh:nodeKind sh:IRI ; +. +schema:HealthInsurancePlan-contactPoint + a sh:PropertyShape ; + sh:path schema:contactPoint ; + sh:class schema:ContactPoint ; + sh:description "A contact point for a person or organization."^^rdf:HTML ; + sh:name "contactPoint" ; +. +schema:HealthInsurancePlan-healthPlanDrugOption + a sh:PropertyShape ; + sh:path schema:healthPlanDrugOption ; + sh:datatype xsd:string ; + sh:description "TODO."^^rdf:HTML ; + sh:name "healthPlanDrugOption" ; +. +schema:HealthInsurancePlan-healthPlanDrugTier + a sh:PropertyShape ; + sh:path schema:healthPlanDrugTier ; + sh:datatype xsd:string ; + sh:description "The tier(s) of drugs offered by this formulary or insurance plan."^^rdf:HTML ; + sh:name "healthPlanDrugTier" ; +. +schema:HealthInsurancePlan-healthPlanId + a sh:PropertyShape ; + sh:path schema:healthPlanId ; + sh:datatype xsd:string ; + sh:description "The 14-character, HIOS-generated Plan ID number. (Plan IDs must be unique, even across different markets.)"^^rdf:HTML ; + sh:name "healthPlanId" ; +. +schema:HealthInsurancePlan-healthPlanMarketingUrl + a sh:PropertyShape ; + sh:path schema:healthPlanMarketingUrl ; + sh:description "The URL that goes directly to the plan brochure for the specific standard plan or plan variation."^^rdf:HTML ; + sh:name "healthPlanMarketingUrl" ; + sh:nodeKind sh:IRI ; +. +schema:HealthInsurancePlan-includesHealthPlanFormulary + a sh:PropertyShape ; + sh:path schema:includesHealthPlanFormulary ; + sh:class schema:HealthPlanFormulary ; + sh:description "Formularies covered by this plan."^^rdf:HTML ; + sh:name "includesHealthPlanFormulary" ; +. +schema:HealthInsurancePlan-includesHealthPlanNetwork + a sh:PropertyShape ; + sh:path schema:includesHealthPlanNetwork ; + sh:class schema:HealthPlanNetwork ; + sh:description "Networks covered by this plan."^^rdf:HTML ; + sh:name "includesHealthPlanNetwork" ; +. +schema:HealthInsurancePlan-usesHealthPlanIdStandard + a sh:PropertyShape ; + sh:path schema:usesHealthPlanIdStandard ; + sh:description "The standard for interpreting thePlan ID. The preferred is \"HIOS\". See the Centers for Medicare & Medicaid Services for more details."^^rdf:HTML ; + sh:name "usesHealthPlanIdStandard" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HealthPlanCostSharingSpecification + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1062" ; + schema:isPartOf ; + rdfs:comment "A description of costs to the patient under a given network or formulary."^^rdf:HTML ; + rdfs:label "Health plan cost sharing specification" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:HealthPlanCostSharingSpecification-healthPlanCoinsuranceOption ; + sh:property schema:HealthPlanCostSharingSpecification-healthPlanCoinsuranceRate ; + sh:property schema:HealthPlanCostSharingSpecification-healthPlanCopay ; + sh:property schema:HealthPlanCostSharingSpecification-healthPlanCopayOption ; + sh:property schema:HealthPlanCostSharingSpecification-healthPlanPharmacyCategory ; +. +schema:HealthPlanCostSharingSpecification-healthPlanCoinsuranceOption + a sh:PropertyShape ; + sh:path schema:healthPlanCoinsuranceOption ; + sh:datatype xsd:string ; + sh:description "Whether the coinsurance applies before or after deductible, etc. TODO: Is this a closed set?"^^rdf:HTML ; + sh:name "healthPlanCoinsuranceOption" ; +. +schema:HealthPlanCostSharingSpecification-healthPlanCoinsuranceRate + a sh:PropertyShape ; + sh:path schema:healthPlanCoinsuranceRate ; + sh:datatype xsd:float ; + sh:description "Whether The rate of coinsurance expressed as a number between 0.0 and 1.0."^^rdf:HTML ; + sh:name "healthPlanCoinsuranceRate" ; +. +schema:HealthPlanCostSharingSpecification-healthPlanCopay + a sh:PropertyShape ; + sh:path schema:healthPlanCopay ; + sh:class schema:PriceSpecification ; + sh:description "Whether The copay amount."^^rdf:HTML ; + sh:name "healthPlanCopay" ; +. +schema:HealthPlanCostSharingSpecification-healthPlanCopayOption + a sh:PropertyShape ; + sh:path schema:healthPlanCopayOption ; + sh:datatype xsd:string ; + sh:description "Whether the copay is before or after deductible, etc. TODO: Is this a closed set?"^^rdf:HTML ; + sh:name "healthPlanCopayOption" ; +. +schema:HealthPlanCostSharingSpecification-healthPlanPharmacyCategory + a sh:PropertyShape ; + sh:path schema:healthPlanPharmacyCategory ; + sh:datatype xsd:string ; + sh:description "The category or type of pharmacy associated with this cost sharing."^^rdf:HTML ; + sh:name "healthPlanPharmacyCategory" ; +. +schema:HealthPlanFormulary + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1062" ; + schema:isPartOf ; + rdfs:comment "For a given health insurance plan, the specification for costs and coverage of prescription drugs."^^rdf:HTML ; + rdfs:label "Health plan formulary" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:HealthPlanFormulary-healthPlanCostSharing ; + sh:property schema:HealthPlanFormulary-healthPlanDrugTier ; + sh:property schema:HealthPlanFormulary-offersPrescriptionByMail ; +. +schema:HealthPlanFormulary-healthPlanCostSharing + a sh:PropertyShape ; + sh:path schema:healthPlanCostSharing ; + sh:datatype xsd:boolean ; + sh:description "Whether The costs to the patient for services under this network or formulary."^^rdf:HTML ; + sh:name "healthPlanCostSharing" ; +. +schema:HealthPlanFormulary-healthPlanDrugTier + a sh:PropertyShape ; + sh:path schema:healthPlanDrugTier ; + sh:datatype xsd:string ; + sh:description "The tier(s) of drugs offered by this formulary or insurance plan."^^rdf:HTML ; + sh:name "healthPlanDrugTier" ; +. +schema:HealthPlanFormulary-offersPrescriptionByMail + a sh:PropertyShape ; + sh:path schema:offersPrescriptionByMail ; + sh:datatype xsd:boolean ; + sh:description "Whether prescriptions can be delivered by mail."^^rdf:HTML ; + sh:name "offersPrescriptionByMail" ; +. +schema:HealthPlanNetwork + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1062" ; + schema:isPartOf ; + rdfs:comment "A US-style health insurance plan network."^^rdf:HTML ; + rdfs:label "Health plan network" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:HealthPlanNetwork-healthPlanCostSharing ; + sh:property schema:HealthPlanNetwork-healthPlanNetworkId ; + sh:property schema:HealthPlanNetwork-healthPlanNetworkTier ; +. +schema:HealthPlanNetwork-healthPlanCostSharing + a sh:PropertyShape ; + sh:path schema:healthPlanCostSharing ; + sh:datatype xsd:boolean ; + sh:description "Whether The costs to the patient for services under this network or formulary."^^rdf:HTML ; + sh:name "healthPlanCostSharing" ; +. +schema:HealthPlanNetwork-healthPlanNetworkId + a sh:PropertyShape ; + sh:path schema:healthPlanNetworkId ; + sh:datatype xsd:string ; + sh:description "Name or unique ID of network. (Networks are often reused across different insurance plans)."^^rdf:HTML ; + sh:name "healthPlanNetworkId" ; +. +schema:HealthPlanNetwork-healthPlanNetworkTier + a sh:PropertyShape ; + sh:path schema:healthPlanNetworkTier ; + sh:datatype xsd:string ; + sh:description "The tier(s) for this network."^^rdf:HTML ; + sh:name "healthPlanNetworkTier" ; +. +schema:HearingImpairedSupported + a schema:ContactPointOption ; + rdfs:comment "Uses devices to support users with hearing impairments." ; + rdfs:label "Hearing impaired supported" ; +. +schema:Hematologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of blood and blood producing organs." ; + rdfs:label "Hematologic" ; +. +schema:HighSchool + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A high school."^^rdf:HTML ; + rdfs:label "High school" ; + rdfs:subClassOf schema:EducationalOrganization ; +. +schema:HinduDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet conforming to Hindu dietary practices, in particular, beef-free." ; + rdfs:label "Hindu diet" ; +. +schema:HinduTemple + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A Hindu temple."^^rdf:HTML ; + rdfs:label "Hindu temple" ; + rdfs:subClassOf schema:PlaceOfWorship ; +. +schema:HobbyShop + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A store that sells materials useful or necessary for various hobbies."^^rdf:HTML ; + rdfs:label "Hobby shop" ; + rdfs:subClassOf schema:Store ; +. +schema:HomeAndConstructionBusiness + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A construction business.

+ +A HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.

+ +As a LocalBusiness it can be described as a provider of one or more Service(s)."""^^rdf:HTML ; + rdfs:label "Home and construction business" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:HomeGoodsStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A home goods store."^^rdf:HTML ; + rdfs:label "Home goods store" ; + rdfs:subClassOf schema:Store ; +. +schema:Homeopathic + a schema:MedicineSystem ; + schema:isPartOf ; + rdfs:comment "A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people." ; + rdfs:label "Homeopathic" ; +. +schema:Hospital + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A hospital."^^rdf:HTML ; + rdfs:label "Hospital" ; + rdfs:subClassOf schema:CivicStructure ; + rdfs:subClassOf schema:EmergencyService ; + rdfs:subClassOf schema:MedicalOrganization ; + sh:property schema:Hospital-availableService ; + sh:property schema:Hospital-medicalSpecialty ; +. +schema:Hospital-availableService + a sh:PropertyShape ; + sh:path schema:availableService ; + sh:description "A medical service available from this provider."^^rdf:HTML ; + sh:name "availableService" ; + sh:or ( + [ + sh:class schema:MedicalProcedure ; + ] + [ + sh:class schema:MedicalTest ; + ] + [ + sh:class schema:MedicalTherapy ; + ] + ) ; +. +schema:Hospital-medicalSpecialty + a sh:PropertyShape ; + sh:path schema:medicalSpecialty ; + sh:class schema:MedicalSpecialty ; + sh:description "A medical specialty of the provider."^^rdf:HTML ; + sh:name "medicalSpecialty" ; +. +schema:Hostel + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A hostel - cheap accommodation, often in shared dormitories. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Hostel" ; + rdfs:subClassOf schema:LodgingBusiness ; +. +schema:Hotel + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A hotel is an establishment that provides lodging paid on a short-term basis (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Hotel" ; + rdfs:subClassOf schema:LodgingBusiness ; +. +schema:HotelRoom + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A hotel room is a single room in a hotel. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Hotel room" ; + rdfs:subClassOf schema:Room ; + sh:property schema:HotelRoom-bed ; + sh:property schema:HotelRoom-occupancy ; +. +schema:HotelRoom-bed + a sh:PropertyShape ; + sh:path schema:bed ; + sh:description """The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text. + If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property."""^^rdf:HTML ; + sh:name "bed" ; + sh:or ( + [ + sh:class schema:BedDetails ; + ] + [ + sh:class schema:BedType ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HotelRoom-occupancy + a sh:PropertyShape ; + sh:path schema:occupancy ; + sh:class schema:QuantitativeValue ; + sh:description """The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person). +Typical unit code(s): C62 for person"""^^rdf:HTML ; + sh:name "occupancy" ; +. +schema:House + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House)."^^rdf:HTML ; + rdfs:label "House" ; + rdfs:subClassOf schema:Accommodation ; + sh:property schema:House-numberOfRooms ; +. +schema:House-numberOfRooms + a sh:PropertyShape ; + sh:path schema:numberOfRooms ; + sh:description """The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. +Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."""^^rdf:HTML ; + sh:name "numberOfRooms" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:HousePainter + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A house painting service."^^rdf:HTML ; + rdfs:label "House painter" ; + rdfs:subClassOf schema:HomeAndConstructionBusiness ; +. +schema:HowTo + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Instructions that explain how to achieve a result by performing a sequence of steps."^^rdf:HTML ; + rdfs:label "How to" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:HowTo-estimatedCost ; + sh:property schema:HowTo-performTime ; + sh:property schema:HowTo-prepTime ; + sh:property schema:HowTo-step ; + sh:property schema:HowTo-steps ; + sh:property schema:HowTo-supply ; + sh:property schema:HowTo-tool ; + sh:property schema:HowTo-totalTime ; + sh:property schema:HowTo-yield ; +. +schema:HowTo-estimatedCost + a sh:PropertyShape ; + sh:path schema:estimatedCost ; + sh:description "The estimated cost of the supply or supplies consumed when performing instructions."^^rdf:HTML ; + sh:name "estimatedCost" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowTo-performTime + a sh:PropertyShape ; + sh:path schema:performTime ; + sh:datatype xsd:duration ; + sh:description "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format."^^rdf:HTML ; + sh:name "performTime" ; +. +schema:HowTo-prepTime + a sh:PropertyShape ; + sh:path schema:prepTime ; + sh:datatype xsd:duration ; + sh:description "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format."^^rdf:HTML ; + sh:name "prepTime" ; +. +schema:HowTo-step + a sh:PropertyShape ; + sh:path schema:step ; + sh:description "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection."^^rdf:HTML ; + sh:name "step" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:HowToSection ; + ] + [ + sh:class schema:HowToStep ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowTo-steps + a sh:PropertyShape ; + sh:path schema:steps ; + sh:description "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred)."^^rdf:HTML ; + sh:name "steps" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:ItemList ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowTo-supply + a sh:PropertyShape ; + sh:path schema:supply ; + sh:description "A sub-property of instrument. A supply consumed when performing instructions or a direction."^^rdf:HTML ; + sh:name "supply" ; + sh:or ( + [ + sh:class schema:HowToSupply ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowTo-tool + a sh:PropertyShape ; + sh:path schema:tool ; + sh:description "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction."^^rdf:HTML ; + sh:name "tool" ; + sh:or ( + [ + sh:class schema:HowToTool ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowTo-totalTime + a sh:PropertyShape ; + sh:path schema:totalTime ; + sh:datatype xsd:duration ; + sh:description "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format."^^rdf:HTML ; + sh:name "totalTime" ; +. +schema:HowTo-yield + a sh:PropertyShape ; + sh:path schema:yield ; + sh:description "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles."^^rdf:HTML ; + sh:name "yield" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowToDirection + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A direction indicating a single action to do in the instructions for how to achieve a result."^^rdf:HTML ; + rdfs:label "How to direction" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:ListItem ; + sh:property schema:HowToDirection-afterMedia ; + sh:property schema:HowToDirection-beforeMedia ; + sh:property schema:HowToDirection-duringMedia ; + sh:property schema:HowToDirection-performTime ; + sh:property schema:HowToDirection-prepTime ; + sh:property schema:HowToDirection-supply ; + sh:property schema:HowToDirection-tool ; + sh:property schema:HowToDirection-totalTime ; +. +schema:HowToDirection-afterMedia + a sh:PropertyShape ; + sh:path schema:afterMedia ; + sh:description "A media object representing the circumstances after performing this direction."^^rdf:HTML ; + sh:name "afterMedia" ; + sh:or ( + [ + sh:class schema:MediaObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:HowToDirection-beforeMedia + a sh:PropertyShape ; + sh:path schema:beforeMedia ; + sh:description "A media object representing the circumstances before performing this direction."^^rdf:HTML ; + sh:name "beforeMedia" ; + sh:or ( + [ + sh:class schema:MediaObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:HowToDirection-duringMedia + a sh:PropertyShape ; + sh:path schema:duringMedia ; + sh:description "A media object representing the circumstances while performing this direction."^^rdf:HTML ; + sh:name "duringMedia" ; + sh:or ( + [ + sh:class schema:MediaObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:HowToDirection-performTime + a sh:PropertyShape ; + sh:path schema:performTime ; + sh:datatype xsd:duration ; + sh:description "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format."^^rdf:HTML ; + sh:name "performTime" ; +. +schema:HowToDirection-prepTime + a sh:PropertyShape ; + sh:path schema:prepTime ; + sh:datatype xsd:duration ; + sh:description "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format."^^rdf:HTML ; + sh:name "prepTime" ; +. +schema:HowToDirection-supply + a sh:PropertyShape ; + sh:path schema:supply ; + sh:description "A sub-property of instrument. A supply consumed when performing instructions or a direction."^^rdf:HTML ; + sh:name "supply" ; + sh:or ( + [ + sh:class schema:HowToSupply ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowToDirection-tool + a sh:PropertyShape ; + sh:path schema:tool ; + sh:description "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction."^^rdf:HTML ; + sh:name "tool" ; + sh:or ( + [ + sh:class schema:HowToTool ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowToDirection-totalTime + a sh:PropertyShape ; + sh:path schema:totalTime ; + sh:datatype xsd:duration ; + sh:description "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format."^^rdf:HTML ; + sh:name "totalTime" ; +. +schema:HowToItem + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An item used as either a tool or supply when performing the instructions for how to to achieve a result."^^rdf:HTML ; + rdfs:label "How to item" ; + rdfs:subClassOf schema:ListItem ; + sh:property schema:HowToItem-requiredQuantity ; +. +schema:HowToItem-requiredQuantity + a sh:PropertyShape ; + sh:path schema:requiredQuantity ; + sh:description "The required quantity of the item(s)."^^rdf:HTML ; + sh:name "requiredQuantity" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowToSection + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe)."^^rdf:HTML ; + rdfs:label "How to section" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:ItemList ; + rdfs:subClassOf schema:ListItem ; + sh:property schema:HowToSection-steps ; +. +schema:HowToSection-steps + a sh:PropertyShape ; + sh:path schema:steps ; + sh:description "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred)."^^rdf:HTML ; + sh:name "steps" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:ItemList ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowToStep + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items."^^rdf:HTML ; + rdfs:label "How to step" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:ItemList ; + rdfs:subClassOf schema:ListItem ; +. +schema:HowToSupply + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A supply consumed when performing the instructions for how to achieve a result."^^rdf:HTML ; + rdfs:label "How to supply" ; + rdfs:subClassOf schema:HowToItem ; + sh:property schema:HowToSupply-estimatedCost ; +. +schema:HowToSupply-estimatedCost + a sh:PropertyShape ; + sh:path schema:estimatedCost ; + sh:description "The estimated cost of the supply or supplies consumed when performing instructions."^^rdf:HTML ; + sh:name "estimatedCost" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:HowToTip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection)."^^rdf:HTML ; + rdfs:label "How to tip" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:ListItem ; +. +schema:HowToTool + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A tool used (but not consumed) when performing instructions for how to achieve a result."^^rdf:HTML ; + rdfs:label "How to tool" ; + rdfs:subClassOf schema:HowToItem ; +. +schema:IceCreamShop + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An ice cream shop."^^rdf:HTML ; + rdfs:label "Ice cream shop" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:IgnoreAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of intentionally disregarding the object. An agent ignores an object."^^rdf:HTML ; + rdfs:label "Ignore action" ; + rdfs:subClassOf schema:AssessAction ; +. +schema:ImageGallery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web page type: Image gallery page."^^rdf:HTML ; + rdfs:label "Image gallery" ; + rdfs:subClassOf schema:CollectionPage ; +. +schema:ImageObject + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An image file."^^rdf:HTML ; + rdfs:label "Image object" ; + rdfs:subClassOf schema:MediaObject ; + owl:equivalentClass ; + sh:property schema:ImageObject-caption ; + sh:property schema:ImageObject-exifData ; + sh:property schema:ImageObject-representativeOfPage ; + sh:property schema:ImageObject-thumbnail ; +. +schema:ImageObject-caption + a sh:PropertyShape ; + sh:path schema:caption ; + sh:datatype xsd:string ; + sh:description "The caption for this object."^^rdf:HTML ; + sh:name "caption" ; +. +schema:ImageObject-exifData + a sh:PropertyShape ; + sh:path schema:exifData ; + sh:description "exif data for this object."^^rdf:HTML ; + sh:name "exifData" ; + sh:or ( + [ + sh:class schema:PropertyValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ImageObject-representativeOfPage + a sh:PropertyShape ; + sh:path schema:representativeOfPage ; + sh:datatype xsd:boolean ; + sh:description "Indicates whether this image is representative of the content of the page."^^rdf:HTML ; + sh:name "representativeOfPage" ; +. +schema:ImageObject-thumbnail + a sh:PropertyShape ; + sh:path schema:thumbnail ; + sh:class schema:ImageObject ; + sh:description "Thumbnail image for an image or video."^^rdf:HTML ; + sh:name "thumbnail" ; +. +schema:ImagingTest + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any medical imaging modality typically used for diagnostic purposes."^^rdf:HTML ; + rdfs:label "Imaging test" ; + rdfs:subClassOf schema:MedicalTest ; + sh:property schema:ImagingTest-imagingTechnique ; +. +schema:ImagingTest-imagingTechnique + a sh:PropertyShape ; + sh:path schema:imagingTechnique ; + sh:class schema:MedicalImagingTechnique ; + sh:description "Imaging technique used."^^rdf:HTML ; + sh:name "imagingTechnique" ; +. +schema:InForce + a schema:LegalForceStatus ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "Indicates that a legislation is in force." ; + rdfs:label "In force" ; + ; +. +schema:InStock + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item is in stock." ; + rdfs:label "In stock" ; +. +schema:InStoreOnly + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item is available only at physical locations." ; + rdfs:label "In store only" ; +. +schema:IndividualProduct + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A single, identifiable product instance (e.g. a laptop with a particular serial number)."^^rdf:HTML ; + rdfs:label "Individual product" ; + rdfs:subClassOf schema:Product ; + sh:property schema:IndividualProduct-serialNumber ; +. +schema:IndividualProduct-serialNumber + a sh:PropertyShape ; + sh:path schema:serialNumber ; + sh:datatype xsd:string ; + sh:description "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer."^^rdf:HTML ; + sh:name "serialNumber" ; +. +schema:Infectious + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "Something in medical science that pertains to infectious diseases i.e caused by bacterial, viral, fungal or parasitic infections." ; + rdfs:label "Infectious" ; +. +schema:InfectiousAgentClass + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Classes of agents or pathogens that transmit infectious diseases. Enumerated type."^^rdf:HTML ; + rdfs:label "Infectious agent class" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:InfectiousDisease + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An infectious disease is a clinically evident human disease resulting from the presence of pathogenic microbial agents, like pathogenic viruses, pathogenic bacteria, fungi, protozoa, multicellular parasites, and prions. To be considered an infectious disease, such pathogens are known to be able to cause this disease."^^rdf:HTML ; + rdfs:label "Infectious disease" ; + rdfs:subClassOf schema:MedicalCondition ; + sh:property schema:InfectiousDisease-infectiousAgent ; + sh:property schema:InfectiousDisease-infectiousAgentClass ; + sh:property schema:InfectiousDisease-transmissionMethod ; +. +schema:InfectiousDisease-infectiousAgent + a sh:PropertyShape ; + sh:path schema:infectiousAgent ; + sh:datatype xsd:string ; + sh:description "The actual infectious agent, such as a specific bacterium."^^rdf:HTML ; + sh:name "infectiousAgent" ; +. +schema:InfectiousDisease-infectiousAgentClass + a sh:PropertyShape ; + sh:path schema:infectiousAgentClass ; + sh:class schema:InfectiousAgentClass ; + sh:description "The class of infectious agent (bacteria, prion, etc.) that causes the disease."^^rdf:HTML ; + sh:name "infectiousAgentClass" ; +. +schema:InfectiousDisease-transmissionMethod + a sh:PropertyShape ; + sh:path schema:transmissionMethod ; + sh:datatype xsd:string ; + sh:description "How the disease spreads, either as a route or vector, for example 'direct contact', 'Aedes aegypti', etc."^^rdf:HTML ; + sh:name "transmissionMethod" ; +. +schema:InformAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of notifying someone of information pertinent to them, with no expectation of a response."^^rdf:HTML ; + rdfs:label "Inform action" ; + rdfs:subClassOf schema:CommunicateAction ; + sh:property schema:InformAction-event ; +. +schema:InformAction-event + a sh:PropertyShape ; + sh:path schema:event ; + sh:class schema:Event ; + sh:description "Upcoming or past event associated with this place, organization, or action."^^rdf:HTML ; + sh:name "event" ; +. +schema:InsertAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of adding at a specific location in an ordered collection."^^rdf:HTML ; + rdfs:label "Insert action" ; + rdfs:subClassOf schema:AddAction ; + sh:property schema:InsertAction-toLocation ; +. +schema:InsertAction-toLocation + a sh:PropertyShape ; + sh:path schema:toLocation ; + sh:class schema:Place ; + sh:description "A sub property of location. The final location of the object or the agent after the action."^^rdf:HTML ; + sh:name "toLocation" ; +. +schema:InstallAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of installing an application."^^rdf:HTML ; + rdfs:label "Install action" ; + rdfs:subClassOf schema:ConsumeAction ; +. +schema:InsuranceAgency + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An Insurance agency."^^rdf:HTML ; + rdfs:label "Insurance agency" ; + rdfs:subClassOf schema:FinancialService ; +. +schema:Intangible + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."^^rdf:HTML ; + rdfs:label "Intangible" ; + rdfs:subClassOf schema:Thing ; +. +schema:Integer + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Data type: Integer."^^rdf:HTML ; + rdfs:label "Integer" ; + rdfs:subClassOf xsd:float ; +. +schema:InteractAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of interacting with another person or organization."^^rdf:HTML ; + rdfs:label "Interact action" ; + rdfs:subClassOf schema:Action ; +. +schema:InteractionCounter + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction."^^rdf:HTML ; + rdfs:label "Interaction counter" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:InteractionCounter-interactionService ; + sh:property schema:InteractionCounter-interactionType ; + sh:property schema:InteractionCounter-userInteractionCount ; +. +schema:InteractionCounter-interactionService + a sh:PropertyShape ; + sh:path schema:interactionService ; + sh:description "The WebSite or SoftwareApplication where the interactions took place."^^rdf:HTML ; + sh:name "interactionService" ; + sh:or ( + [ + sh:class schema:SoftwareApplication ; + ] + [ + sh:class schema:WebSite ; + ] + ) ; +. +schema:InteractionCounter-interactionType + a sh:PropertyShape ; + sh:path schema:interactionType ; + sh:class schema:Action ; + sh:description "The Action representing the type of interaction. For up votes, +1s, etc. use LikeAction. For down votes use DislikeAction. Otherwise, use the most specific Action."^^rdf:HTML ; + sh:name "interactionType" ; +. +schema:InteractionCounter-userInteractionCount + a sh:PropertyShape ; + sh:path schema:userInteractionCount ; + sh:datatype xsd:integer ; + sh:description "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication."^^rdf:HTML ; + sh:name "userInteractionCount" ; +. +schema:InternationalTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "An international trial." ; + rdfs:label "International trial" ; +. +schema:InternetCafe + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An internet cafe."^^rdf:HTML ; + rdfs:label "Internet cafe" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:InvestmentFund + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1253" ; + schema:isPartOf ; + rdfs:comment "A company or fund that gathers capital from a number of investors to create a pool of money that is then re-invested into stocks, bonds and other assets."^^rdf:HTML ; + rdfs:label "Investment fund" ; + rdfs:subClassOf schema:InvestmentOrDeposit ; +. +schema:InvestmentOrDeposit + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return."^^rdf:HTML ; + rdfs:label "Investment or deposit" ; + rdfs:subClassOf schema:FinancialProduct ; + sh:property schema:InvestmentOrDeposit-amount ; +. +schema:InvestmentOrDeposit-amount + a sh:PropertyShape ; + sh:path schema:amount ; + sh:description "The amount of money."^^rdf:HTML ; + sh:name "amount" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:InviteAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of asking someone to attend an event. Reciprocal of RsvpAction."^^rdf:HTML ; + rdfs:label "Invite action" ; + rdfs:subClassOf schema:CommunicateAction ; + sh:property schema:InviteAction-event ; +. +schema:InviteAction-event + a sh:PropertyShape ; + sh:path schema:event ; + sh:class schema:Event ; + sh:description "Upcoming or past event associated with this place, organization, or action."^^rdf:HTML ; + sh:name "event" ; +. +schema:Invoice + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A statement of the money due for goods or services; a bill."^^rdf:HTML ; + rdfs:label "Invoice" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Invoice-accountId ; + sh:property schema:Invoice-billingPeriod ; + sh:property schema:Invoice-broker ; + sh:property schema:Invoice-category ; + sh:property schema:Invoice-confirmationNumber ; + sh:property schema:Invoice-customer ; + sh:property schema:Invoice-minimumPaymentDue ; + sh:property schema:Invoice-paymentDue ; + sh:property schema:Invoice-paymentDueDate ; + sh:property schema:Invoice-paymentMethod ; + sh:property schema:Invoice-paymentMethodId ; + sh:property schema:Invoice-paymentStatus ; + sh:property schema:Invoice-provider ; + sh:property schema:Invoice-referencesOrder ; + sh:property schema:Invoice-scheduledPaymentDate ; + sh:property schema:Invoice-totalPaymentDue ; +. +schema:Invoice-accountId + a sh:PropertyShape ; + sh:path schema:accountId ; + sh:datatype xsd:string ; + sh:description "The identifier for the account the payment will be applied to."^^rdf:HTML ; + sh:name "accountId" ; +. +schema:Invoice-billingPeriod + a sh:PropertyShape ; + sh:path schema:billingPeriod ; + sh:datatype xsd:duration ; + sh:description "The time interval used to compute the invoice."^^rdf:HTML ; + sh:name "billingPeriod" ; +. +schema:Invoice-broker + a sh:PropertyShape ; + sh:path schema:broker ; + sh:description "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."^^rdf:HTML ; + sh:name "broker" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Invoice-category + a sh:PropertyShape ; + sh:path schema:category ; + sh:description "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy."^^rdf:HTML ; + sh:name "category" ; + sh:or ( + [ + sh:class schema:PhysicalActivityCategory ; + ] + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Invoice-confirmationNumber + a sh:PropertyShape ; + sh:path schema:confirmationNumber ; + sh:datatype xsd:string ; + sh:description "A number that confirms the given order or payment has been received."^^rdf:HTML ; + sh:name "confirmationNumber" ; +. +schema:Invoice-customer + a sh:PropertyShape ; + sh:path schema:customer ; + sh:description "Party placing the order or paying the invoice."^^rdf:HTML ; + sh:name "customer" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Invoice-minimumPaymentDue + a sh:PropertyShape ; + sh:path schema:minimumPaymentDue ; + sh:description "The minimum payment required at this time."^^rdf:HTML ; + sh:name "minimumPaymentDue" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:class schema:PriceSpecification ; + ] + ) ; +. +schema:Invoice-paymentDue + a sh:PropertyShape ; + sh:path schema:paymentDue ; + sh:datatype xsd:dateTime ; + sh:description "The date that payment is due."^^rdf:HTML ; + sh:name "paymentDue" ; +. +schema:Invoice-paymentDueDate + a sh:PropertyShape ; + sh:path schema:paymentDueDate ; + sh:datatype xsd:dateTime ; + sh:description "The date that payment is due."^^rdf:HTML ; + sh:name "paymentDueDate" ; +. +schema:Invoice-paymentMethod + a sh:PropertyShape ; + sh:path schema:paymentMethod ; + sh:class schema:PaymentMethod ; + sh:description "The name of the credit card or other method of payment for the order."^^rdf:HTML ; + sh:name "paymentMethod" ; +. +schema:Invoice-paymentMethodId + a sh:PropertyShape ; + sh:path schema:paymentMethodId ; + sh:datatype xsd:string ; + sh:description "An identifier for the method of payment used (e.g. the last 4 digits of the credit card)."^^rdf:HTML ; + sh:name "paymentMethodId" ; +. +schema:Invoice-paymentStatus + a sh:PropertyShape ; + sh:path schema:paymentStatus ; + sh:description "The status of payment; whether the invoice has been paid or not."^^rdf:HTML ; + sh:name "paymentStatus" ; + sh:or ( + [ + sh:class schema:PaymentStatusType ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Invoice-provider + a sh:PropertyShape ; + sh:path schema:provider ; + sh:description "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."^^rdf:HTML ; + sh:name "provider" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Invoice-referencesOrder + a sh:PropertyShape ; + sh:path schema:referencesOrder ; + sh:class schema:Order ; + sh:description "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice."^^rdf:HTML ; + sh:name "referencesOrder" ; +. +schema:Invoice-scheduledPaymentDate + a sh:PropertyShape ; + sh:path schema:scheduledPaymentDate ; + sh:datatype xsd:date ; + sh:description "The date the invoice is scheduled to be paid."^^rdf:HTML ; + sh:name "scheduledPaymentDate" ; +. +schema:Invoice-totalPaymentDue + a sh:PropertyShape ; + sh:path schema:totalPaymentDue ; + sh:description "The total amount due."^^rdf:HTML ; + sh:name "totalPaymentDue" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:class schema:PriceSpecification ; + ] + ) ; +. +schema:ItemAvailability + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A list of possible product availability options."^^rdf:HTML ; + rdfs:label "Item availability" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:ItemList + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting."^^rdf:HTML ; + rdfs:label "Item list" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:ItemList-itemListElement ; + sh:property schema:ItemList-itemListOrder ; + sh:property schema:ItemList-numberOfItems ; +. +schema:ItemList-itemListElement + a sh:PropertyShape ; + sh:path schema:itemListElement ; + sh:description """For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.

+ +Text values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.

+ +Note: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases."""^^rdf:HTML ; + sh:name "itemListElement" ; + sh:or ( + [ + sh:class schema:ListItem ; + ] + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ItemList-itemListOrder + a sh:PropertyShape ; + sh:path schema:itemListOrder ; + sh:description "Type of ordering (e.g. Ascending, Descending, Unordered)."^^rdf:HTML ; + sh:name "itemListOrder" ; + sh:or ( + [ + sh:class schema:ItemListOrderType ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ItemList-numberOfItems + a sh:PropertyShape ; + sh:path schema:numberOfItems ; + sh:datatype xsd:integer ; + sh:description "The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list."^^rdf:HTML ; + sh:name "numberOfItems" ; +. +schema:ItemListOrderAscending + a schema:ItemListOrderType ; + rdfs:comment "An ItemList ordered with lower values listed first." ; + rdfs:label "Item list order ascending" ; +. +schema:ItemListOrderDescending + a schema:ItemListOrderType ; + rdfs:comment "An ItemList ordered with higher values listed first." ; + rdfs:label "Item list order descending" ; +. +schema:ItemListOrderType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized."^^rdf:HTML ; + rdfs:label "Item list order type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:ItemListUnordered + a schema:ItemListOrderType ; + rdfs:comment "An ItemList ordered with no explicit order." ; + rdfs:label "Item list unordered" ; +. +schema:ItemPage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A page devoted to a single item, such as a particular product or hotel."^^rdf:HTML ; + rdfs:label "Item page" ; + rdfs:subClassOf schema:WebPage ; +. +schema:JewelryStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A jewelry store."^^rdf:HTML ; + rdfs:label "Jewelry store" ; + rdfs:subClassOf schema:Store ; +. +schema:JobPosting + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A listing that describes a job opening in a certain organization."^^rdf:HTML ; + rdfs:label "Job posting" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:JobPosting-baseSalary ; + sh:property schema:JobPosting-benefits ; + sh:property schema:JobPosting-datePosted ; + sh:property schema:JobPosting-educationRequirements ; + sh:property schema:JobPosting-employmentType ; + sh:property schema:JobPosting-estimatedSalary ; + sh:property schema:JobPosting-experienceRequirements ; + sh:property schema:JobPosting-hiringOrganization ; + sh:property schema:JobPosting-incentiveCompensation ; + sh:property schema:JobPosting-incentives ; + sh:property schema:JobPosting-industry ; + sh:property schema:JobPosting-jobBenefits ; + sh:property schema:JobPosting-jobLocation ; + sh:property schema:JobPosting-occupationalCategory ; + sh:property schema:JobPosting-qualifications ; + sh:property schema:JobPosting-relevantOccupation ; + sh:property schema:JobPosting-responsibilities ; + sh:property schema:JobPosting-salaryCurrency ; + sh:property schema:JobPosting-skills ; + sh:property schema:JobPosting-specialCommitments ; + sh:property schema:JobPosting-title ; + sh:property schema:JobPosting-validThrough ; + sh:property schema:JobPosting-workHours ; +. +schema:JobPosting-baseSalary + a sh:PropertyShape ; + sh:path schema:baseSalary ; + sh:description "The base salary of the job or of an employee in an EmployeeRole."^^rdf:HTML ; + sh:name "baseSalary" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:class schema:PriceSpecification ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:JobPosting-benefits + a sh:PropertyShape ; + sh:path schema:benefits ; + sh:datatype xsd:string ; + sh:description "Description of benefits associated with the job."^^rdf:HTML ; + sh:name "benefits" ; +. +schema:JobPosting-datePosted + a sh:PropertyShape ; + sh:path schema:datePosted ; + sh:datatype xsd:date ; + sh:description "Publication date for the job posting."^^rdf:HTML ; + sh:name "datePosted" ; +. +schema:JobPosting-educationRequirements + a sh:PropertyShape ; + sh:path schema:educationRequirements ; + sh:datatype xsd:string ; + sh:description "Educational background needed for the position or Occupation."^^rdf:HTML ; + sh:description "Educational background needed for the position."^^rdf:HTML ; + sh:name "educationRequirements" ; +. +schema:JobPosting-employmentType + a sh:PropertyShape ; + sh:path schema:employmentType ; + sh:datatype xsd:string ; + sh:description "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship)."^^rdf:HTML ; + sh:name "employmentType" ; +. +schema:JobPosting-estimatedSalary + a sh:PropertyShape ; + sh:path schema:estimatedSalary ; + sh:description "A property describing the estimated salary for a job posting based on a variety of variables including, but not limited to industry, job title, and location. The estimated salary is usually computed by outside organizations and therefore the hiring organization is not bound to this estimated salary."^^rdf:HTML ; + sh:name "estimatedSalary" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:class schema:MonetaryAmountDistribution ; + ] + [ + sh:class schema:PriceSpecification ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:JobPosting-experienceRequirements + a sh:PropertyShape ; + sh:path schema:experienceRequirements ; + sh:datatype xsd:string ; + sh:description "Description of skills and experience needed for the position or Occupation."^^rdf:HTML ; + sh:description "Description of skills and experience needed for the position."^^rdf:HTML ; + sh:name "experienceRequirements" ; +. +schema:JobPosting-hiringOrganization + a sh:PropertyShape ; + sh:path schema:hiringOrganization ; + sh:class schema:Organization ; + sh:description "Organization offering the job position."^^rdf:HTML ; + sh:name "hiringOrganization" ; +. +schema:JobPosting-incentiveCompensation + a sh:PropertyShape ; + sh:path schema:incentiveCompensation ; + sh:datatype xsd:string ; + sh:description "Description of bonus and commission compensation aspects of the job."^^rdf:HTML ; + sh:name "incentiveCompensation" ; +. +schema:JobPosting-incentives + a sh:PropertyShape ; + sh:path schema:incentives ; + sh:datatype xsd:string ; + sh:description "Description of bonus and commission compensation aspects of the job."^^rdf:HTML ; + sh:name "incentives" ; +. +schema:JobPosting-industry + a sh:PropertyShape ; + sh:path schema:industry ; + sh:datatype xsd:string ; + sh:description "The industry associated with the job position."^^rdf:HTML ; + sh:name "industry" ; +. +schema:JobPosting-jobBenefits + a sh:PropertyShape ; + sh:path schema:jobBenefits ; + sh:datatype xsd:string ; + sh:description "Description of benefits associated with the job."^^rdf:HTML ; + sh:name "jobBenefits" ; +. +schema:JobPosting-jobLocation + a sh:PropertyShape ; + sh:path schema:jobLocation ; + sh:class schema:Place ; + sh:description "A (typically single) geographic location associated with the job position."^^rdf:HTML ; + sh:name "jobLocation" ; +. +schema:JobPosting-occupationalCategory + a sh:PropertyShape ; + sh:path schema:occupationalCategory ; + sh:datatype xsd:string ; + sh:description "Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value."^^rdf:HTML ; + sh:name "occupationalCategory" ; +. +schema:JobPosting-qualifications + a sh:PropertyShape ; + sh:path schema:qualifications ; + sh:datatype xsd:string ; + sh:description "Specific qualifications required for this role or Occupation."^^rdf:HTML ; + sh:description "Specific qualifications required for this role."^^rdf:HTML ; + sh:name "qualifications" ; +. +schema:JobPosting-relevantOccupation + a sh:PropertyShape ; + sh:path schema:relevantOccupation ; + sh:class schema:Occupation ; + sh:description "The Occupation for the JobPosting."^^rdf:HTML ; + sh:name "relevantOccupation" ; +. +schema:JobPosting-responsibilities + a sh:PropertyShape ; + sh:path schema:responsibilities ; + sh:datatype xsd:string ; + sh:description "Responsibilities associated with this role or Occupation."^^rdf:HTML ; + sh:description "Responsibilities associated with this role."^^rdf:HTML ; + sh:name "responsibilities" ; +. +schema:JobPosting-salaryCurrency + a sh:PropertyShape ; + sh:path schema:salaryCurrency ; + sh:datatype xsd:string ; + sh:description "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee."^^rdf:HTML ; + sh:name "salaryCurrency" ; +. +schema:JobPosting-skills + a sh:PropertyShape ; + sh:path schema:skills ; + sh:datatype xsd:string ; + sh:description "Skills required to fulfill this role or in this Occupation."^^rdf:HTML ; + sh:description "Skills required to fulfill this role."^^rdf:HTML ; + sh:name "skills" ; +. +schema:JobPosting-specialCommitments + a sh:PropertyShape ; + sh:path schema:specialCommitments ; + sh:datatype xsd:string ; + sh:description "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc."^^rdf:HTML ; + sh:name "specialCommitments" ; +. +schema:JobPosting-title + a sh:PropertyShape ; + sh:path schema:title ; + sh:datatype xsd:string ; + sh:description "The title of the job."^^rdf:HTML ; + sh:name "title" ; +. +schema:JobPosting-validThrough + a sh:PropertyShape ; + sh:path schema:validThrough ; + sh:datatype xsd:dateTime ; + sh:description "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."^^rdf:HTML ; + sh:name "validThrough" ; +. +schema:JobPosting-workHours + a sh:PropertyShape ; + sh:path schema:workHours ; + sh:datatype xsd:string ; + sh:description "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm)."^^rdf:HTML ; + sh:name "workHours" ; +. +schema:JoinAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """An agent joins an event/group with participants/friends at a location.

+ +Related actions:

+ +
    +
  • RegisterAction: Unlike RegisterAction, JoinAction refers to joining a group/team of people.
  • +
  • SubscribeAction: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.
  • +
  • FollowAction: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.
  • +
+"""^^rdf:HTML ; + rdfs:label "Join action" ; + rdfs:subClassOf schema:InteractAction ; + sh:property schema:JoinAction-event ; +. +schema:JoinAction-event + a sh:PropertyShape ; + sh:path schema:event ; + sh:class schema:Event ; + sh:description "Upcoming or past event associated with this place, organization, or action."^^rdf:HTML ; + sh:name "event" ; +. +schema:Joint + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "The anatomical location at which two or more bones make contact."^^rdf:HTML ; + rdfs:label "Joint" ; + rdfs:subClassOf schema:AnatomicalStructure ; + sh:property schema:Joint-biomechnicalClass ; + sh:property schema:Joint-functionalClass ; + sh:property schema:Joint-structuralClass ; +. +schema:Joint-biomechnicalClass + a sh:PropertyShape ; + sh:path schema:biomechnicalClass ; + sh:datatype xsd:string ; + sh:description "The biomechanical properties of the bone."^^rdf:HTML ; + sh:name "biomechnicalClass" ; +. +schema:Joint-functionalClass + a sh:PropertyShape ; + sh:path schema:functionalClass ; + sh:description "The degree of mobility the joint allows."^^rdf:HTML ; + sh:name "functionalClass" ; + sh:or ( + [ + sh:class schema:MedicalEntity ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Joint-structuralClass + a sh:PropertyShape ; + sh:path schema:structuralClass ; + sh:datatype xsd:string ; + sh:description "The name given to how bone physically connects to each other."^^rdf:HTML ; + sh:name "structuralClass" ; +. +schema:KosherDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet conforming to Jewish dietary practices." ; + rdfs:label "Kosher diet" ; +. +schema:LaboratoryScience + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research" ; + rdfs:label "Laboratory science" ; +. +schema:LakeBodyOfWater + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A lake (for example, Lake Pontrachain)."^^rdf:HTML ; + rdfs:label "Lake body of water" ; + rdfs:subClassOf schema:BodyOfWater ; +. +schema:Landform + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins."^^rdf:HTML ; + rdfs:label "Landform" ; + rdfs:subClassOf schema:Place ; +. +schema:LandmarksOrHistoricalBuildings + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An historical landmark or building."^^rdf:HTML ; + rdfs:label "Landmarks or historical buildings" ; + rdfs:subClassOf schema:Place ; +. +schema:Language + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in BCP 47 can be used via the alternateName property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using ComputerLanguage."^^rdf:HTML ; + rdfs:label "Language" ; + rdfs:subClassOf schema:Intangible ; +. +schema:LaserDiscFormat + a schema:MusicReleaseFormatType ; + rdfs:comment "LaserDiscFormat." ; + rdfs:label "Laser disc format" ; +. +schema:LeaveAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """An agent leaves an event / group with participants/friends at a location.

+ +Related actions:

+ +
    +
  • JoinAction: The antonym of LeaveAction.
  • +
  • UnRegisterAction: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.
  • +
+"""^^rdf:HTML ; + rdfs:label "Leave action" ; + rdfs:subClassOf schema:InteractAction ; + sh:property schema:LeaveAction-event ; +. +schema:LeaveAction-event + a sh:PropertyShape ; + sh:path schema:event ; + sh:class schema:Event ; + sh:description "Upcoming or past event associated with this place, organization, or action."^^rdf:HTML ; + sh:name "event" ; +. +schema:LeftHandDriving + a schema:SteeringPositionValue ; + rdfs:comment "The steering position is on the left side of the vehicle (viewed from the main direction of driving)." ; + rdfs:label "Left hand driving" ; +. +schema:LegalForceStatus + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "A list of possible statuses for the legal force of a legislation."^^rdf:HTML ; + rdfs:label "Legal force status" ; + rdfs:subClassOf schema:Enumeration ; + ; +. +schema:LegalService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.

+ +As a LocalBusiness it can be described as a provider of one or more Service(s)."""^^rdf:HTML ; + rdfs:label "Legal service" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:LegalValueLevel + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "A list of possible levels for the legal validity of a legislation."^^rdf:HTML ; + rdfs:label "Legal value level" ; + rdfs:subClassOf schema:Enumeration ; + ; +. +schema:Legislation + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article)."^^rdf:HTML ; + rdfs:label "Legislation" ; + rdfs:subClassOf schema:CreativeWork ; + ; + ; + sh:property schema:Legislation-legislationApplies ; + sh:property schema:Legislation-legislationChanges ; + sh:property schema:Legislation-legislationConsolidates ; + sh:property schema:Legislation-legislationDate ; + sh:property schema:Legislation-legislationDateVersion ; + sh:property schema:Legislation-legislationIdentifier ; + sh:property schema:Legislation-legislationJurisdiction ; + sh:property schema:Legislation-legislationLegalForce ; + sh:property schema:Legislation-legislationPassedBy ; + sh:property schema:Legislation-legislationResponsible ; + sh:property schema:Legislation-legislationTransposes ; + sh:property schema:Legislation-legislationType ; +. +schema:Legislation-legislationApplies + a sh:PropertyShape ; + sh:path schema:legislationApplies ; + sh:class schema:Legislation ; + sh:description "Indicates that this legislation (or part of a legislation) somehow transfers another legislation in a different legislative context. This is an informative link, and it has no legal value. For legally-binding links of transposition, use the legislationTransposes property. For example an informative consolidated law of a European Union's member state \"applies\" the consolidated version of the European Directive implemented in it."^^rdf:HTML ; + sh:name "legislationApplies" ; +. +schema:Legislation-legislationChanges + a sh:PropertyShape ; + sh:path schema:legislationChanges ; + sh:class schema:Legislation ; + sh:description "Another legislation that this legislation changes. This encompasses the notions of amendment, replacement, correction, repeal, or other types of change. This may be a direct change (textual or non-textual amendment) or a consequential or indirect change. The property is to be used to express the existence of a change relationship between two acts rather than the existence of a consolidated version of the text that shows the result of the change. For consolidation relationships, use the legislationConsolidates property."^^rdf:HTML ; + sh:name "legislationChanges" ; +. +schema:Legislation-legislationConsolidates + a sh:PropertyShape ; + sh:path schema:legislationConsolidates ; + sh:class schema:Legislation ; + sh:description "Indicates another legislation taken into account in this consolidated legislation (which is usually the product of an editorial process that revises the legislation). This property should be used multiple times to refer to both the original version or the previous consolidated version, and to the legislations making the change."^^rdf:HTML ; + sh:name "legislationConsolidates" ; +. +schema:Legislation-legislationDate + a sh:PropertyShape ; + sh:path schema:legislationDate ; + sh:datatype xsd:date ; + sh:description "The date of adoption or signature of the legislation. This is the date at which the text is officially aknowledged to be a legislation, even though it might not even be published or in force."^^rdf:HTML ; + sh:name "legislationDate" ; +. +schema:Legislation-legislationDateVersion + a sh:PropertyShape ; + sh:path schema:legislationDateVersion ; + sh:datatype xsd:date ; + sh:description "The point-in-time at which the provided description of the legislation is valid (e.g. : when looking at the law on the 2016-04-07 (= dateVersion), I get the consolidation of 2015-04-12 of the \"National Insurance Contributions Act 2015\")"^^rdf:HTML ; + sh:name "legislationDateVersion" ; +. +schema:Legislation-legislationIdentifier + a sh:PropertyShape ; + sh:path schema:legislationIdentifier ; + sh:description "An identifier for the legislation. This can be either a string-based identifier, like the CELEX at EU level or the NOR in France, or a web-based, URL/URI identifier, like an ELI (European Legislation Identifier) or an URN-Lex."^^rdf:HTML ; + sh:name "legislationIdentifier" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Legislation-legislationJurisdiction + a sh:PropertyShape ; + sh:path schema:legislationJurisdiction ; + sh:description "The jurisdiction from which the legislation originates."^^rdf:HTML ; + sh:name "legislationJurisdiction" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Legislation-legislationLegalForce + a sh:PropertyShape ; + sh:path schema:legislationLegalForce ; + sh:class schema:LegalForceStatus ; + sh:description "Whether the legislation is currently in force, not in force, or partially in force."^^rdf:HTML ; + sh:name "legislationLegalForce" ; +. +schema:Legislation-legislationPassedBy + a sh:PropertyShape ; + sh:path schema:legislationPassedBy ; + sh:description "The person or organization that originally passed or made the law : typically parliament (for primary legislation) or government (for secondary legislation). This indicates the \"legal author\" of the law, as opposed to its physical author."^^rdf:HTML ; + sh:name "legislationPassedBy" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Legislation-legislationResponsible + a sh:PropertyShape ; + sh:path schema:legislationResponsible ; + sh:description "An individual or organization that has some kind of responsibility for the legislation. Typically the ministry who is/was in charge of elaborating the legislation, or the adressee for potential questions about the legislation once it is published."^^rdf:HTML ; + sh:name "legislationResponsible" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Legislation-legislationTransposes + a sh:PropertyShape ; + sh:path schema:legislationTransposes ; + sh:class schema:Legislation ; + sh:description "Indicates that this legislation (or part of legislation) fulfills the objectives set by another legislation, by passing appropriate implementation measures. Typically, some legislations of European Union's member states or regions transpose European Directives. This indicates a legally binding link between the 2 legislations."^^rdf:HTML ; + sh:name "legislationTransposes" ; +. +schema:Legislation-legislationType + a sh:PropertyShape ; + sh:path schema:legislationType ; + sh:description "The type of the legislation. Examples of values are \"law\", \"act\", \"directive\", \"decree\", \"regulation\", \"statutory instrument\", \"loi organique\", \"règlement grand-ducal\", etc., depending on the country."^^rdf:HTML ; + sh:name "legislationType" ; + sh:or ( + [ + sh:class schema:CategoryCode ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:LegislationObject + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version."^^rdf:HTML ; + rdfs:label "Legislation object" ; + rdfs:subClassOf schema:Legislation ; + rdfs:subClassOf schema:MediaObject ; + ; + sh:property schema:LegislationObject-legislationLegalValue ; +. +schema:LegislationObject-legislationLegalValue + a sh:PropertyShape ; + sh:path schema:legislationLegalValue ; + sh:class schema:LegalValueLevel ; + sh:description "The legal value of this legislation file. The same legislation can be written in multiple files with different legal values. Typically a digitally signed PDF have a \"stronger\" legal value than the HTML file of the same act."^^rdf:HTML ; + sh:name "legislationLegalValue" ; +. +schema:LegislativeBuilding + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A legislative building—for example, the state capitol."^^rdf:HTML ; + rdfs:label "Legislative building" ; + rdfs:subClassOf schema:GovernmentBuilding ; +. +schema:LeisureTimeActivity + a schema:PhysicalActivityCategory ; + schema:isPartOf ; + rdfs:comment "Any physical activity engaged in for recreational purposes. Examples may include ballroom dancing, roller skating, canoeing, fishing, etc." ; + rdfs:label "Leisure time activity" ; +. +schema:LendAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.

+ +Related actions:

+ + +"""^^rdf:HTML ; + rdfs:label "Lend action" ; + rdfs:subClassOf schema:TransferAction ; + sh:property schema:LendAction-borrower ; +. +schema:LendAction-borrower + a sh:PropertyShape ; + sh:path schema:borrower ; + sh:class schema:Person ; + sh:description "A sub property of participant. The person that borrows the object being lent."^^rdf:HTML ; + sh:name "borrower" ; +. +schema:Library + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A library."^^rdf:HTML ; + rdfs:label "Library" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:LibrarySystem + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1495" ; + schema:isPartOf ; + rdfs:comment "A LibrarySystem is a collaborative system amongst several libraries."^^rdf:HTML ; + rdfs:label "Library system" ; + rdfs:subClassOf schema:Organization ; +. +schema:LifestyleModification + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition."^^rdf:HTML ; + rdfs:label "Lifestyle modification" ; + rdfs:subClassOf schema:MedicalEntity ; +. +schema:Ligament + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A short band of tough, flexible, fibrous connective tissue that functions to connect multiple bones, cartilages, and structurally support joints."^^rdf:HTML ; + rdfs:label "Ligament" ; + rdfs:subClassOf schema:AnatomicalStructure ; +. +schema:LikeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants."^^rdf:HTML ; + rdfs:label "Like action" ; + rdfs:subClassOf schema:ReactAction ; +. +schema:LimitedAvailability + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item has limited availability." ; + rdfs:label "Limited availability" ; +. +schema:LinkRole + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1045" ; + schema:isPartOf ; + rdfs:comment "A Role that represents a Web link e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds."^^rdf:HTML ; + rdfs:label "Link role" ; + rdfs:subClassOf schema:Role ; + sh:property schema:LinkRole-inLanguage ; + sh:property schema:LinkRole-linkRelationship ; +. +schema:LinkRole-inLanguage + a sh:PropertyShape ; + sh:path schema:inLanguage ; + sh:description "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."^^rdf:HTML ; + sh:name "inLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:LinkRole-linkRelationship + a sh:PropertyShape ; + sh:path schema:linkRelationship ; + sh:datatype xsd:string ; + sh:description "Indicates the relationship type of a Web link."^^rdf:HTML ; + sh:name "linkRelationship" ; +. +schema:LiquorStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits."^^rdf:HTML ; + rdfs:label "Liquor store" ; + rdfs:subClassOf schema:Store ; +. +schema:ListItem + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An list item, e.g. a step in a checklist or how-to description."^^rdf:HTML ; + rdfs:label "List item" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:ListItem-item ; + sh:property schema:ListItem-nextItem ; + sh:property schema:ListItem-position ; + sh:property schema:ListItem-previousItem ; +. +schema:ListItem-item + a sh:PropertyShape ; + sh:path schema:item ; + sh:class schema:Thing ; + sh:description "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’."^^rdf:HTML ; + sh:name "item" ; +. +schema:ListItem-nextItem + a sh:PropertyShape ; + sh:path schema:nextItem ; + sh:class schema:ListItem ; + sh:description "A link to the ListItem that follows the current one."^^rdf:HTML ; + sh:name "nextItem" ; +. +schema:ListItem-position + a sh:PropertyShape ; + sh:path schema:position ; + sh:description "The position of an item in a series or sequence of items."^^rdf:HTML ; + sh:name "position" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ListItem-previousItem + a sh:PropertyShape ; + sh:path schema:previousItem ; + sh:class schema:ListItem ; + sh:description "A link to the ListItem that preceeds the current one."^^rdf:HTML ; + sh:name "previousItem" ; +. +schema:ListenAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of consuming audio content."^^rdf:HTML ; + rdfs:label "Listen action" ; + rdfs:subClassOf schema:ConsumeAction ; +. +schema:LiteraryEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Literary event."^^rdf:HTML ; + rdfs:label "Literary event" ; + rdfs:subClassOf schema:Event ; +. +schema:LiveAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "LiveAlbum." ; + rdfs:label "Live album" ; +. +schema:LiveBlogPosting + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates."^^rdf:HTML ; + rdfs:label "Live blog posting" ; + rdfs:subClassOf schema:BlogPosting ; + sh:property schema:LiveBlogPosting-coverageEndTime ; + sh:property schema:LiveBlogPosting-coverageStartTime ; + sh:property schema:LiveBlogPosting-liveBlogUpdate ; +. +schema:LiveBlogPosting-coverageEndTime + a sh:PropertyShape ; + sh:path schema:coverageEndTime ; + sh:datatype xsd:dateTime ; + sh:description "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes."^^rdf:HTML ; + sh:name "coverageEndTime" ; +. +schema:LiveBlogPosting-coverageStartTime + a sh:PropertyShape ; + sh:path schema:coverageStartTime ; + sh:datatype xsd:dateTime ; + sh:description "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins."^^rdf:HTML ; + sh:name "coverageStartTime" ; +. +schema:LiveBlogPosting-liveBlogUpdate + a sh:PropertyShape ; + sh:path schema:liveBlogUpdate ; + sh:class schema:BlogPosting ; + sh:description "An update to the LiveBlog."^^rdf:HTML ; + sh:name "liveBlogUpdate" ; +. +schema:LoanOrCredit + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A financial product for the loaning of an amount of money under agreed terms and charges."^^rdf:HTML ; + rdfs:label "Loan or credit" ; + rdfs:subClassOf schema:FinancialProduct ; + sh:property schema:LoanOrCredit-amount ; + sh:property schema:LoanOrCredit-currency ; + sh:property schema:LoanOrCredit-gracePeriod ; + sh:property schema:LoanOrCredit-loanRepaymentForm ; + sh:property schema:LoanOrCredit-loanTerm ; + sh:property schema:LoanOrCredit-loanType ; + sh:property schema:LoanOrCredit-recourseLoan ; + sh:property schema:LoanOrCredit-renegotiableLoan ; + sh:property schema:LoanOrCredit-requiredCollateral ; +. +schema:LoanOrCredit-amount + a sh:PropertyShape ; + sh:path schema:amount ; + sh:description "The amount of money."^^rdf:HTML ; + sh:name "amount" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:LoanOrCredit-currency + a sh:PropertyShape ; + sh:path schema:currency ; + sh:datatype xsd:string ; + sh:description "The currency in which the monetary amount is expressed (in 3-letter ISO 4217 format)."^^rdf:HTML ; + sh:description """The currency in which the monetary amount is expressed.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "currency" ; +. +schema:LoanOrCredit-gracePeriod + a sh:PropertyShape ; + sh:path schema:gracePeriod ; + sh:datatype xsd:duration ; + sh:description "The period of time after any due date that the borrower has to fulfil its obligations before a default (failure to pay) is deemed to have occurred."^^rdf:HTML ; + sh:name "gracePeriod" ; +. +schema:LoanOrCredit-loanRepaymentForm + a sh:PropertyShape ; + sh:path schema:loanRepaymentForm ; + sh:class schema:RepaymentSpecification ; + sh:description "A form of paying back money previously borrowed from a lender. Repayment usually takes the form of periodic payments that normally include part principal plus interest in each payment."^^rdf:HTML ; + sh:name "loanRepaymentForm" ; +. +schema:LoanOrCredit-loanTerm + a sh:PropertyShape ; + sh:path schema:loanTerm ; + sh:class schema:QuantitativeValue ; + sh:description "The duration of the loan or credit agreement."^^rdf:HTML ; + sh:name "loanTerm" ; +. +schema:LoanOrCredit-loanType + a sh:PropertyShape ; + sh:path schema:loanType ; + sh:description "The type of a loan or credit."^^rdf:HTML ; + sh:name "loanType" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:LoanOrCredit-recourseLoan + a sh:PropertyShape ; + sh:path schema:recourseLoan ; + sh:datatype xsd:boolean ; + sh:description "The only way you get the money back in the event of default is the security. Recourse is where you still have the opportunity to go back to the borrower for the rest of the money."^^rdf:HTML ; + sh:name "recourseLoan" ; +. +schema:LoanOrCredit-renegotiableLoan + a sh:PropertyShape ; + sh:path schema:renegotiableLoan ; + sh:datatype xsd:boolean ; + sh:description "Whether the terms for payment of interest can be renegotiated during the life of the loan."^^rdf:HTML ; + sh:name "renegotiableLoan" ; +. +schema:LoanOrCredit-requiredCollateral + a sh:PropertyShape ; + sh:path schema:requiredCollateral ; + sh:description "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)"^^rdf:HTML ; + sh:name "requiredCollateral" ; + sh:or ( + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:LocalBusiness + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."^^rdf:HTML ; + rdfs:label "Local business" ; + rdfs:subClassOf schema:Organization ; + rdfs:subClassOf schema:Place ; + ; + sh:property schema:LocalBusiness-branchOf ; + sh:property schema:LocalBusiness-currenciesAccepted ; + sh:property schema:LocalBusiness-openingHours ; + sh:property schema:LocalBusiness-paymentAccepted ; + sh:property schema:LocalBusiness-priceRange ; +. +schema:LocalBusiness-branchOf + a sh:PropertyShape ; + sh:path schema:branchOf ; + sh:class schema:Organization ; + sh:description "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)branch."^^rdf:HTML ; + sh:name "branchOf" ; +. +schema:LocalBusiness-currenciesAccepted + a sh:PropertyShape ; + sh:path schema:currenciesAccepted ; + sh:datatype xsd:string ; + sh:description """The currency accepted.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "currenciesAccepted" ; +. +schema:LocalBusiness-openingHours + a sh:PropertyShape ; + sh:path schema:openingHours ; + sh:datatype xsd:string ; + sh:description """The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.

+ +
    +
  • Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.
  • +
  • Times are specified using 24:00 time. For example, 3pm is specified as 15:00.
  • +
  • Here is an example: <time itemprop=\"openingHours\" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>.
  • +
  • If a business is open 7 days a week, then it can be specified as <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>.
  • +
+"""^^rdf:HTML ; + sh:name "openingHours" ; +. +schema:LocalBusiness-paymentAccepted + a sh:PropertyShape ; + sh:path schema:paymentAccepted ; + sh:datatype xsd:string ; + sh:description "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc."^^rdf:HTML ; + sh:name "paymentAccepted" ; +. +schema:LocalBusiness-priceRange + a sh:PropertyShape ; + sh:path schema:priceRange ; + sh:datatype xsd:string ; + sh:description "The price range of the business, for example $$$."^^rdf:HTML ; + sh:name "priceRange" ; +. +schema:LocationFeatureSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality."^^rdf:HTML ; + rdfs:label "Location feature specification" ; + rdfs:subClassOf schema:PropertyValue ; + sh:property schema:LocationFeatureSpecification-hoursAvailable ; + sh:property schema:LocationFeatureSpecification-validFrom ; + sh:property schema:LocationFeatureSpecification-validThrough ; +. +schema:LocationFeatureSpecification-hoursAvailable + a sh:PropertyShape ; + sh:path schema:hoursAvailable ; + sh:class schema:OpeningHoursSpecification ; + sh:description "The hours during which this service or contact is available."^^rdf:HTML ; + sh:name "hoursAvailable" ; +. +schema:LocationFeatureSpecification-validFrom + a sh:PropertyShape ; + sh:path schema:validFrom ; + sh:datatype xsd:dateTime ; + sh:description "The date when the item becomes valid."^^rdf:HTML ; + sh:name "validFrom" ; +. +schema:LocationFeatureSpecification-validThrough + a sh:PropertyShape ; + sh:path schema:validThrough ; + sh:datatype xsd:dateTime ; + sh:description "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."^^rdf:HTML ; + sh:name "validThrough" ; +. +schema:LockerDelivery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A DeliveryMethod in which an item is made available via locker."^^rdf:HTML ; + rdfs:label "Locker delivery" ; + rdfs:subClassOf schema:DeliveryMethod ; +. +schema:Locksmith + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A locksmith."^^rdf:HTML ; + rdfs:label "Locksmith" ; + rdfs:subClassOf schema:HomeAndConstructionBusiness ; +. +schema:LodgingBusiness + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A lodging business, such as a motel, hotel, or inn."^^rdf:HTML ; + rdfs:label "Lodging business" ; + rdfs:subClassOf schema:LocalBusiness ; + sh:property schema:LodgingBusiness-amenityFeature ; + sh:property schema:LodgingBusiness-audience ; + sh:property schema:LodgingBusiness-availableLanguage ; + sh:property schema:LodgingBusiness-checkinTime ; + sh:property schema:LodgingBusiness-checkoutTime ; + sh:property schema:LodgingBusiness-petsAllowed ; + sh:property schema:LodgingBusiness-starRating ; +. +schema:LodgingBusiness-amenityFeature + a sh:PropertyShape ; + sh:path schema:amenityFeature ; + sh:class schema:LocationFeatureSpecification ; + sh:description "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs."^^rdf:HTML ; + sh:name "amenityFeature" ; +. +schema:LodgingBusiness-audience + a sh:PropertyShape ; + sh:path schema:audience ; + sh:class schema:Audience ; + sh:description "An intended audience, i.e. a group for whom something was created."^^rdf:HTML ; + sh:name "audience" ; +. +schema:LodgingBusiness-availableLanguage + a sh:PropertyShape ; + sh:path schema:availableLanguage ; + sh:description "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage"^^rdf:HTML ; + sh:name "availableLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:LodgingBusiness-checkinTime + a sh:PropertyShape ; + sh:path schema:checkinTime ; + sh:datatype xsd:dateTime ; + sh:description "The earliest someone may check into a lodging establishment."^^rdf:HTML ; + sh:name "checkinTime" ; +. +schema:LodgingBusiness-checkoutTime + a sh:PropertyShape ; + sh:path schema:checkoutTime ; + sh:datatype xsd:dateTime ; + sh:description "The latest someone may check out of a lodging establishment."^^rdf:HTML ; + sh:name "checkoutTime" ; +. +schema:LodgingBusiness-petsAllowed + a sh:PropertyShape ; + sh:path schema:petsAllowed ; + sh:description "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value."^^rdf:HTML ; + sh:name "petsAllowed" ; + sh:or ( + [ + sh:datatype xsd:boolean ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:LodgingBusiness-starRating + a sh:PropertyShape ; + sh:path schema:starRating ; + sh:class schema:Rating ; + sh:description "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars)."^^rdf:HTML ; + sh:name "starRating" ; +. +schema:LodgingReservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A reservation for lodging at a hotel, motel, inn, etc.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations."""^^rdf:HTML ; + rdfs:label "Lodging reservation" ; + rdfs:subClassOf schema:Reservation ; + sh:property schema:LodgingReservation-checkinTime ; + sh:property schema:LodgingReservation-checkoutTime ; + sh:property schema:LodgingReservation-lodgingUnitDescription ; + sh:property schema:LodgingReservation-lodgingUnitType ; + sh:property schema:LodgingReservation-numAdults ; + sh:property schema:LodgingReservation-numChildren ; +. +schema:LodgingReservation-checkinTime + a sh:PropertyShape ; + sh:path schema:checkinTime ; + sh:datatype xsd:dateTime ; + sh:description "The earliest someone may check into a lodging establishment."^^rdf:HTML ; + sh:name "checkinTime" ; +. +schema:LodgingReservation-checkoutTime + a sh:PropertyShape ; + sh:path schema:checkoutTime ; + sh:datatype xsd:dateTime ; + sh:description "The latest someone may check out of a lodging establishment."^^rdf:HTML ; + sh:name "checkoutTime" ; +. +schema:LodgingReservation-lodgingUnitDescription + a sh:PropertyShape ; + sh:path schema:lodgingUnitDescription ; + sh:datatype xsd:string ; + sh:description "A full description of the lodging unit."^^rdf:HTML ; + sh:name "lodgingUnitDescription" ; +. +schema:LodgingReservation-lodgingUnitType + a sh:PropertyShape ; + sh:path schema:lodgingUnitType ; + sh:description "Textual description of the unit type (including suite vs. room, size of bed, etc.)."^^rdf:HTML ; + sh:name "lodgingUnitType" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:LodgingReservation-numAdults + a sh:PropertyShape ; + sh:path schema:numAdults ; + sh:description "The number of adults staying in the unit."^^rdf:HTML ; + sh:name "numAdults" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:integer ; + ] + ) ; +. +schema:LodgingReservation-numChildren + a sh:PropertyShape ; + sh:path schema:numChildren ; + sh:description "The number of children staying in the unit."^^rdf:HTML ; + sh:name "numChildren" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:integer ; + ] + ) ; +. +schema:Longitudinal + a schema:MedicalObservationalStudyDesign ; + schema:isPartOf ; + rdfs:comment "Unlike cross-sectional studies, longitudinal studies track the same people, and therefore the differences observed in those people are less likely to be the result of cultural differences across generations. Longitudinal studies are also used in medicine to uncover predictors of certain diseases." ; + rdfs:label "Longitudinal" ; +. +schema:LoseAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of being defeated in a competitive activity."^^rdf:HTML ; + rdfs:label "Lose action" ; + rdfs:subClassOf schema:AchieveAction ; + sh:property schema:LoseAction-winner ; +. +schema:LoseAction-winner + a sh:PropertyShape ; + sh:path schema:winner ; + sh:class schema:Person ; + sh:description "A sub property of participant. The winner of the action."^^rdf:HTML ; + sh:name "winner" ; +. +schema:LowCalorieDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet focused on reduced calorie intake." ; + rdfs:label "Low calorie diet" ; +. +schema:LowFatDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet focused on reduced fat and cholesterol intake." ; + rdfs:label "Low fat diet" ; +. +schema:LowLactoseDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet appropriate for people with lactose intolerance." ; + rdfs:label "Low lactose diet" ; +. +schema:LowSaltDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet focused on reduced sodium intake." ; + rdfs:label "Low salt diet" ; +. +schema:Lung + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Lung and respiratory system clinical examination." ; + rdfs:label "Lung" ; +. +schema:LymphaticVessel + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A type of blood vessel that specifically carries lymph fluid unidirectionally toward the heart."^^rdf:HTML ; + rdfs:label "Lymphatic vessel" ; + rdfs:subClassOf schema:Vessel ; + sh:property schema:LymphaticVessel-originatesFrom ; + sh:property schema:LymphaticVessel-regionDrained ; + sh:property schema:LymphaticVessel-runsTo ; +. +schema:LymphaticVessel-originatesFrom + a sh:PropertyShape ; + sh:path schema:originatesFrom ; + sh:class schema:Vessel ; + sh:description "The vasculature the lymphatic structure originates, or afferents, from."^^rdf:HTML ; + sh:name "originatesFrom" ; +. +schema:LymphaticVessel-regionDrained + a sh:PropertyShape ; + sh:path schema:regionDrained ; + sh:description "The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ."^^rdf:HTML ; + sh:name "regionDrained" ; + sh:or ( + [ + sh:class schema:AnatomicalStructure ; + ] + [ + sh:class schema:AnatomicalSystem ; + ] + ) ; +. +schema:LymphaticVessel-runsTo + a sh:PropertyShape ; + sh:path schema:runsTo ; + sh:class schema:Vessel ; + sh:description "The vasculature the lymphatic structure runs, or efferents, to."^^rdf:HTML ; + sh:name "runsTo" ; +. +schema:MRI + a schema:MedicalImagingTechnique ; + schema:isPartOf ; + rdfs:comment "Magnetic resonance imaging." ; + rdfs:label "MRI" ; +. +schema:Male + a schema:GenderType ; + rdfs:comment "The male gender." ; + rdfs:label "Male" ; +. +schema:Map + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A map."^^rdf:HTML ; + rdfs:label "Map" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Map-mapType ; +. +schema:Map-mapType + a sh:PropertyShape ; + sh:path schema:mapType ; + sh:class schema:MapCategoryType ; + sh:description "Indicates the kind of Map, from the MapCategoryType Enumeration."^^rdf:HTML ; + sh:name "mapType" ; +. +schema:MapCategoryType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An enumeration of several kinds of Map."^^rdf:HTML ; + rdfs:label "Map category type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:MarryAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of marrying a person."^^rdf:HTML ; + rdfs:label "Marry action" ; + rdfs:subClassOf schema:InteractAction ; +. +schema:Mass + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'."^^rdf:HTML ; + rdfs:label "Mass" ; + rdfs:subClassOf schema:Quantity ; +. +schema:MaximumDoseSchedule + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "The maximum dosing schedule considered safe for a drug or supplement as recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity."^^rdf:HTML ; + rdfs:label "Maximum dose schedule" ; + rdfs:subClassOf schema:DoseSchedule ; +. +schema:MediaObject + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)."^^rdf:HTML ; + rdfs:label "Media object" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:MediaObject-associatedArticle ; + sh:property schema:MediaObject-bitrate ; + sh:property schema:MediaObject-contentSize ; + sh:property schema:MediaObject-contentUrl ; + sh:property schema:MediaObject-duration ; + sh:property schema:MediaObject-embedUrl ; + sh:property schema:MediaObject-encodesCreativeWork ; + sh:property schema:MediaObject-encodingFormat ; + sh:property schema:MediaObject-height ; + sh:property schema:MediaObject-playerType ; + sh:property schema:MediaObject-productionCompany ; + sh:property schema:MediaObject-regionsAllowed ; + sh:property schema:MediaObject-requiresSubscription ; + sh:property schema:MediaObject-uploadDate ; + sh:property schema:MediaObject-width ; +. +schema:MediaObject-associatedArticle + a sh:PropertyShape ; + sh:path schema:associatedArticle ; + sh:class schema:NewsArticle ; + sh:description "A NewsArticle associated with the Media Object."^^rdf:HTML ; + sh:name "associatedArticle" ; +. +schema:MediaObject-bitrate + a sh:PropertyShape ; + sh:path schema:bitrate ; + sh:datatype xsd:string ; + sh:description "The bitrate of the media object."^^rdf:HTML ; + sh:name "bitrate" ; +. +schema:MediaObject-contentSize + a sh:PropertyShape ; + sh:path schema:contentSize ; + sh:datatype xsd:string ; + sh:description "File size in (mega/kilo) bytes."^^rdf:HTML ; + sh:name "contentSize" ; +. +schema:MediaObject-contentUrl + a sh:PropertyShape ; + sh:path schema:contentUrl ; + sh:description "Actual bytes of the media object, for example the image file or video file."^^rdf:HTML ; + sh:name "contentUrl" ; + sh:nodeKind sh:IRI ; +. +schema:MediaObject-duration + a sh:PropertyShape ; + sh:path schema:duration ; + sh:datatype xsd:duration ; + sh:description "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."^^rdf:HTML ; + sh:name "duration" ; +. +schema:MediaObject-embedUrl + a sh:PropertyShape ; + sh:path schema:embedUrl ; + sh:description "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag."^^rdf:HTML ; + sh:name "embedUrl" ; + sh:nodeKind sh:IRI ; +. +schema:MediaObject-encodesCreativeWork + a sh:PropertyShape ; + sh:path schema:encodesCreativeWork ; + sh:class schema:CreativeWork ; + sh:description "The CreativeWork encoded by this media object."^^rdf:HTML ; + sh:name "encodesCreativeWork" ; +. +schema:MediaObject-encodingFormat + a sh:PropertyShape ; + sh:path schema:encodingFormat ; + sh:description """Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).

+ +In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

+ +Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."""^^rdf:HTML ; + sh:name "encodingFormat" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MediaObject-height + a sh:PropertyShape ; + sh:path schema:height ; + sh:description "The height of the item."^^rdf:HTML ; + sh:name "height" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MediaObject-playerType + a sh:PropertyShape ; + sh:path schema:playerType ; + sh:datatype xsd:string ; + sh:description "Player type required—for example, Flash or Silverlight."^^rdf:HTML ; + sh:name "playerType" ; +. +schema:MediaObject-productionCompany + a sh:PropertyShape ; + sh:path schema:productionCompany ; + sh:class schema:Organization ; + sh:description "The production company or studio responsible for the item e.g. series, video game, episode etc."^^rdf:HTML ; + sh:name "productionCompany" ; +. +schema:MediaObject-regionsAllowed + a sh:PropertyShape ; + sh:path schema:regionsAllowed ; + sh:class schema:Place ; + sh:description "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format."^^rdf:HTML ; + sh:name "regionsAllowed" ; +. +schema:MediaObject-requiresSubscription + a sh:PropertyShape ; + sh:path schema:requiresSubscription ; + sh:description "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')."^^rdf:HTML ; + sh:name "requiresSubscription" ; + sh:or ( + [ + sh:class schema:MediaSubscription ; + ] + [ + sh:datatype xsd:boolean ; + ] + ) ; +. +schema:MediaObject-uploadDate + a sh:PropertyShape ; + sh:path schema:uploadDate ; + sh:datatype xsd:date ; + sh:description "Date when this media object was uploaded to this site."^^rdf:HTML ; + sh:name "uploadDate" ; +. +schema:MediaObject-width + a sh:PropertyShape ; + sh:path schema:width ; + sh:description "The width of the item."^^rdf:HTML ; + sh:name "width" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MediaSubscription + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1741" ; + schema:isPartOf ; + rdfs:comment "A subscription which allows a user to access media including audio, video, books, etc."^^rdf:HTML ; + rdfs:label "Media subscription" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:MediaSubscription-authenticator ; + sh:property schema:MediaSubscription-expectsAcceptanceOf ; +. +schema:MediaSubscription-authenticator + a sh:PropertyShape ; + sh:path schema:authenticator ; + sh:class schema:Organization ; + sh:description "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media."^^rdf:HTML ; + sh:name "authenticator" ; +. +schema:MediaSubscription-expectsAcceptanceOf + a sh:PropertyShape ; + sh:path schema:expectsAcceptanceOf ; + sh:class schema:Offer ; + sh:description "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it."^^rdf:HTML ; + sh:name "expectsAcceptanceOf" ; +. +schema:MedicalAudience + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Target audiences for medical web pages. Enumerated type."^^rdf:HTML ; + rdfs:label "Medical audience" ; + rdfs:subClassOf schema:Audience ; + rdfs:subClassOf schema:MedicalEnumeration ; + rdfs:subClassOf schema:PeopleAudience ; +. +schema:MedicalBusiness + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include differents business run by health professionals."^^rdf:HTML ; + rdfs:label "Medical business" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:MedicalCause + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "The causative agent(s) that are responsible for the pathophysiologic process that eventually results in a medical condition, symptom or sign. In this schema, unless otherwise specified this is meant to be the proximate cause of the medical condition, symptom or sign. The proximate cause is defined as the causative agent that most directly results in the medical condition, symptom or sign. For example, the HIV virus could be considered a cause of AIDS. Or in a diagnostic context, if a patient fell and sustained a hip fracture and two days later sustained a pulmonary embolism which eventuated in a cardiac arrest, the cause of the cardiac arrest (the proximate cause) would be the pulmonary embolism and not the fall. Medical causes can include cardiovascular, chemical, dermatologic, endocrine, environmental, gastroenterologic, genetic, hematologic, gynecologic, iatrogenic, infectious, musculoskeletal, neurologic, nutritional, obstetric, oncologic, otolaryngologic, pharmacologic, psychiatric, pulmonary, renal, rheumatologic, toxic, traumatic, or urologic causes; medical conditions can be causes as well."^^rdf:HTML ; + rdfs:label "Medical cause" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:MedicalCause-causeOf ; +. +schema:MedicalCause-causeOf + a sh:PropertyShape ; + sh:path schema:causeOf ; + sh:class schema:MedicalEntity ; + sh:description "The condition, complication, symptom, sign, etc. caused."^^rdf:HTML ; + sh:name "causeOf" ; +. +schema:MedicalClinic + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A facility, often associated with a hospital or medical school, that is devoted to the specific diagnosis and/or healthcare. Previously limited to outpatients but with evolution it may be open to inpatients as well."^^rdf:HTML ; + rdfs:label "Medical clinic" ; + rdfs:subClassOf schema:MedicalBusiness ; + rdfs:subClassOf schema:MedicalOrganization ; + sh:property schema:MedicalClinic-availableService ; + sh:property schema:MedicalClinic-medicalSpecialty ; +. +schema:MedicalClinic-availableService + a sh:PropertyShape ; + sh:path schema:availableService ; + sh:description "A medical service available from this provider."^^rdf:HTML ; + sh:name "availableService" ; + sh:or ( + [ + sh:class schema:MedicalProcedure ; + ] + [ + sh:class schema:MedicalTest ; + ] + [ + sh:class schema:MedicalTherapy ; + ] + ) ; +. +schema:MedicalClinic-medicalSpecialty + a sh:PropertyShape ; + sh:path schema:medicalSpecialty ; + sh:class schema:MedicalSpecialty ; + sh:description "A medical specialty of the provider."^^rdf:HTML ; + sh:name "medicalSpecialty" ; +. +schema:MedicalCode + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A code for a medical entity."^^rdf:HTML ; + rdfs:label "Medical code" ; + rdfs:subClassOf schema:CategoryCode ; + rdfs:subClassOf schema:MedicalIntangible ; + sh:property schema:MedicalCode-codeValue ; + sh:property schema:MedicalCode-codingSystem ; +. +schema:MedicalCode-codeValue + a sh:PropertyShape ; + sh:path schema:codeValue ; + sh:datatype xsd:string ; + sh:description "A short textual code that uniquely identifies the value."^^rdf:HTML ; + sh:name "codeValue" ; +. +schema:MedicalCode-codingSystem + a sh:PropertyShape ; + sh:path schema:codingSystem ; + sh:datatype xsd:string ; + sh:description "The coding system, e.g. 'ICD-10'."^^rdf:HTML ; + sh:name "codingSystem" ; +. +schema:MedicalCondition + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any condition of the human body that affects the normal functioning of a person, whether physically or mentally. Includes diseases, injuries, disabilities, disorders, syndromes, etc."^^rdf:HTML ; + rdfs:label "Medical condition" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:MedicalCondition-associatedAnatomy ; + sh:property schema:MedicalCondition-cause ; + sh:property schema:MedicalCondition-differentialDiagnosis ; + sh:property schema:MedicalCondition-drug ; + sh:property schema:MedicalCondition-epidemiology ; + sh:property schema:MedicalCondition-expectedPrognosis ; + sh:property schema:MedicalCondition-naturalProgression ; + sh:property schema:MedicalCondition-pathophysiology ; + sh:property schema:MedicalCondition-possibleComplication ; + sh:property schema:MedicalCondition-possibleTreatment ; + sh:property schema:MedicalCondition-primaryPrevention ; + sh:property schema:MedicalCondition-riskFactor ; + sh:property schema:MedicalCondition-secondaryPrevention ; + sh:property schema:MedicalCondition-signOrSymptom ; + sh:property schema:MedicalCondition-stage ; + sh:property schema:MedicalCondition-status ; + sh:property schema:MedicalCondition-subtype ; + sh:property schema:MedicalCondition-typicalTest ; +. +schema:MedicalCondition-associatedAnatomy + a sh:PropertyShape ; + sh:path schema:associatedAnatomy ; + sh:description "The anatomy of the underlying organ system or structures associated with this entity."^^rdf:HTML ; + sh:name "associatedAnatomy" ; + sh:or ( + [ + sh:class schema:AnatomicalStructure ; + ] + [ + sh:class schema:AnatomicalSystem ; + ] + [ + sh:class schema:SuperficialAnatomy ; + ] + ) ; +. +schema:MedicalCondition-cause + a sh:PropertyShape ; + sh:path schema:cause ; + sh:class schema:MedicalCause ; + sh:description "Specifying a cause of something in general. e.g in medicine , one of the causative agent(s) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence."^^rdf:HTML ; + sh:name "cause" ; +. +schema:MedicalCondition-differentialDiagnosis + a sh:PropertyShape ; + sh:path schema:differentialDiagnosis ; + sh:class schema:DDxElement ; + sh:description "One of a set of differential diagnoses for the condition. Specifically, a closely-related or competing diagnosis typically considered later in the cognitive process whereby this medical condition is distinguished from others most likely responsible for a similar collection of signs and symptoms to reach the most parsimonious diagnosis or diagnoses in a patient."^^rdf:HTML ; + sh:name "differentialDiagnosis" ; +. +schema:MedicalCondition-drug + a sh:PropertyShape ; + sh:path schema:drug ; + sh:class schema:Drug ; + sh:description "Specifying a drug or medicine used in a medication procedure"^^rdf:HTML ; + sh:name "drug" ; +. +schema:MedicalCondition-epidemiology + a sh:PropertyShape ; + sh:path schema:epidemiology ; + sh:datatype xsd:string ; + sh:description "The characteristics of associated patients, such as age, gender, race etc."^^rdf:HTML ; + sh:name "epidemiology" ; +. +schema:MedicalCondition-expectedPrognosis + a sh:PropertyShape ; + sh:path schema:expectedPrognosis ; + sh:datatype xsd:string ; + sh:description "The likely outcome in either the short term or long term of the medical condition."^^rdf:HTML ; + sh:name "expectedPrognosis" ; +. +schema:MedicalCondition-naturalProgression + a sh:PropertyShape ; + sh:path schema:naturalProgression ; + sh:datatype xsd:string ; + sh:description "The expected progression of the condition if it is not treated and allowed to progress naturally."^^rdf:HTML ; + sh:name "naturalProgression" ; +. +schema:MedicalCondition-pathophysiology + a sh:PropertyShape ; + sh:path schema:pathophysiology ; + sh:datatype xsd:string ; + sh:description "Changes in the normal mechanical, physical, and biochemical functions that are associated with this activity or condition."^^rdf:HTML ; + sh:name "pathophysiology" ; +. +schema:MedicalCondition-possibleComplication + a sh:PropertyShape ; + sh:path schema:possibleComplication ; + sh:datatype xsd:string ; + sh:description "A possible unexpected and unfavorable evolution of a medical condition. Complications may include worsening of the signs or symptoms of the disease, extension of the condition to other organ systems, etc."^^rdf:HTML ; + sh:name "possibleComplication" ; +. +schema:MedicalCondition-possibleTreatment + a sh:PropertyShape ; + sh:path schema:possibleTreatment ; + sh:class schema:MedicalTherapy ; + sh:description "A possible treatment to address this condition, sign or symptom."^^rdf:HTML ; + sh:name "possibleTreatment" ; +. +schema:MedicalCondition-primaryPrevention + a sh:PropertyShape ; + sh:path schema:primaryPrevention ; + sh:class schema:MedicalTherapy ; + sh:description "A preventative therapy used to prevent an initial occurrence of the medical condition, such as vaccination."^^rdf:HTML ; + sh:name "primaryPrevention" ; +. +schema:MedicalCondition-riskFactor + a sh:PropertyShape ; + sh:path schema:riskFactor ; + sh:class schema:MedicalRiskFactor ; + sh:description "A modifiable or non-modifiable factor that increases the risk of a patient contracting this condition, e.g. age, coexisting condition."^^rdf:HTML ; + sh:name "riskFactor" ; +. +schema:MedicalCondition-secondaryPrevention + a sh:PropertyShape ; + sh:path schema:secondaryPrevention ; + sh:class schema:MedicalTherapy ; + sh:description "A preventative therapy used to prevent reoccurrence of the medical condition after an initial episode of the condition."^^rdf:HTML ; + sh:name "secondaryPrevention" ; +. +schema:MedicalCondition-signOrSymptom + a sh:PropertyShape ; + sh:path schema:signOrSymptom ; + sh:class schema:MedicalSignOrSymptom ; + sh:description "A sign or symptom of this condition. Signs are objective or physically observable manifestations of the medical condition while symptoms are the subjective experience of the medical condition."^^rdf:HTML ; + sh:name "signOrSymptom" ; +. +schema:MedicalCondition-stage + a sh:PropertyShape ; + sh:path schema:stage ; + sh:class schema:MedicalConditionStage ; + sh:description "The stage of the condition, if applicable."^^rdf:HTML ; + sh:name "stage" ; +. +schema:MedicalCondition-status + a sh:PropertyShape ; + sh:path schema:status ; + sh:description "The status of the study (enumerated)."^^rdf:HTML ; + sh:name "status" ; + sh:or ( + [ + sh:class schema:EventStatusType ; + ] + [ + sh:class schema:MedicalStudyStatus ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalCondition-subtype + a sh:PropertyShape ; + sh:path schema:subtype ; + sh:datatype xsd:string ; + sh:description "A more specific type of the condition, where applicable, for example 'Type 1 Diabetes', 'Type 2 Diabetes', or 'Gestational Diabetes' for Diabetes."^^rdf:HTML ; + sh:name "subtype" ; +. +schema:MedicalCondition-typicalTest + a sh:PropertyShape ; + sh:path schema:typicalTest ; + sh:class schema:MedicalTest ; + sh:description "A medical test typically performed given this condition."^^rdf:HTML ; + sh:name "typicalTest" ; +. +schema:MedicalConditionStage + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A stage of a medical condition, such as 'Stage IIIa'."^^rdf:HTML ; + rdfs:label "Medical condition stage" ; + rdfs:subClassOf schema:MedicalIntangible ; + sh:property schema:MedicalConditionStage-stageAsNumber ; + sh:property schema:MedicalConditionStage-subStageSuffix ; +. +schema:MedicalConditionStage-stageAsNumber + a sh:PropertyShape ; + sh:path schema:stageAsNumber ; + sh:datatype xsd:float ; + sh:description "The stage represented as a number, e.g. 3."^^rdf:HTML ; + sh:name "stageAsNumber" ; +. +schema:MedicalConditionStage-subStageSuffix + a sh:PropertyShape ; + sh:path schema:subStageSuffix ; + sh:datatype xsd:string ; + sh:description "The substage, e.g. 'a' for Stage IIIa."^^rdf:HTML ; + sh:name "subStageSuffix" ; +. +schema:MedicalContraindication + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but that these risks may be outweighed by other considerations or mitigated by other measures)."^^rdf:HTML ; + rdfs:label "Medical contraindication" ; + rdfs:subClassOf schema:MedicalEntity ; +. +schema:MedicalDevice + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any object used in a medical capacity, such as to diagnose or treat a patient."^^rdf:HTML ; + rdfs:label "Medical device" ; + rdfs:subClassOf schema:MedicalEntity ; + owl:equivalentClass ; + sh:property schema:MedicalDevice-adverseOutcome ; + sh:property schema:MedicalDevice-contraindication ; + sh:property schema:MedicalDevice-indication ; + sh:property schema:MedicalDevice-postOp ; + sh:property schema:MedicalDevice-preOp ; + sh:property schema:MedicalDevice-procedure ; + sh:property schema:MedicalDevice-purpose ; + sh:property schema:MedicalDevice-seriousAdverseOutcome ; +. +schema:MedicalDevice-adverseOutcome + a sh:PropertyShape ; + sh:path schema:adverseOutcome ; + sh:class schema:MedicalEntity ; + sh:description "A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or is otherwise life-threatening or requires immediate medical attention), tag it as a seriouseAdverseOutcome instead."^^rdf:HTML ; + sh:name "adverseOutcome" ; +. +schema:MedicalDevice-contraindication + a sh:PropertyShape ; + sh:path schema:contraindication ; + sh:description "A contraindication for this therapy."^^rdf:HTML ; + sh:name "contraindication" ; + sh:or ( + [ + sh:class schema:MedicalContraindication ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalDevice-indication + a sh:PropertyShape ; + sh:path schema:indication ; + sh:class schema:MedicalIndication ; + sh:description "A factor that indicates use of this therapy for treatment and/or prevention of a condition, symptom, etc. For therapies such as drugs, indications can include both officially-approved indications as well as off-label uses. These can be distinguished by using the ApprovedIndication subtype of MedicalIndication."^^rdf:HTML ; + sh:name "indication" ; +. +schema:MedicalDevice-postOp + a sh:PropertyShape ; + sh:path schema:postOp ; + sh:datatype xsd:string ; + sh:description "A description of the postoperative procedures, care, and/or followups for this device."^^rdf:HTML ; + sh:name "postOp" ; +. +schema:MedicalDevice-preOp + a sh:PropertyShape ; + sh:path schema:preOp ; + sh:datatype xsd:string ; + sh:description "A description of the workup, testing, and other preparations required before implanting this device."^^rdf:HTML ; + sh:name "preOp" ; +. +schema:MedicalDevice-procedure + a sh:PropertyShape ; + sh:path schema:procedure ; + sh:datatype xsd:string ; + sh:description "A description of the procedure involved in setting up, using, and/or installing the device."^^rdf:HTML ; + sh:name "procedure" ; +. +schema:MedicalDevice-purpose + a sh:PropertyShape ; + sh:path schema:purpose ; + sh:description "A goal towards an action is taken. Can be concrete or abstract."^^rdf:HTML ; + sh:name "purpose" ; + sh:or ( + [ + sh:class schema:MedicalDevicePurpose ; + ] + [ + sh:class schema:Thing ; + ] + ) ; +. +schema:MedicalDevice-seriousAdverseOutcome + a sh:PropertyShape ; + sh:path schema:seriousAdverseOutcome ; + sh:class schema:MedicalEntity ; + sh:description "A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition."^^rdf:HTML ; + sh:name "seriousAdverseOutcome" ; +. +schema:MedicalDevicePurpose + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Categories of medical devices, organized by the purpose or intended use of the device."^^rdf:HTML ; + rdfs:label "Medical device purpose" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:MedicalEntity + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "The most generic type of entity related to health and the practice of medicine."^^rdf:HTML ; + rdfs:label "Medical entity" ; + rdfs:subClassOf schema:Thing ; + sh:property schema:MedicalEntity-code ; + sh:property schema:MedicalEntity-guideline ; + sh:property schema:MedicalEntity-legalStatus ; + sh:property schema:MedicalEntity-medicineSystem ; + sh:property schema:MedicalEntity-recognizingAuthority ; + sh:property schema:MedicalEntity-relevantSpecialty ; + sh:property schema:MedicalEntity-study ; +. +schema:MedicalEntity-code + a sh:PropertyShape ; + sh:path schema:code ; + sh:class schema:MedicalCode ; + sh:description "A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc."^^rdf:HTML ; + sh:name "code" ; +. +schema:MedicalEntity-guideline + a sh:PropertyShape ; + sh:path schema:guideline ; + sh:class schema:MedicalGuideline ; + sh:description "A medical guideline related to this entity."^^rdf:HTML ; + sh:name "guideline" ; +. +schema:MedicalEntity-legalStatus + a sh:PropertyShape ; + sh:path schema:legalStatus ; + sh:description "The drug or supplement's legal status, including any controlled substance schedules that apply."^^rdf:HTML ; + sh:name "legalStatus" ; + sh:or ( + [ + sh:class schema:DrugLegalStatus ; + ] + [ + sh:class schema:MedicalEnumeration ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalEntity-medicineSystem + a sh:PropertyShape ; + sh:path schema:medicineSystem ; + sh:class schema:MedicineSystem ; + sh:description "The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc."^^rdf:HTML ; + sh:name "medicineSystem" ; +. +schema:MedicalEntity-recognizingAuthority + a sh:PropertyShape ; + sh:path schema:recognizingAuthority ; + sh:class schema:Organization ; + sh:description "If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine."^^rdf:HTML ; + sh:name "recognizingAuthority" ; +. +schema:MedicalEntity-relevantSpecialty + a sh:PropertyShape ; + sh:path schema:relevantSpecialty ; + sh:class schema:MedicalSpecialty ; + sh:description "If applicable, a medical specialty in which this entity is relevant."^^rdf:HTML ; + sh:name "relevantSpecialty" ; +. +schema:MedicalEntity-study + a sh:PropertyShape ; + sh:path schema:study ; + sh:class schema:MedicalStudy ; + sh:description "A medical study or trial related to this entity."^^rdf:HTML ; + sh:name "study" ; +. +schema:MedicalEnumeration + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice."^^rdf:HTML ; + rdfs:label "Medical enumeration" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:MedicalEvidenceLevel + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Level of evidence for a medical guideline. Enumerated type."^^rdf:HTML ; + rdfs:label "Medical evidence level" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:MedicalGuideline + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any recommendation made by a standard society (e.g. ACC/AHA) or consensus statement that denotes how to diagnose and treat a particular condition. Note: this type should be used to tag the actual guideline recommendation; if the guideline recommendation occurs in a larger scholarly article, use MedicalScholarlyArticle to tag the overall article, not this type. Note also: the organization making the recommendation should be captured in the recognizingAuthority base property of MedicalEntity."^^rdf:HTML ; + rdfs:label "Medical guideline" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:MedicalGuideline-evidenceLevel ; + sh:property schema:MedicalGuideline-evidenceOrigin ; + sh:property schema:MedicalGuideline-guidelineDate ; + sh:property schema:MedicalGuideline-guidelineSubject ; +. +schema:MedicalGuideline-evidenceLevel + a sh:PropertyShape ; + sh:path schema:evidenceLevel ; + sh:class schema:MedicalEvidenceLevel ; + sh:description "Strength of evidence of the data used to formulate the guideline (enumerated)."^^rdf:HTML ; + sh:name "evidenceLevel" ; +. +schema:MedicalGuideline-evidenceOrigin + a sh:PropertyShape ; + sh:path schema:evidenceOrigin ; + sh:datatype xsd:string ; + sh:description "Source of the data used to formulate the guidance, e.g. RCT, consensus opinion, etc."^^rdf:HTML ; + sh:name "evidenceOrigin" ; +. +schema:MedicalGuideline-guidelineDate + a sh:PropertyShape ; + sh:path schema:guidelineDate ; + sh:datatype xsd:date ; + sh:description "Date on which this guideline's recommendation was made."^^rdf:HTML ; + sh:name "guidelineDate" ; +. +schema:MedicalGuideline-guidelineSubject + a sh:PropertyShape ; + sh:path schema:guidelineSubject ; + sh:class schema:MedicalEntity ; + sh:description "The medical conditions, treatments, etc. that are the subject of the guideline."^^rdf:HTML ; + sh:name "guidelineSubject" ; +. +schema:MedicalGuidelineContraindication + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A guideline contraindication that designates a process as harmful and where quality of the data supporting the contraindication is sound."^^rdf:HTML ; + rdfs:label "Medical guideline contraindication" ; + rdfs:subClassOf schema:MedicalGuideline ; +. +schema:MedicalGuidelineRecommendation + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A guideline recommendation that is regarded as efficacious and where quality of the data supporting the recommendation is sound."^^rdf:HTML ; + rdfs:label "Medical guideline recommendation" ; + rdfs:subClassOf schema:MedicalGuideline ; + sh:property schema:MedicalGuidelineRecommendation-recommendationStrength ; +. +schema:MedicalGuidelineRecommendation-recommendationStrength + a sh:PropertyShape ; + sh:path schema:recommendationStrength ; + sh:datatype xsd:string ; + sh:description "Strength of the guideline's recommendation (e.g. 'class I')."^^rdf:HTML ; + sh:name "recommendationStrength" ; +. +schema:MedicalImagingTechnique + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any medical imaging modality typically used for diagnostic purposes. Enumerated type."^^rdf:HTML ; + rdfs:label "Medical imaging technique" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:MedicalIndication + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A condition or factor that indicates use of a medical therapy, including signs, symptoms, risk factors, anatomical states, etc."^^rdf:HTML ; + rdfs:label "Medical indication" ; + rdfs:subClassOf schema:MedicalEntity ; +. +schema:MedicalIntangible + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A utility class that serves as the umbrella for a number of 'intangible' things in the medical space."^^rdf:HTML ; + rdfs:label "Medical intangible" ; + rdfs:subClassOf schema:MedicalEntity ; +. +schema:MedicalObservationalStudy + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An observational study is a type of medical study that attempts to infer the possible effect of a treatment through observation of a cohort of subjects over a period of time. In an observational study, the assignment of subjects into treatment groups versus control groups is outside the control of the investigator. This is in contrast with controlled studies, such as the randomized controlled trials represented by MedicalTrial, where each subject is randomly assigned to a treatment group or a control group before the start of the treatment."^^rdf:HTML ; + rdfs:label "Medical observational study" ; + rdfs:subClassOf schema:MedicalStudy ; + sh:property schema:MedicalObservationalStudy-studyDesign ; +. +schema:MedicalObservationalStudy-studyDesign + a sh:PropertyShape ; + sh:path schema:studyDesign ; + sh:class schema:MedicalObservationalStudyDesign ; + sh:description "Specifics about the observational study design (enumerated)."^^rdf:HTML ; + sh:name "studyDesign" ; +. +schema:MedicalObservationalStudyDesign + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Design models for observational medical studies. Enumerated type."^^rdf:HTML ; + rdfs:label "Medical observational study design" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:MedicalOrganization + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A medical organization (physical or not), such as hospital, institution or clinic."^^rdf:HTML ; + rdfs:label "Medical organization" ; + rdfs:subClassOf schema:Organization ; + sh:property schema:MedicalOrganization-healthPlanNetworkId ; + sh:property schema:MedicalOrganization-isAcceptingNewPatients ; + sh:property schema:MedicalOrganization-medicalSpecialty ; +. +schema:MedicalOrganization-healthPlanNetworkId + a sh:PropertyShape ; + sh:path schema:healthPlanNetworkId ; + sh:datatype xsd:string ; + sh:description "Name or unique ID of network. (Networks are often reused across different insurance plans)."^^rdf:HTML ; + sh:name "healthPlanNetworkId" ; +. +schema:MedicalOrganization-isAcceptingNewPatients + a sh:PropertyShape ; + sh:path schema:isAcceptingNewPatients ; + sh:datatype xsd:boolean ; + sh:description "Whether the provider is accepting new patients."^^rdf:HTML ; + sh:name "isAcceptingNewPatients" ; +. +schema:MedicalOrganization-medicalSpecialty + a sh:PropertyShape ; + sh:path schema:medicalSpecialty ; + sh:class schema:MedicalSpecialty ; + sh:description "A medical specialty of the provider."^^rdf:HTML ; + sh:name "medicalSpecialty" ; +. +schema:MedicalProcedure + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A process of care used in either a diagnostic, therapeutic, preventive or palliative capacity that relies on invasive (surgical), non-invasive, or other techniques."^^rdf:HTML ; + rdfs:label "Medical procedure" ; + rdfs:subClassOf schema:MedicalEntity ; + owl:equivalentClass ; + sh:property schema:MedicalProcedure-bodyLocation ; + sh:property schema:MedicalProcedure-followup ; + sh:property schema:MedicalProcedure-howPerformed ; + sh:property schema:MedicalProcedure-indication ; + sh:property schema:MedicalProcedure-outcome ; + sh:property schema:MedicalProcedure-preparation ; + sh:property schema:MedicalProcedure-procedureType ; + sh:property schema:MedicalProcedure-status ; +. +schema:MedicalProcedure-bodyLocation + a sh:PropertyShape ; + sh:path schema:bodyLocation ; + sh:datatype xsd:string ; + sh:description "Location in the body of the anatomical structure."^^rdf:HTML ; + sh:name "bodyLocation" ; +. +schema:MedicalProcedure-followup + a sh:PropertyShape ; + sh:path schema:followup ; + sh:datatype xsd:string ; + sh:description "Typical or recommended followup care after the procedure is performed."^^rdf:HTML ; + sh:name "followup" ; +. +schema:MedicalProcedure-howPerformed + a sh:PropertyShape ; + sh:path schema:howPerformed ; + sh:datatype xsd:string ; + sh:description "How the procedure is performed."^^rdf:HTML ; + sh:name "howPerformed" ; +. +schema:MedicalProcedure-indication + a sh:PropertyShape ; + sh:path schema:indication ; + sh:class schema:MedicalIndication ; + sh:description "A factor that indicates use of this therapy for treatment and/or prevention of a condition, symptom, etc. For therapies such as drugs, indications can include both officially-approved indications as well as off-label uses. These can be distinguished by using the ApprovedIndication subtype of MedicalIndication."^^rdf:HTML ; + sh:name "indication" ; +. +schema:MedicalProcedure-outcome + a sh:PropertyShape ; + sh:path schema:outcome ; + sh:description "Expected or actual outcomes of the study."^^rdf:HTML ; + sh:name "outcome" ; + sh:or ( + [ + sh:class schema:MedicalEntity ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalProcedure-preparation + a sh:PropertyShape ; + sh:path schema:preparation ; + sh:description "Typical preparation that a patient must undergo before having the procedure performed."^^rdf:HTML ; + sh:name "preparation" ; + sh:or ( + [ + sh:class schema:MedicalEntity ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalProcedure-procedureType + a sh:PropertyShape ; + sh:path schema:procedureType ; + sh:class schema:MedicalProcedureType ; + sh:description "The type of procedure, for example Surgical, Noninvasive, or Percutaneous."^^rdf:HTML ; + sh:name "procedureType" ; +. +schema:MedicalProcedure-status + a sh:PropertyShape ; + sh:path schema:status ; + sh:description "The status of the study (enumerated)."^^rdf:HTML ; + sh:name "status" ; + sh:or ( + [ + sh:class schema:EventStatusType ; + ] + [ + sh:class schema:MedicalStudyStatus ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalProcedureType + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An enumeration that describes different types of medical procedures."^^rdf:HTML ; + rdfs:label "Medical procedure type" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:MedicalResearcher + a schema:MedicalAudience ; + schema:isPartOf ; + rdfs:comment "Medical researchers." ; + rdfs:label "Medical researcher" ; +. +schema:MedicalRiskCalculator + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A complex mathematical calculation requiring an online calculator, used to assess prognosis. Note: use the url property of Thing to record any URLs for online calculators."^^rdf:HTML ; + rdfs:label "Medical risk calculator" ; + rdfs:subClassOf schema:MedicalRiskEstimator ; +. +schema:MedicalRiskEstimator + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any rule set or interactive tool for estimating the risk of developing a complication or condition."^^rdf:HTML ; + rdfs:label "Medical risk estimator" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:MedicalRiskEstimator-estimatesRiskOf ; + sh:property schema:MedicalRiskEstimator-includedRiskFactor ; +. +schema:MedicalRiskEstimator-estimatesRiskOf + a sh:PropertyShape ; + sh:path schema:estimatesRiskOf ; + sh:class schema:MedicalEntity ; + sh:description "The condition, complication, or symptom whose risk is being estimated."^^rdf:HTML ; + sh:name "estimatesRiskOf" ; +. +schema:MedicalRiskEstimator-includedRiskFactor + a sh:PropertyShape ; + sh:path schema:includedRiskFactor ; + sh:class schema:MedicalRiskFactor ; + sh:description "A modifiable or non-modifiable risk factor included in the calculation, e.g. age, coexisting condition."^^rdf:HTML ; + sh:name "includedRiskFactor" ; +. +schema:MedicalRiskFactor + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A risk factor is anything that increases a person's likelihood of developing or contracting a disease, medical condition, or complication."^^rdf:HTML ; + rdfs:label "Medical risk factor" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:MedicalRiskFactor-increasesRiskOf ; +. +schema:MedicalRiskFactor-increasesRiskOf + a sh:PropertyShape ; + sh:path schema:increasesRiskOf ; + sh:class schema:MedicalEntity ; + sh:description "The condition, complication, etc. influenced by this factor."^^rdf:HTML ; + sh:name "increasesRiskOf" ; +. +schema:MedicalRiskScore + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A simple system that adds up the number of risk factors to yield a score that is associated with prognosis, e.g. CHAD score, TIMI risk score."^^rdf:HTML ; + rdfs:label "Medical risk score" ; + rdfs:subClassOf schema:MedicalRiskEstimator ; + sh:property schema:MedicalRiskScore-algorithm ; +. +schema:MedicalRiskScore-algorithm + a sh:PropertyShape ; + sh:path schema:algorithm ; + sh:datatype xsd:string ; + sh:description "The algorithm or rules to follow to compute the score."^^rdf:HTML ; + sh:name "algorithm" ; +. +schema:MedicalScholarlyArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A scholarly article in the medical domain."^^rdf:HTML ; + rdfs:label "Medical scholarly article" ; + rdfs:subClassOf schema:ScholarlyArticle ; + sh:property schema:MedicalScholarlyArticle-publicationType ; +. +schema:MedicalScholarlyArticle-publicationType + a sh:PropertyShape ; + sh:path schema:publicationType ; + sh:datatype xsd:string ; + sh:description "The type of the medical article, taken from the US NLM MeSH publication type catalog. See also MeSH documentation."^^rdf:HTML ; + sh:name "publicationType" ; +. +schema:MedicalSign + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any physical manifestation of a person's medical condition discoverable by objective diagnostic tests or physical examination."^^rdf:HTML ; + rdfs:label "Medical sign" ; + rdfs:subClassOf schema:MedicalSignOrSymptom ; + sh:property schema:MedicalSign-identifyingExam ; + sh:property schema:MedicalSign-identifyingTest ; +. +schema:MedicalSign-identifyingExam + a sh:PropertyShape ; + sh:path schema:identifyingExam ; + sh:class schema:PhysicalExam ; + sh:description "A physical examination that can identify this sign."^^rdf:HTML ; + sh:name "identifyingExam" ; +. +schema:MedicalSign-identifyingTest + a sh:PropertyShape ; + sh:path schema:identifyingTest ; + sh:class schema:MedicalTest ; + sh:description "A diagnostic test that can identify this sign."^^rdf:HTML ; + sh:name "identifyingTest" ; +. +schema:MedicalSignOrSymptom + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective."^^rdf:HTML ; + rdfs:label "Medical sign or symptom" ; + rdfs:subClassOf schema:MedicalCondition ; + sh:property schema:MedicalSignOrSymptom-cause ; + sh:property schema:MedicalSignOrSymptom-possibleTreatment ; +. +schema:MedicalSignOrSymptom-cause + a sh:PropertyShape ; + sh:path schema:cause ; + sh:class schema:MedicalCause ; + sh:description "Specifying a cause of something in general. e.g in medicine , one of the causative agent(s) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence."^^rdf:HTML ; + sh:name "cause" ; +. +schema:MedicalSignOrSymptom-possibleTreatment + a sh:PropertyShape ; + sh:path schema:possibleTreatment ; + sh:class schema:MedicalTherapy ; + sh:description "A possible treatment to address this condition, sign or symptom."^^rdf:HTML ; + sh:name "possibleTreatment" ; +. +schema:MedicalSpecialty + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any specific branch of medical science or practice. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type."^^rdf:HTML ; + rdfs:label "Medical specialty" ; + rdfs:subClassOf schema:MedicalEnumeration ; + rdfs:subClassOf schema:Specialty ; +. +schema:MedicalStudy + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A medical study is an umbrella type covering all kinds of research studies relating to human medicine or health, including observational studies and interventional trials and registries, randomized, controlled or not. When the specific type of study is known, use one of the extensions of this type, such as MedicalTrial or MedicalObservationalStudy. Also, note that this type should be used to mark up data that describes the study itself; to tag an article that publishes the results of a study, use MedicalScholarlyArticle. Note: use the code property of MedicalEntity to store study IDs, e.g. clinicaltrials.gov ID."^^rdf:HTML ; + rdfs:label "Medical study" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:MedicalStudy-healthCondition ; + sh:property schema:MedicalStudy-outcome ; + sh:property schema:MedicalStudy-population ; + sh:property schema:MedicalStudy-sponsor ; + sh:property schema:MedicalStudy-status ; + sh:property schema:MedicalStudy-studyLocation ; + sh:property schema:MedicalStudy-studySubject ; +. +schema:MedicalStudy-healthCondition + a sh:PropertyShape ; + sh:path schema:healthCondition ; + sh:class schema:MedicalCondition ; + sh:description "Specifying the health condition(s) of a patient, medical study, or other target audience."^^rdf:HTML ; + sh:name "healthCondition" ; +. +schema:MedicalStudy-outcome + a sh:PropertyShape ; + sh:path schema:outcome ; + sh:description "Expected or actual outcomes of the study."^^rdf:HTML ; + sh:name "outcome" ; + sh:or ( + [ + sh:class schema:MedicalEntity ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalStudy-population + a sh:PropertyShape ; + sh:path schema:population ; + sh:datatype xsd:string ; + sh:description "Any characteristics of the population used in the study, e.g. 'males under 65'."^^rdf:HTML ; + sh:name "population" ; +. +schema:MedicalStudy-sponsor + a sh:PropertyShape ; + sh:path schema:sponsor ; + sh:description "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event."^^rdf:HTML ; + sh:name "sponsor" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:MedicalStudy-status + a sh:PropertyShape ; + sh:path schema:status ; + sh:description "The status of the study (enumerated)."^^rdf:HTML ; + sh:name "status" ; + sh:or ( + [ + sh:class schema:EventStatusType ; + ] + [ + sh:class schema:MedicalStudyStatus ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalStudy-studyLocation + a sh:PropertyShape ; + sh:path schema:studyLocation ; + sh:class schema:AdministrativeArea ; + sh:description "The location in which the study is taking/took place."^^rdf:HTML ; + sh:name "studyLocation" ; +. +schema:MedicalStudy-studySubject + a sh:PropertyShape ; + sh:path schema:studySubject ; + sh:class schema:MedicalEntity ; + sh:description "A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study."^^rdf:HTML ; + sh:name "studySubject" ; +. +schema:MedicalStudyStatus + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "The status of a medical study. Enumerated type."^^rdf:HTML ; + rdfs:label "Medical study status" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:MedicalSymptom + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any complaint sensed and expressed by the patient (therefore defined as subjective) like stomachache, lower-back pain, or fatigue."^^rdf:HTML ; + rdfs:label "Medical symptom" ; + rdfs:subClassOf schema:MedicalSignOrSymptom ; +. +schema:MedicalTest + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any medical test, typically performed for diagnostic purposes."^^rdf:HTML ; + rdfs:label "Medical test" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:MedicalTest-affectedBy ; + sh:property schema:MedicalTest-normalRange ; + sh:property schema:MedicalTest-signDetected ; + sh:property schema:MedicalTest-usedToDiagnose ; + sh:property schema:MedicalTest-usesDevice ; +. +schema:MedicalTest-affectedBy + a sh:PropertyShape ; + sh:path schema:affectedBy ; + sh:class schema:Drug ; + sh:description "Drugs that affect the test's results."^^rdf:HTML ; + sh:name "affectedBy" ; +. +schema:MedicalTest-normalRange + a sh:PropertyShape ; + sh:path schema:normalRange ; + sh:description "Range of acceptable values for a typical patient, when applicable."^^rdf:HTML ; + sh:name "normalRange" ; + sh:or ( + [ + sh:class schema:MedicalEnumeration ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalTest-signDetected + a sh:PropertyShape ; + sh:path schema:signDetected ; + sh:class schema:MedicalSign ; + sh:description "A sign detected by the test."^^rdf:HTML ; + sh:name "signDetected" ; +. +schema:MedicalTest-usedToDiagnose + a sh:PropertyShape ; + sh:path schema:usedToDiagnose ; + sh:class schema:MedicalCondition ; + sh:description "A condition the test is used to diagnose."^^rdf:HTML ; + sh:name "usedToDiagnose" ; +. +schema:MedicalTest-usesDevice + a sh:PropertyShape ; + sh:path schema:usesDevice ; + sh:class schema:MedicalDevice ; + sh:description "Device used to perform the test."^^rdf:HTML ; + sh:name "usesDevice" ; +. +schema:MedicalTestPanel + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any collection of tests commonly ordered together."^^rdf:HTML ; + rdfs:label "Medical test panel" ; + rdfs:subClassOf schema:MedicalTest ; + sh:property schema:MedicalTestPanel-subTest ; +. +schema:MedicalTestPanel-subTest + a sh:PropertyShape ; + sh:path schema:subTest ; + sh:class schema:MedicalTest ; + sh:description "A component test of the panel."^^rdf:HTML ; + sh:name "subTest" ; +. +schema:MedicalTherapy + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any medical intervention designed to prevent, treat, and cure human diseases and medical conditions, including both curative and palliative therapies. Medical therapies are typically processes of care relying upon pharmacotherapy, behavioral therapy, supportive therapy (with fluid or nutrition for example), or detoxification (e.g. hemodialysis) aimed at improving or preventing a health condition."^^rdf:HTML ; + rdfs:label "Medical therapy" ; + rdfs:subClassOf schema:TherapeuticProcedure ; + sh:property schema:MedicalTherapy-contraindication ; + sh:property schema:MedicalTherapy-duplicateTherapy ; + sh:property schema:MedicalTherapy-seriousAdverseOutcome ; +. +schema:MedicalTherapy-contraindication + a sh:PropertyShape ; + sh:path schema:contraindication ; + sh:description "A contraindication for this therapy."^^rdf:HTML ; + sh:name "contraindication" ; + sh:or ( + [ + sh:class schema:MedicalContraindication ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MedicalTherapy-duplicateTherapy + a sh:PropertyShape ; + sh:path schema:duplicateTherapy ; + sh:class schema:MedicalTherapy ; + sh:description "A therapy that duplicates or overlaps this one."^^rdf:HTML ; + sh:name "duplicateTherapy" ; +. +schema:MedicalTherapy-seriousAdverseOutcome + a sh:PropertyShape ; + sh:path schema:seriousAdverseOutcome ; + sh:class schema:MedicalEntity ; + sh:description "A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition."^^rdf:HTML ; + sh:name "seriousAdverseOutcome" ; +. +schema:MedicalTrial + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A medical trial is a type of medical study that uses scientific process used to compare the safety and efficacy of medical therapies or medical procedures. In general, medical trials are controlled and subjects are allocated at random to the different treatment and/or control groups."^^rdf:HTML ; + rdfs:label "Medical trial" ; + rdfs:subClassOf schema:MedicalStudy ; + sh:property schema:MedicalTrial-phase ; + sh:property schema:MedicalTrial-trialDesign ; +. +schema:MedicalTrial-phase + a sh:PropertyShape ; + sh:path schema:phase ; + sh:datatype xsd:string ; + sh:description "The phase of the clinical trial."^^rdf:HTML ; + sh:name "phase" ; +. +schema:MedicalTrial-trialDesign + a sh:PropertyShape ; + sh:path schema:trialDesign ; + sh:class schema:MedicalTrialDesign ; + sh:description "Specifics about the trial design (enumerated)."^^rdf:HTML ; + sh:name "trialDesign" ; +. +schema:MedicalTrialDesign + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Design models for medical trials. Enumerated type."^^rdf:HTML ; + rdfs:label "Medical trial design" ; + rdfs:subClassOf schema:Enumeration ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:MedicalWebPage + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A web page that provides medical information."^^rdf:HTML ; + rdfs:label "Medical web page" ; + rdfs:subClassOf schema:WebPage ; + sh:property schema:MedicalWebPage-aspect ; +. +schema:MedicalWebPage-aspect + a sh:PropertyShape ; + sh:path schema:aspect ; + sh:datatype xsd:string ; + sh:description "An aspect of medical practice that is considered on the page, such as 'diagnosis', 'treatment', 'causes', 'prognosis', 'etiology', 'epidemiology', etc."^^rdf:HTML ; + sh:name "aspect" ; +. +schema:MedicineSystem + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Systems of medical practice."^^rdf:HTML ; + rdfs:label "Medicine system" ; + rdfs:subClassOf schema:MedicalEnumeration ; +. +schema:MeetingRoom + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Meeting room" ; + rdfs:subClassOf schema:Room ; +. +schema:MensClothingStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A men's clothing store."^^rdf:HTML ; + rdfs:label "Mens clothing store" ; + rdfs:subClassOf schema:Store ; +. +schema:Menu + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A structured representation of food or drink items available from a FoodEstablishment."^^rdf:HTML ; + rdfs:label "Menu" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Menu-hasMenuItem ; + sh:property schema:Menu-hasMenuSection ; +. +schema:Menu-hasMenuItem + a sh:PropertyShape ; + sh:path schema:hasMenuItem ; + sh:class schema:MenuItem ; + sh:description "A food or drink item contained in a menu or menu section."^^rdf:HTML ; + sh:name "hasMenuItem" ; +. +schema:Menu-hasMenuSection + a sh:PropertyShape ; + sh:path schema:hasMenuSection ; + sh:class schema:MenuSection ; + sh:description "A subgrouping of the menu (by dishes, course, serving time period, etc.)."^^rdf:HTML ; + sh:name "hasMenuSection" ; +. +schema:MenuItem + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A food or drink item listed in a menu or menu section."^^rdf:HTML ; + rdfs:label "Menu item" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:MenuItem-menuAddOn ; + sh:property schema:MenuItem-nutrition ; + sh:property schema:MenuItem-offers ; + sh:property schema:MenuItem-suitableForDiet ; +. +schema:MenuItem-menuAddOn + a sh:PropertyShape ; + sh:path schema:menuAddOn ; + sh:description "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item."^^rdf:HTML ; + sh:name "menuAddOn" ; + sh:or ( + [ + sh:class schema:MenuItem ; + ] + [ + sh:class schema:MenuSection ; + ] + ) ; +. +schema:MenuItem-nutrition + a sh:PropertyShape ; + sh:path schema:nutrition ; + sh:class schema:NutritionInformation ; + sh:description "Nutrition information about the recipe or menu item."^^rdf:HTML ; + sh:name "nutrition" ; +. +schema:MenuItem-offers + a sh:PropertyShape ; + sh:path schema:offers ; + sh:class schema:Offer ; + sh:description "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."^^rdf:HTML ; + sh:name "offers" ; +. +schema:MenuItem-suitableForDiet + a sh:PropertyShape ; + sh:path schema:suitableForDiet ; + sh:class schema:RestrictedDiet ; + sh:description "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc."^^rdf:HTML ; + sh:name "suitableForDiet" ; +. +schema:MenuSection + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider."^^rdf:HTML ; + rdfs:label "Menu section" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:MenuSection-hasMenuItem ; + sh:property schema:MenuSection-hasMenuSection ; +. +schema:MenuSection-hasMenuItem + a sh:PropertyShape ; + sh:path schema:hasMenuItem ; + sh:class schema:MenuItem ; + sh:description "A food or drink item contained in a menu or menu section."^^rdf:HTML ; + sh:name "hasMenuItem" ; +. +schema:MenuSection-hasMenuSection + a sh:PropertyShape ; + sh:path schema:hasMenuSection ; + sh:class schema:MenuSection ; + sh:description "A subgrouping of the menu (by dishes, course, serving time period, etc.)."^^rdf:HTML ; + sh:name "hasMenuSection" ; +. +schema:Message + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A single message from a sender to one or more organizations or people."^^rdf:HTML ; + rdfs:label "Message" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Message-bccRecipient ; + sh:property schema:Message-ccRecipient ; + sh:property schema:Message-dateRead ; + sh:property schema:Message-dateReceived ; + sh:property schema:Message-dateSent ; + sh:property schema:Message-messageAttachment ; + sh:property schema:Message-recipient ; + sh:property schema:Message-sender ; + sh:property schema:Message-toRecipient ; +. +schema:Message-bccRecipient + a sh:PropertyShape ; + sh:path schema:bccRecipient ; + sh:description "A sub property of recipient. The recipient blind copied on a message."^^rdf:HTML ; + sh:name "bccRecipient" ; + sh:or ( + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Message-ccRecipient + a sh:PropertyShape ; + sh:path schema:ccRecipient ; + sh:description "A sub property of recipient. The recipient copied on a message."^^rdf:HTML ; + sh:name "ccRecipient" ; + sh:or ( + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Message-dateRead + a sh:PropertyShape ; + sh:path schema:dateRead ; + sh:datatype xsd:dateTime ; + sh:description "The date/time at which the message has been read by the recipient if a single recipient exists."^^rdf:HTML ; + sh:name "dateRead" ; +. +schema:Message-dateReceived + a sh:PropertyShape ; + sh:path schema:dateReceived ; + sh:datatype xsd:dateTime ; + sh:description "The date/time the message was received if a single recipient exists."^^rdf:HTML ; + sh:name "dateReceived" ; +. +schema:Message-dateSent + a sh:PropertyShape ; + sh:path schema:dateSent ; + sh:datatype xsd:dateTime ; + sh:description "The date/time at which the message was sent."^^rdf:HTML ; + sh:name "dateSent" ; +. +schema:Message-messageAttachment + a sh:PropertyShape ; + sh:path schema:messageAttachment ; + sh:class schema:CreativeWork ; + sh:description "A CreativeWork attached to the message."^^rdf:HTML ; + sh:name "messageAttachment" ; +. +schema:Message-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Message-sender + a sh:PropertyShape ; + sh:path schema:sender ; + sh:description "A sub property of participant. The participant who is at the sending end of the action."^^rdf:HTML ; + sh:name "sender" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Message-toRecipient + a sh:PropertyShape ; + sh:path schema:toRecipient ; + sh:description "A sub property of recipient. The recipient who was directly sent the message."^^rdf:HTML ; + sh:name "toRecipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:MiddleSchool + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A middle school (typically for children aged around 11-14, although this varies somewhat)."^^rdf:HTML ; + rdfs:label "Middle school" ; + rdfs:subClassOf schema:EducationalOrganization ; +. +schema:Midwifery + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A nurse-like health profession that deals with pregnancy, childbirth, and the postpartum period (including care of the newborn), besides sexual and reproductive health of women throughout their lives." ; + rdfs:label "Midwifery" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:MixtapeAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "MixtapeAlbum." ; + rdfs:label "Mixtape album" ; +. +schema:MobileApplication + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A software application designed specifically to work well on a mobile device such as a telephone."^^rdf:HTML ; + rdfs:label "Mobile application" ; + rdfs:subClassOf schema:SoftwareApplication ; + sh:property schema:MobileApplication-carrierRequirements ; +. +schema:MobileApplication-carrierRequirements + a sh:PropertyShape ; + sh:path schema:carrierRequirements ; + sh:datatype xsd:string ; + sh:description "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network)."^^rdf:HTML ; + sh:name "carrierRequirements" ; +. +schema:MobilePhoneStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A store that sells mobile phones and related accessories."^^rdf:HTML ; + rdfs:label "Mobile phone store" ; + rdfs:subClassOf schema:Store ; +. +schema:Monday + a schema:DayOfWeek ; + schema:sameAs ; + rdfs:comment "The day of the week between Sunday and Tuesday." ; + rdfs:label "Monday" ; +. +schema:MonetaryAmount + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use PriceSpecification Types to describe the price of an Offer, Invoice, etc."^^rdf:HTML ; + rdfs:label "Monetary amount" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:MonetaryAmount-currency ; + sh:property schema:MonetaryAmount-maxValue ; + sh:property schema:MonetaryAmount-minValue ; + sh:property schema:MonetaryAmount-validFrom ; + sh:property schema:MonetaryAmount-validThrough ; + sh:property schema:MonetaryAmount-value ; +. +schema:MonetaryAmount-currency + a sh:PropertyShape ; + sh:path schema:currency ; + sh:datatype xsd:string ; + sh:description "The currency in which the monetary amount is expressed (in 3-letter ISO 4217 format)."^^rdf:HTML ; + sh:description """The currency in which the monetary amount is expressed.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "currency" ; +. +schema:MonetaryAmount-maxValue + a sh:PropertyShape ; + sh:path schema:maxValue ; + sh:datatype xsd:float ; + sh:description "The upper value of some characteristic or property."^^rdf:HTML ; + sh:name "maxValue" ; +. +schema:MonetaryAmount-minValue + a sh:PropertyShape ; + sh:path schema:minValue ; + sh:datatype xsd:float ; + sh:description "The lower value of some characteristic or property."^^rdf:HTML ; + sh:name "minValue" ; +. +schema:MonetaryAmount-validFrom + a sh:PropertyShape ; + sh:path schema:validFrom ; + sh:datatype xsd:dateTime ; + sh:description "The date when the item becomes valid."^^rdf:HTML ; + sh:name "validFrom" ; +. +schema:MonetaryAmount-validThrough + a sh:PropertyShape ; + sh:path schema:validThrough ; + sh:datatype xsd:dateTime ; + sh:description "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."^^rdf:HTML ; + sh:name "validThrough" ; +. +schema:MonetaryAmount-value + a sh:PropertyShape ; + sh:path schema:value ; + sh:description """The value of the quantitative value or property value node.

+ + +"""^^rdf:HTML ; + sh:name "value" ; + sh:or ( + [ + sh:class schema:StructuredValue ; + ] + [ + sh:datatype xsd:boolean ; + ] + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MonetaryAmountDistribution + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1698" ; + schema:isPartOf ; + rdfs:comment "A statistical distribution of monetary amounts."^^rdf:HTML ; + rdfs:label "Monetary amount distribution" ; + rdfs:subClassOf schema:QuantitativeValue ; + sh:property schema:MonetaryAmountDistribution-currency ; +. +schema:MonetaryAmountDistribution-currency + a sh:PropertyShape ; + sh:path schema:currency ; + sh:datatype xsd:string ; + sh:description "The currency in which the monetary amount is expressed (in 3-letter ISO 4217 format)."^^rdf:HTML ; + sh:description """The currency in which the monetary amount is expressed.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "currency" ; +. +schema:MoneyTransfer + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1253" ; + schema:isPartOf ; + rdfs:comment "The act of transferring money from one place to another place. This may occur electronically or physically."^^rdf:HTML ; + rdfs:label "Money transfer" ; + rdfs:subClassOf schema:TransferAction ; + sh:property schema:MoneyTransfer-amount ; + sh:property schema:MoneyTransfer-beneficiaryBank ; +. +schema:MoneyTransfer-amount + a sh:PropertyShape ; + sh:path schema:amount ; + sh:description "The amount of money."^^rdf:HTML ; + sh:name "amount" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:MoneyTransfer-beneficiaryBank + a sh:PropertyShape ; + sh:path schema:beneficiaryBank ; + sh:description "A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary"^^rdf:HTML ; + sh:name "beneficiaryBank" ; + sh:or ( + [ + sh:class schema:BankOrCreditUnion ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MortgageLoan + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1253" ; + schema:isPartOf ; + rdfs:comment "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)"^^rdf:HTML ; + rdfs:label "Mortgage loan" ; + rdfs:subClassOf schema:LoanOrCredit ; + sh:property schema:MortgageLoan-domiciledMortgage ; + sh:property schema:MortgageLoan-loanMortgageMandateAmount ; +. +schema:MortgageLoan-domiciledMortgage + a sh:PropertyShape ; + sh:path schema:domiciledMortgage ; + sh:datatype xsd:boolean ; + sh:description "Whether borrower is a resident of the jurisdiction where the property is located."^^rdf:HTML ; + sh:name "domiciledMortgage" ; +. +schema:MortgageLoan-loanMortgageMandateAmount + a sh:PropertyShape ; + sh:path schema:loanMortgageMandateAmount ; + sh:class schema:MonetaryAmount ; + sh:description "Amount of mortgage mandate that can be converted into a proper mortgage at a later stage."^^rdf:HTML ; + sh:name "loanMortgageMandateAmount" ; +. +schema:Mosque + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A mosque."^^rdf:HTML ; + rdfs:label "Mosque" ; + rdfs:subClassOf schema:PlaceOfWorship ; +. +schema:Motel + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A motel. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Motel" ; + rdfs:subClassOf schema:LodgingBusiness ; +. +schema:Motorcycle + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A motorcycle or motorbike is a single-track, two-wheeled motor vehicle."^^rdf:HTML ; + rdfs:label "Motorcycle" ; + rdfs:subClassOf schema:Vehicle ; +. +schema:MotorcycleDealer + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A motorcycle dealer."^^rdf:HTML ; + rdfs:label "Motorcycle dealer" ; + rdfs:subClassOf schema:AutomotiveBusiness ; +. +schema:MotorcycleRepair + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A motorcycle repair shop."^^rdf:HTML ; + rdfs:label "Motorcycle repair" ; + rdfs:subClassOf schema:AutomotiveBusiness ; +. +schema:MotorizedBicycle + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A motorized bicycle is a bicycle with an attached motor used to power the vehicle, or to assist with pedaling."^^rdf:HTML ; + rdfs:label "Motorized bicycle" ; + rdfs:subClassOf schema:Vehicle ; +. +schema:Mountain + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A mountain, like Mount Whitney or Mount Everest."^^rdf:HTML ; + rdfs:label "Mountain" ; + rdfs:subClassOf schema:Landform ; +. +schema:MoveAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of an agent relocating to a place.

+ +Related actions:

+ +
    +
  • TransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.
  • +
+"""^^rdf:HTML ; + rdfs:label "Move action" ; + rdfs:subClassOf schema:Action ; + sh:property schema:MoveAction-fromLocation ; + sh:property schema:MoveAction-toLocation ; +. +schema:MoveAction-fromLocation + a sh:PropertyShape ; + sh:path schema:fromLocation ; + sh:class schema:Place ; + sh:description "A sub property of location. The original location of the object or the agent before the action."^^rdf:HTML ; + sh:name "fromLocation" ; +. +schema:MoveAction-toLocation + a sh:PropertyShape ; + sh:path schema:toLocation ; + sh:class schema:Place ; + sh:description "A sub property of location. The final location of the object or the agent after the action."^^rdf:HTML ; + sh:name "toLocation" ; +. +schema:Movie + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A movie."^^rdf:HTML ; + rdfs:label "Movie" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Movie-actor ; + sh:property schema:Movie-actors ; + sh:property schema:Movie-countryOfOrigin ; + sh:property schema:Movie-director ; + sh:property schema:Movie-directors ; + sh:property schema:Movie-duration ; + sh:property schema:Movie-musicBy ; + sh:property schema:Movie-productionCompany ; + sh:property schema:Movie-subtitleLanguage ; + sh:property schema:Movie-trailer ; +. +schema:Movie-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:Movie-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:Movie-countryOfOrigin + a sh:PropertyShape ; + sh:path schema:countryOfOrigin ; + sh:class schema:Country ; + sh:description "The country of the principal offices of the production company or individual responsible for the movie or program."^^rdf:HTML ; + sh:name "countryOfOrigin" ; +. +schema:Movie-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:Movie-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:Movie-duration + a sh:PropertyShape ; + sh:path schema:duration ; + sh:datatype xsd:duration ; + sh:description "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."^^rdf:HTML ; + sh:name "duration" ; +. +schema:Movie-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Movie-productionCompany + a sh:PropertyShape ; + sh:path schema:productionCompany ; + sh:class schema:Organization ; + sh:description "The production company or studio responsible for the item e.g. series, video game, episode etc."^^rdf:HTML ; + sh:name "productionCompany" ; +. +schema:Movie-subtitleLanguage + a sh:PropertyShape ; + sh:path schema:subtitleLanguage ; + sh:description "Languages in which subtitles/captions are available, in IETF BCP 47 standard format."^^rdf:HTML ; + sh:name "subtitleLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Movie-trailer + a sh:PropertyShape ; + sh:path schema:trailer ; + sh:class schema:VideoObject ; + sh:description "The trailer of a movie or tv/radio series, season, episode, etc."^^rdf:HTML ; + sh:name "trailer" ; +. +schema:MovieClip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A short segment/part of a movie."^^rdf:HTML ; + rdfs:label "Movie clip" ; + rdfs:subClassOf schema:Clip ; +. +schema:MovieRentalStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A movie rental store."^^rdf:HTML ; + rdfs:label "Movie rental store" ; + rdfs:subClassOf schema:Store ; +. +schema:MovieSeries + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A series of movies. Included movies can be indicated with the hasPart property."^^rdf:HTML ; + rdfs:label "Movie series" ; + rdfs:subClassOf schema:CreativeWorkSeries ; + sh:property schema:MovieSeries-actor ; + sh:property schema:MovieSeries-actors ; + sh:property schema:MovieSeries-director ; + sh:property schema:MovieSeries-directors ; + sh:property schema:MovieSeries-musicBy ; + sh:property schema:MovieSeries-productionCompany ; + sh:property schema:MovieSeries-trailer ; +. +schema:MovieSeries-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:MovieSeries-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:MovieSeries-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:MovieSeries-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:MovieSeries-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:MovieSeries-productionCompany + a sh:PropertyShape ; + sh:path schema:productionCompany ; + sh:class schema:Organization ; + sh:description "The production company or studio responsible for the item e.g. series, video game, episode etc."^^rdf:HTML ; + sh:name "productionCompany" ; +. +schema:MovieSeries-trailer + a sh:PropertyShape ; + sh:path schema:trailer ; + sh:class schema:VideoObject ; + sh:description "The trailer of a movie or tv/radio series, season, episode, etc."^^rdf:HTML ; + sh:name "trailer" ; +. +schema:MovieTheater + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A movie theater."^^rdf:HTML ; + rdfs:label "Movie theater" ; + rdfs:subClassOf schema:CivicStructure ; + rdfs:subClassOf schema:EntertainmentBusiness ; + sh:property schema:MovieTheater-screenCount ; +. +schema:MovieTheater-screenCount + a sh:PropertyShape ; + sh:path schema:screenCount ; + sh:datatype xsd:float ; + sh:description "The number of screens in the movie theater."^^rdf:HTML ; + sh:name "screenCount" ; +. +schema:MovingCompany + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A moving company."^^rdf:HTML ; + rdfs:label "Moving company" ; + rdfs:subClassOf schema:HomeAndConstructionBusiness ; +. +schema:MultiCenterTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "A trial that takes place at multiple centers." ; + rdfs:label "Multi center trial" ; +. +schema:MultiPlayer + a schema:GamePlayMode ; + rdfs:comment "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously." ; + rdfs:label "Multi player" ; +. +schema:MulticellularParasite + a schema:InfectiousAgentClass ; + schema:isPartOf ; + rdfs:comment "Multicellular parasite that causes an infection." ; + rdfs:label "Multicellular parasite" ; +. +schema:Muscle + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement."^^rdf:HTML ; + rdfs:label "Muscle" ; + rdfs:subClassOf schema:AnatomicalStructure ; + sh:property schema:Muscle-action ; + sh:property schema:Muscle-antagonist ; + sh:property schema:Muscle-bloodSupply ; + sh:property schema:Muscle-insertion ; + sh:property schema:Muscle-muscleAction ; + sh:property schema:Muscle-nerve ; + sh:property schema:Muscle-origin ; +. +schema:Muscle-action + a sh:PropertyShape ; + sh:path schema:action ; + sh:datatype xsd:string ; + sh:description "Obsolete term for muscleAction. Not to be confused with potentialAction."^^rdf:HTML ; + sh:name "action" ; +. +schema:Muscle-antagonist + a sh:PropertyShape ; + sh:path schema:antagonist ; + sh:class schema:Muscle ; + sh:description "The muscle whose action counteracts the specified muscle."^^rdf:HTML ; + sh:name "antagonist" ; +. +schema:Muscle-bloodSupply + a sh:PropertyShape ; + sh:path schema:bloodSupply ; + sh:class schema:Vessel ; + sh:description "The blood vessel that carries blood from the heart to the muscle."^^rdf:HTML ; + sh:name "bloodSupply" ; +. +schema:Muscle-insertion + a sh:PropertyShape ; + sh:path schema:insertion ; + sh:class schema:AnatomicalStructure ; + sh:description "The place of attachment of a muscle, or what the muscle moves."^^rdf:HTML ; + sh:name "insertion" ; +. +schema:Muscle-muscleAction + a sh:PropertyShape ; + sh:path schema:muscleAction ; + sh:datatype xsd:string ; + sh:description "The movement the muscle generates."^^rdf:HTML ; + sh:name "muscleAction" ; +. +schema:Muscle-nerve + a sh:PropertyShape ; + sh:path schema:nerve ; + sh:class schema:Nerve ; + sh:description "The underlying innervation associated with the muscle."^^rdf:HTML ; + sh:name "nerve" ; +. +schema:Muscle-origin + a sh:PropertyShape ; + sh:path schema:origin ; + sh:class schema:AnatomicalStructure ; + sh:description "The place or point where a muscle arises."^^rdf:HTML ; + sh:name "origin" ; +. +schema:Musculoskeletal + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of muscles, ligaments and skeletal system." ; + rdfs:label "Musculoskeletal" ; +. +schema:MusculoskeletalExam + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Musculoskeletal system clinical examination." ; + rdfs:label "Musculoskeletal exam" ; +. +schema:Museum + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A museum."^^rdf:HTML ; + rdfs:label "Museum" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:MusicAlbum + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A collection of music tracks."^^rdf:HTML ; + rdfs:label "Music album" ; + rdfs:subClassOf schema:MusicPlaylist ; + sh:property schema:MusicAlbum-albumProductionType ; + sh:property schema:MusicAlbum-albumRelease ; + sh:property schema:MusicAlbum-albumReleaseType ; + sh:property schema:MusicAlbum-byArtist ; +. +schema:MusicAlbum-albumProductionType + a sh:PropertyShape ; + sh:path schema:albumProductionType ; + sh:class schema:MusicAlbumProductionType ; + sh:description "Classification of the album by it's type of content: soundtrack, live album, studio album, etc."^^rdf:HTML ; + sh:name "albumProductionType" ; +. +schema:MusicAlbum-albumRelease + a sh:PropertyShape ; + sh:path schema:albumRelease ; + sh:class schema:MusicRelease ; + sh:description "A release of this album."^^rdf:HTML ; + sh:name "albumRelease" ; +. +schema:MusicAlbum-albumReleaseType + a sh:PropertyShape ; + sh:path schema:albumReleaseType ; + sh:class schema:MusicAlbumReleaseType ; + sh:description "The kind of release which this album is: single, EP or album."^^rdf:HTML ; + sh:name "albumReleaseType" ; +. +schema:MusicAlbum-byArtist + a sh:PropertyShape ; + sh:path schema:byArtist ; + sh:class schema:MusicGroup ; + sh:description "The artist that performed this album or recording."^^rdf:HTML ; + sh:name "byArtist" ; +. +schema:MusicAlbumProductionType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Classification of the album by it's type of content: soundtrack, live album, studio album, etc."^^rdf:HTML ; + rdfs:label "Music album production type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:MusicAlbumReleaseType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The kind of release which this album is: single, EP or album."^^rdf:HTML ; + rdfs:label "Music album release type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:MusicComposition + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A musical composition."^^rdf:HTML ; + rdfs:label "Music composition" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:MusicComposition-composer ; + sh:property schema:MusicComposition-firstPerformance ; + sh:property schema:MusicComposition-includedComposition ; + sh:property schema:MusicComposition-iswcCode ; + sh:property schema:MusicComposition-lyricist ; + sh:property schema:MusicComposition-lyrics ; + sh:property schema:MusicComposition-musicArrangement ; + sh:property schema:MusicComposition-musicCompositionForm ; + sh:property schema:MusicComposition-musicalKey ; + sh:property schema:MusicComposition-recordedAs ; +. +schema:MusicComposition-composer + a sh:PropertyShape ; + sh:path schema:composer ; + sh:description "The person or organization who wrote a composition, or who is the composer of a work performed at some event."^^rdf:HTML ; + sh:name "composer" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:MusicComposition-firstPerformance + a sh:PropertyShape ; + sh:path schema:firstPerformance ; + sh:class schema:Event ; + sh:description "The date and place the work was first performed."^^rdf:HTML ; + sh:name "firstPerformance" ; +. +schema:MusicComposition-includedComposition + a sh:PropertyShape ; + sh:path schema:includedComposition ; + sh:class schema:MusicComposition ; + sh:description "Smaller compositions included in this work (e.g. a movement in a symphony)."^^rdf:HTML ; + sh:name "includedComposition" ; +. +schema:MusicComposition-iswcCode + a sh:PropertyShape ; + sh:path schema:iswcCode ; + sh:datatype xsd:string ; + sh:description "The International Standard Musical Work Code for the composition."^^rdf:HTML ; + sh:name "iswcCode" ; +. +schema:MusicComposition-lyricist + a sh:PropertyShape ; + sh:path schema:lyricist ; + sh:class schema:Person ; + sh:description "The person who wrote the words."^^rdf:HTML ; + sh:name "lyricist" ; +. +schema:MusicComposition-lyrics + a sh:PropertyShape ; + sh:path schema:lyrics ; + sh:class schema:CreativeWork ; + sh:description "The words in the song."^^rdf:HTML ; + sh:name "lyrics" ; +. +schema:MusicComposition-musicArrangement + a sh:PropertyShape ; + sh:path schema:musicArrangement ; + sh:class schema:MusicComposition ; + sh:description "An arrangement derived from the composition."^^rdf:HTML ; + sh:name "musicArrangement" ; +. +schema:MusicComposition-musicCompositionForm + a sh:PropertyShape ; + sh:path schema:musicCompositionForm ; + sh:datatype xsd:string ; + sh:description "The type of composition (e.g. overture, sonata, symphony, etc.)."^^rdf:HTML ; + sh:name "musicCompositionForm" ; +. +schema:MusicComposition-musicalKey + a sh:PropertyShape ; + sh:path schema:musicalKey ; + sh:datatype xsd:string ; + sh:description "The key, mode, or scale this composition uses."^^rdf:HTML ; + sh:name "musicalKey" ; +. +schema:MusicComposition-recordedAs + a sh:PropertyShape ; + sh:path schema:recordedAs ; + sh:class schema:MusicRecording ; + sh:description "An audio recording of the work."^^rdf:HTML ; + sh:name "recordedAs" ; +. +schema:MusicEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Music event."^^rdf:HTML ; + rdfs:label "Music event" ; + rdfs:subClassOf schema:Event ; +. +schema:MusicGroup + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician."^^rdf:HTML ; + rdfs:label "Music group" ; + rdfs:subClassOf schema:PerformingGroup ; + sh:property schema:MusicGroup-album ; + sh:property schema:MusicGroup-albums ; + sh:property schema:MusicGroup-genre ; + sh:property schema:MusicGroup-musicGroupMember ; + sh:property schema:MusicGroup-track ; + sh:property schema:MusicGroup-tracks ; +. +schema:MusicGroup-album + a sh:PropertyShape ; + sh:path schema:album ; + sh:class schema:MusicAlbum ; + sh:description "A music album."^^rdf:HTML ; + sh:name "album" ; +. +schema:MusicGroup-albums + a sh:PropertyShape ; + sh:path schema:albums ; + sh:class schema:MusicAlbum ; + sh:description "A collection of music albums."^^rdf:HTML ; + sh:name "albums" ; +. +schema:MusicGroup-genre + a sh:PropertyShape ; + sh:path schema:genre ; + sh:description "Genre of the creative work, broadcast channel or group."^^rdf:HTML ; + sh:name "genre" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:MusicGroup-musicGroupMember + a sh:PropertyShape ; + sh:path schema:musicGroupMember ; + sh:class schema:Person ; + sh:description "A member of a music group—for example, John, Paul, George, or Ringo."^^rdf:HTML ; + sh:name "musicGroupMember" ; +. +schema:MusicGroup-track + a sh:PropertyShape ; + sh:path schema:track ; + sh:description "A music recording (track)—usually a single song. If an ItemList is given, the list should contain items of type MusicRecording."^^rdf:HTML ; + sh:name "track" ; + sh:or ( + [ + sh:class schema:ItemList ; + ] + [ + sh:class schema:MusicRecording ; + ] + ) ; +. +schema:MusicGroup-tracks + a sh:PropertyShape ; + sh:path schema:tracks ; + sh:class schema:MusicRecording ; + sh:description "A music recording (track)—usually a single song."^^rdf:HTML ; + sh:name "tracks" ; +. +schema:MusicPlaylist + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A collection of music tracks in playlist form."^^rdf:HTML ; + rdfs:label "Music playlist" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:MusicPlaylist-numTracks ; + sh:property schema:MusicPlaylist-track ; + sh:property schema:MusicPlaylist-tracks ; +. +schema:MusicPlaylist-numTracks + a sh:PropertyShape ; + sh:path schema:numTracks ; + sh:datatype xsd:integer ; + sh:description "The number of tracks in this album or playlist."^^rdf:HTML ; + sh:name "numTracks" ; +. +schema:MusicPlaylist-track + a sh:PropertyShape ; + sh:path schema:track ; + sh:description "A music recording (track)—usually a single song. If an ItemList is given, the list should contain items of type MusicRecording."^^rdf:HTML ; + sh:name "track" ; + sh:or ( + [ + sh:class schema:ItemList ; + ] + [ + sh:class schema:MusicRecording ; + ] + ) ; +. +schema:MusicPlaylist-tracks + a sh:PropertyShape ; + sh:path schema:tracks ; + sh:class schema:MusicRecording ; + sh:description "A music recording (track)—usually a single song."^^rdf:HTML ; + sh:name "tracks" ; +. +schema:MusicRecording + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A music recording (track), usually a single song."^^rdf:HTML ; + rdfs:label "Music recording" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:MusicRecording-byArtist ; + sh:property schema:MusicRecording-duration ; + sh:property schema:MusicRecording-inAlbum ; + sh:property schema:MusicRecording-inPlaylist ; + sh:property schema:MusicRecording-isrcCode ; + sh:property schema:MusicRecording-recordingOf ; +. +schema:MusicRecording-byArtist + a sh:PropertyShape ; + sh:path schema:byArtist ; + sh:class schema:MusicGroup ; + sh:description "The artist that performed this album or recording."^^rdf:HTML ; + sh:name "byArtist" ; +. +schema:MusicRecording-duration + a sh:PropertyShape ; + sh:path schema:duration ; + sh:datatype xsd:duration ; + sh:description "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."^^rdf:HTML ; + sh:name "duration" ; +. +schema:MusicRecording-inAlbum + a sh:PropertyShape ; + sh:path schema:inAlbum ; + sh:class schema:MusicAlbum ; + sh:description "The album to which this recording belongs."^^rdf:HTML ; + sh:name "inAlbum" ; +. +schema:MusicRecording-inPlaylist + a sh:PropertyShape ; + sh:path schema:inPlaylist ; + sh:class schema:MusicPlaylist ; + sh:description "The playlist to which this recording belongs."^^rdf:HTML ; + sh:name "inPlaylist" ; +. +schema:MusicRecording-isrcCode + a sh:PropertyShape ; + sh:path schema:isrcCode ; + sh:datatype xsd:string ; + sh:description "The International Standard Recording Code for the recording."^^rdf:HTML ; + sh:name "isrcCode" ; +. +schema:MusicRecording-recordingOf + a sh:PropertyShape ; + sh:path schema:recordingOf ; + sh:class schema:MusicComposition ; + sh:description "The composition this track is a recording of."^^rdf:HTML ; + sh:name "recordingOf" ; +. +schema:MusicRelease + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A MusicRelease is a specific release of a music album."^^rdf:HTML ; + rdfs:label "Music release" ; + rdfs:subClassOf schema:MusicPlaylist ; + sh:property schema:MusicRelease-catalogNumber ; + sh:property schema:MusicRelease-creditedTo ; + sh:property schema:MusicRelease-duration ; + sh:property schema:MusicRelease-musicReleaseFormat ; + sh:property schema:MusicRelease-recordLabel ; + sh:property schema:MusicRelease-releaseOf ; +. +schema:MusicRelease-catalogNumber + a sh:PropertyShape ; + sh:path schema:catalogNumber ; + sh:datatype xsd:string ; + sh:description "The catalog number for the release."^^rdf:HTML ; + sh:name "catalogNumber" ; +. +schema:MusicRelease-creditedTo + a sh:PropertyShape ; + sh:path schema:creditedTo ; + sh:description "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga."^^rdf:HTML ; + sh:name "creditedTo" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:MusicRelease-duration + a sh:PropertyShape ; + sh:path schema:duration ; + sh:datatype xsd:duration ; + sh:description "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."^^rdf:HTML ; + sh:name "duration" ; +. +schema:MusicRelease-musicReleaseFormat + a sh:PropertyShape ; + sh:path schema:musicReleaseFormat ; + sh:class schema:MusicReleaseFormatType ; + sh:description "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.)."^^rdf:HTML ; + sh:name "musicReleaseFormat" ; +. +schema:MusicRelease-recordLabel + a sh:PropertyShape ; + sh:path schema:recordLabel ; + sh:class schema:Organization ; + sh:description "The label that issued the release."^^rdf:HTML ; + sh:name "recordLabel" ; +. +schema:MusicRelease-releaseOf + a sh:PropertyShape ; + sh:path schema:releaseOf ; + sh:class schema:MusicAlbum ; + sh:description "The album this is a release of."^^rdf:HTML ; + sh:name "releaseOf" ; +. +schema:MusicReleaseFormatType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.)."^^rdf:HTML ; + rdfs:label "Music release format type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:MusicStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A music store."^^rdf:HTML ; + rdfs:label "Music store" ; + rdfs:subClassOf schema:Store ; +. +schema:MusicVenue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A music venue."^^rdf:HTML ; + rdfs:label "Music venue" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:MusicVideoObject + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A music video file."^^rdf:HTML ; + rdfs:label "Music video object" ; + rdfs:subClassOf schema:MediaObject ; +. +schema:NGO + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Organization: Non-governmental Organization."^^rdf:HTML ; + rdfs:label "NGO" ; + rdfs:subClassOf schema:Organization ; +. +schema:NailSalon + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A nail salon."^^rdf:HTML ; + rdfs:label "Nail salon" ; + rdfs:subClassOf schema:HealthAndBeautyBusiness ; +. +schema:Neck + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Neck assessment with clinical examination." ; + rdfs:label "Neck" ; +. +schema:Nerve + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A common pathway for the electrochemical nerve impulses that are transmitted along each of the axons."^^rdf:HTML ; + rdfs:label "Nerve" ; + rdfs:subClassOf schema:AnatomicalStructure ; + sh:property schema:Nerve-branch ; + sh:property schema:Nerve-nerveMotor ; + sh:property schema:Nerve-sensoryUnit ; + sh:property schema:Nerve-sourcedFrom ; +. +schema:Nerve-branch + a sh:PropertyShape ; + sh:path schema:branch ; + sh:class schema:AnatomicalStructure ; + sh:description "The branches that delineate from the nerve bundle. Not to be confused with branchOf."^^rdf:HTML ; + sh:name "branch" ; +. +schema:Nerve-nerveMotor + a sh:PropertyShape ; + sh:path schema:nerveMotor ; + sh:class schema:Muscle ; + sh:description "The neurological pathway extension that involves muscle control."^^rdf:HTML ; + sh:name "nerveMotor" ; +. +schema:Nerve-sensoryUnit + a sh:PropertyShape ; + sh:path schema:sensoryUnit ; + sh:description "The neurological pathway extension that inputs and sends information to the brain or spinal cord."^^rdf:HTML ; + sh:name "sensoryUnit" ; + sh:or ( + [ + sh:class schema:AnatomicalStructure ; + ] + [ + sh:class schema:SuperficialAnatomy ; + ] + ) ; +. +schema:Nerve-sourcedFrom + a sh:PropertyShape ; + sh:path schema:sourcedFrom ; + sh:class schema:BrainStructure ; + sh:description "The neurological pathway that originates the neurons."^^rdf:HTML ; + sh:name "sourcedFrom" ; +. +schema:Neuro + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Neurological system clinical examination." ; + rdfs:label "Neuro" ; +. +schema:Neurologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that studies the nerves and nervous system and its respective disease states." ; + rdfs:label "Neurologic" ; +. +schema:NewCondition + a schema:OfferItemCondition ; + rdfs:comment "Indicates that the item is new." ; + rdfs:label "New condition" ; +. +schema:NewsArticle + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.

+ +A more detailed overview of schema.org News markup is also available."""^^rdf:HTML ; + rdfs:label "News article" ; + rdfs:subClassOf schema:Article ; + sh:property schema:NewsArticle-dateline ; + sh:property schema:NewsArticle-printColumn ; + sh:property schema:NewsArticle-printEdition ; + sh:property schema:NewsArticle-printPage ; + sh:property schema:NewsArticle-printSection ; +. +schema:NewsArticle-dateline + a sh:PropertyShape ; + sh:path schema:dateline ; + sh:datatype xsd:string ; + sh:description """A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.

+ +Structured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.

+ +Dateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\"."""^^rdf:HTML ; + sh:name "dateline" ; +. +schema:NewsArticle-printColumn + a sh:PropertyShape ; + sh:path schema:printColumn ; + sh:datatype xsd:string ; + sh:description "The number of the column in which the NewsArticle appears in the print edition."^^rdf:HTML ; + sh:name "printColumn" ; +. +schema:NewsArticle-printEdition + a sh:PropertyShape ; + sh:path schema:printEdition ; + sh:datatype xsd:string ; + sh:description "The edition of the print product in which the NewsArticle appears."^^rdf:HTML ; + sh:name "printEdition" ; +. +schema:NewsArticle-printPage + a sh:PropertyShape ; + sh:path schema:printPage ; + sh:datatype xsd:string ; + sh:description "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18)."^^rdf:HTML ; + sh:name "printPage" ; +. +schema:NewsArticle-printSection + a sh:PropertyShape ; + sh:path schema:printSection ; + sh:datatype xsd:string ; + sh:description "If this NewsArticle appears in print, this field indicates the print section in which the article appeared."^^rdf:HTML ; + sh:name "printSection" ; +. +schema:NewsMediaOrganization + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment "A News/Media organization such as a newspaper or TV station."^^rdf:HTML ; + rdfs:label "News media organization" ; + rdfs:subClassOf schema:Organization ; + sh:property schema:NewsMediaOrganization-actionableFeedbackPolicy ; + sh:property schema:NewsMediaOrganization-correctionsPolicy ; + sh:property schema:NewsMediaOrganization-diversityPolicy ; + sh:property schema:NewsMediaOrganization-diversityStaffingReport ; + sh:property schema:NewsMediaOrganization-ethicsPolicy ; + sh:property schema:NewsMediaOrganization-masthead ; + sh:property schema:NewsMediaOrganization-missionCoveragePrioritiesPolicy ; + sh:property schema:NewsMediaOrganization-noBylinesPolicy ; + sh:property schema:NewsMediaOrganization-ownershipFundingInfo ; + sh:property schema:NewsMediaOrganization-unnamedSourcesPolicy ; + sh:property schema:NewsMediaOrganization-verificationFactCheckingPolicy ; +. +schema:NewsMediaOrganization-actionableFeedbackPolicy + a sh:PropertyShape ; + sh:path schema:actionableFeedbackPolicy ; + sh:description "For a NewsMediaOrganization or other news-related Organization, a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication."^^rdf:HTML ; + sh:name "actionableFeedbackPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-correctionsPolicy + a sh:PropertyShape ; + sh:path schema:correctionsPolicy ; + sh:description "For an Organization (e.g. NewsMediaOrganization), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors."^^rdf:HTML ; + sh:name "correctionsPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-diversityPolicy + a sh:PropertyShape ; + sh:path schema:diversityPolicy ; + sh:description "Statement on diversity policy by an Organization e.g. a NewsMediaOrganization. For a NewsMediaOrganization, a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data."^^rdf:HTML ; + sh:name "diversityPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-diversityStaffingReport + a sh:PropertyShape ; + sh:path schema:diversityStaffingReport ; + sh:description "For an Organization (often but not necessarily a NewsMediaOrganization), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported."^^rdf:HTML ; + sh:name "diversityStaffingReport" ; + sh:or ( + [ + sh:class schema:Article ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-ethicsPolicy + a sh:PropertyShape ; + sh:path schema:ethicsPolicy ; + sh:description "Statement about ethics policy, e.g. of a NewsMediaOrganization regarding journalistic and publishing practices, or of a Restaurant, a page describing food source policies. In the case of a NewsMediaOrganization, an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization."^^rdf:HTML ; + sh:name "ethicsPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-masthead + a sh:PropertyShape ; + sh:path schema:masthead ; + sh:description "For a NewsMediaOrganization, a link to the masthead page or a page listing top editorial management."^^rdf:HTML ; + sh:name "masthead" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-missionCoveragePrioritiesPolicy + a sh:PropertyShape ; + sh:path schema:missionCoveragePrioritiesPolicy ; + sh:description "For a NewsMediaOrganization, a statement on coverage priorities, including any public agenda or stance on issues."^^rdf:HTML ; + sh:name "missionCoveragePrioritiesPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-noBylinesPolicy + a sh:PropertyShape ; + sh:path schema:noBylinesPolicy ; + sh:description "For a NewsMediaOrganization or other news-related Organization, a statement explaining when authors of articles are not named in bylines."^^rdf:HTML ; + sh:name "noBylinesPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-ownershipFundingInfo + a sh:PropertyShape ; + sh:path schema:ownershipFundingInfo ; + sh:description "For an Organization (often but not necessarily a NewsMediaOrganization), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the funder is also available and can be used to make basic funder information machine-readable."^^rdf:HTML ; + sh:name "ownershipFundingInfo" ; + sh:or ( + [ + sh:class schema:AboutPage ; + ] + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:NewsMediaOrganization-unnamedSourcesPolicy + a sh:PropertyShape ; + sh:path schema:unnamedSourcesPolicy ; + sh:description "For an Organization (typically a NewsMediaOrganization), a statement about policy on use of unnamed sources and the decision process required."^^rdf:HTML ; + sh:name "unnamedSourcesPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:NewsMediaOrganization-verificationFactCheckingPolicy + a sh:PropertyShape ; + sh:path schema:verificationFactCheckingPolicy ; + sh:description "Disclosure about verification and fact-checking processes for a NewsMediaOrganization or other fact-checking Organization."^^rdf:HTML ; + sh:name "verificationFactCheckingPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Newspaper + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A publication containing information about varied topics that are pertinent to general information, a geographic area, or a specific subject matter (i.e. business, culture, education). Often published daily."^^rdf:HTML ; + rdfs:label "Newspaper" ; + rdfs:subClassOf schema:Periodical ; +. +schema:NightClub + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A nightclub or discotheque."^^rdf:HTML ; + rdfs:label "Night club" ; + rdfs:subClassOf schema:EntertainmentBusiness ; +. +schema:NoninvasiveProcedure + a schema:MedicalProcedureType ; + schema:isPartOf ; + rdfs:comment "A type of medical procedure that involves noninvasive techniques." ; + rdfs:label "Noninvasive procedure" ; +. +schema:Nose + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Nose function assessment with clinical examination." ; + rdfs:label "Nose" ; +. +schema:NotInForce + a schema:LegalForceStatus ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "Indicates that a legislation is currently not in force." ; + rdfs:label "Not in force" ; + ; +. +schema:NotYetRecruiting + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Not yet recruiting." ; + rdfs:label "Not yet recruiting" ; +. +schema:Notary + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A notary."^^rdf:HTML ; + rdfs:label "Notary" ; + rdfs:subClassOf schema:LegalService ; +. +schema:NoteDigitalDocument + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A file containing a note, primarily for the author."^^rdf:HTML ; + rdfs:label "Note digital document" ; + rdfs:subClassOf schema:DigitalDocument ; +. +schema:Number + a schema:DataType ; + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Data type: Number."^^rdf:HTML ; + rdfs:label "Number" ; +. +schema:Nursing + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A health profession of a person formally educated and trained in the care of the sick or infirm person." ; + rdfs:label "Nursing" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:NutritionInformation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Nutritional information about the recipe."^^rdf:HTML ; + rdfs:label "Nutrition information" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:NutritionInformation-calories ; + sh:property schema:NutritionInformation-carbohydrateContent ; + sh:property schema:NutritionInformation-cholesterolContent ; + sh:property schema:NutritionInformation-fatContent ; + sh:property schema:NutritionInformation-fiberContent ; + sh:property schema:NutritionInformation-proteinContent ; + sh:property schema:NutritionInformation-saturatedFatContent ; + sh:property schema:NutritionInformation-servingSize ; + sh:property schema:NutritionInformation-sodiumContent ; + sh:property schema:NutritionInformation-sugarContent ; + sh:property schema:NutritionInformation-transFatContent ; + sh:property schema:NutritionInformation-unsaturatedFatContent ; +. +schema:NutritionInformation-calories + a sh:PropertyShape ; + sh:path schema:calories ; + sh:datatype xsd:string ; + sh:description "The number of calories."^^rdf:HTML ; + sh:name "calories" ; +. +schema:NutritionInformation-carbohydrateContent + a sh:PropertyShape ; + sh:path schema:carbohydrateContent ; + sh:datatype xsd:string ; + sh:description "The number of grams of carbohydrates."^^rdf:HTML ; + sh:name "carbohydrateContent" ; +. +schema:NutritionInformation-cholesterolContent + a sh:PropertyShape ; + sh:path schema:cholesterolContent ; + sh:datatype xsd:string ; + sh:description "The number of milligrams of cholesterol."^^rdf:HTML ; + sh:name "cholesterolContent" ; +. +schema:NutritionInformation-fatContent + a sh:PropertyShape ; + sh:path schema:fatContent ; + sh:datatype xsd:string ; + sh:description "The number of grams of fat."^^rdf:HTML ; + sh:name "fatContent" ; +. +schema:NutritionInformation-fiberContent + a sh:PropertyShape ; + sh:path schema:fiberContent ; + sh:datatype xsd:string ; + sh:description "The number of grams of fiber."^^rdf:HTML ; + sh:name "fiberContent" ; +. +schema:NutritionInformation-proteinContent + a sh:PropertyShape ; + sh:path schema:proteinContent ; + sh:datatype xsd:string ; + sh:description "The number of grams of protein."^^rdf:HTML ; + sh:name "proteinContent" ; +. +schema:NutritionInformation-saturatedFatContent + a sh:PropertyShape ; + sh:path schema:saturatedFatContent ; + sh:datatype xsd:string ; + sh:description "The number of grams of saturated fat."^^rdf:HTML ; + sh:name "saturatedFatContent" ; +. +schema:NutritionInformation-servingSize + a sh:PropertyShape ; + sh:path schema:servingSize ; + sh:datatype xsd:string ; + sh:description "The serving size, in terms of the number of volume or mass."^^rdf:HTML ; + sh:name "servingSize" ; +. +schema:NutritionInformation-sodiumContent + a sh:PropertyShape ; + sh:path schema:sodiumContent ; + sh:datatype xsd:string ; + sh:description "The number of milligrams of sodium."^^rdf:HTML ; + sh:name "sodiumContent" ; +. +schema:NutritionInformation-sugarContent + a sh:PropertyShape ; + sh:path schema:sugarContent ; + sh:datatype xsd:string ; + sh:description "The number of grams of sugar."^^rdf:HTML ; + sh:name "sugarContent" ; +. +schema:NutritionInformation-transFatContent + a sh:PropertyShape ; + sh:path schema:transFatContent ; + sh:datatype xsd:string ; + sh:description "The number of grams of trans fat."^^rdf:HTML ; + sh:name "transFatContent" ; +. +schema:NutritionInformation-unsaturatedFatContent + a sh:PropertyShape ; + sh:path schema:unsaturatedFatContent ; + sh:datatype xsd:string ; + sh:description "The number of grams of unsaturated fat."^^rdf:HTML ; + sh:name "unsaturatedFatContent" ; +. +schema:OTC + a schema:DrugPrescriptionStatus ; + schema:isPartOf ; + rdfs:comment "The character of a medical substance, typically a medicine, of being available over the counter or not." ; + rdfs:label "OTC" ; +. +schema:Observational + a schema:MedicalObservationalStudyDesign ; + schema:isPartOf ; + rdfs:comment "An observational study design." ; + rdfs:label "Observational" ; +. +schema:Obstetric + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that specializes in the care of women during the prenatal and postnatal care and with the delivery of the child." ; + rdfs:label "Obstetric" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:Occupation + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1698" ; + schema:isPartOf ; + rdfs:comment "A profession, may involve prolonged training and/or a formal qualification."^^rdf:HTML ; + rdfs:label "Occupation" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Occupation-educationRequirements ; + sh:property schema:Occupation-estimatedSalary ; + sh:property schema:Occupation-experienceRequirements ; + sh:property schema:Occupation-occupationLocation ; + sh:property schema:Occupation-occupationalCategory ; + sh:property schema:Occupation-qualifications ; + sh:property schema:Occupation-responsibilities ; + sh:property schema:Occupation-skills ; +. +schema:Occupation-educationRequirements + a sh:PropertyShape ; + sh:path schema:educationRequirements ; + sh:datatype xsd:string ; + sh:description "Educational background needed for the position or Occupation."^^rdf:HTML ; + sh:description "Educational background needed for the position."^^rdf:HTML ; + sh:name "educationRequirements" ; +. +schema:Occupation-estimatedSalary + a sh:PropertyShape ; + sh:path schema:estimatedSalary ; + sh:description "A property describing the estimated salary for a job posting based on a variety of variables including, but not limited to industry, job title, and location. The estimated salary is usually computed by outside organizations and therefore the hiring organization is not bound to this estimated salary."^^rdf:HTML ; + sh:name "estimatedSalary" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:class schema:MonetaryAmountDistribution ; + ] + [ + sh:class schema:PriceSpecification ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Occupation-experienceRequirements + a sh:PropertyShape ; + sh:path schema:experienceRequirements ; + sh:datatype xsd:string ; + sh:description "Description of skills and experience needed for the position or Occupation."^^rdf:HTML ; + sh:description "Description of skills and experience needed for the position."^^rdf:HTML ; + sh:name "experienceRequirements" ; +. +schema:Occupation-occupationLocation + a sh:PropertyShape ; + sh:path schema:occupationLocation ; + sh:class schema:AdministrativeArea ; + sh:description "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions."^^rdf:HTML ; + sh:name "occupationLocation" ; +. +schema:Occupation-occupationalCategory + a sh:PropertyShape ; + sh:path schema:occupationalCategory ; + sh:datatype xsd:string ; + sh:description "Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value."^^rdf:HTML ; + sh:name "occupationalCategory" ; +. +schema:Occupation-qualifications + a sh:PropertyShape ; + sh:path schema:qualifications ; + sh:datatype xsd:string ; + sh:description "Specific qualifications required for this role or Occupation."^^rdf:HTML ; + sh:description "Specific qualifications required for this role."^^rdf:HTML ; + sh:name "qualifications" ; +. +schema:Occupation-responsibilities + a sh:PropertyShape ; + sh:path schema:responsibilities ; + sh:datatype xsd:string ; + sh:description "Responsibilities associated with this role or Occupation."^^rdf:HTML ; + sh:description "Responsibilities associated with this role."^^rdf:HTML ; + sh:name "responsibilities" ; +. +schema:Occupation-skills + a sh:PropertyShape ; + sh:path schema:skills ; + sh:datatype xsd:string ; + sh:description "Skills required to fulfill this role or in this Occupation."^^rdf:HTML ; + sh:description "Skills required to fulfill this role."^^rdf:HTML ; + sh:name "skills" ; +. +schema:OccupationalActivity + a schema:PhysicalActivityCategory ; + schema:isPartOf ; + rdfs:comment "Any physical activity engaged in for job-related purposes. Examples may include waiting tables, maid service, carrying a mailbag, picking fruits or vegetables, construction work, etc." ; + rdfs:label "Occupational activity" ; +. +schema:OccupationalTherapy + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A treatment of people with physical, emotional, or social problems, using purposeful activity to help them overcome or learn to deal with their problems."^^rdf:HTML ; + rdfs:label "Occupational therapy" ; + rdfs:subClassOf schema:MedicalTherapy ; +. +schema:OceanBodyOfWater + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An ocean (for example, the Pacific)."^^rdf:HTML ; + rdfs:label "Ocean body of water" ; + rdfs:subClassOf schema:BodyOfWater ; +. +schema:Offer + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.

+ +For GTIN-related fields, see Check Digit calculator and validation guide from GS1."""^^rdf:HTML ; + rdfs:label "Offer" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Offer-acceptedPaymentMethod ; + sh:property schema:Offer-addOn ; + sh:property schema:Offer-advanceBookingRequirement ; + sh:property schema:Offer-aggregateRating ; + sh:property schema:Offer-areaServed ; + sh:property schema:Offer-availability ; + sh:property schema:Offer-availabilityEnds ; + sh:property schema:Offer-availabilityStarts ; + sh:property schema:Offer-availableAtOrFrom ; + sh:property schema:Offer-availableDeliveryMethod ; + sh:property schema:Offer-businessFunction ; + sh:property schema:Offer-category ; + sh:property schema:Offer-deliveryLeadTime ; + sh:property schema:Offer-eligibleCustomerType ; + sh:property schema:Offer-eligibleDuration ; + sh:property schema:Offer-eligibleQuantity ; + sh:property schema:Offer-eligibleRegion ; + sh:property schema:Offer-eligibleTransactionVolume ; + sh:property schema:Offer-gtin12 ; + sh:property schema:Offer-gtin13 ; + sh:property schema:Offer-gtin14 ; + sh:property schema:Offer-gtin8 ; + sh:property schema:Offer-includesObject ; + sh:property schema:Offer-ineligibleRegion ; + sh:property schema:Offer-inventoryLevel ; + sh:property schema:Offer-itemCondition ; + sh:property schema:Offer-itemOffered ; + sh:property schema:Offer-mpn ; + sh:property schema:Offer-offeredBy ; + sh:property schema:Offer-price ; + sh:property schema:Offer-priceCurrency ; + sh:property schema:Offer-priceSpecification ; + sh:property schema:Offer-priceValidUntil ; + sh:property schema:Offer-review ; + sh:property schema:Offer-reviews ; + sh:property schema:Offer-seller ; + sh:property schema:Offer-serialNumber ; + sh:property schema:Offer-sku ; + sh:property schema:Offer-validFrom ; + sh:property schema:Offer-validThrough ; + sh:property schema:Offer-warranty ; +. +schema:Offer-acceptedPaymentMethod + a sh:PropertyShape ; + sh:path schema:acceptedPaymentMethod ; + sh:description "The payment method(s) accepted by seller for this offer."^^rdf:HTML ; + sh:name "acceptedPaymentMethod" ; + sh:or ( + [ + sh:class schema:LoanOrCredit ; + ] + [ + sh:class schema:PaymentMethod ; + ] + ) ; +. +schema:Offer-addOn + a sh:PropertyShape ; + sh:path schema:addOn ; + sh:class schema:Offer ; + sh:description "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge)."^^rdf:HTML ; + sh:name "addOn" ; +. +schema:Offer-advanceBookingRequirement + a sh:PropertyShape ; + sh:path schema:advanceBookingRequirement ; + sh:class schema:QuantitativeValue ; + sh:description "The amount of time that is required between accepting the offer and the actual usage of the resource or service."^^rdf:HTML ; + sh:name "advanceBookingRequirement" ; +. +schema:Offer-aggregateRating + a sh:PropertyShape ; + sh:path schema:aggregateRating ; + sh:class schema:AggregateRating ; + sh:description "The overall rating, based on a collection of reviews or ratings, of the item."^^rdf:HTML ; + sh:name "aggregateRating" ; +. +schema:Offer-areaServed + a sh:PropertyShape ; + sh:path schema:areaServed ; + sh:description "The geographic area where a service or offered item is provided."^^rdf:HTML ; + sh:name "areaServed" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Offer-availability + a sh:PropertyShape ; + sh:path schema:availability ; + sh:class schema:ItemAvailability ; + sh:description "The availability of this item—for example In stock, Out of stock, Pre-order, etc."^^rdf:HTML ; + sh:name "availability" ; +. +schema:Offer-availabilityEnds + a sh:PropertyShape ; + sh:path schema:availabilityEnds ; + sh:datatype xsd:dateTime ; + sh:description "The end of the availability of the product or service included in the offer."^^rdf:HTML ; + sh:name "availabilityEnds" ; +. +schema:Offer-availabilityStarts + a sh:PropertyShape ; + sh:path schema:availabilityStarts ; + sh:datatype xsd:dateTime ; + sh:description "The beginning of the availability of the product or service included in the offer."^^rdf:HTML ; + sh:name "availabilityStarts" ; +. +schema:Offer-availableAtOrFrom + a sh:PropertyShape ; + sh:path schema:availableAtOrFrom ; + sh:class schema:Place ; + sh:description "The place(s) from which the offer can be obtained (e.g. store locations)."^^rdf:HTML ; + sh:name "availableAtOrFrom" ; +. +schema:Offer-availableDeliveryMethod + a sh:PropertyShape ; + sh:path schema:availableDeliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "The delivery method(s) available for this offer."^^rdf:HTML ; + sh:name "availableDeliveryMethod" ; +. +schema:Offer-businessFunction + a sh:PropertyShape ; + sh:path schema:businessFunction ; + sh:class schema:BusinessFunction ; + sh:description "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell."^^rdf:HTML ; + sh:name "businessFunction" ; +. +schema:Offer-category + a sh:PropertyShape ; + sh:path schema:category ; + sh:description "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy."^^rdf:HTML ; + sh:name "category" ; + sh:or ( + [ + sh:class schema:PhysicalActivityCategory ; + ] + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Offer-deliveryLeadTime + a sh:PropertyShape ; + sh:path schema:deliveryLeadTime ; + sh:class schema:QuantitativeValue ; + sh:description "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup."^^rdf:HTML ; + sh:name "deliveryLeadTime" ; +. +schema:Offer-eligibleCustomerType + a sh:PropertyShape ; + sh:path schema:eligibleCustomerType ; + sh:class schema:BusinessEntityType ; + sh:description "The type(s) of customers for which the given offer is valid."^^rdf:HTML ; + sh:name "eligibleCustomerType" ; +. +schema:Offer-eligibleDuration + a sh:PropertyShape ; + sh:path schema:eligibleDuration ; + sh:class schema:QuantitativeValue ; + sh:description "The duration for which the given offer is valid."^^rdf:HTML ; + sh:name "eligibleDuration" ; +. +schema:Offer-eligibleQuantity + a sh:PropertyShape ; + sh:path schema:eligibleQuantity ; + sh:class schema:QuantitativeValue ; + sh:description "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity."^^rdf:HTML ; + sh:name "eligibleQuantity" ; +. +schema:Offer-eligibleRegion + a sh:PropertyShape ; + sh:path schema:eligibleRegion ; + sh:description """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.

+ +See also ineligibleRegion."""^^rdf:HTML ; + sh:name "eligibleRegion" ; + sh:or ( + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Offer-eligibleTransactionVolume + a sh:PropertyShape ; + sh:path schema:eligibleTransactionVolume ; + sh:class schema:PriceSpecification ; + sh:description "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount."^^rdf:HTML ; + sh:name "eligibleTransactionVolume" ; +. +schema:Offer-gtin12 + a sh:PropertyShape ; + sh:path schema:gtin12 ; + sh:datatype xsd:string ; + sh:description "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin12" ; +. +schema:Offer-gtin13 + a sh:PropertyShape ; + sh:path schema:gtin13 ; + sh:datatype xsd:string ; + sh:description "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin13" ; +. +schema:Offer-gtin14 + a sh:PropertyShape ; + sh:path schema:gtin14 ; + sh:datatype xsd:string ; + sh:description "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin14" ; +. +schema:Offer-gtin8 + a sh:PropertyShape ; + sh:path schema:gtin8 ; + sh:datatype xsd:string ; + sh:description "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin8" ; +. +schema:Offer-includesObject + a sh:PropertyShape ; + sh:path schema:includesObject ; + sh:class schema:TypeAndQuantityNode ; + sh:description "This links to a node or nodes indicating the exact quantity of the products included in the offer."^^rdf:HTML ; + sh:name "includesObject" ; +. +schema:Offer-ineligibleRegion + a sh:PropertyShape ; + sh:path schema:ineligibleRegion ; + sh:description """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.

+ +See also eligibleRegion."""^^rdf:HTML ; + sh:name "ineligibleRegion" ; + sh:or ( + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Offer-inventoryLevel + a sh:PropertyShape ; + sh:path schema:inventoryLevel ; + sh:class schema:QuantitativeValue ; + sh:description "The current approximate inventory level for the item or items."^^rdf:HTML ; + sh:name "inventoryLevel" ; +. +schema:Offer-itemCondition + a sh:PropertyShape ; + sh:path schema:itemCondition ; + sh:class schema:OfferItemCondition ; + sh:description "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer."^^rdf:HTML ; + sh:name "itemCondition" ; +. +schema:Offer-itemOffered + a sh:PropertyShape ; + sh:path schema:itemOffered ; + sh:description "The item being offered."^^rdf:HTML ; + sh:name "itemOffered" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:class schema:Service ; + ] + ) ; +. +schema:Offer-mpn + a sh:PropertyShape ; + sh:path schema:mpn ; + sh:datatype xsd:string ; + sh:description "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers."^^rdf:HTML ; + sh:name "mpn" ; +. +schema:Offer-offeredBy + a sh:PropertyShape ; + sh:path schema:offeredBy ; + sh:description "A pointer to the organization or person making the offer."^^rdf:HTML ; + sh:name "offeredBy" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Offer-price + a sh:PropertyShape ; + sh:path schema:price ; + sh:description """The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.

+ +Usage guidelines:

+ +
    +
  • Use the priceCurrency property (with standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\") instead of including ambiguous symbols such as '$' in the value.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
  • Note that both RDFa and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.
  • +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
+"""^^rdf:HTML ; + sh:name "price" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Offer-priceCurrency + a sh:PropertyShape ; + sh:path schema:priceCurrency ; + sh:datatype xsd:string ; + sh:description """The currency of the price, or a price component when attached to PriceSpecification and its subtypes.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "priceCurrency" ; +. +schema:Offer-priceSpecification + a sh:PropertyShape ; + sh:path schema:priceSpecification ; + sh:class schema:PriceSpecification ; + sh:description "One or more detailed price specifications, indicating the unit price and delivery or payment charges."^^rdf:HTML ; + sh:name "priceSpecification" ; +. +schema:Offer-priceValidUntil + a sh:PropertyShape ; + sh:path schema:priceValidUntil ; + sh:datatype xsd:date ; + sh:description "The date after which the price is no longer available."^^rdf:HTML ; + sh:name "priceValidUntil" ; +. +schema:Offer-review + a sh:PropertyShape ; + sh:path schema:review ; + sh:class schema:Review ; + sh:description "A review of the item."^^rdf:HTML ; + sh:name "review" ; +. +schema:Offer-reviews + a sh:PropertyShape ; + sh:path schema:reviews ; + sh:class schema:Review ; + sh:description "Review of the item."^^rdf:HTML ; + sh:name "reviews" ; +. +schema:Offer-seller + a sh:PropertyShape ; + sh:path schema:seller ; + sh:description "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."^^rdf:HTML ; + sh:name "seller" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Offer-serialNumber + a sh:PropertyShape ; + sh:path schema:serialNumber ; + sh:datatype xsd:string ; + sh:description "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer."^^rdf:HTML ; + sh:name "serialNumber" ; +. +schema:Offer-sku + a sh:PropertyShape ; + sh:path schema:sku ; + sh:datatype xsd:string ; + sh:description "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers."^^rdf:HTML ; + sh:name "sku" ; +. +schema:Offer-validFrom + a sh:PropertyShape ; + sh:path schema:validFrom ; + sh:datatype xsd:dateTime ; + sh:description "The date when the item becomes valid."^^rdf:HTML ; + sh:name "validFrom" ; +. +schema:Offer-validThrough + a sh:PropertyShape ; + sh:path schema:validThrough ; + sh:datatype xsd:dateTime ; + sh:description "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."^^rdf:HTML ; + sh:name "validThrough" ; +. +schema:Offer-warranty + a sh:PropertyShape ; + sh:path schema:warranty ; + sh:class schema:WarrantyPromise ; + sh:description "The warranty promise(s) included in the offer."^^rdf:HTML ; + sh:name "warranty" ; +. +schema:OfferCatalog + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider."^^rdf:HTML ; + rdfs:label "Offer catalog" ; + rdfs:subClassOf schema:ItemList ; +. +schema:OfferItemCondition + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A list of possible conditions for the item."^^rdf:HTML ; + rdfs:label "Offer item condition" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:OfficeEquipmentStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An office equipment store."^^rdf:HTML ; + rdfs:label "Office equipment store" ; + rdfs:subClassOf schema:Store ; +. +schema:OfficialLegalValue + a schema:LegalValueLevel ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of a EU directive published by the EU Office of Publications)." ; + rdfs:label "Official legal value" ; + ; +. +schema:OfflinePermanently + a schema:GameServerStatus ; + rdfs:comment "Game server status: OfflinePermanently. Server is offline and not available." ; + rdfs:label "Offline permanently" ; +. +schema:OfflineTemporarily + a schema:GameServerStatus ; + rdfs:comment "Game server status: OfflineTemporarily. Server is offline now but it can be online soon." ; + rdfs:label "Offline temporarily" ; +. +schema:OnDemandEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand."^^rdf:HTML ; + rdfs:label "On demand event" ; + rdfs:subClassOf schema:PublicationEvent ; +. +schema:OnSitePickup + a schema:DeliveryMethod ; + rdfs:comment "A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office." ; + rdfs:label "On site pickup" ; +. +schema:Oncologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that deals with benign and malignant tumors, including the study of their development, diagnosis, treatment and prevention." ; + rdfs:label "Oncologic" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:Online + a schema:GameServerStatus ; + rdfs:comment "Game server status: Online. Server is available." ; + rdfs:label "Online" ; +. +schema:OnlineFull + a schema:GameServerStatus ; + rdfs:comment "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached." ; + rdfs:label "Online full" ; +. +schema:OnlineOnly + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item is available only online." ; + rdfs:label "Online only" ; +. +schema:OpenTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "A trial design in which the researcher knows the full details of the treatment, and so does the patient." ; + rdfs:label "Open trial" ; +. +schema:OpeningHoursSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A structured value providing information about the opening hours of a place or a certain service inside a place.

+ +The place is open if the opens property is specified, and closed otherwise.

+ +If the value for the closes property is less than the value for the opens property then the hour range is assumed to span over the next day."""^^rdf:HTML ; + rdfs:label "Opening hours specification" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:OpeningHoursSpecification-closes ; + sh:property schema:OpeningHoursSpecification-dayOfWeek ; + sh:property schema:OpeningHoursSpecification-opens ; + sh:property schema:OpeningHoursSpecification-validFrom ; + sh:property schema:OpeningHoursSpecification-validThrough ; +. +schema:OpeningHoursSpecification-closes + a sh:PropertyShape ; + sh:path schema:closes ; + sh:datatype xsd:time ; + sh:description "The closing hour of the place or service on the given day(s) of the week."^^rdf:HTML ; + sh:name "closes" ; +. +schema:OpeningHoursSpecification-dayOfWeek + a sh:PropertyShape ; + sh:path schema:dayOfWeek ; + sh:class schema:DayOfWeek ; + sh:description "The day of the week for which these opening hours are valid."^^rdf:HTML ; + sh:name "dayOfWeek" ; +. +schema:OpeningHoursSpecification-opens + a sh:PropertyShape ; + sh:path schema:opens ; + sh:datatype xsd:time ; + sh:description "The opening hour of the place or service on the given day(s) of the week."^^rdf:HTML ; + sh:name "opens" ; +. +schema:OpeningHoursSpecification-validFrom + a sh:PropertyShape ; + sh:path schema:validFrom ; + sh:datatype xsd:dateTime ; + sh:description "The date when the item becomes valid."^^rdf:HTML ; + sh:name "validFrom" ; +. +schema:OpeningHoursSpecification-validThrough + a sh:PropertyShape ; + sh:path schema:validThrough ; + sh:datatype xsd:dateTime ; + sh:description "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."^^rdf:HTML ; + sh:name "validThrough" ; +. +schema:OpinionNewsArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment "An OpinionNewsArticle is a NewsArticle that primarily expresses opinions rather than journalistic reporting of news and events. For example, a NewsArticle consisting of a column or Blog/BlogPosting entry in the Opinions section of a news publication."^^rdf:HTML ; + rdfs:label "Opinion news article" ; + rdfs:subClassOf schema:NewsArticle ; +. +schema:Optician + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A store that sells reading glasses and similar devices for improving vision."^^rdf:HTML ; + rdfs:label "Optician" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:Optometric + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "The science or practice of testing visual acuity and prescribing corrective lenses." ; + rdfs:label "Optometric" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:Order + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer."^^rdf:HTML ; + rdfs:label "Order" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Order-acceptedOffer ; + sh:property schema:Order-billingAddress ; + sh:property schema:Order-broker ; + sh:property schema:Order-confirmationNumber ; + sh:property schema:Order-customer ; + sh:property schema:Order-discount ; + sh:property schema:Order-discountCode ; + sh:property schema:Order-discountCurrency ; + sh:property schema:Order-isGift ; + sh:property schema:Order-merchant ; + sh:property schema:Order-orderDate ; + sh:property schema:Order-orderDelivery ; + sh:property schema:Order-orderNumber ; + sh:property schema:Order-orderStatus ; + sh:property schema:Order-orderedItem ; + sh:property schema:Order-partOfInvoice ; + sh:property schema:Order-paymentDue ; + sh:property schema:Order-paymentDueDate ; + sh:property schema:Order-paymentMethod ; + sh:property schema:Order-paymentMethodId ; + sh:property schema:Order-paymentUrl ; + sh:property schema:Order-seller ; +. +schema:Order-acceptedOffer + a sh:PropertyShape ; + sh:path schema:acceptedOffer ; + sh:class schema:Offer ; + sh:description "The offer(s) -- e.g., product, quantity and price combinations -- included in the order."^^rdf:HTML ; + sh:name "acceptedOffer" ; +. +schema:Order-billingAddress + a sh:PropertyShape ; + sh:path schema:billingAddress ; + sh:class schema:PostalAddress ; + sh:description "The billing address for the order."^^rdf:HTML ; + sh:name "billingAddress" ; +. +schema:Order-broker + a sh:PropertyShape ; + sh:path schema:broker ; + sh:description "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."^^rdf:HTML ; + sh:name "broker" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Order-confirmationNumber + a sh:PropertyShape ; + sh:path schema:confirmationNumber ; + sh:datatype xsd:string ; + sh:description "A number that confirms the given order or payment has been received."^^rdf:HTML ; + sh:name "confirmationNumber" ; +. +schema:Order-customer + a sh:PropertyShape ; + sh:path schema:customer ; + sh:description "Party placing the order or paying the invoice."^^rdf:HTML ; + sh:name "customer" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Order-discount + a sh:PropertyShape ; + sh:path schema:discount ; + sh:description "Any discount applied (to an Order)."^^rdf:HTML ; + sh:name "discount" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Order-discountCode + a sh:PropertyShape ; + sh:path schema:discountCode ; + sh:datatype xsd:string ; + sh:description "Code used to redeem a discount."^^rdf:HTML ; + sh:name "discountCode" ; +. +schema:Order-discountCurrency + a sh:PropertyShape ; + sh:path schema:discountCurrency ; + sh:datatype xsd:string ; + sh:description """The currency of the discount.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "discountCurrency" ; +. +schema:Order-isGift + a sh:PropertyShape ; + sh:path schema:isGift ; + sh:datatype xsd:boolean ; + sh:description "Was the offer accepted as a gift for someone other than the buyer."^^rdf:HTML ; + sh:name "isGift" ; +. +schema:Order-merchant + a sh:PropertyShape ; + sh:path schema:merchant ; + sh:description "'merchant' is an out-dated term for 'seller'."^^rdf:HTML ; + sh:name "merchant" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Order-orderDate + a sh:PropertyShape ; + sh:path schema:orderDate ; + sh:datatype xsd:dateTime ; + sh:description "Date order was placed."^^rdf:HTML ; + sh:name "orderDate" ; +. +schema:Order-orderDelivery + a sh:PropertyShape ; + sh:path schema:orderDelivery ; + sh:class schema:ParcelDelivery ; + sh:description "The delivery of the parcel related to this order or order item."^^rdf:HTML ; + sh:name "orderDelivery" ; +. +schema:Order-orderNumber + a sh:PropertyShape ; + sh:path schema:orderNumber ; + sh:datatype xsd:string ; + sh:description "The identifier of the transaction."^^rdf:HTML ; + sh:name "orderNumber" ; +. +schema:Order-orderStatus + a sh:PropertyShape ; + sh:path schema:orderStatus ; + sh:class schema:OrderStatus ; + sh:description "The current status of the order."^^rdf:HTML ; + sh:name "orderStatus" ; +. +schema:Order-orderedItem + a sh:PropertyShape ; + sh:path schema:orderedItem ; + sh:description "The item ordered."^^rdf:HTML ; + sh:name "orderedItem" ; + sh:or ( + [ + sh:class schema:OrderItem ; + ] + [ + sh:class schema:Product ; + ] + ) ; +. +schema:Order-partOfInvoice + a sh:PropertyShape ; + sh:path schema:partOfInvoice ; + sh:class schema:Invoice ; + sh:description "The order is being paid as part of the referenced Invoice."^^rdf:HTML ; + sh:name "partOfInvoice" ; +. +schema:Order-paymentDue + a sh:PropertyShape ; + sh:path schema:paymentDue ; + sh:datatype xsd:dateTime ; + sh:description "The date that payment is due."^^rdf:HTML ; + sh:name "paymentDue" ; +. +schema:Order-paymentDueDate + a sh:PropertyShape ; + sh:path schema:paymentDueDate ; + sh:datatype xsd:dateTime ; + sh:description "The date that payment is due."^^rdf:HTML ; + sh:name "paymentDueDate" ; +. +schema:Order-paymentMethod + a sh:PropertyShape ; + sh:path schema:paymentMethod ; + sh:class schema:PaymentMethod ; + sh:description "The name of the credit card or other method of payment for the order."^^rdf:HTML ; + sh:name "paymentMethod" ; +. +schema:Order-paymentMethodId + a sh:PropertyShape ; + sh:path schema:paymentMethodId ; + sh:datatype xsd:string ; + sh:description "An identifier for the method of payment used (e.g. the last 4 digits of the credit card)."^^rdf:HTML ; + sh:name "paymentMethodId" ; +. +schema:Order-paymentUrl + a sh:PropertyShape ; + sh:path schema:paymentUrl ; + sh:description "The URL for sending a payment."^^rdf:HTML ; + sh:name "paymentUrl" ; + sh:nodeKind sh:IRI ; +. +schema:Order-seller + a sh:PropertyShape ; + sh:path schema:seller ; + sh:description "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."^^rdf:HTML ; + sh:name "seller" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:OrderAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An agent orders an object/product/service to be delivered/sent."^^rdf:HTML ; + rdfs:label "Order action" ; + rdfs:subClassOf schema:TradeAction ; + sh:property schema:OrderAction-deliveryMethod ; +. +schema:OrderAction-deliveryMethod + a sh:PropertyShape ; + sh:path schema:deliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "A sub property of instrument. The method of delivery."^^rdf:HTML ; + sh:name "deliveryMethod" ; +. +schema:OrderCancelled + a schema:OrderStatus ; + rdfs:comment "OrderStatus representing cancellation of an order." ; + rdfs:label "Order cancelled" ; +. +schema:OrderDelivered + a schema:OrderStatus ; + rdfs:comment "OrderStatus representing successful delivery of an order." ; + rdfs:label "Order delivered" ; +. +schema:OrderInTransit + a schema:OrderStatus ; + rdfs:comment "OrderStatus representing that an order is in transit." ; + rdfs:label "Order in transit" ; +. +schema:OrderItem + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An order item is a line of an order. It includes the quantity and shipping details of a bought offer."^^rdf:HTML ; + rdfs:label "Order item" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:OrderItem-orderDelivery ; + sh:property schema:OrderItem-orderItemNumber ; + sh:property schema:OrderItem-orderItemStatus ; + sh:property schema:OrderItem-orderQuantity ; + sh:property schema:OrderItem-orderedItem ; +. +schema:OrderItem-orderDelivery + a sh:PropertyShape ; + sh:path schema:orderDelivery ; + sh:class schema:ParcelDelivery ; + sh:description "The delivery of the parcel related to this order or order item."^^rdf:HTML ; + sh:name "orderDelivery" ; +. +schema:OrderItem-orderItemNumber + a sh:PropertyShape ; + sh:path schema:orderItemNumber ; + sh:datatype xsd:string ; + sh:description "The identifier of the order item."^^rdf:HTML ; + sh:name "orderItemNumber" ; +. +schema:OrderItem-orderItemStatus + a sh:PropertyShape ; + sh:path schema:orderItemStatus ; + sh:class schema:OrderStatus ; + sh:description "The current status of the order item."^^rdf:HTML ; + sh:name "orderItemStatus" ; +. +schema:OrderItem-orderQuantity + a sh:PropertyShape ; + sh:path schema:orderQuantity ; + sh:datatype xsd:float ; + sh:description "The number of the item ordered. If the property is not set, assume the quantity is one."^^rdf:HTML ; + sh:name "orderQuantity" ; +. +schema:OrderItem-orderedItem + a sh:PropertyShape ; + sh:path schema:orderedItem ; + sh:description "The item ordered."^^rdf:HTML ; + sh:name "orderedItem" ; + sh:or ( + [ + sh:class schema:OrderItem ; + ] + [ + sh:class schema:Product ; + ] + ) ; +. +schema:OrderPaymentDue + a schema:OrderStatus ; + rdfs:comment "OrderStatus representing that payment is due on an order." ; + rdfs:label "Order payment due" ; +. +schema:OrderPickupAvailable + a schema:OrderStatus ; + rdfs:comment "OrderStatus representing availability of an order for pickup." ; + rdfs:label "Order pickup available" ; +. +schema:OrderProblem + a schema:OrderStatus ; + rdfs:comment "OrderStatus representing that there is a problem with the order." ; + rdfs:label "Order problem" ; +. +schema:OrderProcessing + a schema:OrderStatus ; + rdfs:comment "OrderStatus representing that an order is being processed." ; + rdfs:label "Order processing" ; +. +schema:OrderReturned + a schema:OrderStatus ; + rdfs:comment "OrderStatus representing that an order has been returned." ; + rdfs:label "Order returned" ; +. +schema:OrderStatus + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Enumerated status values for Order."^^rdf:HTML ; + rdfs:label "Order status" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:Organization + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An organization such as a school, NGO, corporation, club, etc."^^rdf:HTML ; + rdfs:label "Organization" ; + rdfs:subClassOf schema:Thing ; + sh:property schema:Organization-actionableFeedbackPolicy ; + sh:property schema:Organization-address ; + sh:property schema:Organization-aggregateRating ; + sh:property schema:Organization-alumni ; + sh:property schema:Organization-areaServed ; + sh:property schema:Organization-award ; + sh:property schema:Organization-awards ; + sh:property schema:Organization-brand ; + sh:property schema:Organization-contactPoint ; + sh:property schema:Organization-contactPoints ; + sh:property schema:Organization-correctionsPolicy ; + sh:property schema:Organization-department ; + sh:property schema:Organization-dissolutionDate ; + sh:property schema:Organization-diversityPolicy ; + sh:property schema:Organization-diversityStaffingReport ; + sh:property schema:Organization-duns ; + sh:property schema:Organization-email ; + sh:property schema:Organization-employee ; + sh:property schema:Organization-employees ; + sh:property schema:Organization-ethicsPolicy ; + sh:property schema:Organization-event ; + sh:property schema:Organization-events ; + sh:property schema:Organization-faxNumber ; + sh:property schema:Organization-founder ; + sh:property schema:Organization-founders ; + sh:property schema:Organization-foundingDate ; + sh:property schema:Organization-foundingLocation ; + sh:property schema:Organization-funder ; + sh:property schema:Organization-globalLocationNumber ; + sh:property schema:Organization-hasOfferCatalog ; + sh:property schema:Organization-hasPOS ; + sh:property schema:Organization-isicV4 ; + sh:property schema:Organization-knowsAbout ; + sh:property schema:Organization-knowsLanguage ; + sh:property schema:Organization-legalName ; + sh:property schema:Organization-leiCode ; + sh:property schema:Organization-location ; + sh:property schema:Organization-logo ; + sh:property schema:Organization-makesOffer ; + sh:property schema:Organization-member ; + sh:property schema:Organization-memberOf ; + sh:property schema:Organization-members ; + sh:property schema:Organization-naics ; + sh:property schema:Organization-numberOfEmployees ; + sh:property schema:Organization-ownershipFundingInfo ; + sh:property schema:Organization-owns ; + sh:property schema:Organization-parentOrganization ; + sh:property schema:Organization-publishingPrinciples ; + sh:property schema:Organization-review ; + sh:property schema:Organization-reviews ; + sh:property schema:Organization-seeks ; + sh:property schema:Organization-serviceArea ; + sh:property schema:Organization-sponsor ; + sh:property schema:Organization-subOrganization ; + sh:property schema:Organization-taxID ; + sh:property schema:Organization-telephone ; + sh:property schema:Organization-unnamedSourcesPolicy ; + sh:property schema:Organization-vatID ; +. +schema:Organization-actionableFeedbackPolicy + a sh:PropertyShape ; + sh:path schema:actionableFeedbackPolicy ; + sh:description "For a NewsMediaOrganization or other news-related Organization, a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication."^^rdf:HTML ; + sh:name "actionableFeedbackPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Organization-address + a sh:PropertyShape ; + sh:path schema:address ; + sh:description "Physical address of the item."^^rdf:HTML ; + sh:name "address" ; + sh:or ( + [ + sh:class schema:PostalAddress ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Organization-aggregateRating + a sh:PropertyShape ; + sh:path schema:aggregateRating ; + sh:class schema:AggregateRating ; + sh:description "The overall rating, based on a collection of reviews or ratings, of the item."^^rdf:HTML ; + sh:name "aggregateRating" ; +. +schema:Organization-alumni + a sh:PropertyShape ; + sh:path schema:alumni ; + sh:class schema:Person ; + sh:description "Alumni of an organization."^^rdf:HTML ; + sh:name "alumni" ; +. +schema:Organization-areaServed + a sh:PropertyShape ; + sh:path schema:areaServed ; + sh:description "The geographic area where a service or offered item is provided."^^rdf:HTML ; + sh:name "areaServed" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Organization-award + a sh:PropertyShape ; + sh:path schema:award ; + sh:datatype xsd:string ; + sh:description "An award won by or for this item."^^rdf:HTML ; + sh:name "award" ; +. +schema:Organization-awards + a sh:PropertyShape ; + sh:path schema:awards ; + sh:datatype xsd:string ; + sh:description "Awards won by or for this item."^^rdf:HTML ; + sh:name "awards" ; +. +schema:Organization-brand + a sh:PropertyShape ; + sh:path schema:brand ; + sh:description "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."^^rdf:HTML ; + sh:name "brand" ; + sh:or ( + [ + sh:class schema:Brand ; + ] + [ + sh:class schema:Organization ; + ] + ) ; +. +schema:Organization-contactPoint + a sh:PropertyShape ; + sh:path schema:contactPoint ; + sh:class schema:ContactPoint ; + sh:description "A contact point for a person or organization."^^rdf:HTML ; + sh:name "contactPoint" ; +. +schema:Organization-contactPoints + a sh:PropertyShape ; + sh:path schema:contactPoints ; + sh:class schema:ContactPoint ; + sh:description "A contact point for a person or organization."^^rdf:HTML ; + sh:name "contactPoints" ; +. +schema:Organization-correctionsPolicy + a sh:PropertyShape ; + sh:path schema:correctionsPolicy ; + sh:description "For an Organization (e.g. NewsMediaOrganization), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors."^^rdf:HTML ; + sh:name "correctionsPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Organization-department + a sh:PropertyShape ; + sh:path schema:department ; + sh:class schema:Organization ; + sh:description "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe."^^rdf:HTML ; + sh:name "department" ; +. +schema:Organization-dissolutionDate + a sh:PropertyShape ; + sh:path schema:dissolutionDate ; + sh:datatype xsd:date ; + sh:description "The date that this organization was dissolved."^^rdf:HTML ; + sh:name "dissolutionDate" ; +. +schema:Organization-diversityPolicy + a sh:PropertyShape ; + sh:path schema:diversityPolicy ; + sh:description "Statement on diversity policy by an Organization e.g. a NewsMediaOrganization. For a NewsMediaOrganization, a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data."^^rdf:HTML ; + sh:name "diversityPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Organization-diversityStaffingReport + a sh:PropertyShape ; + sh:path schema:diversityStaffingReport ; + sh:description "For an Organization (often but not necessarily a NewsMediaOrganization), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported."^^rdf:HTML ; + sh:name "diversityStaffingReport" ; + sh:or ( + [ + sh:class schema:Article ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Organization-duns + a sh:PropertyShape ; + sh:path schema:duns ; + sh:datatype xsd:string ; + sh:description "The Dun & Bradstreet DUNS number for identifying an organization or business person."^^rdf:HTML ; + sh:name "duns" ; +. +schema:Organization-email + a sh:PropertyShape ; + sh:path schema:email ; + sh:datatype xsd:string ; + sh:description "Email address."^^rdf:HTML ; + sh:name "email" ; +. +schema:Organization-employee + a sh:PropertyShape ; + sh:path schema:employee ; + sh:class schema:Person ; + sh:description "Someone working for this organization."^^rdf:HTML ; + sh:name "employee" ; +. +schema:Organization-employees + a sh:PropertyShape ; + sh:path schema:employees ; + sh:class schema:Person ; + sh:description "People working for this organization."^^rdf:HTML ; + sh:name "employees" ; +. +schema:Organization-ethicsPolicy + a sh:PropertyShape ; + sh:path schema:ethicsPolicy ; + sh:description "Statement about ethics policy, e.g. of a NewsMediaOrganization regarding journalistic and publishing practices, or of a Restaurant, a page describing food source policies. In the case of a NewsMediaOrganization, an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization."^^rdf:HTML ; + sh:name "ethicsPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Organization-event + a sh:PropertyShape ; + sh:path schema:event ; + sh:class schema:Event ; + sh:description "Upcoming or past event associated with this place, organization, or action."^^rdf:HTML ; + sh:name "event" ; +. +schema:Organization-events + a sh:PropertyShape ; + sh:path schema:events ; + sh:class schema:Event ; + sh:description "Upcoming or past events associated with this place or organization."^^rdf:HTML ; + sh:name "events" ; +. +schema:Organization-faxNumber + a sh:PropertyShape ; + sh:path schema:faxNumber ; + sh:datatype xsd:string ; + sh:description "The fax number."^^rdf:HTML ; + sh:name "faxNumber" ; +. +schema:Organization-founder + a sh:PropertyShape ; + sh:path schema:founder ; + sh:class schema:Person ; + sh:description "A person who founded this organization."^^rdf:HTML ; + sh:name "founder" ; +. +schema:Organization-founders + a sh:PropertyShape ; + sh:path schema:founders ; + sh:class schema:Person ; + sh:description "A person who founded this organization."^^rdf:HTML ; + sh:name "founders" ; +. +schema:Organization-foundingDate + a sh:PropertyShape ; + sh:path schema:foundingDate ; + sh:datatype xsd:date ; + sh:description "The date that this organization was founded."^^rdf:HTML ; + sh:name "foundingDate" ; +. +schema:Organization-foundingLocation + a sh:PropertyShape ; + sh:path schema:foundingLocation ; + sh:class schema:Place ; + sh:description "The place where the Organization was founded."^^rdf:HTML ; + sh:name "foundingLocation" ; +. +schema:Organization-funder + a sh:PropertyShape ; + sh:path schema:funder ; + sh:description "A person or organization that supports (sponsors) something through some kind of financial contribution."^^rdf:HTML ; + sh:name "funder" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Organization-globalLocationNumber + a sh:PropertyShape ; + sh:path schema:globalLocationNumber ; + sh:datatype xsd:string ; + sh:description "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations."^^rdf:HTML ; + sh:name "globalLocationNumber" ; +. +schema:Organization-hasOfferCatalog + a sh:PropertyShape ; + sh:path schema:hasOfferCatalog ; + sh:class schema:OfferCatalog ; + sh:description "Indicates an OfferCatalog listing for this Organization, Person, or Service."^^rdf:HTML ; + sh:name "hasOfferCatalog" ; +. +schema:Organization-hasPOS + a sh:PropertyShape ; + sh:path schema:hasPOS ; + sh:class schema:Place ; + sh:description "Points-of-Sales operated by the organization or person."^^rdf:HTML ; + sh:name "hasPOS" ; +. +schema:Organization-isicV4 + a sh:PropertyShape ; + sh:path schema:isicV4 ; + sh:datatype xsd:string ; + sh:description "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place."^^rdf:HTML ; + sh:name "isicV4" ; +. +schema:Organization-knowsAbout + a sh:PropertyShape ; + sh:path schema:knowsAbout ; + sh:description "Of a Person, and less typically of an Organization, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or yet relate this to educational content, events, objectives or JobPosting descriptions."^^rdf:HTML ; + sh:name "knowsAbout" ; + sh:or ( + [ + sh:class schema:Thing ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Organization-knowsLanguage + a sh:PropertyShape ; + sh:path schema:knowsLanguage ; + sh:description "Of a Person, and less typically of an Organization, to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the IETF BCP 47 standard."^^rdf:HTML ; + sh:name "knowsLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Organization-legalName + a sh:PropertyShape ; + sh:path schema:legalName ; + sh:datatype xsd:string ; + sh:description "The official name of the organization, e.g. the registered company name."^^rdf:HTML ; + sh:name "legalName" ; +. +schema:Organization-leiCode + a sh:PropertyShape ; + sh:path schema:leiCode ; + sh:datatype xsd:string ; + sh:description "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442."^^rdf:HTML ; + sh:name "leiCode" ; +. +schema:Organization-location + a sh:PropertyShape ; + sh:path schema:location ; + sh:description "The location of for example where the event is happening, an organization is located, or where an action takes place."^^rdf:HTML ; + sh:name "location" ; + sh:or ( + [ + sh:class schema:Place ; + ] + [ + sh:class schema:PostalAddress ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Organization-logo + a sh:PropertyShape ; + sh:path schema:logo ; + sh:description "An associated logo."^^rdf:HTML ; + sh:name "logo" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Organization-makesOffer + a sh:PropertyShape ; + sh:path schema:makesOffer ; + sh:class schema:Offer ; + sh:description "A pointer to products or services offered by the organization or person."^^rdf:HTML ; + sh:name "makesOffer" ; +. +schema:Organization-member + a sh:PropertyShape ; + sh:path schema:member ; + sh:description "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals."^^rdf:HTML ; + sh:name "member" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Organization-memberOf + a sh:PropertyShape ; + sh:path schema:memberOf ; + sh:description "An Organization (or ProgramMembership) to which this Person or Organization belongs."^^rdf:HTML ; + sh:name "memberOf" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:ProgramMembership ; + ] + ) ; +. +schema:Organization-members + a sh:PropertyShape ; + sh:path schema:members ; + sh:description "A member of this organization."^^rdf:HTML ; + sh:name "members" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Organization-naics + a sh:PropertyShape ; + sh:path schema:naics ; + sh:datatype xsd:string ; + sh:description "The North American Industry Classification System (NAICS) code for a particular organization or business person."^^rdf:HTML ; + sh:name "naics" ; +. +schema:Organization-numberOfEmployees + a sh:PropertyShape ; + sh:path schema:numberOfEmployees ; + sh:class schema:QuantitativeValue ; + sh:description "The number of employees in an organization e.g. business."^^rdf:HTML ; + sh:name "numberOfEmployees" ; +. +schema:Organization-ownershipFundingInfo + a sh:PropertyShape ; + sh:path schema:ownershipFundingInfo ; + sh:description "For an Organization (often but not necessarily a NewsMediaOrganization), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the funder is also available and can be used to make basic funder information machine-readable."^^rdf:HTML ; + sh:name "ownershipFundingInfo" ; + sh:or ( + [ + sh:class schema:AboutPage ; + ] + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Organization-owns + a sh:PropertyShape ; + sh:path schema:owns ; + sh:description "Products owned by the organization or person."^^rdf:HTML ; + sh:name "owns" ; + sh:or ( + [ + sh:class schema:OwnershipInfo ; + ] + [ + sh:class schema:Product ; + ] + ) ; +. +schema:Organization-parentOrganization + a sh:PropertyShape ; + sh:path schema:parentOrganization ; + sh:class schema:Organization ; + sh:description "The larger organization that this organization is a subOrganization of, if any."^^rdf:HTML ; + sh:name "parentOrganization" ; +. +schema:Organization-publishingPrinciples + a sh:PropertyShape ; + sh:path schema:publishingPrinciples ; + sh:description """The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.

+ +While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."""^^rdf:HTML ; + sh:name "publishingPrinciples" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Organization-review + a sh:PropertyShape ; + sh:path schema:review ; + sh:class schema:Review ; + sh:description "A review of the item."^^rdf:HTML ; + sh:name "review" ; +. +schema:Organization-reviews + a sh:PropertyShape ; + sh:path schema:reviews ; + sh:class schema:Review ; + sh:description "Review of the item."^^rdf:HTML ; + sh:name "reviews" ; +. +schema:Organization-seeks + a sh:PropertyShape ; + sh:path schema:seeks ; + sh:class schema:Demand ; + sh:description "A pointer to products or services sought by the organization or person (demand)."^^rdf:HTML ; + sh:name "seeks" ; +. +schema:Organization-serviceArea + a sh:PropertyShape ; + sh:path schema:serviceArea ; + sh:description "The geographic area where the service is provided."^^rdf:HTML ; + sh:name "serviceArea" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Organization-sponsor + a sh:PropertyShape ; + sh:path schema:sponsor ; + sh:description "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event."^^rdf:HTML ; + sh:name "sponsor" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Organization-subOrganization + a sh:PropertyShape ; + sh:path schema:subOrganization ; + sh:class schema:Organization ; + sh:description "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property."^^rdf:HTML ; + sh:name "subOrganization" ; +. +schema:Organization-taxID + a sh:PropertyShape ; + sh:path schema:taxID ; + sh:datatype xsd:string ; + sh:description "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain."^^rdf:HTML ; + sh:name "taxID" ; +. +schema:Organization-telephone + a sh:PropertyShape ; + sh:path schema:telephone ; + sh:datatype xsd:string ; + sh:description "The telephone number."^^rdf:HTML ; + sh:name "telephone" ; +. +schema:Organization-unnamedSourcesPolicy + a sh:PropertyShape ; + sh:path schema:unnamedSourcesPolicy ; + sh:description "For an Organization (typically a NewsMediaOrganization), a statement about policy on use of unnamed sources and the decision process required."^^rdf:HTML ; + sh:name "unnamedSourcesPolicy" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Organization-vatID + a sh:PropertyShape ; + sh:path schema:vatID ; + sh:datatype xsd:string ; + sh:description "The Value-added Tax ID of the organization or person."^^rdf:HTML ; + sh:name "vatID" ; +. +schema:OrganizationRole + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A subclass of Role used to describe roles within organizations."^^rdf:HTML ; + rdfs:label "Organization role" ; + rdfs:subClassOf schema:Role ; + sh:property schema:OrganizationRole-numberedPosition ; +. +schema:OrganizationRole-numberedPosition + a sh:PropertyShape ; + sh:path schema:numberedPosition ; + sh:datatype xsd:float ; + sh:description "A number associated with a role in an organization, for example, the number on an athlete's jersey."^^rdf:HTML ; + sh:name "numberedPosition" ; +. +schema:OrganizeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of manipulating/administering/supervising/controlling one or more objects."^^rdf:HTML ; + rdfs:label "Organize action" ; + rdfs:subClassOf schema:Action ; +. +schema:Osteopathic + a schema:MedicineSystem ; + schema:isPartOf ; + rdfs:comment "A system of medicine focused on promoting the body's innate ability to heal itself." ; + rdfs:label "Osteopathic" ; +. +schema:Otolaryngologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that is concerned with the ear, nose and throat and their respective disease states." ; + rdfs:label "Otolaryngologic" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:OutOfStock + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item is out of stock." ; + rdfs:label "Out of stock" ; +. +schema:OutletStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An outlet store."^^rdf:HTML ; + rdfs:label "Outlet store" ; + rdfs:subClassOf schema:Store ; +. +schema:OwnershipInfo + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A structured value providing information about when a certain organization or person owned a certain product."^^rdf:HTML ; + rdfs:label "Ownership info" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:OwnershipInfo-acquiredFrom ; + sh:property schema:OwnershipInfo-ownedFrom ; + sh:property schema:OwnershipInfo-ownedThrough ; + sh:property schema:OwnershipInfo-typeOfGood ; +. +schema:OwnershipInfo-acquiredFrom + a sh:PropertyShape ; + sh:path schema:acquiredFrom ; + sh:description "The organization or person from which the product was acquired."^^rdf:HTML ; + sh:name "acquiredFrom" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:OwnershipInfo-ownedFrom + a sh:PropertyShape ; + sh:path schema:ownedFrom ; + sh:datatype xsd:dateTime ; + sh:description "The date and time of obtaining the product."^^rdf:HTML ; + sh:name "ownedFrom" ; +. +schema:OwnershipInfo-ownedThrough + a sh:PropertyShape ; + sh:path schema:ownedThrough ; + sh:datatype xsd:dateTime ; + sh:description "The date and time of giving up ownership on the product."^^rdf:HTML ; + sh:name "ownedThrough" ; +. +schema:OwnershipInfo-typeOfGood + a sh:PropertyShape ; + sh:path schema:typeOfGood ; + sh:description "The product that this structured value is referring to."^^rdf:HTML ; + sh:name "typeOfGood" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:class schema:Service ; + ] + ) ; +. +schema:PET + a schema:MedicalImagingTechnique ; + schema:isPartOf ; + rdfs:comment "Positron emission tomography imaging." ; + rdfs:label "PET" ; +. +schema:PaintAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of producing a painting, typically with paint and canvas as instruments."^^rdf:HTML ; + rdfs:label "Paint action" ; + rdfs:subClassOf schema:CreateAction ; +. +schema:Painting + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A painting."^^rdf:HTML ; + rdfs:label "Painting" ; + rdfs:subClassOf schema:CreativeWork ; +. +schema:PalliativeProcedure + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A medical procedure intended primarily for palliative purposes, aimed at relieving the symptoms of an underlying health condition."^^rdf:HTML ; + rdfs:label "Palliative procedure" ; + rdfs:subClassOf schema:MedicalProcedure ; + rdfs:subClassOf schema:MedicalTherapy ; +. +schema:Paperback + a schema:BookFormatType ; + rdfs:comment "Book format: Paperback." ; + rdfs:label "Paperback" ; +. +schema:ParcelDelivery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The delivery of a parcel either via the postal service or a commercial service."^^rdf:HTML ; + rdfs:label "Parcel delivery" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:ParcelDelivery-carrier ; + sh:property schema:ParcelDelivery-deliveryAddress ; + sh:property schema:ParcelDelivery-deliveryStatus ; + sh:property schema:ParcelDelivery-expectedArrivalFrom ; + sh:property schema:ParcelDelivery-expectedArrivalUntil ; + sh:property schema:ParcelDelivery-hasDeliveryMethod ; + sh:property schema:ParcelDelivery-itemShipped ; + sh:property schema:ParcelDelivery-originAddress ; + sh:property schema:ParcelDelivery-partOfOrder ; + sh:property schema:ParcelDelivery-provider ; + sh:property schema:ParcelDelivery-trackingNumber ; + sh:property schema:ParcelDelivery-trackingUrl ; +. +schema:ParcelDelivery-carrier + a sh:PropertyShape ; + sh:path schema:carrier ; + sh:class schema:Organization ; + sh:description "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights."^^rdf:HTML ; + sh:name "carrier" ; +. +schema:ParcelDelivery-deliveryAddress + a sh:PropertyShape ; + sh:path schema:deliveryAddress ; + sh:class schema:PostalAddress ; + sh:description "Destination address."^^rdf:HTML ; + sh:name "deliveryAddress" ; +. +schema:ParcelDelivery-deliveryStatus + a sh:PropertyShape ; + sh:path schema:deliveryStatus ; + sh:class schema:DeliveryEvent ; + sh:description "New entry added as the package passes through each leg of its journey (from shipment to final delivery)."^^rdf:HTML ; + sh:name "deliveryStatus" ; +. +schema:ParcelDelivery-expectedArrivalFrom + a sh:PropertyShape ; + sh:path schema:expectedArrivalFrom ; + sh:datatype xsd:dateTime ; + sh:description "The earliest date the package may arrive."^^rdf:HTML ; + sh:name "expectedArrivalFrom" ; +. +schema:ParcelDelivery-expectedArrivalUntil + a sh:PropertyShape ; + sh:path schema:expectedArrivalUntil ; + sh:datatype xsd:dateTime ; + sh:description "The latest date the package may arrive."^^rdf:HTML ; + sh:name "expectedArrivalUntil" ; +. +schema:ParcelDelivery-hasDeliveryMethod + a sh:PropertyShape ; + sh:path schema:hasDeliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "Method used for delivery or shipping."^^rdf:HTML ; + sh:name "hasDeliveryMethod" ; +. +schema:ParcelDelivery-itemShipped + a sh:PropertyShape ; + sh:path schema:itemShipped ; + sh:class schema:Product ; + sh:description "Item(s) being shipped."^^rdf:HTML ; + sh:name "itemShipped" ; +. +schema:ParcelDelivery-originAddress + a sh:PropertyShape ; + sh:path schema:originAddress ; + sh:class schema:PostalAddress ; + sh:description "Shipper's address."^^rdf:HTML ; + sh:name "originAddress" ; +. +schema:ParcelDelivery-partOfOrder + a sh:PropertyShape ; + sh:path schema:partOfOrder ; + sh:class schema:Order ; + sh:description "The overall order the items in this delivery were included in."^^rdf:HTML ; + sh:name "partOfOrder" ; +. +schema:ParcelDelivery-provider + a sh:PropertyShape ; + sh:path schema:provider ; + sh:description "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."^^rdf:HTML ; + sh:name "provider" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:ParcelDelivery-trackingNumber + a sh:PropertyShape ; + sh:path schema:trackingNumber ; + sh:datatype xsd:string ; + sh:description "Shipper tracking number."^^rdf:HTML ; + sh:name "trackingNumber" ; +. +schema:ParcelDelivery-trackingUrl + a sh:PropertyShape ; + sh:path schema:trackingUrl ; + sh:description "Tracking url for the parcel delivery."^^rdf:HTML ; + sh:name "trackingUrl" ; + sh:nodeKind sh:IRI ; +. +schema:ParcelService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A private parcel service as the delivery mode available for a certain offer.

+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#DHL
  • +
  • http://purl.org/goodrelations/v1#FederalExpress
  • +
  • http://purl.org/goodrelations/v1#UPS
  • +
+"""^^rdf:HTML ; + rdfs:label "Parcel service" ; + rdfs:subClassOf schema:DeliveryMethod ; +. +schema:ParentAudience + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A set of characteristics describing parents, who can be interested in viewing some content."^^rdf:HTML ; + rdfs:label "Parent audience" ; + rdfs:subClassOf schema:PeopleAudience ; + sh:property schema:ParentAudience-childMaxAge ; + sh:property schema:ParentAudience-childMinAge ; +. +schema:ParentAudience-childMaxAge + a sh:PropertyShape ; + sh:path schema:childMaxAge ; + sh:datatype xsd:float ; + sh:description "Maximal age of the child."^^rdf:HTML ; + sh:name "childMaxAge" ; +. +schema:ParentAudience-childMinAge + a sh:PropertyShape ; + sh:path schema:childMinAge ; + sh:datatype xsd:float ; + sh:description "Minimal age of the child."^^rdf:HTML ; + sh:name "childMinAge" ; +. +schema:Park + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A park."^^rdf:HTML ; + rdfs:label "Park" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:ParkingFacility + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A parking lot or other parking facility."^^rdf:HTML ; + rdfs:label "Parking facility" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:ParkingMap + a schema:MapCategoryType ; + rdfs:comment "A parking map." ; + rdfs:label "Parking map" ; +. +schema:PartiallyInForce + a schema:LegalForceStatus ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "Indicates that parts of the legislation are in force, and parts are not." ; + rdfs:label "Partially in force" ; + ; +. +schema:Pathology + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that is concerned with the study of the cause, origin and nature of a disease state, including its consequences as a result of manifestation of the disease. In clinical care, the term is used to designate a branch of medicine using laboratory tests to diagnose and determine the prognostic significance of illness." ; + rdfs:label "Pathology" ; +. +schema:PathologyTest + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A medical test performed by a laboratory that typically involves examination of a tissue sample by a pathologist."^^rdf:HTML ; + rdfs:label "Pathology test" ; + rdfs:subClassOf schema:MedicalTest ; + sh:property schema:PathologyTest-tissueSample ; +. +schema:PathologyTest-tissueSample + a sh:PropertyShape ; + sh:path schema:tissueSample ; + sh:datatype xsd:string ; + sh:description "The type of tissue sample required for the test."^^rdf:HTML ; + sh:name "tissueSample" ; +. +schema:Patient + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A patient is any person recipient of health care services."^^rdf:HTML ; + rdfs:label "Patient" ; + rdfs:subClassOf schema:MedicalAudience ; + rdfs:subClassOf schema:Person ; + owl:equivalentClass ; + sh:property schema:Patient-diagnosis ; + sh:property schema:Patient-drug ; + sh:property schema:Patient-healthCondition ; +. +schema:Patient-diagnosis + a sh:PropertyShape ; + sh:path schema:diagnosis ; + sh:class schema:MedicalCondition ; + sh:description "One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process."^^rdf:HTML ; + sh:name "diagnosis" ; +. +schema:Patient-drug + a sh:PropertyShape ; + sh:path schema:drug ; + sh:class schema:Drug ; + sh:description "Specifying a drug or medicine used in a medication procedure"^^rdf:HTML ; + sh:name "drug" ; +. +schema:Patient-healthCondition + a sh:PropertyShape ; + sh:path schema:healthCondition ; + sh:class schema:MedicalCondition ; + sh:description "Specifying the health condition(s) of a patient, medical study, or other target audience."^^rdf:HTML ; + sh:name "healthCondition" ; +. +schema:PawnShop + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A shop that will buy, or lend money against the security of, personal possessions."^^rdf:HTML ; + rdfs:label "Pawn shop" ; + rdfs:subClassOf schema:Store ; +. +schema:PayAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An agent pays a price to a participant."^^rdf:HTML ; + rdfs:label "Pay action" ; + rdfs:subClassOf schema:TradeAction ; + sh:property schema:PayAction-purpose ; + sh:property schema:PayAction-recipient ; +. +schema:PayAction-purpose + a sh:PropertyShape ; + sh:path schema:purpose ; + sh:description "A goal towards an action is taken. Can be concrete or abstract."^^rdf:HTML ; + sh:name "purpose" ; + sh:or ( + [ + sh:class schema:MedicalDevicePurpose ; + ] + [ + sh:class schema:Thing ; + ] + ) ; +. +schema:PayAction-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:PaymentAutomaticallyApplied + a schema:PaymentStatusType ; + rdfs:comment "An automatic payment system is in place and will be used." ; + rdfs:label "Payment automatically applied" ; +. +schema:PaymentCard + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A payment method using a credit, debit, store or other card to associate the payment with an account."^^rdf:HTML ; + rdfs:label "Payment card" ; + rdfs:subClassOf schema:FinancialProduct ; + rdfs:subClassOf schema:PaymentMethod ; + sh:property schema:PaymentCard-cashBack ; + sh:property schema:PaymentCard-contactlessPayment ; + sh:property schema:PaymentCard-floorLimit ; +. +schema:PaymentCard-cashBack + a sh:PropertyShape ; + sh:path schema:cashBack ; + sh:description "A cardholder benefit that pays the cardholder a small percentage of their net expenditures."^^rdf:HTML ; + sh:name "cashBack" ; + sh:or ( + [ + sh:datatype xsd:boolean ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:PaymentCard-contactlessPayment + a sh:PropertyShape ; + sh:path schema:contactlessPayment ; + sh:datatype xsd:boolean ; + sh:description "A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology."^^rdf:HTML ; + sh:name "contactlessPayment" ; +. +schema:PaymentCard-floorLimit + a sh:PropertyShape ; + sh:path schema:floorLimit ; + sh:class schema:MonetaryAmount ; + sh:description "A floor limit is the amount of money above which credit card transactions must be authorized."^^rdf:HTML ; + sh:name "floorLimit" ; +. +schema:PaymentChargeSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The costs of settling the payment using a particular payment method."^^rdf:HTML ; + rdfs:label "Payment charge specification" ; + rdfs:subClassOf schema:PriceSpecification ; + sh:property schema:PaymentChargeSpecification-appliesToDeliveryMethod ; + sh:property schema:PaymentChargeSpecification-appliesToPaymentMethod ; +. +schema:PaymentChargeSpecification-appliesToDeliveryMethod + a sh:PropertyShape ; + sh:path schema:appliesToDeliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "The delivery method(s) to which the delivery charge or payment charge specification applies."^^rdf:HTML ; + sh:name "appliesToDeliveryMethod" ; +. +schema:PaymentChargeSpecification-appliesToPaymentMethod + a sh:PropertyShape ; + sh:path schema:appliesToPaymentMethod ; + sh:class schema:PaymentMethod ; + sh:description "The payment method(s) to which the payment charge specification applies."^^rdf:HTML ; + sh:name "appliesToPaymentMethod" ; +. +schema:PaymentComplete + a schema:PaymentStatusType ; + rdfs:comment "The payment has been received and processed." ; + rdfs:label "Payment complete" ; +. +schema:PaymentDeclined + a schema:PaymentStatusType ; + rdfs:comment "The payee received the payment, but it was declined for some reason." ; + rdfs:label "Payment declined" ; +. +schema:PaymentDue + a schema:PaymentStatusType ; + rdfs:comment "The payment is due, but still within an acceptable time to be received." ; + rdfs:label "Payment due" ; +. +schema:PaymentMethod + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.

+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#ByBankTransferInAdvance
  • +
  • http://purl.org/goodrelations/v1#ByInvoice
  • +
  • http://purl.org/goodrelations/v1#Cash
  • +
  • http://purl.org/goodrelations/v1#CheckInAdvance
  • +
  • http://purl.org/goodrelations/v1#COD
  • +
  • http://purl.org/goodrelations/v1#DirectDebit
  • +
  • http://purl.org/goodrelations/v1#GoogleCheckout
  • +
  • http://purl.org/goodrelations/v1#PayPal
  • +
  • http://purl.org/goodrelations/v1#PaySwarm
  • +
+"""^^rdf:HTML ; + rdfs:label "Payment method" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:PaymentPastDue + a schema:PaymentStatusType ; + rdfs:comment "The payment is due and considered late." ; + rdfs:label "Payment past due" ; +. +schema:PaymentService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A Service to transfer funds from a person or organization to a beneficiary person or organization."^^rdf:HTML ; + rdfs:label "Payment service" ; + rdfs:subClassOf schema:FinancialProduct ; +. +schema:PaymentStatusType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A specific payment status. For example, PaymentDue, PaymentComplete, etc."^^rdf:HTML ; + rdfs:label "Payment status type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:Pediatric + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that specializes in the care of infants, children and adolescents." ; + rdfs:label "Pediatric" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:PeopleAudience + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A set of characteristics belonging to people, e.g. who compose an item's target audience."^^rdf:HTML ; + rdfs:label "People audience" ; + rdfs:subClassOf schema:Audience ; + sh:property schema:PeopleAudience-healthCondition ; + sh:property schema:PeopleAudience-requiredGender ; + sh:property schema:PeopleAudience-requiredMaxAge ; + sh:property schema:PeopleAudience-requiredMinAge ; + sh:property schema:PeopleAudience-suggestedGender ; + sh:property schema:PeopleAudience-suggestedMaxAge ; + sh:property schema:PeopleAudience-suggestedMinAge ; +. +schema:PeopleAudience-healthCondition + a sh:PropertyShape ; + sh:path schema:healthCondition ; + sh:class schema:MedicalCondition ; + sh:description "Specifying the health condition(s) of a patient, medical study, or other target audience."^^rdf:HTML ; + sh:name "healthCondition" ; +. +schema:PeopleAudience-requiredGender + a sh:PropertyShape ; + sh:path schema:requiredGender ; + sh:datatype xsd:string ; + sh:description "Audiences defined by a person's gender."^^rdf:HTML ; + sh:name "requiredGender" ; +. +schema:PeopleAudience-requiredMaxAge + a sh:PropertyShape ; + sh:path schema:requiredMaxAge ; + sh:datatype xsd:integer ; + sh:description "Audiences defined by a person's maximum age."^^rdf:HTML ; + sh:name "requiredMaxAge" ; +. +schema:PeopleAudience-requiredMinAge + a sh:PropertyShape ; + sh:path schema:requiredMinAge ; + sh:datatype xsd:integer ; + sh:description "Audiences defined by a person's minimum age."^^rdf:HTML ; + sh:name "requiredMinAge" ; +. +schema:PeopleAudience-suggestedGender + a sh:PropertyShape ; + sh:path schema:suggestedGender ; + sh:datatype xsd:string ; + sh:description "The gender of the person or audience."^^rdf:HTML ; + sh:name "suggestedGender" ; +. +schema:PeopleAudience-suggestedMaxAge + a sh:PropertyShape ; + sh:path schema:suggestedMaxAge ; + sh:datatype xsd:float ; + sh:description "Maximal age recommended for viewing content."^^rdf:HTML ; + sh:name "suggestedMaxAge" ; +. +schema:PeopleAudience-suggestedMinAge + a sh:PropertyShape ; + sh:path schema:suggestedMinAge ; + sh:datatype xsd:float ; + sh:description "Minimal age recommended for viewing content."^^rdf:HTML ; + sh:name "suggestedMinAge" ; +. +schema:PercutaneousProcedure + a schema:MedicalProcedureType ; + schema:isPartOf ; + rdfs:comment "A type of medical procedure that involves percutaneous techniques, where access to organs or tissue is achieved via needle-puncture of the skin. For example, catheter-based procedures like stent delivery." ; + rdfs:label "Percutaneous procedure" ; +. +schema:PerformAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of participating in performance arts."^^rdf:HTML ; + rdfs:label "Perform action" ; + rdfs:subClassOf schema:PlayAction ; + sh:property schema:PerformAction-entertainmentBusiness ; +. +schema:PerformAction-entertainmentBusiness + a sh:PropertyShape ; + sh:path schema:entertainmentBusiness ; + sh:class schema:EntertainmentBusiness ; + sh:description "A sub property of location. The entertainment business where the action occurred."^^rdf:HTML ; + sh:name "entertainmentBusiness" ; +. +schema:PerformanceRole + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc."^^rdf:HTML ; + rdfs:label "Performance role" ; + rdfs:subClassOf schema:Role ; + sh:property schema:PerformanceRole-characterName ; +. +schema:PerformanceRole-characterName + a sh:PropertyShape ; + sh:path schema:characterName ; + sh:datatype xsd:string ; + sh:description "The name of a character played in some acting or performing role, i.e. in a PerformanceRole."^^rdf:HTML ; + sh:name "characterName" ; +. +schema:PerformingArtsTheater + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A theater or other performing art center."^^rdf:HTML ; + rdfs:label "Performing arts theater" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:PerformingGroup + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A performance group, such as a band, an orchestra, or a circus."^^rdf:HTML ; + rdfs:label "Performing group" ; + rdfs:subClassOf schema:Organization ; +. +schema:Periodical + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.

+ +See also blog post."""^^rdf:HTML ; + rdfs:label "Periodical" ; + rdfs:subClassOf schema:CreativeWorkSeries ; + owl:equivalentClass ; +. +schema:Permit + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A permit issued by an organization, e.g. a parking pass."^^rdf:HTML ; + rdfs:label "Permit" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Permit-issuedBy ; + sh:property schema:Permit-issuedThrough ; + sh:property schema:Permit-permitAudience ; + sh:property schema:Permit-validFor ; + sh:property schema:Permit-validFrom ; + sh:property schema:Permit-validIn ; + sh:property schema:Permit-validUntil ; +. +schema:Permit-issuedBy + a sh:PropertyShape ; + sh:path schema:issuedBy ; + sh:class schema:Organization ; + sh:description "The organization issuing the ticket or permit."^^rdf:HTML ; + sh:name "issuedBy" ; +. +schema:Permit-issuedThrough + a sh:PropertyShape ; + sh:path schema:issuedThrough ; + sh:class schema:Service ; + sh:description "The service through with the permit was granted."^^rdf:HTML ; + sh:name "issuedThrough" ; +. +schema:Permit-permitAudience + a sh:PropertyShape ; + sh:path schema:permitAudience ; + sh:class schema:Audience ; + sh:description "The target audience for this permit."^^rdf:HTML ; + sh:name "permitAudience" ; +. +schema:Permit-validFor + a sh:PropertyShape ; + sh:path schema:validFor ; + sh:datatype xsd:duration ; + sh:description "The time validity of the permit."^^rdf:HTML ; + sh:name "validFor" ; +. +schema:Permit-validFrom + a sh:PropertyShape ; + sh:path schema:validFrom ; + sh:datatype xsd:dateTime ; + sh:description "The date when the item becomes valid."^^rdf:HTML ; + sh:name "validFrom" ; +. +schema:Permit-validIn + a sh:PropertyShape ; + sh:path schema:validIn ; + sh:class schema:AdministrativeArea ; + sh:description "The geographic area where the permit is valid."^^rdf:HTML ; + sh:name "validIn" ; +. +schema:Permit-validUntil + a sh:PropertyShape ; + sh:path schema:validUntil ; + sh:datatype xsd:date ; + sh:description "The date when the item is no longer valid."^^rdf:HTML ; + sh:name "validUntil" ; +. +schema:Person + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A person (alive, dead, undead, or fictional)."^^rdf:HTML ; + rdfs:label "Person" ; + rdfs:subClassOf schema:Thing ; + owl:equivalentClass ; + sh:property schema:Person-additionalName ; + sh:property schema:Person-address ; + sh:property schema:Person-affiliation ; + sh:property schema:Person-alumniOf ; + sh:property schema:Person-award ; + sh:property schema:Person-awards ; + sh:property schema:Person-birthDate ; + sh:property schema:Person-birthPlace ; + sh:property schema:Person-brand ; + sh:property schema:Person-children ; + sh:property schema:Person-colleague ; + sh:property schema:Person-colleagues ; + sh:property schema:Person-contactPoint ; + sh:property schema:Person-contactPoints ; + sh:property schema:Person-deathDate ; + sh:property schema:Person-deathPlace ; + sh:property schema:Person-duns ; + sh:property schema:Person-email ; + sh:property schema:Person-familyName ; + sh:property schema:Person-faxNumber ; + sh:property schema:Person-follows ; + sh:property schema:Person-funder ; + sh:property schema:Person-gender ; + sh:property schema:Person-givenName ; + sh:property schema:Person-globalLocationNumber ; + sh:property schema:Person-hasOccupation ; + sh:property schema:Person-hasOfferCatalog ; + sh:property schema:Person-hasPOS ; + sh:property schema:Person-height ; + sh:property schema:Person-homeLocation ; + sh:property schema:Person-honorificPrefix ; + sh:property schema:Person-honorificSuffix ; + sh:property schema:Person-isicV4 ; + sh:property schema:Person-jobTitle ; + sh:property schema:Person-knows ; + sh:property schema:Person-knowsAbout ; + sh:property schema:Person-knowsLanguage ; + sh:property schema:Person-makesOffer ; + sh:property schema:Person-memberOf ; + sh:property schema:Person-naics ; + sh:property schema:Person-nationality ; + sh:property schema:Person-netWorth ; + sh:property schema:Person-owns ; + sh:property schema:Person-parent ; + sh:property schema:Person-parents ; + sh:property schema:Person-performerIn ; + sh:property schema:Person-publishingPrinciples ; + sh:property schema:Person-relatedTo ; + sh:property schema:Person-seeks ; + sh:property schema:Person-sibling ; + sh:property schema:Person-siblings ; + sh:property schema:Person-sponsor ; + sh:property schema:Person-spouse ; + sh:property schema:Person-taxID ; + sh:property schema:Person-telephone ; + sh:property schema:Person-vatID ; + sh:property schema:Person-weight ; + sh:property schema:Person-workLocation ; + sh:property schema:Person-worksFor ; +. +schema:Person-additionalName + a sh:PropertyShape ; + sh:path schema:additionalName ; + sh:datatype xsd:string ; + sh:description "An additional name for a Person, can be used for a middle name."^^rdf:HTML ; + sh:name "additionalName" ; +. +schema:Person-address + a sh:PropertyShape ; + sh:path schema:address ; + sh:description "Physical address of the item."^^rdf:HTML ; + sh:name "address" ; + sh:or ( + [ + sh:class schema:PostalAddress ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Person-affiliation + a sh:PropertyShape ; + sh:path schema:affiliation ; + sh:class schema:Organization ; + sh:description "An organization that this person is affiliated with. For example, a school/university, a club, or a team."^^rdf:HTML ; + sh:name "affiliation" ; +. +schema:Person-alumniOf + a sh:PropertyShape ; + sh:path schema:alumniOf ; + sh:description "An organization that the person is an alumni of."^^rdf:HTML ; + sh:name "alumniOf" ; + sh:or ( + [ + sh:class schema:EducationalOrganization ; + ] + [ + sh:class schema:Organization ; + ] + ) ; +. +schema:Person-award + a sh:PropertyShape ; + sh:path schema:award ; + sh:datatype xsd:string ; + sh:description "An award won by or for this item."^^rdf:HTML ; + sh:name "award" ; +. +schema:Person-awards + a sh:PropertyShape ; + sh:path schema:awards ; + sh:datatype xsd:string ; + sh:description "Awards won by or for this item."^^rdf:HTML ; + sh:name "awards" ; +. +schema:Person-birthDate + a sh:PropertyShape ; + sh:path schema:birthDate ; + sh:datatype xsd:date ; + sh:description "Date of birth."^^rdf:HTML ; + sh:name "birthDate" ; +. +schema:Person-birthPlace + a sh:PropertyShape ; + sh:path schema:birthPlace ; + sh:class schema:Place ; + sh:description "The place where the person was born."^^rdf:HTML ; + sh:name "birthPlace" ; +. +schema:Person-brand + a sh:PropertyShape ; + sh:path schema:brand ; + sh:description "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."^^rdf:HTML ; + sh:name "brand" ; + sh:or ( + [ + sh:class schema:Brand ; + ] + [ + sh:class schema:Organization ; + ] + ) ; +. +schema:Person-children + a sh:PropertyShape ; + sh:path schema:children ; + sh:class schema:Person ; + sh:description "A child of the person."^^rdf:HTML ; + sh:name "children" ; +. +schema:Person-colleague + a sh:PropertyShape ; + sh:path schema:colleague ; + sh:description "A colleague of the person."^^rdf:HTML ; + sh:name "colleague" ; + sh:or ( + [ + sh:class schema:Person ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Person-colleagues + a sh:PropertyShape ; + sh:path schema:colleagues ; + sh:class schema:Person ; + sh:description "A colleague of the person."^^rdf:HTML ; + sh:name "colleagues" ; +. +schema:Person-contactPoint + a sh:PropertyShape ; + sh:path schema:contactPoint ; + sh:class schema:ContactPoint ; + sh:description "A contact point for a person or organization."^^rdf:HTML ; + sh:name "contactPoint" ; +. +schema:Person-contactPoints + a sh:PropertyShape ; + sh:path schema:contactPoints ; + sh:class schema:ContactPoint ; + sh:description "A contact point for a person or organization."^^rdf:HTML ; + sh:name "contactPoints" ; +. +schema:Person-deathDate + a sh:PropertyShape ; + sh:path schema:deathDate ; + sh:datatype xsd:date ; + sh:description "Date of death."^^rdf:HTML ; + sh:name "deathDate" ; +. +schema:Person-deathPlace + a sh:PropertyShape ; + sh:path schema:deathPlace ; + sh:class schema:Place ; + sh:description "The place where the person died."^^rdf:HTML ; + sh:name "deathPlace" ; +. +schema:Person-duns + a sh:PropertyShape ; + sh:path schema:duns ; + sh:datatype xsd:string ; + sh:description "The Dun & Bradstreet DUNS number for identifying an organization or business person."^^rdf:HTML ; + sh:name "duns" ; +. +schema:Person-email + a sh:PropertyShape ; + sh:path schema:email ; + sh:datatype xsd:string ; + sh:description "Email address."^^rdf:HTML ; + sh:name "email" ; +. +schema:Person-familyName + a sh:PropertyShape ; + sh:path schema:familyName ; + sh:datatype xsd:string ; + sh:description "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property."^^rdf:HTML ; + sh:name "familyName" ; +. +schema:Person-faxNumber + a sh:PropertyShape ; + sh:path schema:faxNumber ; + sh:datatype xsd:string ; + sh:description "The fax number."^^rdf:HTML ; + sh:name "faxNumber" ; +. +schema:Person-follows + a sh:PropertyShape ; + sh:path schema:follows ; + sh:class schema:Person ; + sh:description "The most generic uni-directional social relation."^^rdf:HTML ; + sh:name "follows" ; +. +schema:Person-funder + a sh:PropertyShape ; + sh:path schema:funder ; + sh:description "A person or organization that supports (sponsors) something through some kind of financial contribution."^^rdf:HTML ; + sh:name "funder" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Person-gender + a sh:PropertyShape ; + sh:path schema:gender ; + sh:description "Gender of the person. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender."^^rdf:HTML ; + sh:name "gender" ; + sh:or ( + [ + sh:class schema:GenderType ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Person-givenName + a sh:PropertyShape ; + sh:path schema:givenName ; + sh:datatype xsd:string ; + sh:description "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property."^^rdf:HTML ; + sh:name "givenName" ; +. +schema:Person-globalLocationNumber + a sh:PropertyShape ; + sh:path schema:globalLocationNumber ; + sh:datatype xsd:string ; + sh:description "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations."^^rdf:HTML ; + sh:name "globalLocationNumber" ; +. +schema:Person-hasOccupation + a sh:PropertyShape ; + sh:path schema:hasOccupation ; + sh:class schema:Occupation ; + sh:description "The Person's occupation. For past professions, use Role for expressing dates."^^rdf:HTML ; + sh:name "hasOccupation" ; +. +schema:Person-hasOfferCatalog + a sh:PropertyShape ; + sh:path schema:hasOfferCatalog ; + sh:class schema:OfferCatalog ; + sh:description "Indicates an OfferCatalog listing for this Organization, Person, or Service."^^rdf:HTML ; + sh:name "hasOfferCatalog" ; +. +schema:Person-hasPOS + a sh:PropertyShape ; + sh:path schema:hasPOS ; + sh:class schema:Place ; + sh:description "Points-of-Sales operated by the organization or person."^^rdf:HTML ; + sh:name "hasPOS" ; +. +schema:Person-height + a sh:PropertyShape ; + sh:path schema:height ; + sh:description "The height of the item."^^rdf:HTML ; + sh:name "height" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Person-homeLocation + a sh:PropertyShape ; + sh:path schema:homeLocation ; + sh:description "A contact location for a person's residence."^^rdf:HTML ; + sh:name "homeLocation" ; + sh:or ( + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Person-honorificPrefix + a sh:PropertyShape ; + sh:path schema:honorificPrefix ; + sh:datatype xsd:string ; + sh:description "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr."^^rdf:HTML ; + sh:name "honorificPrefix" ; +. +schema:Person-honorificSuffix + a sh:PropertyShape ; + sh:path schema:honorificSuffix ; + sh:datatype xsd:string ; + sh:description "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW."^^rdf:HTML ; + sh:name "honorificSuffix" ; +. +schema:Person-isicV4 + a sh:PropertyShape ; + sh:path schema:isicV4 ; + sh:datatype xsd:string ; + sh:description "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place."^^rdf:HTML ; + sh:name "isicV4" ; +. +schema:Person-jobTitle + a sh:PropertyShape ; + sh:path schema:jobTitle ; + sh:datatype xsd:string ; + sh:description "The job title of the person (for example, Financial Manager)."^^rdf:HTML ; + sh:name "jobTitle" ; +. +schema:Person-knows + a sh:PropertyShape ; + sh:path schema:knows ; + sh:class schema:Person ; + sh:description "The most generic bi-directional social/work relation."^^rdf:HTML ; + sh:name "knows" ; +. +schema:Person-knowsAbout + a sh:PropertyShape ; + sh:path schema:knowsAbout ; + sh:description "Of a Person, and less typically of an Organization, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or yet relate this to educational content, events, objectives or JobPosting descriptions."^^rdf:HTML ; + sh:name "knowsAbout" ; + sh:or ( + [ + sh:class schema:Thing ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Person-knowsLanguage + a sh:PropertyShape ; + sh:path schema:knowsLanguage ; + sh:description "Of a Person, and less typically of an Organization, to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the IETF BCP 47 standard."^^rdf:HTML ; + sh:name "knowsLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Person-makesOffer + a sh:PropertyShape ; + sh:path schema:makesOffer ; + sh:class schema:Offer ; + sh:description "A pointer to products or services offered by the organization or person."^^rdf:HTML ; + sh:name "makesOffer" ; +. +schema:Person-memberOf + a sh:PropertyShape ; + sh:path schema:memberOf ; + sh:description "An Organization (or ProgramMembership) to which this Person or Organization belongs."^^rdf:HTML ; + sh:name "memberOf" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:ProgramMembership ; + ] + ) ; +. +schema:Person-naics + a sh:PropertyShape ; + sh:path schema:naics ; + sh:datatype xsd:string ; + sh:description "The North American Industry Classification System (NAICS) code for a particular organization or business person."^^rdf:HTML ; + sh:name "naics" ; +. +schema:Person-nationality + a sh:PropertyShape ; + sh:path schema:nationality ; + sh:class schema:Country ; + sh:description "Nationality of the person."^^rdf:HTML ; + sh:name "nationality" ; +. +schema:Person-netWorth + a sh:PropertyShape ; + sh:path schema:netWorth ; + sh:description "The total financial value of the person as calculated by subtracting assets from liabilities."^^rdf:HTML ; + sh:name "netWorth" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:class schema:PriceSpecification ; + ] + ) ; +. +schema:Person-owns + a sh:PropertyShape ; + sh:path schema:owns ; + sh:description "Products owned by the organization or person."^^rdf:HTML ; + sh:name "owns" ; + sh:or ( + [ + sh:class schema:OwnershipInfo ; + ] + [ + sh:class schema:Product ; + ] + ) ; +. +schema:Person-parent + a sh:PropertyShape ; + sh:path schema:parent ; + sh:class schema:Person ; + sh:description "A parent of this person."^^rdf:HTML ; + sh:name "parent" ; +. +schema:Person-parents + a sh:PropertyShape ; + sh:path schema:parents ; + sh:class schema:Person ; + sh:description "A parents of the person."^^rdf:HTML ; + sh:name "parents" ; +. +schema:Person-performerIn + a sh:PropertyShape ; + sh:path schema:performerIn ; + sh:class schema:Event ; + sh:description "Event that this person is a performer or participant in."^^rdf:HTML ; + sh:name "performerIn" ; +. +schema:Person-publishingPrinciples + a sh:PropertyShape ; + sh:path schema:publishingPrinciples ; + sh:description """The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.

+ +While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."""^^rdf:HTML ; + sh:name "publishingPrinciples" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Person-relatedTo + a sh:PropertyShape ; + sh:path schema:relatedTo ; + sh:class schema:Person ; + sh:description "The most generic familial relation."^^rdf:HTML ; + sh:name "relatedTo" ; +. +schema:Person-seeks + a sh:PropertyShape ; + sh:path schema:seeks ; + sh:class schema:Demand ; + sh:description "A pointer to products or services sought by the organization or person (demand)."^^rdf:HTML ; + sh:name "seeks" ; +. +schema:Person-sibling + a sh:PropertyShape ; + sh:path schema:sibling ; + sh:class schema:Person ; + sh:description "A sibling of the person."^^rdf:HTML ; + sh:name "sibling" ; +. +schema:Person-siblings + a sh:PropertyShape ; + sh:path schema:siblings ; + sh:class schema:Person ; + sh:description "A sibling of the person."^^rdf:HTML ; + sh:name "siblings" ; +. +schema:Person-sponsor + a sh:PropertyShape ; + sh:path schema:sponsor ; + sh:description "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event."^^rdf:HTML ; + sh:name "sponsor" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Person-spouse + a sh:PropertyShape ; + sh:path schema:spouse ; + sh:class schema:Person ; + sh:description "The person's spouse."^^rdf:HTML ; + sh:name "spouse" ; +. +schema:Person-taxID + a sh:PropertyShape ; + sh:path schema:taxID ; + sh:datatype xsd:string ; + sh:description "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain."^^rdf:HTML ; + sh:name "taxID" ; +. +schema:Person-telephone + a sh:PropertyShape ; + sh:path schema:telephone ; + sh:datatype xsd:string ; + sh:description "The telephone number."^^rdf:HTML ; + sh:name "telephone" ; +. +schema:Person-vatID + a sh:PropertyShape ; + sh:path schema:vatID ; + sh:datatype xsd:string ; + sh:description "The Value-added Tax ID of the organization or person."^^rdf:HTML ; + sh:name "vatID" ; +. +schema:Person-weight + a sh:PropertyShape ; + sh:path schema:weight ; + sh:class schema:QuantitativeValue ; + sh:description "The weight of the product or person."^^rdf:HTML ; + sh:name "weight" ; +. +schema:Person-workLocation + a sh:PropertyShape ; + sh:path schema:workLocation ; + sh:description "A contact location for a person's place of work."^^rdf:HTML ; + sh:name "workLocation" ; + sh:or ( + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Person-worksFor + a sh:PropertyShape ; + sh:path schema:worksFor ; + sh:class schema:Organization ; + sh:description "Organizations that the person works for."^^rdf:HTML ; + sh:name "worksFor" ; +. +schema:PetStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A pet store."^^rdf:HTML ; + rdfs:label "Pet store" ; + rdfs:subClassOf schema:Store ; +. +schema:Pharmacy + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A pharmacy or drugstore."^^rdf:HTML ; + rdfs:label "Pharmacy" ; + rdfs:subClassOf schema:MedicalBusiness ; + rdfs:subClassOf schema:MedicalOrganization ; +. +schema:PharmacySpecialty + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "The practice or art and science of preparing and dispensing drugs and medicines." ; + rdfs:label "Pharmacy specialty" ; +. +schema:Photograph + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A photograph."^^rdf:HTML ; + rdfs:label "Photograph" ; + rdfs:subClassOf schema:CreativeWork ; +. +schema:PhotographAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of capturing still images of objects using a camera."^^rdf:HTML ; + rdfs:label "Photograph action" ; + rdfs:subClassOf schema:CreateAction ; +. +schema:PhysicalActivity + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any bodily activity that enhances or maintains physical fitness and overall health and wellness. Includes activity that is part of daily living and routine, structured exercise, and exercise prescribed as part of a medical treatment or recovery plan."^^rdf:HTML ; + rdfs:label "Physical activity" ; + rdfs:subClassOf schema:LifestyleModification ; + sh:property schema:PhysicalActivity-associatedAnatomy ; + sh:property schema:PhysicalActivity-category ; + sh:property schema:PhysicalActivity-epidemiology ; + sh:property schema:PhysicalActivity-pathophysiology ; +. +schema:PhysicalActivity-associatedAnatomy + a sh:PropertyShape ; + sh:path schema:associatedAnatomy ; + sh:description "The anatomy of the underlying organ system or structures associated with this entity."^^rdf:HTML ; + sh:name "associatedAnatomy" ; + sh:or ( + [ + sh:class schema:AnatomicalStructure ; + ] + [ + sh:class schema:AnatomicalSystem ; + ] + [ + sh:class schema:SuperficialAnatomy ; + ] + ) ; +. +schema:PhysicalActivity-category + a sh:PropertyShape ; + sh:path schema:category ; + sh:description "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy."^^rdf:HTML ; + sh:name "category" ; + sh:or ( + [ + sh:class schema:PhysicalActivityCategory ; + ] + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PhysicalActivity-epidemiology + a sh:PropertyShape ; + sh:path schema:epidemiology ; + sh:datatype xsd:string ; + sh:description "The characteristics of associated patients, such as age, gender, race etc."^^rdf:HTML ; + sh:name "epidemiology" ; +. +schema:PhysicalActivity-pathophysiology + a sh:PropertyShape ; + sh:path schema:pathophysiology ; + sh:datatype xsd:string ; + sh:description "Changes in the normal mechanical, physical, and biochemical functions that are associated with this activity or condition."^^rdf:HTML ; + sh:name "pathophysiology" ; +. +schema:PhysicalActivityCategory + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Categories of physical activity, organized by physiologic classification."^^rdf:HTML ; + rdfs:label "Physical activity category" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:PhysicalExam + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A type of physical examination of a patient performed by a physician."^^rdf:HTML ; + rdfs:label "Physical exam" ; + rdfs:subClassOf schema:MedicalEnumeration ; + rdfs:subClassOf schema:MedicalProcedure ; +. +schema:PhysicalTherapy + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A process of progressive physical care and rehabilitation aimed at improving a health condition."^^rdf:HTML ; + rdfs:label "Physical therapy" ; + rdfs:subClassOf schema:MedicalTherapy ; +. +schema:Physician + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A doctor's office."^^rdf:HTML ; + rdfs:label "Physician" ; + rdfs:subClassOf schema:MedicalBusiness ; + rdfs:subClassOf schema:MedicalOrganization ; + sh:property schema:Physician-availableService ; + sh:property schema:Physician-hospitalAffiliation ; + sh:property schema:Physician-medicalSpecialty ; +. +schema:Physician-availableService + a sh:PropertyShape ; + sh:path schema:availableService ; + sh:description "A medical service available from this provider."^^rdf:HTML ; + sh:name "availableService" ; + sh:or ( + [ + sh:class schema:MedicalProcedure ; + ] + [ + sh:class schema:MedicalTest ; + ] + [ + sh:class schema:MedicalTherapy ; + ] + ) ; +. +schema:Physician-hospitalAffiliation + a sh:PropertyShape ; + sh:path schema:hospitalAffiliation ; + sh:class schema:Hospital ; + sh:description "A hospital with which the physician or office is affiliated."^^rdf:HTML ; + sh:name "hospitalAffiliation" ; +. +schema:Physician-medicalSpecialty + a sh:PropertyShape ; + sh:path schema:medicalSpecialty ; + sh:class schema:MedicalSpecialty ; + sh:description "A medical specialty of the provider."^^rdf:HTML ; + sh:name "medicalSpecialty" ; +. +schema:Physiotherapy + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "The practice of treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise rather than by drugs or surgery.." ; + rdfs:label "Physiotherapy" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:Place + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Entities that have a somewhat fixed, physical extension."^^rdf:HTML ; + rdfs:label "Place" ; + rdfs:subClassOf schema:Thing ; + sh:property schema:Place-additionalProperty ; + sh:property schema:Place-address ; + sh:property schema:Place-aggregateRating ; + sh:property schema:Place-amenityFeature ; + sh:property schema:Place-branchCode ; + sh:property schema:Place-containedIn ; + sh:property schema:Place-containedInPlace ; + sh:property schema:Place-containsPlace ; + sh:property schema:Place-event ; + sh:property schema:Place-events ; + sh:property schema:Place-faxNumber ; + sh:property schema:Place-geo ; + sh:property schema:Place-geospatiallyContains ; + sh:property schema:Place-geospatiallyCoveredBy ; + sh:property schema:Place-geospatiallyCovers ; + sh:property schema:Place-geospatiallyCrosses ; + sh:property schema:Place-geospatiallyDisjoint ; + sh:property schema:Place-geospatiallyEquals ; + sh:property schema:Place-geospatiallyIntersects ; + sh:property schema:Place-geospatiallyOverlaps ; + sh:property schema:Place-geospatiallyTouches ; + sh:property schema:Place-geospatiallyWithin ; + sh:property schema:Place-globalLocationNumber ; + sh:property schema:Place-hasMap ; + sh:property schema:Place-isAccessibleForFree ; + sh:property schema:Place-isicV4 ; + sh:property schema:Place-logo ; + sh:property schema:Place-map ; + sh:property schema:Place-maps ; + sh:property schema:Place-maximumAttendeeCapacity ; + sh:property schema:Place-openingHoursSpecification ; + sh:property schema:Place-photo ; + sh:property schema:Place-photos ; + sh:property schema:Place-publicAccess ; + sh:property schema:Place-review ; + sh:property schema:Place-reviews ; + sh:property schema:Place-smokingAllowed ; + sh:property schema:Place-specialOpeningHoursSpecification ; + sh:property schema:Place-telephone ; +. +schema:Place-additionalProperty + a sh:PropertyShape ; + sh:path schema:additionalProperty ; + sh:class schema:PropertyValue ; + sh:description """A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.

+ +Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism."""^^rdf:HTML ; + sh:name "additionalProperty" ; +. +schema:Place-address + a sh:PropertyShape ; + sh:path schema:address ; + sh:description "Physical address of the item."^^rdf:HTML ; + sh:name "address" ; + sh:or ( + [ + sh:class schema:PostalAddress ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Place-aggregateRating + a sh:PropertyShape ; + sh:path schema:aggregateRating ; + sh:class schema:AggregateRating ; + sh:description "The overall rating, based on a collection of reviews or ratings, of the item."^^rdf:HTML ; + sh:name "aggregateRating" ; +. +schema:Place-amenityFeature + a sh:PropertyShape ; + sh:path schema:amenityFeature ; + sh:class schema:LocationFeatureSpecification ; + sh:description "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs."^^rdf:HTML ; + sh:name "amenityFeature" ; +. +schema:Place-branchCode + a sh:PropertyShape ; + sh:path schema:branchCode ; + sh:datatype xsd:string ; + sh:description """A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.

+ +For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch."""^^rdf:HTML ; + sh:name "branchCode" ; +. +schema:Place-containedIn + a sh:PropertyShape ; + sh:path schema:containedIn ; + sh:class schema:Place ; + sh:description "The basic containment relation between a place and one that contains it."^^rdf:HTML ; + sh:name "containedIn" ; +. +schema:Place-containedInPlace + a sh:PropertyShape ; + sh:path schema:containedInPlace ; + sh:class schema:Place ; + sh:description "The basic containment relation between a place and one that contains it."^^rdf:HTML ; + sh:name "containedInPlace" ; +. +schema:Place-containsPlace + a sh:PropertyShape ; + sh:path schema:containsPlace ; + sh:class schema:Place ; + sh:description "The basic containment relation between a place and another that it contains."^^rdf:HTML ; + sh:name "containsPlace" ; +. +schema:Place-event + a sh:PropertyShape ; + sh:path schema:event ; + sh:class schema:Event ; + sh:description "Upcoming or past event associated with this place, organization, or action."^^rdf:HTML ; + sh:name "event" ; +. +schema:Place-events + a sh:PropertyShape ; + sh:path schema:events ; + sh:class schema:Event ; + sh:description "Upcoming or past events associated with this place or organization."^^rdf:HTML ; + sh:name "events" ; +. +schema:Place-faxNumber + a sh:PropertyShape ; + sh:path schema:faxNumber ; + sh:datatype xsd:string ; + sh:description "The fax number."^^rdf:HTML ; + sh:name "faxNumber" ; +. +schema:Place-geo + a sh:PropertyShape ; + sh:path schema:geo ; + sh:description "The geo coordinates of the place."^^rdf:HTML ; + sh:name "geo" ; + sh:or ( + [ + sh:class schema:GeoCoordinates ; + ] + [ + sh:class schema:GeoShape ; + ] + ) ; +. +schema:Place-geospatiallyContains + a sh:PropertyShape ; + sh:path schema:geospatiallyContains ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyContains" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyCoveredBy + a sh:PropertyShape ; + sh:path schema:geospatiallyCoveredBy ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyCoveredBy" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyCovers + a sh:PropertyShape ; + sh:path schema:geospatiallyCovers ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyCovers" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyCrosses + a sh:PropertyShape ; + sh:path schema:geospatiallyCrosses ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyCrosses" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyDisjoint + a sh:PropertyShape ; + sh:path schema:geospatiallyDisjoint ; + sh:description "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)"^^rdf:HTML ; + sh:name "geospatiallyDisjoint" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyEquals + a sh:PropertyShape ; + sh:path schema:geospatiallyEquals ; + sh:description "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)"^^rdf:HTML ; + sh:name "geospatiallyEquals" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyIntersects + a sh:PropertyShape ; + sh:path schema:geospatiallyIntersects ; + sh:description "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyIntersects" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyOverlaps + a sh:PropertyShape ; + sh:path schema:geospatiallyOverlaps ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyOverlaps" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyTouches + a sh:PropertyShape ; + sh:path schema:geospatiallyTouches ; + sh:description "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )"^^rdf:HTML ; + sh:name "geospatiallyTouches" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-geospatiallyWithin + a sh:PropertyShape ; + sh:path schema:geospatiallyWithin ; + sh:description "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM."^^rdf:HTML ; + sh:name "geospatiallyWithin" ; + sh:or ( + [ + sh:class schema:GeospatialGeometry ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Place-globalLocationNumber + a sh:PropertyShape ; + sh:path schema:globalLocationNumber ; + sh:datatype xsd:string ; + sh:description "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations."^^rdf:HTML ; + sh:name "globalLocationNumber" ; +. +schema:Place-hasMap + a sh:PropertyShape ; + sh:path schema:hasMap ; + sh:description "A URL to a map of the place."^^rdf:HTML ; + sh:name "hasMap" ; + sh:or ( + [ + sh:class schema:Map ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Place-isAccessibleForFree + a sh:PropertyShape ; + sh:path schema:isAccessibleForFree ; + sh:datatype xsd:boolean ; + sh:description "A flag to signal that the item, event, or place is accessible for free."^^rdf:HTML ; + sh:name "isAccessibleForFree" ; +. +schema:Place-isicV4 + a sh:PropertyShape ; + sh:path schema:isicV4 ; + sh:datatype xsd:string ; + sh:description "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place."^^rdf:HTML ; + sh:name "isicV4" ; +. +schema:Place-logo + a sh:PropertyShape ; + sh:path schema:logo ; + sh:description "An associated logo."^^rdf:HTML ; + sh:name "logo" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Place-map + a sh:PropertyShape ; + sh:path schema:map ; + sh:description "A URL to a map of the place."^^rdf:HTML ; + sh:name "map" ; + sh:nodeKind sh:IRI ; +. +schema:Place-maps + a sh:PropertyShape ; + sh:path schema:maps ; + sh:description "A URL to a map of the place."^^rdf:HTML ; + sh:name "maps" ; + sh:nodeKind sh:IRI ; +. +schema:Place-maximumAttendeeCapacity + a sh:PropertyShape ; + sh:path schema:maximumAttendeeCapacity ; + sh:datatype xsd:integer ; + sh:description "The total number of individuals that may attend an event or venue."^^rdf:HTML ; + sh:name "maximumAttendeeCapacity" ; +. +schema:Place-openingHoursSpecification + a sh:PropertyShape ; + sh:path schema:openingHoursSpecification ; + sh:class schema:OpeningHoursSpecification ; + sh:description "The opening hours of a certain place."^^rdf:HTML ; + sh:name "openingHoursSpecification" ; +. +schema:Place-photo + a sh:PropertyShape ; + sh:path schema:photo ; + sh:description "A photograph of this place."^^rdf:HTML ; + sh:name "photo" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:class schema:Photograph ; + ] + ) ; +. +schema:Place-photos + a sh:PropertyShape ; + sh:path schema:photos ; + sh:description "Photographs of this place."^^rdf:HTML ; + sh:name "photos" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:class schema:Photograph ; + ] + ) ; +. +schema:Place-publicAccess + a sh:PropertyShape ; + sh:path schema:publicAccess ; + sh:datatype xsd:boolean ; + sh:description "A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value"^^rdf:HTML ; + sh:name "publicAccess" ; +. +schema:Place-review + a sh:PropertyShape ; + sh:path schema:review ; + sh:class schema:Review ; + sh:description "A review of the item."^^rdf:HTML ; + sh:name "review" ; +. +schema:Place-reviews + a sh:PropertyShape ; + sh:path schema:reviews ; + sh:class schema:Review ; + sh:description "Review of the item."^^rdf:HTML ; + sh:name "reviews" ; +. +schema:Place-smokingAllowed + a sh:PropertyShape ; + sh:path schema:smokingAllowed ; + sh:datatype xsd:boolean ; + sh:description "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room."^^rdf:HTML ; + sh:name "smokingAllowed" ; +. +schema:Place-specialOpeningHoursSpecification + a sh:PropertyShape ; + sh:path schema:specialOpeningHoursSpecification ; + sh:class schema:OpeningHoursSpecification ; + sh:description """The special opening hours of a certain place.

+ +Use this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours."""^^rdf:HTML ; + sh:name "specialOpeningHoursSpecification" ; +. +schema:Place-telephone + a sh:PropertyShape ; + sh:path schema:telephone ; + sh:datatype xsd:string ; + sh:description "The telephone number."^^rdf:HTML ; + sh:name "telephone" ; +. +schema:PlaceOfWorship + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Place of worship, such as a church, synagogue, or mosque."^^rdf:HTML ; + rdfs:label "Place of worship" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:PlaceboControlledTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "A placebo-controlled trial design." ; + rdfs:label "Placebo controlled trial" ; +. +schema:PlanAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of planning the execution of an event/task/action/reservation/plan to a future date."^^rdf:HTML ; + rdfs:label "Plan action" ; + rdfs:subClassOf schema:OrganizeAction ; + sh:property schema:PlanAction-scheduledTime ; +. +schema:PlanAction-scheduledTime + a sh:PropertyShape ; + sh:path schema:scheduledTime ; + sh:datatype xsd:dateTime ; + sh:description "The time the object is scheduled to."^^rdf:HTML ; + sh:name "scheduledTime" ; +. +schema:PlasticSurgery + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to therapeutic or cosmetic repair or re-formation of missing, injured or malformed tissues or body parts by manual and instrumental means." ; + rdfs:label "Plastic surgery" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:PlayAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.

+ +Related actions:

+ +
    +
  • ListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.
  • +
  • WatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.
  • +
+"""^^rdf:HTML ; + rdfs:label "Play action" ; + rdfs:subClassOf schema:Action ; + sh:property schema:PlayAction-audience ; + sh:property schema:PlayAction-event ; +. +schema:PlayAction-audience + a sh:PropertyShape ; + sh:path schema:audience ; + sh:class schema:Audience ; + sh:description "An intended audience, i.e. a group for whom something was created."^^rdf:HTML ; + sh:name "audience" ; +. +schema:PlayAction-event + a sh:PropertyShape ; + sh:path schema:event ; + sh:class schema:Event ; + sh:description "Upcoming or past event associated with this place, organization, or action."^^rdf:HTML ; + sh:name "event" ; +. +schema:Playground + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A playground."^^rdf:HTML ; + rdfs:label "Playground" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:Plumber + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A plumbing service."^^rdf:HTML ; + rdfs:label "Plumber" ; + rdfs:subClassOf schema:HomeAndConstructionBusiness ; +. +schema:Podiatric + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "Podiatry is the care of the human foot, especially the diagnosis and treatment of foot disorders." ; + rdfs:label "Podiatric" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:PoliceStation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A police station."^^rdf:HTML ; + rdfs:label "Police station" ; + rdfs:subClassOf schema:CivicStructure ; + rdfs:subClassOf schema:EmergencyService ; +. +schema:Pond + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A pond."^^rdf:HTML ; + rdfs:label "Pond" ; + rdfs:subClassOf schema:BodyOfWater ; +. +schema:PostOffice + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A post office."^^rdf:HTML ; + rdfs:label "Post office" ; + rdfs:subClassOf schema:GovernmentOffice ; +. +schema:PostalAddress + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The mailing address."^^rdf:HTML ; + rdfs:label "Postal address" ; + rdfs:subClassOf schema:ContactPoint ; + sh:property schema:PostalAddress-addressCountry ; + sh:property schema:PostalAddress-addressLocality ; + sh:property schema:PostalAddress-addressRegion ; + sh:property schema:PostalAddress-postOfficeBoxNumber ; + sh:property schema:PostalAddress-postalCode ; + sh:property schema:PostalAddress-streetAddress ; +. +schema:PostalAddress-addressCountry + a sh:PropertyShape ; + sh:path schema:addressCountry ; + sh:description "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code."^^rdf:HTML ; + sh:name "addressCountry" ; + sh:or ( + [ + sh:class schema:Country ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PostalAddress-addressLocality + a sh:PropertyShape ; + sh:path schema:addressLocality ; + sh:datatype xsd:string ; + sh:description "The locality. For example, Mountain View."^^rdf:HTML ; + sh:name "addressLocality" ; +. +schema:PostalAddress-addressRegion + a sh:PropertyShape ; + sh:path schema:addressRegion ; + sh:datatype xsd:string ; + sh:description "The region. For example, CA."^^rdf:HTML ; + sh:name "addressRegion" ; +. +schema:PostalAddress-postOfficeBoxNumber + a sh:PropertyShape ; + sh:path schema:postOfficeBoxNumber ; + sh:datatype xsd:string ; + sh:description "The post office box number for PO box addresses."^^rdf:HTML ; + sh:name "postOfficeBoxNumber" ; +. +schema:PostalAddress-postalCode + a sh:PropertyShape ; + sh:path schema:postalCode ; + sh:datatype xsd:string ; + sh:description "The postal code. For example, 94043."^^rdf:HTML ; + sh:name "postalCode" ; +. +schema:PostalAddress-streetAddress + a sh:PropertyShape ; + sh:path schema:streetAddress ; + sh:datatype xsd:string ; + sh:description "The street address. For example, 1600 Amphitheatre Pkwy."^^rdf:HTML ; + sh:name "streetAddress" ; +. +schema:PotentialActionStatus + a schema:ActionStatusType ; + rdfs:comment "A description of an action that is supported." ; + rdfs:label "Potential action status" ; +. +schema:PreOrder + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item is available for pre-order, but will be delivered when generally available." ; + rdfs:label "Pre order" ; +. +schema:PreOrderAction + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1125" ; + schema:isPartOf ; + rdfs:comment "An agent orders a (not yet released) object/product/service to be delivered/sent."^^rdf:HTML ; + rdfs:label "Pre order action" ; + rdfs:subClassOf schema:TradeAction ; +. +schema:PreSale + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item is available for ordering and delivery before general availability." ; + rdfs:label "Pre sale" ; +. +schema:PrependAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of inserting at the beginning if an ordered collection."^^rdf:HTML ; + rdfs:label "Prepend action" ; + rdfs:subClassOf schema:InsertAction ; +. +schema:Preschool + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A preschool."^^rdf:HTML ; + rdfs:label "Preschool" ; + rdfs:subClassOf schema:EducationalOrganization ; +. +schema:PrescriptionOnly + a schema:DrugPrescriptionStatus ; + schema:isPartOf ; + rdfs:comment "Available by prescription only." ; + rdfs:label "Prescription only" ; +. +schema:PresentationDigitalDocument + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A file containing slides or used for a presentation."^^rdf:HTML ; + rdfs:label "Presentation digital document" ; + rdfs:subClassOf schema:DigitalDocument ; +. +schema:PreventionIndication + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An indication for preventing an underlying condition, symptom, etc."^^rdf:HTML ; + rdfs:label "Prevention indication" ; + rdfs:subClassOf schema:MedicalIndication ; +. +schema:PriceSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use MonetaryAmount to describe independent amounts of money such as a salary, credit card limits, etc."^^rdf:HTML ; + rdfs:label "Price specification" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:PriceSpecification-eligibleQuantity ; + sh:property schema:PriceSpecification-eligibleTransactionVolume ; + sh:property schema:PriceSpecification-maxPrice ; + sh:property schema:PriceSpecification-minPrice ; + sh:property schema:PriceSpecification-price ; + sh:property schema:PriceSpecification-priceCurrency ; + sh:property schema:PriceSpecification-validFrom ; + sh:property schema:PriceSpecification-validThrough ; + sh:property schema:PriceSpecification-valueAddedTaxIncluded ; +. +schema:PriceSpecification-eligibleQuantity + a sh:PropertyShape ; + sh:path schema:eligibleQuantity ; + sh:class schema:QuantitativeValue ; + sh:description "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity."^^rdf:HTML ; + sh:name "eligibleQuantity" ; +. +schema:PriceSpecification-eligibleTransactionVolume + a sh:PropertyShape ; + sh:path schema:eligibleTransactionVolume ; + sh:class schema:PriceSpecification ; + sh:description "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount."^^rdf:HTML ; + sh:name "eligibleTransactionVolume" ; +. +schema:PriceSpecification-maxPrice + a sh:PropertyShape ; + sh:path schema:maxPrice ; + sh:datatype xsd:float ; + sh:description "The highest price if the price is a range."^^rdf:HTML ; + sh:name "maxPrice" ; +. +schema:PriceSpecification-minPrice + a sh:PropertyShape ; + sh:path schema:minPrice ; + sh:datatype xsd:float ; + sh:description "The lowest price if the price is a range."^^rdf:HTML ; + sh:name "minPrice" ; +. +schema:PriceSpecification-price + a sh:PropertyShape ; + sh:path schema:price ; + sh:description """The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.

+ +Usage guidelines:

+ +
    +
  • Use the priceCurrency property (with standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\") instead of including ambiguous symbols such as '$' in the value.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
  • Note that both RDFa and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.
  • +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
+"""^^rdf:HTML ; + sh:name "price" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PriceSpecification-priceCurrency + a sh:PropertyShape ; + sh:path schema:priceCurrency ; + sh:datatype xsd:string ; + sh:description """The currency of the price, or a price component when attached to PriceSpecification and its subtypes.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "priceCurrency" ; +. +schema:PriceSpecification-validFrom + a sh:PropertyShape ; + sh:path schema:validFrom ; + sh:datatype xsd:dateTime ; + sh:description "The date when the item becomes valid."^^rdf:HTML ; + sh:name "validFrom" ; +. +schema:PriceSpecification-validThrough + a sh:PropertyShape ; + sh:path schema:validThrough ; + sh:datatype xsd:dateTime ; + sh:description "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."^^rdf:HTML ; + sh:name "validThrough" ; +. +schema:PriceSpecification-valueAddedTaxIncluded + a sh:PropertyShape ; + sh:path schema:valueAddedTaxIncluded ; + sh:datatype xsd:boolean ; + sh:description "Specifies whether the applicable value-added tax (VAT) is included in the price specification or not."^^rdf:HTML ; + sh:name "valueAddedTaxIncluded" ; +. +schema:PrimaryCare + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "The medical care by a physician, or other health-care professional, who is the patient's first contact with the health-care system and who may recommend a specialist if necessary." ; + rdfs:label "Primary care" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:Prion + a schema:InfectiousAgentClass ; + schema:isPartOf ; + rdfs:comment "A prion is an infectious agent composed of protein in a misfolded form." ; + rdfs:label "Prion" ; +. +schema:Product + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online."^^rdf:HTML ; + rdfs:label "Product" ; + rdfs:subClassOf schema:Thing ; + sh:property schema:Product-additionalProperty ; + sh:property schema:Product-aggregateRating ; + sh:property schema:Product-audience ; + sh:property schema:Product-award ; + sh:property schema:Product-awards ; + sh:property schema:Product-brand ; + sh:property schema:Product-category ; + sh:property schema:Product-color ; + sh:property schema:Product-depth ; + sh:property schema:Product-gtin12 ; + sh:property schema:Product-gtin13 ; + sh:property schema:Product-gtin14 ; + sh:property schema:Product-gtin8 ; + sh:property schema:Product-height ; + sh:property schema:Product-isAccessoryOrSparePartFor ; + sh:property schema:Product-isConsumableFor ; + sh:property schema:Product-isRelatedTo ; + sh:property schema:Product-isSimilarTo ; + sh:property schema:Product-itemCondition ; + sh:property schema:Product-logo ; + sh:property schema:Product-manufacturer ; + sh:property schema:Product-material ; + sh:property schema:Product-model ; + sh:property schema:Product-mpn ; + sh:property schema:Product-offers ; + sh:property schema:Product-productID ; + sh:property schema:Product-productionDate ; + sh:property schema:Product-purchaseDate ; + sh:property schema:Product-releaseDate ; + sh:property schema:Product-review ; + sh:property schema:Product-reviews ; + sh:property schema:Product-sku ; + sh:property schema:Product-weight ; + sh:property schema:Product-width ; +. +schema:Product-additionalProperty + a sh:PropertyShape ; + sh:path schema:additionalProperty ; + sh:class schema:PropertyValue ; + sh:description """A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.

+ +Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism."""^^rdf:HTML ; + sh:name "additionalProperty" ; +. +schema:Product-aggregateRating + a sh:PropertyShape ; + sh:path schema:aggregateRating ; + sh:class schema:AggregateRating ; + sh:description "The overall rating, based on a collection of reviews or ratings, of the item."^^rdf:HTML ; + sh:name "aggregateRating" ; +. +schema:Product-audience + a sh:PropertyShape ; + sh:path schema:audience ; + sh:class schema:Audience ; + sh:description "An intended audience, i.e. a group for whom something was created."^^rdf:HTML ; + sh:name "audience" ; +. +schema:Product-award + a sh:PropertyShape ; + sh:path schema:award ; + sh:datatype xsd:string ; + sh:description "An award won by or for this item."^^rdf:HTML ; + sh:name "award" ; +. +schema:Product-awards + a sh:PropertyShape ; + sh:path schema:awards ; + sh:datatype xsd:string ; + sh:description "Awards won by or for this item."^^rdf:HTML ; + sh:name "awards" ; +. +schema:Product-brand + a sh:PropertyShape ; + sh:path schema:brand ; + sh:description "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."^^rdf:HTML ; + sh:name "brand" ; + sh:or ( + [ + sh:class schema:Brand ; + ] + [ + sh:class schema:Organization ; + ] + ) ; +. +schema:Product-category + a sh:PropertyShape ; + sh:path schema:category ; + sh:description "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy."^^rdf:HTML ; + sh:name "category" ; + sh:or ( + [ + sh:class schema:PhysicalActivityCategory ; + ] + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Product-color + a sh:PropertyShape ; + sh:path schema:color ; + sh:datatype xsd:string ; + sh:description "The color of the product."^^rdf:HTML ; + sh:name "color" ; +. +schema:Product-depth + a sh:PropertyShape ; + sh:path schema:depth ; + sh:description "The depth of the item."^^rdf:HTML ; + sh:name "depth" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Product-gtin12 + a sh:PropertyShape ; + sh:path schema:gtin12 ; + sh:datatype xsd:string ; + sh:description "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin12" ; +. +schema:Product-gtin13 + a sh:PropertyShape ; + sh:path schema:gtin13 ; + sh:datatype xsd:string ; + sh:description "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin13" ; +. +schema:Product-gtin14 + a sh:PropertyShape ; + sh:path schema:gtin14 ; + sh:datatype xsd:string ; + sh:description "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin14" ; +. +schema:Product-gtin8 + a sh:PropertyShape ; + sh:path schema:gtin8 ; + sh:datatype xsd:string ; + sh:description "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details."^^rdf:HTML ; + sh:name "gtin8" ; +. +schema:Product-height + a sh:PropertyShape ; + sh:path schema:height ; + sh:description "The height of the item."^^rdf:HTML ; + sh:name "height" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Product-isAccessoryOrSparePartFor + a sh:PropertyShape ; + sh:path schema:isAccessoryOrSparePartFor ; + sh:class schema:Product ; + sh:description "A pointer to another product (or multiple products) for which this product is an accessory or spare part."^^rdf:HTML ; + sh:name "isAccessoryOrSparePartFor" ; +. +schema:Product-isConsumableFor + a sh:PropertyShape ; + sh:path schema:isConsumableFor ; + sh:class schema:Product ; + sh:description "A pointer to another product (or multiple products) for which this product is a consumable."^^rdf:HTML ; + sh:name "isConsumableFor" ; +. +schema:Product-isRelatedTo + a sh:PropertyShape ; + sh:path schema:isRelatedTo ; + sh:description "A pointer to another, somehow related product (or multiple products)."^^rdf:HTML ; + sh:name "isRelatedTo" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:class schema:Service ; + ] + ) ; +. +schema:Product-isSimilarTo + a sh:PropertyShape ; + sh:path schema:isSimilarTo ; + sh:description "A pointer to another, functionally similar product (or multiple products)."^^rdf:HTML ; + sh:name "isSimilarTo" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:class schema:Service ; + ] + ) ; +. +schema:Product-itemCondition + a sh:PropertyShape ; + sh:path schema:itemCondition ; + sh:class schema:OfferItemCondition ; + sh:description "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer."^^rdf:HTML ; + sh:name "itemCondition" ; +. +schema:Product-logo + a sh:PropertyShape ; + sh:path schema:logo ; + sh:description "An associated logo."^^rdf:HTML ; + sh:name "logo" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Product-manufacturer + a sh:PropertyShape ; + sh:path schema:manufacturer ; + sh:class schema:Organization ; + sh:description "The manufacturer of the product."^^rdf:HTML ; + sh:name "manufacturer" ; +. +schema:Product-material + a sh:PropertyShape ; + sh:path schema:material ; + sh:description "A material that something is made from, e.g. leather, wool, cotton, paper."^^rdf:HTML ; + sh:name "material" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Product-model + a sh:PropertyShape ; + sh:path schema:model ; + sh:description "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties."^^rdf:HTML ; + sh:name "model" ; + sh:or ( + [ + sh:class schema:ProductModel ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Product-mpn + a sh:PropertyShape ; + sh:path schema:mpn ; + sh:datatype xsd:string ; + sh:description "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers."^^rdf:HTML ; + sh:name "mpn" ; +. +schema:Product-offers + a sh:PropertyShape ; + sh:path schema:offers ; + sh:class schema:Offer ; + sh:description "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."^^rdf:HTML ; + sh:name "offers" ; +. +schema:Product-productID + a sh:PropertyShape ; + sh:path schema:productID ; + sh:datatype xsd:string ; + sh:description "The product identifier, such as ISBN. For example: meta itemprop=\"productID\" content=\"isbn:123-456-789\"."^^rdf:HTML ; + sh:name "productID" ; +. +schema:Product-productionDate + a sh:PropertyShape ; + sh:path schema:productionDate ; + sh:datatype xsd:date ; + sh:description "The date of production of the item, e.g. vehicle."^^rdf:HTML ; + sh:name "productionDate" ; +. +schema:Product-purchaseDate + a sh:PropertyShape ; + sh:path schema:purchaseDate ; + sh:datatype xsd:date ; + sh:description "The date the item e.g. vehicle was purchased by the current owner."^^rdf:HTML ; + sh:name "purchaseDate" ; +. +schema:Product-releaseDate + a sh:PropertyShape ; + sh:path schema:releaseDate ; + sh:datatype xsd:date ; + sh:description "The release date of a product or product model. This can be used to distinguish the exact variant of a product."^^rdf:HTML ; + sh:name "releaseDate" ; +. +schema:Product-review + a sh:PropertyShape ; + sh:path schema:review ; + sh:class schema:Review ; + sh:description "A review of the item."^^rdf:HTML ; + sh:name "review" ; +. +schema:Product-reviews + a sh:PropertyShape ; + sh:path schema:reviews ; + sh:class schema:Review ; + sh:description "Review of the item."^^rdf:HTML ; + sh:name "reviews" ; +. +schema:Product-sku + a sh:PropertyShape ; + sh:path schema:sku ; + sh:datatype xsd:string ; + sh:description "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers."^^rdf:HTML ; + sh:name "sku" ; +. +schema:Product-weight + a sh:PropertyShape ; + sh:path schema:weight ; + sh:class schema:QuantitativeValue ; + sh:description "The weight of the product or person."^^rdf:HTML ; + sh:name "weight" ; +. +schema:Product-width + a sh:PropertyShape ; + sh:path schema:width ; + sh:description "The width of the item."^^rdf:HTML ; + sh:name "width" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ProductModel + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A datasheet or vendor specification of a product (in the sense of a prototypical description)."^^rdf:HTML ; + rdfs:label "Product model" ; + rdfs:subClassOf schema:Product ; + sh:property schema:ProductModel-isVariantOf ; + sh:property schema:ProductModel-predecessorOf ; + sh:property schema:ProductModel-successorOf ; +. +schema:ProductModel-isVariantOf + a sh:PropertyShape ; + sh:path schema:isVariantOf ; + sh:class schema:ProductModel ; + sh:description "A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive."^^rdf:HTML ; + sh:name "isVariantOf" ; +. +schema:ProductModel-predecessorOf + a sh:PropertyShape ; + sh:path schema:predecessorOf ; + sh:class schema:ProductModel ; + sh:description "A pointer from a previous, often discontinued variant of the product to its newer variant."^^rdf:HTML ; + sh:name "predecessorOf" ; +. +schema:ProductModel-successorOf + a sh:PropertyShape ; + sh:path schema:successorOf ; + sh:class schema:ProductModel ; + sh:description "A pointer from a newer variant of a product to its previous, often discontinued predecessor."^^rdf:HTML ; + sh:name "successorOf" ; +. +schema:ProfessionalService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """Original definition: \"provider of professional services.\"

+ +The general ProfessionalService type for local businesses was deprecated due to confusion with Service. For reference, the types that it included were: Dentist, + AccountingService, Attorney, Notary, as well as types for several kinds of HomeAndConstructionBusiness: Electrician, GeneralContractor, + HousePainter, Locksmith, Plumber, RoofingContractor. LegalService was introduced as a more inclusive supertype of Attorney."""^^rdf:HTML ; + rdfs:label "Professional service" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:ProfilePage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web page type: Profile page."^^rdf:HTML ; + rdfs:label "Profile page" ; + rdfs:subClassOf schema:WebPage ; +. +schema:ProgramMembership + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc."^^rdf:HTML ; + rdfs:label "Program membership" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:ProgramMembership-hostingOrganization ; + sh:property schema:ProgramMembership-member ; + sh:property schema:ProgramMembership-members ; + sh:property schema:ProgramMembership-membershipNumber ; + sh:property schema:ProgramMembership-programName ; +. +schema:ProgramMembership-hostingOrganization + a sh:PropertyShape ; + sh:path schema:hostingOrganization ; + sh:class schema:Organization ; + sh:description "The organization (airline, travelers' club, etc.) the membership is made with."^^rdf:HTML ; + sh:name "hostingOrganization" ; +. +schema:ProgramMembership-member + a sh:PropertyShape ; + sh:path schema:member ; + sh:description "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals."^^rdf:HTML ; + sh:name "member" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:ProgramMembership-members + a sh:PropertyShape ; + sh:path schema:members ; + sh:description "A member of this organization."^^rdf:HTML ; + sh:name "members" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:ProgramMembership-membershipNumber + a sh:PropertyShape ; + sh:path schema:membershipNumber ; + sh:datatype xsd:string ; + sh:description "A unique identifier for the membership."^^rdf:HTML ; + sh:name "membershipNumber" ; +. +schema:ProgramMembership-programName + a sh:PropertyShape ; + sh:path schema:programName ; + sh:datatype xsd:string ; + sh:description "The program providing the membership."^^rdf:HTML ; + sh:name "programName" ; +. +schema:PropertyValue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.

+ +Always use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property."""^^rdf:HTML ; + rdfs:label "Property value" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:PropertyValue-maxValue ; + sh:property schema:PropertyValue-measurementTechnique ; + sh:property schema:PropertyValue-minValue ; + sh:property schema:PropertyValue-propertyID ; + sh:property schema:PropertyValue-unitCode ; + sh:property schema:PropertyValue-unitText ; + sh:property schema:PropertyValue-value ; + sh:property schema:PropertyValue-valueReference ; +. +schema:PropertyValue-maxValue + a sh:PropertyShape ; + sh:path schema:maxValue ; + sh:datatype xsd:float ; + sh:description "The upper value of some characteristic or property."^^rdf:HTML ; + sh:name "maxValue" ; +. +schema:PropertyValue-measurementTechnique + a sh:PropertyShape ; + sh:path schema:measurementTechnique ; + sh:description """A technique or technology used in a Dataset (or DataDownload, DataCatalog), +corresponding to the method used for measuring the corresponding variable(s) (described using variableMeasured). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.

+ +For example, if variableMeasured is: molecule concentration, measurementTechnique could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".

+ +If the variableMeasured is \"depression rating\", the measurementTechnique could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".

+ +If there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique."""^^rdf:HTML ; + sh:name "measurementTechnique" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PropertyValue-minValue + a sh:PropertyShape ; + sh:path schema:minValue ; + sh:datatype xsd:float ; + sh:description "The lower value of some characteristic or property."^^rdf:HTML ; + sh:name "minValue" ; +. +schema:PropertyValue-propertyID + a sh:PropertyShape ; + sh:path schema:propertyID ; + sh:description """A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be +(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3) +a URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry). +Standards bodies should promote a standard prefix for the identifiers of properties from their standards."""^^rdf:HTML ; + sh:name "propertyID" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PropertyValue-unitCode + a sh:PropertyShape ; + sh:path schema:unitCode ; + sh:description "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon."^^rdf:HTML ; + sh:name "unitCode" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PropertyValue-unitText + a sh:PropertyShape ; + sh:path schema:unitText ; + sh:datatype xsd:string ; + sh:description """A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for +unitCode."""^^rdf:HTML ; + sh:name "unitText" ; +. +schema:PropertyValue-value + a sh:PropertyShape ; + sh:path schema:value ; + sh:description """The value of the quantitative value or property value node.

+ + +"""^^rdf:HTML ; + sh:name "value" ; + sh:or ( + [ + sh:class schema:StructuredValue ; + ] + [ + sh:datatype xsd:boolean ; + ] + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PropertyValue-valueReference + a sh:PropertyShape ; + sh:path schema:valueReference ; + sh:description "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature."^^rdf:HTML ; + sh:name "valueReference" ; + sh:or ( + [ + sh:class schema:Enumeration ; + ] + [ + sh:class schema:PropertyValue ; + ] + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:class schema:StructuredValue ; + ] + ) ; +. +schema:PropertyValueSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A Property value specification."^^rdf:HTML ; + rdfs:label "Property value specification" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:PropertyValueSpecification-defaultValue ; + sh:property schema:PropertyValueSpecification-maxValue ; + sh:property schema:PropertyValueSpecification-minValue ; + sh:property schema:PropertyValueSpecification-multipleValues ; + sh:property schema:PropertyValueSpecification-readonlyValue ; + sh:property schema:PropertyValueSpecification-stepValue ; + sh:property schema:PropertyValueSpecification-valueMaxLength ; + sh:property schema:PropertyValueSpecification-valueMinLength ; + sh:property schema:PropertyValueSpecification-valueName ; + sh:property schema:PropertyValueSpecification-valuePattern ; + sh:property schema:PropertyValueSpecification-valueRequired ; +. +schema:PropertyValueSpecification-defaultValue + a sh:PropertyShape ; + sh:path schema:defaultValue ; + sh:description "The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values."^^rdf:HTML ; + sh:name "defaultValue" ; + sh:or ( + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PropertyValueSpecification-maxValue + a sh:PropertyShape ; + sh:path schema:maxValue ; + sh:datatype xsd:float ; + sh:description "The upper value of some characteristic or property."^^rdf:HTML ; + sh:name "maxValue" ; +. +schema:PropertyValueSpecification-minValue + a sh:PropertyShape ; + sh:path schema:minValue ; + sh:datatype xsd:float ; + sh:description "The lower value of some characteristic or property."^^rdf:HTML ; + sh:name "minValue" ; +. +schema:PropertyValueSpecification-multipleValues + a sh:PropertyShape ; + sh:path schema:multipleValues ; + sh:datatype xsd:boolean ; + sh:description "Whether multiple values are allowed for the property. Default is false."^^rdf:HTML ; + sh:name "multipleValues" ; +. +schema:PropertyValueSpecification-readonlyValue + a sh:PropertyShape ; + sh:path schema:readonlyValue ; + sh:datatype xsd:boolean ; + sh:description "Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a \"hidden\" input in an HTML form."^^rdf:HTML ; + sh:name "readonlyValue" ; +. +schema:PropertyValueSpecification-stepValue + a sh:PropertyShape ; + sh:path schema:stepValue ; + sh:datatype xsd:float ; + sh:description "The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification."^^rdf:HTML ; + sh:name "stepValue" ; +. +schema:PropertyValueSpecification-valueMaxLength + a sh:PropertyShape ; + sh:path schema:valueMaxLength ; + sh:datatype xsd:float ; + sh:description "Specifies the allowed range for number of characters in a literal value."^^rdf:HTML ; + sh:name "valueMaxLength" ; +. +schema:PropertyValueSpecification-valueMinLength + a sh:PropertyShape ; + sh:path schema:valueMinLength ; + sh:datatype xsd:float ; + sh:description "Specifies the minimum allowed range for number of characters in a literal value."^^rdf:HTML ; + sh:name "valueMinLength" ; +. +schema:PropertyValueSpecification-valueName + a sh:PropertyShape ; + sh:path schema:valueName ; + sh:datatype xsd:string ; + sh:description "Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name."^^rdf:HTML ; + sh:name "valueName" ; +. +schema:PropertyValueSpecification-valuePattern + a sh:PropertyShape ; + sh:path schema:valuePattern ; + sh:datatype xsd:string ; + sh:description "Specifies a regular expression for testing literal values according to the HTML spec."^^rdf:HTML ; + sh:name "valuePattern" ; +. +schema:PropertyValueSpecification-valueRequired + a sh:PropertyShape ; + sh:path schema:valueRequired ; + sh:datatype xsd:boolean ; + sh:description "Whether the property must be filled in to complete the action. Default is false."^^rdf:HTML ; + sh:name "valueRequired" ; +. +schema:Protozoa + a schema:InfectiousAgentClass ; + schema:isPartOf ; + rdfs:comment "Single-celled organism that causes an infection." ; + rdfs:label "Protozoa" ; +. +schema:Psychiatric + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies." ; + rdfs:label "Psychiatric" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:PsychologicalTreatment + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A process of care relying upon counseling, dialogue and communication aimed at improving a mental health condition without use of drugs."^^rdf:HTML ; + rdfs:label "Psychological treatment" ; + rdfs:subClassOf schema:TherapeuticProcedure ; +. +schema:PublicHealth + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "Branch of medicine that pertains to the health services to improve and protect community health, especially epidemiology, sanitation, immunization, and preventive medicine." ; + rdfs:label "Public health" ; + rdfs:subClassOf schema:MedicalBusiness ; +. +schema:PublicHolidays + a schema:DayOfWeek ; + rdfs:comment "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with OpeningHoursSpecification. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs." ; + rdfs:label "Public holidays" ; +. +schema:PublicSwimmingPool + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A public swimming pool."^^rdf:HTML ; + rdfs:label "Public swimming pool" ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:PublicToilet + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1624" ; + schema:isPartOf ; + rdfs:comment "A public toilet is a room or small building containing one or more toilets (and possibly also urinals) which is available for use by the general public, or by customers or employees of certain businesses."^^rdf:HTML ; + rdfs:label "Public toilet" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:PublicationEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media."^^rdf:HTML ; + rdfs:label "Publication event" ; + rdfs:subClassOf schema:Event ; + sh:property schema:PublicationEvent-free ; + sh:property schema:PublicationEvent-isAccessibleForFree ; + sh:property schema:PublicationEvent-publishedBy ; + sh:property schema:PublicationEvent-publishedOn ; +. +schema:PublicationEvent-free + a sh:PropertyShape ; + sh:path schema:free ; + sh:datatype xsd:boolean ; + sh:description "A flag to signal that the item, event, or place is accessible for free."^^rdf:HTML ; + sh:name "free" ; +. +schema:PublicationEvent-isAccessibleForFree + a sh:PropertyShape ; + sh:path schema:isAccessibleForFree ; + sh:datatype xsd:boolean ; + sh:description "A flag to signal that the item, event, or place is accessible for free."^^rdf:HTML ; + sh:name "isAccessibleForFree" ; +. +schema:PublicationEvent-publishedBy + a sh:PropertyShape ; + sh:path schema:publishedBy ; + sh:description "An agent associated with the publication event."^^rdf:HTML ; + sh:name "publishedBy"@en ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:PublicationEvent-publishedOn + a sh:PropertyShape ; + sh:path schema:publishedOn ; + sh:class schema:BroadcastService ; + sh:description "A broadcast service associated with the publication event."^^rdf:HTML ; + sh:name "publishedOn" ; +. +schema:PublicationIssue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.

+ +blog post."""^^rdf:HTML ; + rdfs:label "Publication issue" ; + rdfs:subClassOf schema:CreativeWork ; + owl:equivalentClass ; + sh:property schema:PublicationIssue-issueNumber ; + sh:property schema:PublicationIssue-pageEnd ; + sh:property schema:PublicationIssue-pageStart ; + sh:property schema:PublicationIssue-pagination ; +. +schema:PublicationIssue-issueNumber + a sh:PropertyShape ; + sh:path schema:issueNumber ; + sh:description "Identifies the issue of publication; for example, \"iii\" or \"2\"."^^rdf:HTML ; + sh:name "issueNumber" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PublicationIssue-pageEnd + a sh:PropertyShape ; + sh:path schema:pageEnd ; + sh:description "The page on which the work ends; for example \"138\" or \"xvi\"."^^rdf:HTML ; + sh:name "pageEnd" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PublicationIssue-pageStart + a sh:PropertyShape ; + sh:path schema:pageStart ; + sh:description "The page on which the work starts; for example \"135\" or \"xiii\"."^^rdf:HTML ; + sh:name "pageStart" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PublicationIssue-pagination + a sh:PropertyShape ; + sh:path schema:pagination ; + sh:datatype xsd:string ; + sh:description "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\"."^^rdf:HTML ; + sh:name "pagination" ; +. +schema:PublicationVolume + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.

+ +
  <br/><br/>See also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.
+
+"""^^rdf:HTML ; + rdfs:label "Publication volume" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:PublicationVolume-pageEnd ; + sh:property schema:PublicationVolume-pageStart ; + sh:property schema:PublicationVolume-pagination ; + sh:property schema:PublicationVolume-volumeNumber ; +. +schema:PublicationVolume-pageEnd + a sh:PropertyShape ; + sh:path schema:pageEnd ; + sh:description "The page on which the work ends; for example \"138\" or \"xvi\"."^^rdf:HTML ; + sh:name "pageEnd" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PublicationVolume-pageStart + a sh:PropertyShape ; + sh:path schema:pageStart ; + sh:description "The page on which the work starts; for example \"135\" or \"xiii\"."^^rdf:HTML ; + sh:name "pageStart" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:PublicationVolume-pagination + a sh:PropertyShape ; + sh:path schema:pagination ; + sh:datatype xsd:string ; + sh:description "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\"."^^rdf:HTML ; + sh:name "pagination" ; +. +schema:PublicationVolume-volumeNumber + a sh:PropertyShape ; + sh:path schema:volumeNumber ; + sh:description "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\"."^^rdf:HTML ; + sh:name "volumeNumber" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Pulmonary + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to the study of the respiratory system and its respective disease states." ; + rdfs:label "Pulmonary" ; +. +schema:QAPage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs)."^^rdf:HTML ; + rdfs:label "QAPage" ; + rdfs:subClassOf schema:WebPage ; +. +schema:QualitativeValue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'."^^rdf:HTML ; + rdfs:label "Qualitative value" ; + rdfs:subClassOf schema:Enumeration ; + sh:property schema:QualitativeValue-additionalProperty ; + sh:property schema:QualitativeValue-equal ; + sh:property schema:QualitativeValue-greater ; + sh:property schema:QualitativeValue-greaterOrEqual ; + sh:property schema:QualitativeValue-lesser ; + sh:property schema:QualitativeValue-lesserOrEqual ; + sh:property schema:QualitativeValue-nonEqual ; + sh:property schema:QualitativeValue-valueReference ; +. +schema:QualitativeValue-additionalProperty + a sh:PropertyShape ; + sh:path schema:additionalProperty ; + sh:class schema:PropertyValue ; + sh:description """A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.

+ +Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism."""^^rdf:HTML ; + sh:name "additionalProperty" ; +. +schema:QualitativeValue-equal + a sh:PropertyShape ; + sh:path schema:equal ; + sh:class schema:QualitativeValue ; + sh:description "This ordering relation for qualitative values indicates that the subject is equal to the object."^^rdf:HTML ; + sh:name "equal" ; +. +schema:QualitativeValue-greater + a sh:PropertyShape ; + sh:path schema:greater ; + sh:class schema:QualitativeValue ; + sh:description "This ordering relation for qualitative values indicates that the subject is greater than the object."^^rdf:HTML ; + sh:name "greater" ; +. +schema:QualitativeValue-greaterOrEqual + a sh:PropertyShape ; + sh:path schema:greaterOrEqual ; + sh:class schema:QualitativeValue ; + sh:description "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object."^^rdf:HTML ; + sh:name "greaterOrEqual" ; +. +schema:QualitativeValue-lesser + a sh:PropertyShape ; + sh:path schema:lesser ; + sh:class schema:QualitativeValue ; + sh:description "This ordering relation for qualitative values indicates that the subject is lesser than the object."^^rdf:HTML ; + sh:name "lesser" ; +. +schema:QualitativeValue-lesserOrEqual + a sh:PropertyShape ; + sh:path schema:lesserOrEqual ; + sh:class schema:QualitativeValue ; + sh:description "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object."^^rdf:HTML ; + sh:name "lesserOrEqual" ; +. +schema:QualitativeValue-nonEqual + a sh:PropertyShape ; + sh:path schema:nonEqual ; + sh:class schema:QualitativeValue ; + sh:description "This ordering relation for qualitative values indicates that the subject is not equal to the object."^^rdf:HTML ; + sh:name "nonEqual" ; +. +schema:QualitativeValue-valueReference + a sh:PropertyShape ; + sh:path schema:valueReference ; + sh:description "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature."^^rdf:HTML ; + sh:name "valueReference" ; + sh:or ( + [ + sh:class schema:Enumeration ; + ] + [ + sh:class schema:PropertyValue ; + ] + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:class schema:StructuredValue ; + ] + ) ; +. +schema:QuantitativeValue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A point value or interval for product characteristics and other purposes."^^rdf:HTML ; + rdfs:label "Quantitative value" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:QuantitativeValue-additionalProperty ; + sh:property schema:QuantitativeValue-maxValue ; + sh:property schema:QuantitativeValue-minValue ; + sh:property schema:QuantitativeValue-unitCode ; + sh:property schema:QuantitativeValue-unitText ; + sh:property schema:QuantitativeValue-value ; + sh:property schema:QuantitativeValue-valueReference ; +. +schema:QuantitativeValue-additionalProperty + a sh:PropertyShape ; + sh:path schema:additionalProperty ; + sh:class schema:PropertyValue ; + sh:description """A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.

+ +Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism."""^^rdf:HTML ; + sh:name "additionalProperty" ; +. +schema:QuantitativeValue-maxValue + a sh:PropertyShape ; + sh:path schema:maxValue ; + sh:datatype xsd:float ; + sh:description "The upper value of some characteristic or property."^^rdf:HTML ; + sh:name "maxValue" ; +. +schema:QuantitativeValue-minValue + a sh:PropertyShape ; + sh:path schema:minValue ; + sh:datatype xsd:float ; + sh:description "The lower value of some characteristic or property."^^rdf:HTML ; + sh:name "minValue" ; +. +schema:QuantitativeValue-unitCode + a sh:PropertyShape ; + sh:path schema:unitCode ; + sh:description "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon."^^rdf:HTML ; + sh:name "unitCode" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:QuantitativeValue-unitText + a sh:PropertyShape ; + sh:path schema:unitText ; + sh:datatype xsd:string ; + sh:description """A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for +unitCode."""^^rdf:HTML ; + sh:name "unitText" ; +. +schema:QuantitativeValue-value + a sh:PropertyShape ; + sh:path schema:value ; + sh:description """The value of the quantitative value or property value node.

+ + +"""^^rdf:HTML ; + sh:name "value" ; + sh:or ( + [ + sh:class schema:StructuredValue ; + ] + [ + sh:datatype xsd:boolean ; + ] + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:QuantitativeValue-valueReference + a sh:PropertyShape ; + sh:path schema:valueReference ; + sh:description "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature."^^rdf:HTML ; + sh:name "valueReference" ; + sh:or ( + [ + sh:class schema:Enumeration ; + ] + [ + sh:class schema:PropertyValue ; + ] + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:class schema:StructuredValue ; + ] + ) ; +. +schema:QuantitativeValueDistribution + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1698" ; + schema:isPartOf ; + rdfs:comment "A statistical distribution of values."^^rdf:HTML ; + rdfs:label "Quantitative value distribution" ; + rdfs:subClassOf schema:QuantitativeValue ; + sh:property schema:QuantitativeValueDistribution-duration ; + sh:property schema:QuantitativeValueDistribution-median ; + sh:property schema:QuantitativeValueDistribution-percentile10 ; + sh:property schema:QuantitativeValueDistribution-percentile25 ; + sh:property schema:QuantitativeValueDistribution-percentile75 ; + sh:property schema:QuantitativeValueDistribution-percentile90 ; +. +schema:QuantitativeValueDistribution-duration + a sh:PropertyShape ; + sh:path schema:duration ; + sh:datatype xsd:duration ; + sh:description "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."^^rdf:HTML ; + sh:name "duration" ; +. +schema:QuantitativeValueDistribution-median + a sh:PropertyShape ; + sh:path schema:median ; + sh:datatype xsd:float ; + sh:description "The median value."^^rdf:HTML ; + sh:name "median" ; +. +schema:QuantitativeValueDistribution-percentile10 + a sh:PropertyShape ; + sh:path schema:percentile10 ; + sh:datatype xsd:float ; + sh:description "The 10th percentile value."^^rdf:HTML ; + sh:name "percentile10" ; +. +schema:QuantitativeValueDistribution-percentile25 + a sh:PropertyShape ; + sh:path schema:percentile25 ; + sh:datatype xsd:float ; + sh:description "The 25th percentile value."^^rdf:HTML ; + sh:name "percentile25" ; +. +schema:QuantitativeValueDistribution-percentile75 + a sh:PropertyShape ; + sh:path schema:percentile75 ; + sh:datatype xsd:float ; + sh:description "The 75th percentile value."^^rdf:HTML ; + sh:name "percentile75" ; +. +schema:QuantitativeValueDistribution-percentile90 + a sh:PropertyShape ; + sh:path schema:percentile90 ; + sh:datatype xsd:float ; + sh:description "The 90th percentile value."^^rdf:HTML ; + sh:name "percentile90" ; +. +schema:Quantity + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'."^^rdf:HTML ; + rdfs:label "Quantity" ; + rdfs:subClassOf schema:Intangible ; +. +schema:Question + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document."^^rdf:HTML ; + rdfs:label "Question" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Question-acceptedAnswer ; + sh:property schema:Question-answerCount ; + sh:property schema:Question-downvoteCount ; + sh:property schema:Question-suggestedAnswer ; + sh:property schema:Question-upvoteCount ; +. +schema:Question-acceptedAnswer + a sh:PropertyShape ; + sh:path schema:acceptedAnswer ; + sh:description "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author."^^rdf:HTML ; + sh:name "acceptedAnswer" ; + sh:or ( + [ + sh:class schema:Answer ; + ] + [ + sh:class schema:ItemList ; + ] + ) ; +. +schema:Question-answerCount + a sh:PropertyShape ; + sh:path schema:answerCount ; + sh:datatype xsd:integer ; + sh:description "The number of answers this question has received."^^rdf:HTML ; + sh:name "answerCount" ; +. +schema:Question-downvoteCount + a sh:PropertyShape ; + sh:path schema:downvoteCount ; + sh:datatype xsd:integer ; + sh:description "The number of downvotes this question, answer or comment has received from the community."^^rdf:HTML ; + sh:name "downvoteCount" ; +. +schema:Question-suggestedAnswer + a sh:PropertyShape ; + sh:path schema:suggestedAnswer ; + sh:description "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site."^^rdf:HTML ; + sh:name "suggestedAnswer" ; + sh:or ( + [ + sh:class schema:Answer ; + ] + [ + sh:class schema:ItemList ; + ] + ) ; +. +schema:Question-upvoteCount + a sh:PropertyShape ; + sh:path schema:upvoteCount ; + sh:datatype xsd:integer ; + sh:description "The number of upvotes this question, answer or comment has received from the community."^^rdf:HTML ; + sh:name "upvoteCount" ; +. +schema:Quotation + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-271" ; + schema:isPartOf ; + rdfs:comment "A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use isBasedOn to link to source/origin. The recordedIn property can be used to reference a Quotation from an Event."^^rdf:HTML ; + rdfs:label "Quotation" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Quotation-spokenByCharacter ; +. +schema:Quotation-spokenByCharacter + a sh:PropertyShape ; + sh:path schema:spokenByCharacter ; + sh:description "The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork."^^rdf:HTML ; + sh:name "spokenByCharacter" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:QuoteAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An agent quotes/estimates/appraises an object/product/service with a price at a location/store."^^rdf:HTML ; + rdfs:label "Quote action" ; + rdfs:subClassOf schema:TradeAction ; +. +schema:RVPark + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like."^^rdf:HTML ; + rdfs:label "RVPark" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:RadiationTherapy + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A process of care using radiation aimed at improving a health condition."^^rdf:HTML ; + rdfs:label "Radiation therapy" ; + rdfs:subClassOf schema:MedicalTherapy ; +. +schema:RadioChannel + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup."^^rdf:HTML ; + rdfs:label "Radio channel" ; + rdfs:subClassOf schema:BroadcastChannel ; +. +schema:RadioClip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A short radio program or a segment/part of a radio program."^^rdf:HTML ; + rdfs:label "Radio clip" ; + rdfs:subClassOf schema:Clip ; +. +schema:RadioEpisode + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A radio episode which can be part of a series or season."^^rdf:HTML ; + rdfs:label "Radio episode" ; + rdfs:subClassOf schema:Episode ; +. +schema:RadioSeason + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Season dedicated to radio broadcast and associated online delivery."^^rdf:HTML ; + rdfs:label "Radio season" ; + rdfs:subClassOf schema:CreativeWorkSeason ; +. +schema:RadioSeries + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "CreativeWorkSeries dedicated to radio broadcast and associated online delivery."^^rdf:HTML ; + rdfs:label "Radio series" ; + rdfs:subClassOf schema:CreativeWorkSeries ; + sh:property schema:RadioSeries-actor ; + sh:property schema:RadioSeries-actors ; + sh:property schema:RadioSeries-containsSeason ; + sh:property schema:RadioSeries-director ; + sh:property schema:RadioSeries-directors ; + sh:property schema:RadioSeries-episode ; + sh:property schema:RadioSeries-episodes ; + sh:property schema:RadioSeries-musicBy ; + sh:property schema:RadioSeries-numberOfEpisodes ; + sh:property schema:RadioSeries-numberOfSeasons ; + sh:property schema:RadioSeries-productionCompany ; + sh:property schema:RadioSeries-season ; + sh:property schema:RadioSeries-seasons ; + sh:property schema:RadioSeries-trailer ; +. +schema:RadioSeries-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:RadioSeries-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:RadioSeries-containsSeason + a sh:PropertyShape ; + sh:path schema:containsSeason ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season that is part of the media series."^^rdf:HTML ; + sh:name "containsSeason" ; +. +schema:RadioSeries-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:RadioSeries-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:RadioSeries-episode + a sh:PropertyShape ; + sh:path schema:episode ; + sh:class schema:Episode ; + sh:description "An episode of a tv, radio or game media within a series or season."^^rdf:HTML ; + sh:name "episode" ; +. +schema:RadioSeries-episodes + a sh:PropertyShape ; + sh:path schema:episodes ; + sh:class schema:Episode ; + sh:description "An episode of a TV/radio series or season."^^rdf:HTML ; + sh:name "episodes" ; +. +schema:RadioSeries-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:RadioSeries-numberOfEpisodes + a sh:PropertyShape ; + sh:path schema:numberOfEpisodes ; + sh:datatype xsd:integer ; + sh:description "The number of episodes in this season or series."^^rdf:HTML ; + sh:name "numberOfEpisodes" ; +. +schema:RadioSeries-numberOfSeasons + a sh:PropertyShape ; + sh:path schema:numberOfSeasons ; + sh:datatype xsd:integer ; + sh:description "The number of seasons in this series."^^rdf:HTML ; + sh:name "numberOfSeasons" ; +. +schema:RadioSeries-productionCompany + a sh:PropertyShape ; + sh:path schema:productionCompany ; + sh:class schema:Organization ; + sh:description "The production company or studio responsible for the item e.g. series, video game, episode etc."^^rdf:HTML ; + sh:name "productionCompany" ; +. +schema:RadioSeries-season + a sh:PropertyShape ; + sh:path schema:season ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season in a media series."^^rdf:HTML ; + sh:name "season" ; +. +schema:RadioSeries-seasons + a sh:PropertyShape ; + sh:path schema:seasons ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season in a media series."^^rdf:HTML ; + sh:name "seasons" ; +. +schema:RadioSeries-trailer + a sh:PropertyShape ; + sh:path schema:trailer ; + sh:class schema:VideoObject ; + sh:description "The trailer of a movie or tv/radio series, season, episode, etc."^^rdf:HTML ; + sh:name "trailer" ; +. +schema:RadioStation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A radio station."^^rdf:HTML ; + rdfs:label "Radio station" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:Radiography + a schema:MedicalImagingTechnique ; + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "Radiography is an imaging technique that uses electromagnetic radiation other than visible light, especially X-rays, to view the internal structure of a non-uniformly composed and opaque object such as the human body." ; + rdfs:label "Radiography" ; +. +schema:RandomizedTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "A randomized trial design." ; + rdfs:label "Randomized trial" ; +. +schema:Rating + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A rating is an evaluation on a numeric scale, such as 1 to 5 stars."^^rdf:HTML ; + rdfs:label "Rating" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Rating-author ; + sh:property schema:Rating-bestRating ; + sh:property schema:Rating-ratingValue ; + sh:property schema:Rating-reviewAspect ; + sh:property schema:Rating-worstRating ; +. +schema:Rating-author + a sh:PropertyShape ; + sh:path schema:author ; + sh:description "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably."^^rdf:HTML ; + sh:name "author" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Rating-bestRating + a sh:PropertyShape ; + sh:path schema:bestRating ; + sh:description "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed."^^rdf:HTML ; + sh:name "bestRating" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Rating-ratingValue + a sh:PropertyShape ; + sh:path schema:ratingValue ; + sh:description "The rating for the content."^^rdf:HTML ; + sh:name "ratingValue" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Rating-reviewAspect + a sh:PropertyShape ; + sh:path schema:reviewAspect ; + sh:datatype xsd:string ; + sh:description "This Review or Rating is relevant to this part or facet of the itemReviewed."^^rdf:HTML ; + sh:name "reviewAspect" ; +. +schema:Rating-worstRating + a sh:PropertyShape ; + sh:path schema:worstRating ; + sh:description "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed."^^rdf:HTML ; + sh:name "worstRating" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ReactAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of responding instinctively and emotionally to an object, expressing a sentiment."^^rdf:HTML ; + rdfs:label "React action" ; + rdfs:subClassOf schema:AssessAction ; +. +schema:ReadAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of consuming written content."^^rdf:HTML ; + rdfs:label "Read action" ; + rdfs:subClassOf schema:ConsumeAction ; +. +schema:ReadPermission + a schema:DigitalDocumentPermissionType ; + rdfs:comment "Permission to read or view the document." ; + rdfs:label "Read permission" ; +. +schema:RealEstateAgent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A real-estate agent."^^rdf:HTML ; + rdfs:label "Real estate agent" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:RearWheelDriveConfiguration + a schema:DriveWheelConfigurationValue ; + rdfs:comment "Real-wheel drive is a transmission layout where the engine drives the rear wheels." ; + rdfs:label "Rear wheel drive configuration" ; +. +schema:ReceiveAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.

+ +Related actions:

+ +
    +
  • SendAction: The reciprocal of ReceiveAction.
  • +
  • TakeAction: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).
  • +
+"""^^rdf:HTML ; + rdfs:label "Receive action" ; + rdfs:subClassOf schema:TransferAction ; + sh:property schema:ReceiveAction-deliveryMethod ; + sh:property schema:ReceiveAction-sender ; +. +schema:ReceiveAction-deliveryMethod + a sh:PropertyShape ; + sh:path schema:deliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "A sub property of instrument. The method of delivery."^^rdf:HTML ; + sh:name "deliveryMethod" ; +. +schema:ReceiveAction-sender + a sh:PropertyShape ; + sh:path schema:sender ; + sh:description "A sub property of participant. The participant who is at the sending end of the action."^^rdf:HTML ; + sh:name "sender" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Recipe + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail."^^rdf:HTML ; + rdfs:label "Recipe" ; + rdfs:subClassOf schema:HowTo ; + sh:property schema:Recipe-cookTime ; + sh:property schema:Recipe-cookingMethod ; + sh:property schema:Recipe-ingredients ; + sh:property schema:Recipe-nutrition ; + sh:property schema:Recipe-recipeCategory ; + sh:property schema:Recipe-recipeCuisine ; + sh:property schema:Recipe-recipeIngredient ; + sh:property schema:Recipe-recipeInstructions ; + sh:property schema:Recipe-recipeYield ; + sh:property schema:Recipe-suitableForDiet ; +. +schema:Recipe-cookTime + a sh:PropertyShape ; + sh:path schema:cookTime ; + sh:datatype xsd:duration ; + sh:description "The time it takes to actually cook the dish, in ISO 8601 duration format."^^rdf:HTML ; + sh:name "cookTime" ; +. +schema:Recipe-cookingMethod + a sh:PropertyShape ; + sh:path schema:cookingMethod ; + sh:datatype xsd:string ; + sh:description "The method of cooking, such as Frying, Steaming, ..."^^rdf:HTML ; + sh:name "cookingMethod" ; +. +schema:Recipe-ingredients + a sh:PropertyShape ; + sh:path schema:ingredients ; + sh:datatype xsd:string ; + sh:description "A single ingredient used in the recipe, e.g. sugar, flour or garlic."^^rdf:HTML ; + sh:name "ingredients" ; +. +schema:Recipe-nutrition + a sh:PropertyShape ; + sh:path schema:nutrition ; + sh:class schema:NutritionInformation ; + sh:description "Nutrition information about the recipe or menu item."^^rdf:HTML ; + sh:name "nutrition" ; +. +schema:Recipe-recipeCategory + a sh:PropertyShape ; + sh:path schema:recipeCategory ; + sh:datatype xsd:string ; + sh:description "The category of the recipe—for example, appetizer, entree, etc."^^rdf:HTML ; + sh:name "recipeCategory" ; +. +schema:Recipe-recipeCuisine + a sh:PropertyShape ; + sh:path schema:recipeCuisine ; + sh:datatype xsd:string ; + sh:description "The cuisine of the recipe (for example, French or Ethiopian)."^^rdf:HTML ; + sh:name "recipeCuisine" ; +. +schema:Recipe-recipeIngredient + a sh:PropertyShape ; + sh:path schema:recipeIngredient ; + sh:datatype xsd:string ; + sh:description "A single ingredient used in the recipe, e.g. sugar, flour or garlic."^^rdf:HTML ; + sh:name "recipeIngredient" ; +. +schema:Recipe-recipeInstructions + a sh:PropertyShape ; + sh:path schema:recipeInstructions ; + sh:description "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items."^^rdf:HTML ; + sh:name "recipeInstructions" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:ItemList ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Recipe-recipeYield + a sh:PropertyShape ; + sh:path schema:recipeYield ; + sh:description "The quantity produced by the recipe (for example, number of people served, number of servings, etc)."^^rdf:HTML ; + sh:name "recipeYield" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Recipe-suitableForDiet + a sh:PropertyShape ; + sh:path schema:suitableForDiet ; + sh:class schema:RestrictedDiet ; + sh:description "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc."^^rdf:HTML ; + sh:name "suitableForDiet" ; +. +schema:RecommendedDoseSchedule + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A recommended dosing schedule for a drug or supplement as prescribed or recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity."^^rdf:HTML ; + rdfs:label "Recommended dose schedule" ; + rdfs:subClassOf schema:DoseSchedule ; +. +schema:Recruiting + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Recruiting participants." ; + rdfs:label "Recruiting" ; +. +schema:RecyclingCenter + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A recycling center."^^rdf:HTML ; + rdfs:label "Recycling center" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:RefurbishedCondition + a schema:OfferItemCondition ; + rdfs:comment "Indicates that the item is refurbished." ; + rdfs:label "Refurbished condition" ; +. +schema:RegisterAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of registering to be a user of a service, product or web page.

+ +Related actions:

+ +
    +
  • JoinAction: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, not a group/team of people.
  • +
  • [FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.
  • +
  • SubscribeAction: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.
  • +
+"""^^rdf:HTML ; + rdfs:label "Register action" ; + rdfs:subClassOf schema:InteractAction ; +. +schema:Registry + a schema:MedicalObservationalStudyDesign ; + schema:isPartOf ; + rdfs:comment "A registry-based study design." ; + rdfs:label "Registry" ; +. +schema:ReimbursementCap + a schema:DrugCostCategory ; + schema:isPartOf ; + rdfs:comment "The drug's cost represents the maximum reimbursement paid by an insurer for the drug." ; + rdfs:label "Reimbursement cap" ; +. +schema:RejectAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of rejecting to/adopting an object.

+ +Related actions:

+ + +"""^^rdf:HTML ; + rdfs:label "Reject action" ; + rdfs:subClassOf schema:AllocateAction ; +. +schema:RemixAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "RemixAlbum." ; + rdfs:label "Remix album" ; +. +schema:Renal + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to the study of the kidneys and its respective disease states." ; + rdfs:label "Renal" ; +. +schema:RentAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment."^^rdf:HTML ; + rdfs:label "Rent action" ; + rdfs:subClassOf schema:TradeAction ; + sh:property schema:RentAction-landlord ; + sh:property schema:RentAction-realEstateAgent ; +. +schema:RentAction-landlord + a sh:PropertyShape ; + sh:path schema:landlord ; + sh:description "A sub property of participant. The owner of the real estate property."^^rdf:HTML ; + sh:name "landlord" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:RentAction-realEstateAgent + a sh:PropertyShape ; + sh:path schema:realEstateAgent ; + sh:class schema:RealEstateAgent ; + sh:description "A sub property of participant. The real estate agent involved in the action."^^rdf:HTML ; + sh:name "realEstateAgent" ; +. +schema:RentalCarReservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A reservation for a rental car.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations."""^^rdf:HTML ; + rdfs:label "Rental car reservation" ; + rdfs:subClassOf schema:Reservation ; + sh:property schema:RentalCarReservation-dropoffLocation ; + sh:property schema:RentalCarReservation-dropoffTime ; + sh:property schema:RentalCarReservation-pickupLocation ; + sh:property schema:RentalCarReservation-pickupTime ; +. +schema:RentalCarReservation-dropoffLocation + a sh:PropertyShape ; + sh:path schema:dropoffLocation ; + sh:class schema:Place ; + sh:description "Where a rental car can be dropped off."^^rdf:HTML ; + sh:name "dropoffLocation" ; +. +schema:RentalCarReservation-dropoffTime + a sh:PropertyShape ; + sh:path schema:dropoffTime ; + sh:datatype xsd:dateTime ; + sh:description "When a rental car can be dropped off."^^rdf:HTML ; + sh:name "dropoffTime" ; +. +schema:RentalCarReservation-pickupLocation + a sh:PropertyShape ; + sh:path schema:pickupLocation ; + sh:class schema:Place ; + sh:description "Where a taxi will pick up a passenger or a rental car can be picked up."^^rdf:HTML ; + sh:name "pickupLocation" ; +. +schema:RentalCarReservation-pickupTime + a sh:PropertyShape ; + sh:path schema:pickupTime ; + sh:datatype xsd:dateTime ; + sh:description "When a taxi will pickup a passenger or a rental car can be picked up."^^rdf:HTML ; + sh:name "pickupTime" ; +. +schema:RentalVehicleUsage + a schema:CarUsageType ; + schema:isPartOf ; + rdfs:comment "Indicates the usage of the vehicle as a rental car." ; + rdfs:label "Rental vehicle usage" ; +. +schema:RepaymentSpecification + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1253" ; + schema:isPartOf ; + rdfs:comment "A structured value representing repayment."^^rdf:HTML ; + rdfs:label "Repayment specification" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:RepaymentSpecification-downPayment ; + sh:property schema:RepaymentSpecification-earlyPrepaymentPenalty ; + sh:property schema:RepaymentSpecification-loanPaymentAmount ; + sh:property schema:RepaymentSpecification-loanPaymentFrequency ; + sh:property schema:RepaymentSpecification-numberOfLoanPayments ; +. +schema:RepaymentSpecification-downPayment + a sh:PropertyShape ; + sh:path schema:downPayment ; + sh:description "a type of payment made in cash during the onset of the purchase of an expensive good/service. The payment typically represents only a percentage of the full purchase price."^^rdf:HTML ; + sh:name "downPayment" ; + sh:or ( + [ + sh:class schema:MonetaryAmount ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:RepaymentSpecification-earlyPrepaymentPenalty + a sh:PropertyShape ; + sh:path schema:earlyPrepaymentPenalty ; + sh:class schema:MonetaryAmount ; + sh:description "The amount to be paid as a penalty in the event of early payment of the loan."^^rdf:HTML ; + sh:name "earlyPrepaymentPenalty" ; +. +schema:RepaymentSpecification-loanPaymentAmount + a sh:PropertyShape ; + sh:path schema:loanPaymentAmount ; + sh:class schema:MonetaryAmount ; + sh:description "The amount of money to pay in a single payment."^^rdf:HTML ; + sh:name "loanPaymentAmount" ; +. +schema:RepaymentSpecification-loanPaymentFrequency + a sh:PropertyShape ; + sh:path schema:loanPaymentFrequency ; + sh:datatype xsd:float ; + sh:description "Frequency of payments due, i.e. number of months between payments. This is defined as a frequency, i.e. the reciprocal of a period of time."^^rdf:HTML ; + sh:name "loanPaymentFrequency" ; +. +schema:RepaymentSpecification-numberOfLoanPayments + a sh:PropertyShape ; + sh:path schema:numberOfLoanPayments ; + sh:datatype xsd:float ; + sh:description "The number of payments contractually required at origination to repay the loan. For monthly paying loans this is the number of months from the contractual first payment date to the maturity date."^^rdf:HTML ; + sh:name "numberOfLoanPayments" ; +. +schema:ReplaceAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of editing a recipient by replacing an old object with a new object."^^rdf:HTML ; + rdfs:label "Replace action" ; + rdfs:subClassOf schema:UpdateAction ; + sh:property schema:ReplaceAction-replacee ; + sh:property schema:ReplaceAction-replacer ; +. +schema:ReplaceAction-replacee + a sh:PropertyShape ; + sh:path schema:replacee ; + sh:class schema:Thing ; + sh:description "A sub property of object. The object that is being replaced."^^rdf:HTML ; + sh:name "replacee" ; +. +schema:ReplaceAction-replacer + a sh:PropertyShape ; + sh:path schema:replacer ; + sh:class schema:Thing ; + sh:description "A sub property of object. The object that replaces."^^rdf:HTML ; + sh:name "replacer" ; +. +schema:ReplyAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of responding to a question/message asked/sent by the object. Related to AskAction

+ +Related actions:

+ +
    +
  • AskAction: Appears generally as an origin of a ReplyAction.
  • +
+"""^^rdf:HTML ; + rdfs:label "Reply action" ; + rdfs:subClassOf schema:CommunicateAction ; + sh:property schema:ReplyAction-resultComment ; +. +schema:ReplyAction-resultComment + a sh:PropertyShape ; + sh:path schema:resultComment ; + sh:class schema:Comment ; + sh:description "A sub property of result. The Comment created or sent as a result of this action."^^rdf:HTML ; + sh:name "resultComment" ; +. +schema:Report + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A Report generated by governmental or non-governmental organization."^^rdf:HTML ; + rdfs:label "Report" ; + rdfs:subClassOf schema:Article ; + sh:property schema:Report-reportNumber ; +. +schema:Report-reportNumber + a sh:PropertyShape ; + sh:path schema:reportNumber ; + sh:datatype xsd:string ; + sh:description "The number or other unique designator assigned to a Report by the publishing organization."^^rdf:HTML ; + sh:name "reportNumber" ; +. +schema:ReportageNewsArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment """The ReportageNewsArticle type is a subtype of NewsArticle representing + news articles which are the result of journalistic news reporting conventions.

+ +In practice many news publishers produce a wide variety of article types, many of which might be considered a NewsArticle but not a ReportageNewsArticle. For example, opinion pieces, reviews, analysis, sponsored or satirical articles, or articles that combine several of these elements.

+ +The ReportageNewsArticle type is based on a stricter ideal for \"news\" as a work of journalism, with articles based on factual information either observed or verified by the author, or reported and verified from knowledgeable sources. This often includes perspectives from multiple viewpoints on a particular issue (distinguishing news reports from public relations or propaganda). News reports in the ReportageNewsArticle sense de-emphasize the opinion of the author, with commentary and value judgements typically expressed elsewhere.

+ +A ReportageNewsArticle which goes deeper into analysis can also be marked with an additional type of AnalysisNewsArticle."""^^rdf:HTML ; + rdfs:label "Reportage news article" ; + rdfs:subClassOf schema:NewsArticle ; +. +schema:ReportedDoseSchedule + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A patient-reported or observed dosing schedule for a drug or supplement."^^rdf:HTML ; + rdfs:label "Reported dose schedule" ; + rdfs:subClassOf schema:DoseSchedule ; +. +schema:Researcher + a schema:Audience ; + rdfs:comment "Researchers." ; + rdfs:label "Researcher" ; +. +schema:Reservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """Describes a reservation for travel, dining or an event. Some reservations require tickets.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer."""^^rdf:HTML ; + rdfs:label "Reservation" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Reservation-bookingAgent ; + sh:property schema:Reservation-bookingTime ; + sh:property schema:Reservation-broker ; + sh:property schema:Reservation-modifiedTime ; + sh:property schema:Reservation-priceCurrency ; + sh:property schema:Reservation-programMembershipUsed ; + sh:property schema:Reservation-provider ; + sh:property schema:Reservation-reservationFor ; + sh:property schema:Reservation-reservationId ; + sh:property schema:Reservation-reservationStatus ; + sh:property schema:Reservation-reservedTicket ; + sh:property schema:Reservation-totalPrice ; + sh:property schema:Reservation-underName ; +. +schema:Reservation-bookingAgent + a sh:PropertyShape ; + sh:path schema:bookingAgent ; + sh:description "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent."^^rdf:HTML ; + sh:name "bookingAgent" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Reservation-bookingTime + a sh:PropertyShape ; + sh:path schema:bookingTime ; + sh:datatype xsd:dateTime ; + sh:description "The date and time the reservation was booked."^^rdf:HTML ; + sh:name "bookingTime" ; +. +schema:Reservation-broker + a sh:PropertyShape ; + sh:path schema:broker ; + sh:description "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."^^rdf:HTML ; + sh:name "broker" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Reservation-modifiedTime + a sh:PropertyShape ; + sh:path schema:modifiedTime ; + sh:datatype xsd:dateTime ; + sh:description "The date and time the reservation was modified."^^rdf:HTML ; + sh:name "modifiedTime" ; +. +schema:Reservation-priceCurrency + a sh:PropertyShape ; + sh:path schema:priceCurrency ; + sh:datatype xsd:string ; + sh:description """The currency of the price, or a price component when attached to PriceSpecification and its subtypes.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "priceCurrency" ; +. +schema:Reservation-programMembershipUsed + a sh:PropertyShape ; + sh:path schema:programMembershipUsed ; + sh:class schema:ProgramMembership ; + sh:description "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation."^^rdf:HTML ; + sh:name "programMembershipUsed" ; +. +schema:Reservation-provider + a sh:PropertyShape ; + sh:path schema:provider ; + sh:description "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."^^rdf:HTML ; + sh:name "provider" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Reservation-reservationFor + a sh:PropertyShape ; + sh:path schema:reservationFor ; + sh:class schema:Thing ; + sh:description "The thing -- flight, event, restaurant,etc. being reserved."^^rdf:HTML ; + sh:name "reservationFor" ; +. +schema:Reservation-reservationId + a sh:PropertyShape ; + sh:path schema:reservationId ; + sh:datatype xsd:string ; + sh:description "A unique identifier for the reservation."^^rdf:HTML ; + sh:name "reservationId" ; +. +schema:Reservation-reservationStatus + a sh:PropertyShape ; + sh:path schema:reservationStatus ; + sh:class schema:ReservationStatusType ; + sh:description "The current status of the reservation."^^rdf:HTML ; + sh:name "reservationStatus" ; +. +schema:Reservation-reservedTicket + a sh:PropertyShape ; + sh:path schema:reservedTicket ; + sh:class schema:Ticket ; + sh:description "A ticket associated with the reservation."^^rdf:HTML ; + sh:name "reservedTicket" ; +. +schema:Reservation-totalPrice + a sh:PropertyShape ; + sh:path schema:totalPrice ; + sh:description "The total price for the reservation or ticket, including applicable taxes, shipping, etc."^^rdf:HTML ; + sh:name "totalPrice" ; + sh:or ( + [ + sh:class schema:PriceSpecification ; + ] + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Reservation-underName + a sh:PropertyShape ; + sh:path schema:underName ; + sh:description "The person or organization the reservation or ticket is for."^^rdf:HTML ; + sh:name "underName" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:ReservationCancelled + a schema:ReservationStatusType ; + rdfs:comment "The status for a previously confirmed reservation that is now cancelled." ; + rdfs:label "Reservation cancelled" ; +. +schema:ReservationConfirmed + a schema:ReservationStatusType ; + rdfs:comment "The status of a confirmed reservation." ; + rdfs:label "Reservation confirmed" ; +. +schema:ReservationHold + a schema:ReservationStatusType ; + rdfs:comment "The status of a reservation on hold pending an update like credit card number or flight changes." ; + rdfs:label "Reservation hold" ; +. +schema:ReservationPackage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A group of multiple reservations with common values for all sub-reservations."^^rdf:HTML ; + rdfs:label "Reservation package" ; + rdfs:subClassOf schema:Reservation ; + sh:property schema:ReservationPackage-subReservation ; +. +schema:ReservationPackage-subReservation + a sh:PropertyShape ; + sh:path schema:subReservation ; + sh:class schema:Reservation ; + sh:description "The individual reservations included in the package. Typically a repeated property."^^rdf:HTML ; + sh:name "subReservation" ; +. +schema:ReservationPending + a schema:ReservationStatusType ; + rdfs:comment "The status of a reservation when a request has been sent, but not confirmed." ; + rdfs:label "Reservation pending" ; +. +schema:ReservationStatusType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Enumerated status values for Reservation."^^rdf:HTML ; + rdfs:label "Reservation status type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:ReserveAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """Reserving a concrete object.

+ +Related actions:

+ +
    +
  • ScheduleAction: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.
  • +
+"""^^rdf:HTML ; + rdfs:label "Reserve action" ; + rdfs:subClassOf schema:PlanAction ; +. +schema:Reservoir + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir."^^rdf:HTML ; + rdfs:label "Reservoir" ; + rdfs:subClassOf schema:BodyOfWater ; +. +schema:Residence + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The place where a person lives."^^rdf:HTML ; + rdfs:label "Residence" ; + rdfs:subClassOf schema:Place ; +. +schema:Resort + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Resort). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Resort" ; + rdfs:subClassOf schema:LodgingBusiness ; +. +schema:RespiratoryTherapy + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease)." ; + rdfs:label "Respiratory therapy" ; + rdfs:subClassOf schema:MedicalTherapy ; +. +schema:Restaurant + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A restaurant."^^rdf:HTML ; + rdfs:label "Restaurant" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:RestrictedDiet + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons."^^rdf:HTML ; + rdfs:label "Restricted diet" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:ResultsAvailable + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Results are available." ; + rdfs:label "Results available" ; +. +schema:ResultsNotAvailable + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Results are not available." ; + rdfs:label "Results not available" ; +. +schema:ResumeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer)."^^rdf:HTML ; + rdfs:label "Resume action" ; + rdfs:subClassOf schema:ControlAction ; +. +schema:Retail + a schema:DrugCostCategory ; + schema:isPartOf ; + rdfs:comment "The drug's cost represents the retail cost of the drug." ; + rdfs:label "Retail" ; +. +schema:ReturnAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership)."^^rdf:HTML ; + rdfs:label "Return action" ; + rdfs:subClassOf schema:TransferAction ; + sh:property schema:ReturnAction-recipient ; +. +schema:ReturnAction-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Review + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A review of an item - for example, of a restaurant, movie, or store."^^rdf:HTML ; + rdfs:label "Review" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Review-itemReviewed ; + sh:property schema:Review-reviewAspect ; + sh:property schema:Review-reviewBody ; + sh:property schema:Review-reviewRating ; +. +schema:Review-itemReviewed + a sh:PropertyShape ; + sh:path schema:itemReviewed ; + sh:class schema:Thing ; + sh:description "The item that is being reviewed/rated."^^rdf:HTML ; + sh:name "itemReviewed" ; +. +schema:Review-reviewAspect + a sh:PropertyShape ; + sh:path schema:reviewAspect ; + sh:datatype xsd:string ; + sh:description "This Review or Rating is relevant to this part or facet of the itemReviewed."^^rdf:HTML ; + sh:name "reviewAspect" ; +. +schema:Review-reviewBody + a sh:PropertyShape ; + sh:path schema:reviewBody ; + sh:datatype xsd:string ; + sh:description "The actual body of the review."^^rdf:HTML ; + sh:name "reviewBody" ; +. +schema:Review-reviewRating + a sh:PropertyShape ; + sh:path schema:reviewRating ; + sh:class schema:Rating ; + sh:description "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work."^^rdf:HTML ; + sh:name "reviewRating" ; +. +schema:ReviewAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review."^^rdf:HTML ; + rdfs:label "Review action" ; + rdfs:subClassOf schema:AssessAction ; + sh:property schema:ReviewAction-resultReview ; +. +schema:ReviewAction-resultReview + a sh:PropertyShape ; + sh:path schema:resultReview ; + sh:class schema:Review ; + sh:description "A sub property of result. The review that resulted in the performing of the action."^^rdf:HTML ; + sh:name "resultReview" ; +. +schema:ReviewNewsArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment "A NewsArticle and CriticReview providing a professional critic's assessment of a service, product, performance, or artistic or literary work."^^rdf:HTML ; + rdfs:label "Review news article" ; + rdfs:subClassOf schema:CriticReview ; + rdfs:subClassOf schema:NewsArticle ; +. +schema:Rheumatologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases." ; + rdfs:label "Rheumatologic" ; +. +schema:RightHandDriving + a schema:SteeringPositionValue ; + rdfs:comment "The steering position is on the right side of the vehicle (viewed from the main direction of driving)." ; + rdfs:label "Right hand driving" ; +. +schema:RiverBodyOfWater + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A river (for example, the broad majestic Shannon)."^^rdf:HTML ; + rdfs:label "River body of water" ; + rdfs:subClassOf schema:BodyOfWater ; +. +schema:Role + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.

+ +See also blog post."""^^rdf:HTML ; + rdfs:label "Role" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Role-endDate ; + sh:property schema:Role-namedPosition ; + sh:property schema:Role-roleName ; + sh:property schema:Role-startDate ; +. +schema:Role-endDate + a sh:PropertyShape ; + sh:path schema:endDate ; + sh:description "The end date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "endDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:Role-namedPosition + a sh:PropertyShape ; + sh:path schema:namedPosition ; + sh:description "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'."^^rdf:HTML ; + sh:name "namedPosition" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Role-roleName + a sh:PropertyShape ; + sh:path schema:roleName ; + sh:description "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'."^^rdf:HTML ; + sh:name "roleName" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Role-startDate + a sh:PropertyShape ; + sh:path schema:startDate ; + sh:description "The start date and time of the item (in ISO 8601 date format)."^^rdf:HTML ; + sh:name "startDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:RoofingContractor + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A roofing contractor."^^rdf:HTML ; + rdfs:label "Roofing contractor" ; + rdfs:subClassOf schema:HomeAndConstructionBusiness ; +. +schema:Room + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Room" ; + rdfs:subClassOf schema:Accommodation ; +. +schema:RsvpAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of notifying an event organizer as to whether you expect to attend the event."^^rdf:HTML ; + rdfs:label "Rsvp action" ; + rdfs:subClassOf schema:InformAction ; + sh:property schema:RsvpAction-additionalNumberOfGuests ; + sh:property schema:RsvpAction-comment ; + sh:property schema:RsvpAction-rsvpResponse ; +. +schema:RsvpAction-additionalNumberOfGuests + a sh:PropertyShape ; + sh:path schema:additionalNumberOfGuests ; + sh:datatype xsd:float ; + sh:description "If responding yes, the number of guests who will attend in addition to the invitee."^^rdf:HTML ; + sh:name "additionalNumberOfGuests" ; +. +schema:RsvpAction-comment + a sh:PropertyShape ; + sh:path schema:comment ; + sh:class schema:Comment ; + sh:description "Comments, typically from users."^^rdf:HTML ; + sh:name "comment" ; +. +schema:RsvpAction-rsvpResponse + a sh:PropertyShape ; + sh:path schema:rsvpResponse ; + sh:class schema:RsvpResponseType ; + sh:description "The response (yes, no, maybe) to the RSVP."^^rdf:HTML ; + sh:name "rsvpResponse" ; +. +schema:RsvpResponseMaybe + a schema:RsvpResponseType ; + rdfs:comment "The invitee may or may not attend." ; + rdfs:label "Rsvp response maybe" ; +. +schema:RsvpResponseNo + a schema:RsvpResponseType ; + rdfs:comment "The invitee will not attend." ; + rdfs:label "Rsvp response no" ; +. +schema:RsvpResponseType + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request."^^rdf:HTML ; + rdfs:label "Rsvp response type" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:RsvpResponseYes + a schema:RsvpResponseType ; + rdfs:comment "The invitee will attend." ; + rdfs:label "Rsvp response yes" ; +. +schema:SaleEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Sales event."^^rdf:HTML ; + rdfs:label "Sale event" ; + rdfs:subClassOf schema:Event ; +. +schema:SatiricalArticle + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1525" ; + schema:isPartOf ; + rdfs:comment "An Article whose content is primarily [satirical] in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a NewsArticle. ScholarlyArticles are also sometimes satirized."^^rdf:HTML ; + rdfs:label "Satirical article" ; + rdfs:subClassOf schema:Article ; +. +schema:Saturday + a schema:DayOfWeek ; + schema:sameAs ; + rdfs:comment "The day of the week between Friday and Sunday." ; + rdfs:label "Saturday" ; +. +schema:Schedule + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1457" ; + schema:isPartOf ; + rdfs:comment """A schedule defines a repeating time period used to describe a regularly occurring Event. At a minimum a schedule will specify repeatFrequency which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely. + This includes identifying the day(s) of the week or month when the recurring event will take place, in addition to its start and end time. Schedules may also + have start and end dates to indicate when they are active, e.g. to define a limited calendar of events."""^^rdf:HTML ; + rdfs:label "Schedule" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Schedule-byDay ; + sh:property schema:Schedule-byMonth ; + sh:property schema:Schedule-byMonthDay ; + sh:property schema:Schedule-eventSchedule ; + sh:property schema:Schedule-exceptDate ; + sh:property schema:Schedule-repeatCount ; + sh:property schema:Schedule-repeatFrequency ; +. +schema:Schedule-byDay + a sh:PropertyShape ; + sh:path schema:byDay ; + sh:class schema:DayOfWeek ; + sh:description "Defines the day(s) of the week on which a recurring Event takes place"^^rdf:HTML ; + sh:name "byDay" ; +. +schema:Schedule-byMonth + a sh:PropertyShape ; + sh:path schema:byMonth ; + sh:datatype xsd:integer ; + sh:description "Defines the month(s) of the year on which a recurring Event takes place. Specified as an Integer between 1-12. January is 1."^^rdf:HTML ; + sh:name "byMonth" ; +. +schema:Schedule-byMonthDay + a sh:PropertyShape ; + sh:path schema:byMonthDay ; + sh:datatype xsd:integer ; + sh:description "Defines the day(s) of the month on which a recurring Event takes place. Specified as an Integer between 1-31."^^rdf:HTML ; + sh:name "byMonthDay" ; +. +schema:Schedule-eventSchedule + a sh:PropertyShape ; + sh:path schema:eventSchedule ; + sh:datatype xsd:duration ; + sh:description """Associates an Event with a Schedule. There are circumstances where it is preferable to share a schedule for a series of + repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly + gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An Event that + is associated with a Schedule using this property should not have startDate or endDate properties. These are instead defined within the associated + Schedule, this avoids any ambiguity for clients using the data. The propery might have repeated values to specify different schedules, e.g. for different months + or seasons."""^^rdf:HTML ; + sh:name "eventSchedule" ; +. +schema:Schedule-exceptDate + a sh:PropertyShape ; + sh:path schema:exceptDate ; + sh:description """Defines a Date or DateTime during which a scheduled Event will not take place. The property allows exceptions to + a Schedule to be specified. If an exception is specified as a DateTime then only the event that would have started at that specific date and time + should be excluded from the schedule. If an exception is specified as a Date then any event that is scheduled for that 24 hour period should be + excluded from the schedule. This allows a whole day to be excluded from the schedule without having to itemise every scheduled event."""^^rdf:HTML ; + sh:name "exceptDate" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:Schedule-repeatCount + a sh:PropertyShape ; + sh:path schema:repeatCount ; + sh:datatype xsd:integer ; + sh:description "Defines the number of times a recurring Event will take place"^^rdf:HTML ; + sh:name "repeatCount" ; +. +schema:Schedule-repeatFrequency + a sh:PropertyShape ; + sh:path schema:repeatFrequency ; + sh:description """Defines the frequency at which Events will occur according to a schedule Schedule. The intervals between + events should be defined as a Duration of time."""^^rdf:HTML ; + sh:name "repeatFrequency" ; + sh:or ( + [ + sh:datatype xsd:duration ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ScheduleAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """Scheduling future actions, events, or tasks.

+ +Related actions:

+ +
    +
  • ReserveAction: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.
  • +
+"""^^rdf:HTML ; + rdfs:label "Schedule action" ; + rdfs:subClassOf schema:PlanAction ; +. +schema:ScholarlyArticle + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A scholarly article."^^rdf:HTML ; + rdfs:label "Scholarly article" ; + rdfs:subClassOf schema:Article ; +. +schema:School + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A school."^^rdf:HTML ; + rdfs:label "School" ; + rdfs:subClassOf schema:EducationalOrganization ; +. +schema:ScreeningEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A screening of a movie or other video."^^rdf:HTML ; + rdfs:label "Screening event" ; + rdfs:subClassOf schema:Event ; + sh:property schema:ScreeningEvent-subtitleLanguage ; + sh:property schema:ScreeningEvent-videoFormat ; + sh:property schema:ScreeningEvent-workPresented ; +. +schema:ScreeningEvent-subtitleLanguage + a sh:PropertyShape ; + sh:path schema:subtitleLanguage ; + sh:description "Languages in which subtitles/captions are available, in IETF BCP 47 standard format."^^rdf:HTML ; + sh:name "subtitleLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ScreeningEvent-videoFormat + a sh:PropertyShape ; + sh:path schema:videoFormat ; + sh:datatype xsd:string ; + sh:description "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.)."^^rdf:HTML ; + sh:name "videoFormat" ; +. +schema:ScreeningEvent-workPresented + a sh:PropertyShape ; + sh:path schema:workPresented ; + sh:class schema:Movie ; + sh:description "The movie presented during this event."^^rdf:HTML ; + sh:name "workPresented" ; +. +schema:Sculpture + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A piece of sculpture."^^rdf:HTML ; + rdfs:label "Sculpture" ; + rdfs:subClassOf schema:CreativeWork ; +. +schema:SeaBodyOfWater + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A sea (for example, the Caspian sea)."^^rdf:HTML ; + rdfs:label "Sea body of water" ; + rdfs:subClassOf schema:BodyOfWater ; +. +schema:SearchAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of searching for an object.

+ +Related actions:

+ +
    +
  • FindAction: SearchAction generally leads to a FindAction, but not necessarily.
  • +
+"""^^rdf:HTML ; + rdfs:label "Search action" ; + rdfs:subClassOf schema:Action ; + sh:property schema:SearchAction-query ; +. +schema:SearchAction-query + a sh:PropertyShape ; + sh:path schema:query ; + sh:datatype xsd:string ; + sh:description "A sub property of instrument. The query used on this action."^^rdf:HTML ; + sh:name "query" ; +. +schema:SearchResultsPage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web page type: Search results page."^^rdf:HTML ; + rdfs:label "Search results page" ; + rdfs:subClassOf schema:WebPage ; +. +schema:Season + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:CreativeWorkSeason ; + rdfs:comment "A media season e.g. tv, radio, video game etc."^^rdf:HTML ; + rdfs:label "Season" ; + rdfs:subClassOf schema:CreativeWork ; +. +schema:Seat + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Used to describe a seat, such as a reserved seat in an event reservation."^^rdf:HTML ; + rdfs:label "Seat" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Seat-seatNumber ; + sh:property schema:Seat-seatRow ; + sh:property schema:Seat-seatSection ; + sh:property schema:Seat-seatingType ; +. +schema:Seat-seatNumber + a sh:PropertyShape ; + sh:path schema:seatNumber ; + sh:datatype xsd:string ; + sh:description "The location of the reserved seat (e.g., 27)."^^rdf:HTML ; + sh:name "seatNumber" ; +. +schema:Seat-seatRow + a sh:PropertyShape ; + sh:path schema:seatRow ; + sh:datatype xsd:string ; + sh:description "The row location of the reserved seat (e.g., B)."^^rdf:HTML ; + sh:name "seatRow" ; +. +schema:Seat-seatSection + a sh:PropertyShape ; + sh:path schema:seatSection ; + sh:datatype xsd:string ; + sh:description "The section location of the reserved seat (e.g. Orchestra)."^^rdf:HTML ; + sh:name "seatSection" ; +. +schema:Seat-seatingType + a sh:PropertyShape ; + sh:path schema:seatingType ; + sh:description "The type/class of the seat."^^rdf:HTML ; + sh:name "seatingType" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SeatingMap + a schema:MapCategoryType ; + rdfs:comment "A seating map." ; + rdfs:label "Seating map" ; +. +schema:SelfStorage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A self-storage facility."^^rdf:HTML ; + rdfs:label "Self storage" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:SellAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction."^^rdf:HTML ; + rdfs:label "Sell action" ; + rdfs:subClassOf schema:TradeAction ; + sh:property schema:SellAction-buyer ; + sh:property schema:SellAction-warrantyPromise ; +. +schema:SellAction-buyer + a sh:PropertyShape ; + sh:path schema:buyer ; + sh:class schema:Person ; + sh:description "A sub property of participant. The participant/person/organization that bought the object."^^rdf:HTML ; + sh:name "buyer" ; +. +schema:SellAction-warrantyPromise + a sh:PropertyShape ; + sh:path schema:warrantyPromise ; + sh:class schema:WarrantyPromise ; + sh:description "The warranty promise(s) included in the offer."^^rdf:HTML ; + sh:name "warrantyPromise" ; +. +schema:SendAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:

+ +
    +
  • ReceiveAction: The reciprocal of SendAction.
  • +
  • GiveAction: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).
  • +
+"""^^rdf:HTML ; + rdfs:label "Send action" ; + rdfs:subClassOf schema:TransferAction ; + sh:property schema:SendAction-deliveryMethod ; + sh:property schema:SendAction-recipient ; +. +schema:SendAction-deliveryMethod + a sh:PropertyShape ; + sh:path schema:deliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "A sub property of instrument. The method of delivery."^^rdf:HTML ; + sh:name "deliveryMethod" ; +. +schema:SendAction-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Series + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also CreativeWorkSeries, EventSeries."^^rdf:HTML ; + rdfs:label "Series" ; + rdfs:subClassOf schema:Intangible ; +. +schema:Service + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A service provided by an organization, e.g. delivery service, print services, etc."^^rdf:HTML ; + rdfs:label "Service" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Service-aggregateRating ; + sh:property schema:Service-areaServed ; + sh:property schema:Service-audience ; + sh:property schema:Service-availableChannel ; + sh:property schema:Service-award ; + sh:property schema:Service-brand ; + sh:property schema:Service-broker ; + sh:property schema:Service-category ; + sh:property schema:Service-hasOfferCatalog ; + sh:property schema:Service-hoursAvailable ; + sh:property schema:Service-isRelatedTo ; + sh:property schema:Service-isSimilarTo ; + sh:property schema:Service-logo ; + sh:property schema:Service-offers ; + sh:property schema:Service-produces ; + sh:property schema:Service-provider ; + sh:property schema:Service-providerMobility ; + sh:property schema:Service-review ; + sh:property schema:Service-serviceArea ; + sh:property schema:Service-serviceAudience ; + sh:property schema:Service-serviceOutput ; + sh:property schema:Service-serviceType ; + sh:property schema:Service-termsOfService ; +. +schema:Service-aggregateRating + a sh:PropertyShape ; + sh:path schema:aggregateRating ; + sh:class schema:AggregateRating ; + sh:description "The overall rating, based on a collection of reviews or ratings, of the item."^^rdf:HTML ; + sh:name "aggregateRating" ; +. +schema:Service-areaServed + a sh:PropertyShape ; + sh:path schema:areaServed ; + sh:description "The geographic area where a service or offered item is provided."^^rdf:HTML ; + sh:name "areaServed" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Service-audience + a sh:PropertyShape ; + sh:path schema:audience ; + sh:class schema:Audience ; + sh:description "An intended audience, i.e. a group for whom something was created."^^rdf:HTML ; + sh:name "audience" ; +. +schema:Service-availableChannel + a sh:PropertyShape ; + sh:path schema:availableChannel ; + sh:class schema:ServiceChannel ; + sh:description "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.)."^^rdf:HTML ; + sh:name "availableChannel" ; +. +schema:Service-award + a sh:PropertyShape ; + sh:path schema:award ; + sh:datatype xsd:string ; + sh:description "An award won by or for this item."^^rdf:HTML ; + sh:name "award" ; +. +schema:Service-brand + a sh:PropertyShape ; + sh:path schema:brand ; + sh:description "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."^^rdf:HTML ; + sh:name "brand" ; + sh:or ( + [ + sh:class schema:Brand ; + ] + [ + sh:class schema:Organization ; + ] + ) ; +. +schema:Service-broker + a sh:PropertyShape ; + sh:path schema:broker ; + sh:description "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."^^rdf:HTML ; + sh:name "broker" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Service-category + a sh:PropertyShape ; + sh:path schema:category ; + sh:description "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy."^^rdf:HTML ; + sh:name "category" ; + sh:or ( + [ + sh:class schema:PhysicalActivityCategory ; + ] + [ + sh:class schema:Thing ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Service-hasOfferCatalog + a sh:PropertyShape ; + sh:path schema:hasOfferCatalog ; + sh:class schema:OfferCatalog ; + sh:description "Indicates an OfferCatalog listing for this Organization, Person, or Service."^^rdf:HTML ; + sh:name "hasOfferCatalog" ; +. +schema:Service-hoursAvailable + a sh:PropertyShape ; + sh:path schema:hoursAvailable ; + sh:class schema:OpeningHoursSpecification ; + sh:description "The hours during which this service or contact is available."^^rdf:HTML ; + sh:name "hoursAvailable" ; +. +schema:Service-isRelatedTo + a sh:PropertyShape ; + sh:path schema:isRelatedTo ; + sh:description "A pointer to another, somehow related product (or multiple products)."^^rdf:HTML ; + sh:name "isRelatedTo" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:class schema:Service ; + ] + ) ; +. +schema:Service-isSimilarTo + a sh:PropertyShape ; + sh:path schema:isSimilarTo ; + sh:description "A pointer to another, functionally similar product (or multiple products)."^^rdf:HTML ; + sh:name "isSimilarTo" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:class schema:Service ; + ] + ) ; +. +schema:Service-logo + a sh:PropertyShape ; + sh:path schema:logo ; + sh:description "An associated logo."^^rdf:HTML ; + sh:name "logo" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Service-offers + a sh:PropertyShape ; + sh:path schema:offers ; + sh:class schema:Offer ; + sh:description "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."^^rdf:HTML ; + sh:name "offers" ; +. +schema:Service-produces + a sh:PropertyShape ; + sh:path schema:produces ; + sh:class schema:Thing ; + sh:description "The tangible thing generated by the service, e.g. a passport, permit, etc."^^rdf:HTML ; + sh:name "produces" ; +. +schema:Service-provider + a sh:PropertyShape ; + sh:path schema:provider ; + sh:description "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."^^rdf:HTML ; + sh:name "provider" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:Service-providerMobility + a sh:PropertyShape ; + sh:path schema:providerMobility ; + sh:datatype xsd:string ; + sh:description "Indicates the mobility of a provided service (e.g. 'static', 'dynamic')."^^rdf:HTML ; + sh:name "providerMobility" ; +. +schema:Service-review + a sh:PropertyShape ; + sh:path schema:review ; + sh:class schema:Review ; + sh:description "A review of the item."^^rdf:HTML ; + sh:name "review" ; +. +schema:Service-serviceArea + a sh:PropertyShape ; + sh:path schema:serviceArea ; + sh:description "The geographic area where the service is provided."^^rdf:HTML ; + sh:name "serviceArea" ; + sh:or ( + [ + sh:class schema:AdministrativeArea ; + ] + [ + sh:class schema:GeoShape ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Service-serviceAudience + a sh:PropertyShape ; + sh:path schema:serviceAudience ; + sh:class schema:Audience ; + sh:description "The audience eligible for this service."^^rdf:HTML ; + sh:name "serviceAudience" ; +. +schema:Service-serviceOutput + a sh:PropertyShape ; + sh:path schema:serviceOutput ; + sh:class schema:Thing ; + sh:description "The tangible thing generated by the service, e.g. a passport, permit, etc."^^rdf:HTML ; + sh:name "serviceOutput" ; +. +schema:Service-serviceType + a sh:PropertyShape ; + sh:path schema:serviceType ; + sh:datatype xsd:string ; + sh:description "The type of service being offered, e.g. veterans' benefits, emergency relief, etc."^^rdf:HTML ; + sh:name "serviceType" ; +. +schema:Service-termsOfService + a sh:PropertyShape ; + sh:path schema:termsOfService ; + sh:description "Human-readable terms of service documentation."^^rdf:HTML ; + sh:name "termsOfService" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ServiceChannel + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A means for accessing a service, e.g. a government office location, web site, or phone number."^^rdf:HTML ; + rdfs:label "Service channel" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:ServiceChannel-availableLanguage ; + sh:property schema:ServiceChannel-processingTime ; + sh:property schema:ServiceChannel-providesService ; + sh:property schema:ServiceChannel-serviceLocation ; + sh:property schema:ServiceChannel-servicePhone ; + sh:property schema:ServiceChannel-servicePostalAddress ; + sh:property schema:ServiceChannel-serviceSmsNumber ; + sh:property schema:ServiceChannel-serviceUrl ; +. +schema:ServiceChannel-availableLanguage + a sh:PropertyShape ; + sh:path schema:availableLanguage ; + sh:description "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage"^^rdf:HTML ; + sh:name "availableLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:ServiceChannel-processingTime + a sh:PropertyShape ; + sh:path schema:processingTime ; + sh:datatype xsd:duration ; + sh:description "Estimated processing time for the service using this channel."^^rdf:HTML ; + sh:name "processingTime" ; +. +schema:ServiceChannel-providesService + a sh:PropertyShape ; + sh:path schema:providesService ; + sh:class schema:Service ; + sh:description "The service provided by this channel."^^rdf:HTML ; + sh:name "providesService" ; +. +schema:ServiceChannel-serviceLocation + a sh:PropertyShape ; + sh:path schema:serviceLocation ; + sh:class schema:Place ; + sh:description "The location (e.g. civic structure, local business, etc.) where a person can go to access the service."^^rdf:HTML ; + sh:name "serviceLocation" ; +. +schema:ServiceChannel-servicePhone + a sh:PropertyShape ; + sh:path schema:servicePhone ; + sh:class schema:ContactPoint ; + sh:description "The phone number to use to access the service."^^rdf:HTML ; + sh:name "servicePhone" ; +. +schema:ServiceChannel-servicePostalAddress + a sh:PropertyShape ; + sh:path schema:servicePostalAddress ; + sh:class schema:PostalAddress ; + sh:description "The address for accessing the service by mail."^^rdf:HTML ; + sh:name "servicePostalAddress" ; +. +schema:ServiceChannel-serviceSmsNumber + a sh:PropertyShape ; + sh:path schema:serviceSmsNumber ; + sh:class schema:ContactPoint ; + sh:description "The number to access the service by text message."^^rdf:HTML ; + sh:name "serviceSmsNumber" ; +. +schema:ServiceChannel-serviceUrl + a sh:PropertyShape ; + sh:path schema:serviceUrl ; + sh:description "The website to access the service."^^rdf:HTML ; + sh:name "serviceUrl" ; + sh:nodeKind sh:IRI ; +. +schema:ShareAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of distributing content to people for their amusement or edification."^^rdf:HTML ; + rdfs:label "Share action" ; + rdfs:subClassOf schema:CommunicateAction ; +. +schema:ShoeStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A shoe store."^^rdf:HTML ; + rdfs:label "Shoe store" ; + rdfs:subClassOf schema:Store ; +. +schema:ShoppingCenter + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A shopping center or mall."^^rdf:HTML ; + rdfs:label "Shopping center" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:SingleBlindedTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not." ; + rdfs:label "Single blinded trial" ; +. +schema:SingleCenterTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "A trial that takes place at a single center." ; + rdfs:label "Single center trial" ; +. +schema:SingleFamilyResidence + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Residence type: Single-family home."^^rdf:HTML ; + rdfs:label "Single family residence" ; + rdfs:subClassOf schema:House ; + sh:property schema:SingleFamilyResidence-numberOfRooms ; + sh:property schema:SingleFamilyResidence-occupancy ; +. +schema:SingleFamilyResidence-numberOfRooms + a sh:PropertyShape ; + sh:path schema:numberOfRooms ; + sh:description """The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. +Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."""^^rdf:HTML ; + sh:name "numberOfRooms" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:SingleFamilyResidence-occupancy + a sh:PropertyShape ; + sh:path schema:occupancy ; + sh:class schema:QuantitativeValue ; + sh:description """The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person). +Typical unit code(s): C62 for person"""^^rdf:HTML ; + sh:name "occupancy" ; +. +schema:SinglePlayer + a schema:GamePlayMode ; + rdfs:comment "Play mode: SinglePlayer. Which is played by a lone player." ; + rdfs:label "Single player" ; +. +schema:SingleRelease + a schema:MusicAlbumReleaseType ; + rdfs:comment "SingleRelease." ; + rdfs:label "Single release" ; +. +schema:SiteNavigationElement + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A navigation element of the page."^^rdf:HTML ; + rdfs:label "Site navigation element" ; + rdfs:subClassOf schema:WebPageElement ; +. +schema:SkiResort + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A ski resort."^^rdf:HTML ; + rdfs:label "Ski resort" ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:Skin + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Skin assessment with clinical examination." ; + rdfs:label "Skin" ; +. +schema:SocialEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Social event."^^rdf:HTML ; + rdfs:label "Social event" ; + rdfs:subClassOf schema:Event ; +. +schema:SocialMediaPosting + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A post to a social media platform, including blog posts, tweets, Facebook posts, etc."^^rdf:HTML ; + rdfs:label "Social media posting" ; + rdfs:subClassOf schema:Article ; + sh:property schema:SocialMediaPosting-sharedContent ; +. +schema:SocialMediaPosting-sharedContent + a sh:PropertyShape ; + sh:path schema:sharedContent ; + sh:class schema:CreativeWork ; + sh:description "A CreativeWork such as an image, video, or audio clip shared as part of this posting."^^rdf:HTML ; + sh:name "sharedContent" ; +. +schema:SoftwareApplication + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A software application."^^rdf:HTML ; + rdfs:label "Software application" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:SoftwareApplication-applicationCategory ; + sh:property schema:SoftwareApplication-applicationSubCategory ; + sh:property schema:SoftwareApplication-applicationSuite ; + sh:property schema:SoftwareApplication-availableOnDevice ; + sh:property schema:SoftwareApplication-countriesNotSupported ; + sh:property schema:SoftwareApplication-countriesSupported ; + sh:property schema:SoftwareApplication-device ; + sh:property schema:SoftwareApplication-downloadUrl ; + sh:property schema:SoftwareApplication-featureList ; + sh:property schema:SoftwareApplication-fileSize ; + sh:property schema:SoftwareApplication-installUrl ; + sh:property schema:SoftwareApplication-memoryRequirements ; + sh:property schema:SoftwareApplication-operatingSystem ; + sh:property schema:SoftwareApplication-permissions ; + sh:property schema:SoftwareApplication-processorRequirements ; + sh:property schema:SoftwareApplication-releaseNotes ; + sh:property schema:SoftwareApplication-requirements ; + sh:property schema:SoftwareApplication-screenshot ; + sh:property schema:SoftwareApplication-softwareAddOn ; + sh:property schema:SoftwareApplication-softwareHelp ; + sh:property schema:SoftwareApplication-softwareRequirements ; + sh:property schema:SoftwareApplication-softwareVersion ; + sh:property schema:SoftwareApplication-storageRequirements ; + sh:property schema:SoftwareApplication-supportingData ; +. +schema:SoftwareApplication-applicationCategory + a sh:PropertyShape ; + sh:path schema:applicationCategory ; + sh:description "Type of software application, e.g. 'Game, Multimedia'."^^rdf:HTML ; + sh:name "applicationCategory" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareApplication-applicationSubCategory + a sh:PropertyShape ; + sh:path schema:applicationSubCategory ; + sh:description "Subcategory of the application, e.g. 'Arcade Game'."^^rdf:HTML ; + sh:name "applicationSubCategory" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareApplication-applicationSuite + a sh:PropertyShape ; + sh:path schema:applicationSuite ; + sh:datatype xsd:string ; + sh:description "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)."^^rdf:HTML ; + sh:name "applicationSuite" ; +. +schema:SoftwareApplication-availableOnDevice + a sh:PropertyShape ; + sh:path schema:availableOnDevice ; + sh:datatype xsd:string ; + sh:description "Device required to run the application. Used in cases where a specific make/model is required to run the application."^^rdf:HTML ; + sh:name "availableOnDevice" ; +. +schema:SoftwareApplication-countriesNotSupported + a sh:PropertyShape ; + sh:path schema:countriesNotSupported ; + sh:datatype xsd:string ; + sh:description "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code."^^rdf:HTML ; + sh:name "countriesNotSupported" ; +. +schema:SoftwareApplication-countriesSupported + a sh:PropertyShape ; + sh:path schema:countriesSupported ; + sh:datatype xsd:string ; + sh:description "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code."^^rdf:HTML ; + sh:name "countriesSupported" ; +. +schema:SoftwareApplication-device + a sh:PropertyShape ; + sh:path schema:device ; + sh:datatype xsd:string ; + sh:description "Device required to run the application. Used in cases where a specific make/model is required to run the application."^^rdf:HTML ; + sh:name "device" ; +. +schema:SoftwareApplication-downloadUrl + a sh:PropertyShape ; + sh:path schema:downloadUrl ; + sh:description "If the file can be downloaded, URL to download the binary."^^rdf:HTML ; + sh:name "downloadUrl" ; + sh:nodeKind sh:IRI ; +. +schema:SoftwareApplication-featureList + a sh:PropertyShape ; + sh:path schema:featureList ; + sh:description "Features or modules provided by this application (and possibly required by other applications)."^^rdf:HTML ; + sh:name "featureList" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareApplication-fileSize + a sh:PropertyShape ; + sh:path schema:fileSize ; + sh:datatype xsd:string ; + sh:description "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed."^^rdf:HTML ; + sh:name "fileSize" ; +. +schema:SoftwareApplication-installUrl + a sh:PropertyShape ; + sh:path schema:installUrl ; + sh:description "URL at which the app may be installed, if different from the URL of the item."^^rdf:HTML ; + sh:name "installUrl" ; + sh:nodeKind sh:IRI ; +. +schema:SoftwareApplication-memoryRequirements + a sh:PropertyShape ; + sh:path schema:memoryRequirements ; + sh:description "Minimum memory requirements."^^rdf:HTML ; + sh:name "memoryRequirements" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareApplication-operatingSystem + a sh:PropertyShape ; + sh:path schema:operatingSystem ; + sh:datatype xsd:string ; + sh:description "Operating systems supported (Windows 7, OSX 10.6, Android 1.6)."^^rdf:HTML ; + sh:name "operatingSystem" ; +. +schema:SoftwareApplication-permissions + a sh:PropertyShape ; + sh:path schema:permissions ; + sh:datatype xsd:string ; + sh:description "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi)."^^rdf:HTML ; + sh:name "permissions" ; +. +schema:SoftwareApplication-processorRequirements + a sh:PropertyShape ; + sh:path schema:processorRequirements ; + sh:datatype xsd:string ; + sh:description "Processor architecture required to run the application (e.g. IA64)."^^rdf:HTML ; + sh:name "processorRequirements" ; +. +schema:SoftwareApplication-releaseNotes + a sh:PropertyShape ; + sh:path schema:releaseNotes ; + sh:description "Description of what changed in this version."^^rdf:HTML ; + sh:name "releaseNotes" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareApplication-requirements + a sh:PropertyShape ; + sh:path schema:requirements ; + sh:description "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime)."^^rdf:HTML ; + sh:name "requirements" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareApplication-screenshot + a sh:PropertyShape ; + sh:path schema:screenshot ; + sh:description "A link to a screenshot image of the app."^^rdf:HTML ; + sh:name "screenshot" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:SoftwareApplication-softwareAddOn + a sh:PropertyShape ; + sh:path schema:softwareAddOn ; + sh:class schema:SoftwareApplication ; + sh:description "Additional content for a software application."^^rdf:HTML ; + sh:name "softwareAddOn" ; +. +schema:SoftwareApplication-softwareHelp + a sh:PropertyShape ; + sh:path schema:softwareHelp ; + sh:class schema:CreativeWork ; + sh:description "Software application help."^^rdf:HTML ; + sh:name "softwareHelp" ; +. +schema:SoftwareApplication-softwareRequirements + a sh:PropertyShape ; + sh:path schema:softwareRequirements ; + sh:description "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime)."^^rdf:HTML ; + sh:name "softwareRequirements" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareApplication-softwareVersion + a sh:PropertyShape ; + sh:path schema:softwareVersion ; + sh:datatype xsd:string ; + sh:description "Version of the software instance."^^rdf:HTML ; + sh:name "softwareVersion" ; +. +schema:SoftwareApplication-storageRequirements + a sh:PropertyShape ; + sh:path schema:storageRequirements ; + sh:description "Storage requirements (free space required)."^^rdf:HTML ; + sh:name "storageRequirements" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareApplication-supportingData + a sh:PropertyShape ; + sh:path schema:supportingData ; + sh:class schema:DataFeed ; + sh:description "Supporting data for a SoftwareApplication."^^rdf:HTML ; + sh:name "supportingData" ; +. +schema:SoftwareSourceCode + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates."^^rdf:HTML ; + rdfs:label "Software source code" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:SoftwareSourceCode-codeRepository ; + sh:property schema:SoftwareSourceCode-codeSampleType ; + sh:property schema:SoftwareSourceCode-programmingLanguage ; + sh:property schema:SoftwareSourceCode-runtime ; + sh:property schema:SoftwareSourceCode-runtimePlatform ; + sh:property schema:SoftwareSourceCode-sampleType ; + sh:property schema:SoftwareSourceCode-targetProduct ; +. +schema:SoftwareSourceCode-codeRepository + a sh:PropertyShape ; + sh:path schema:codeRepository ; + sh:description "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex)."^^rdf:HTML ; + sh:name "codeRepository" ; + sh:nodeKind sh:IRI ; +. +schema:SoftwareSourceCode-codeSampleType + a sh:PropertyShape ; + sh:path schema:codeSampleType ; + sh:datatype xsd:string ; + sh:description "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template."^^rdf:HTML ; + sh:name "codeSampleType" ; +. +schema:SoftwareSourceCode-programmingLanguage + a sh:PropertyShape ; + sh:path schema:programmingLanguage ; + sh:description "The computer programming language."^^rdf:HTML ; + sh:name "programmingLanguage" ; + sh:or ( + [ + sh:class schema:ComputerLanguage ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SoftwareSourceCode-runtime + a sh:PropertyShape ; + sh:path schema:runtime ; + sh:datatype xsd:string ; + sh:description "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0)."^^rdf:HTML ; + sh:name "runtime" ; +. +schema:SoftwareSourceCode-runtimePlatform + a sh:PropertyShape ; + sh:path schema:runtimePlatform ; + sh:datatype xsd:string ; + sh:description "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0)."^^rdf:HTML ; + sh:name "runtimePlatform" ; +. +schema:SoftwareSourceCode-sampleType + a sh:PropertyShape ; + sh:path schema:sampleType ; + sh:datatype xsd:string ; + sh:description "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template."^^rdf:HTML ; + sh:name "sampleType" ; +. +schema:SoftwareSourceCode-targetProduct + a sh:PropertyShape ; + sh:path schema:targetProduct ; + sh:class schema:SoftwareApplication ; + sh:description "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used."^^rdf:HTML ; + sh:name "targetProduct" ; +. +schema:SoldOut + a schema:ItemAvailability ; + rdfs:comment "Indicates that the item has sold out." ; + rdfs:label "Sold out" ; +. +schema:SomeProducts + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A placeholder for multiple similar products of the same kind."^^rdf:HTML ; + rdfs:label "Some products" ; + rdfs:subClassOf schema:Product ; + sh:property schema:SomeProducts-inventoryLevel ; +. +schema:SomeProducts-inventoryLevel + a sh:PropertyShape ; + sh:path schema:inventoryLevel ; + sh:class schema:QuantitativeValue ; + sh:description "The current approximate inventory level for the item or items."^^rdf:HTML ; + sh:name "inventoryLevel" ; +. +schema:SoundtrackAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "SoundtrackAlbum." ; + rdfs:label "Soundtrack album" ; +. +schema:SpeakableSpecification + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1389" ; + schema:isPartOf ; + rdfs:comment "A SpeakableSpecification indicates (typically via xpath or cssSelector) sections of a document that are highlighted as particularly speakable. Instances of this type are expected to be used primarily as values of the speakable property."^^rdf:HTML ; + rdfs:label "Speakable specification" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:SpeakableSpecification-cssSelector ; + sh:property schema:SpeakableSpecification-xpath ; +. +schema:SpeakableSpecification-cssSelector + a sh:PropertyShape ; + sh:path schema:cssSelector ; + sh:class schema:CssSelectorType ; + sh:description "A CSS selector, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\"."^^rdf:HTML ; + sh:name "cssSelector" ; +. +schema:SpeakableSpecification-xpath + a sh:PropertyShape ; + sh:path schema:xpath ; + sh:class schema:XPathType ; + sh:description "An XPath, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\"."^^rdf:HTML ; + sh:name "xpath" ; +. +schema:Specialty + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort."^^rdf:HTML ; + rdfs:label "Specialty" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:SpeechPathology + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "The scientific study and treatment of defects, disorders, and malfunctions of speech and voice, as stuttering, lisping, or lalling, and of language disturbances, as aphasia or delayed language acquisition." ; + rdfs:label "Speech pathology" ; +. +schema:SpokenWordAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "SpokenWordAlbum." ; + rdfs:label "Spoken word album" ; +. +schema:SportingGoodsStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A sporting goods store."^^rdf:HTML ; + rdfs:label "Sporting goods store" ; + rdfs:subClassOf schema:Store ; +. +schema:SportsActivityLocation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A sports location, such as a playing field."^^rdf:HTML ; + rdfs:label "Sports activity location" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:SportsClub + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A sports club."^^rdf:HTML ; + rdfs:label "Sports club" ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:SportsEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Sports event."^^rdf:HTML ; + rdfs:label "Sports event" ; + rdfs:subClassOf schema:Event ; + sh:property schema:SportsEvent-awayTeam ; + sh:property schema:SportsEvent-competitor ; + sh:property schema:SportsEvent-homeTeam ; +. +schema:SportsEvent-awayTeam + a sh:PropertyShape ; + sh:path schema:awayTeam ; + sh:description "The away team in a sports event."^^rdf:HTML ; + sh:name "awayTeam" ; + sh:or ( + [ + sh:class schema:Person ; + ] + [ + sh:class schema:SportsTeam ; + ] + ) ; +. +schema:SportsEvent-competitor + a sh:PropertyShape ; + sh:path schema:competitor ; + sh:description "A competitor in a sports event."^^rdf:HTML ; + sh:name "competitor" ; + sh:or ( + [ + sh:class schema:Person ; + ] + [ + sh:class schema:SportsTeam ; + ] + ) ; +. +schema:SportsEvent-homeTeam + a sh:PropertyShape ; + sh:path schema:homeTeam ; + sh:description "The home team in a sports event."^^rdf:HTML ; + sh:name "homeTeam" ; + sh:or ( + [ + sh:class schema:Person ; + ] + [ + sh:class schema:SportsTeam ; + ] + ) ; +. +schema:SportsOrganization + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations."^^rdf:HTML ; + rdfs:label "Sports organization" ; + rdfs:subClassOf schema:Organization ; + sh:property schema:SportsOrganization-sport ; +. +schema:SportsOrganization-sport + a sh:PropertyShape ; + sh:path schema:sport ; + sh:description "A type of sport (e.g. Baseball)."^^rdf:HTML ; + sh:name "sport" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:SportsTeam + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Organization: Sports team."^^rdf:HTML ; + rdfs:label "Sports team" ; + rdfs:subClassOf schema:SportsOrganization ; + sh:property schema:SportsTeam-athlete ; + sh:property schema:SportsTeam-coach ; +. +schema:SportsTeam-athlete + a sh:PropertyShape ; + sh:path schema:athlete ; + sh:class schema:Person ; + sh:description "A person that acts as performing member of a sports team; a player as opposed to a coach."^^rdf:HTML ; + sh:name "athlete" ; +. +schema:SportsTeam-coach + a sh:PropertyShape ; + sh:path schema:coach ; + sh:class schema:Person ; + sh:description "A person that acts in a coaching role for a sports team."^^rdf:HTML ; + sh:name "coach" ; +. +schema:SpreadsheetDigitalDocument + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A spreadsheet file."^^rdf:HTML ; + rdfs:label "Spreadsheet digital document" ; + rdfs:subClassOf schema:DigitalDocument ; +. +schema:StadiumOrArena + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A stadium."^^rdf:HTML ; + rdfs:label "Stadium or arena" ; + rdfs:subClassOf schema:CivicStructure ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:State + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A state or province of a country."^^rdf:HTML ; + rdfs:label "State" ; + rdfs:subClassOf schema:AdministrativeArea ; +. +schema:SteeringPositionValue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A value indicating a steering position."^^rdf:HTML ; + rdfs:label "Steering position value" ; + rdfs:subClassOf schema:QualitativeValue ; +. +schema:Store + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A retail good store."^^rdf:HTML ; + rdfs:label "Store" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:StrengthTraining + a schema:PhysicalActivityCategory ; + schema:isPartOf ; + rdfs:comment "Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training." ; + rdfs:label "Strength training" ; +. +schema:StructuredValue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing."^^rdf:HTML ; + rdfs:label "Structured value" ; + rdfs:subClassOf schema:Intangible ; +. +schema:StudioAlbum + a schema:MusicAlbumProductionType ; + rdfs:comment "StudioAlbum." ; + rdfs:label "Studio album" ; +. +schema:SubscribeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.

+ +Related actions:

+ +
    +
  • FollowAction: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.
  • +
  • RegisterAction: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.
  • +
  • JoinAction: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.
  • +
+"""^^rdf:HTML ; + rdfs:label "Subscribe action" ; + rdfs:subClassOf schema:InteractAction ; +. +schema:Substance + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical."^^rdf:HTML ; + rdfs:label "Substance" ; + rdfs:subClassOf schema:MedicalEntity ; + owl:equivalentClass ; + sh:property schema:Substance-activeIngredient ; + sh:property schema:Substance-maximumIntake ; +. +schema:Substance-activeIngredient + a sh:PropertyShape ; + sh:path schema:activeIngredient ; + sh:datatype xsd:string ; + sh:description "An active ingredient, typically chemical compounds and/or biologic substances."^^rdf:HTML ; + sh:name "activeIngredient" ; +. +schema:Substance-maximumIntake + a sh:PropertyShape ; + sh:path schema:maximumIntake ; + sh:class schema:MaximumDoseSchedule ; + sh:description "Recommended intake of this supplement for a given population as defined by a specific recommending authority."^^rdf:HTML ; + sh:name "maximumIntake" ; +. +schema:SubwayStation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A subway station."^^rdf:HTML ; + rdfs:label "Subway station" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:Suite + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Suite_(hotel)). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."""^^rdf:HTML ; + rdfs:label "Suite" ; + rdfs:subClassOf schema:Accommodation ; + sh:property schema:Suite-bed ; + sh:property schema:Suite-numberOfRooms ; + sh:property schema:Suite-occupancy ; +. +schema:Suite-bed + a sh:PropertyShape ; + sh:path schema:bed ; + sh:description """The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text. + If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property."""^^rdf:HTML ; + sh:name "bed" ; + sh:or ( + [ + sh:class schema:BedDetails ; + ] + [ + sh:class schema:BedType ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Suite-numberOfRooms + a sh:PropertyShape ; + sh:path schema:numberOfRooms ; + sh:description """The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. +Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."""^^rdf:HTML ; + sh:name "numberOfRooms" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Suite-occupancy + a sh:PropertyShape ; + sh:path schema:occupancy ; + sh:class schema:QuantitativeValue ; + sh:description """The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person). +Typical unit code(s): C62 for person"""^^rdf:HTML ; + sh:name "occupancy" ; +. +schema:Sunday + a schema:DayOfWeek ; + schema:sameAs ; + rdfs:comment "The day of the week between Saturday and Monday." ; + rdfs:label "Sunday" ; +. +schema:SuperficialAnatomy + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Anatomical features that can be observed by sight (without dissection), including the form and proportions of the human body as well as surface landmarks that correspond to deeper subcutaneous structures. Superficial anatomy plays an important role in sports medicine, phlebotomy, and other medical specialties as underlying anatomical structures can be identified through surface palpation. For example, during back surgery, superficial anatomy can be used to palpate and count vertebrae to find the site of incision. Or in phlebotomy, superficial anatomy can be used to locate an underlying vein; for example, the median cubital vein can be located by palpating the borders of the cubital fossa (such as the epicondyles of the humerus) and then looking for the superficial signs of the vein, such as size, prominence, ability to refill after depression, and feel of surrounding tissue support. As another example, in a subluxation (dislocation) of the glenohumeral joint, the bony structure becomes pronounced with the deltoid muscle failing to cover the glenohumeral joint allowing the edges of the scapula to be superficially visible. Here, the superficial anatomy is the visible edges of the scapula, implying the underlying dislocation of the joint (the related anatomical structure)."^^rdf:HTML ; + rdfs:label "Superficial anatomy" ; + rdfs:subClassOf schema:MedicalEntity ; + sh:property schema:SuperficialAnatomy-associatedPathophysiology ; + sh:property schema:SuperficialAnatomy-relatedAnatomy ; + sh:property schema:SuperficialAnatomy-relatedCondition ; + sh:property schema:SuperficialAnatomy-relatedTherapy ; + sh:property schema:SuperficialAnatomy-significance ; +. +schema:SuperficialAnatomy-associatedPathophysiology + a sh:PropertyShape ; + sh:path schema:associatedPathophysiology ; + sh:datatype xsd:string ; + sh:description "If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system."^^rdf:HTML ; + sh:name "associatedPathophysiology" ; +. +schema:SuperficialAnatomy-relatedAnatomy + a sh:PropertyShape ; + sh:path schema:relatedAnatomy ; + sh:description "Anatomical systems or structures that relate to the superficial anatomy."^^rdf:HTML ; + sh:name "relatedAnatomy" ; + sh:or ( + [ + sh:class schema:AnatomicalStructure ; + ] + [ + sh:class schema:AnatomicalSystem ; + ] + ) ; +. +schema:SuperficialAnatomy-relatedCondition + a sh:PropertyShape ; + sh:path schema:relatedCondition ; + sh:class schema:MedicalCondition ; + sh:description "A medical condition associated with this anatomy."^^rdf:HTML ; + sh:name "relatedCondition" ; +. +schema:SuperficialAnatomy-relatedTherapy + a sh:PropertyShape ; + sh:path schema:relatedTherapy ; + sh:class schema:MedicalTherapy ; + sh:description "A medical therapy related to this anatomy."^^rdf:HTML ; + sh:name "relatedTherapy" ; +. +schema:SuperficialAnatomy-significance + a sh:PropertyShape ; + sh:path schema:significance ; + sh:datatype xsd:string ; + sh:description "The significance associated with the superficial anatomy; as an example, how characteristics of the superficial anatomy can suggest underlying medical conditions or courses of treatment."^^rdf:HTML ; + sh:name "significance" ; +. +schema:Surgical + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that pertains to treating diseases, injuries and deformities by manual and instrumental means." ; + rdfs:label "Surgical" ; +. +schema:SurgicalProcedure + a schema:MedicalProcedureType ; + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A type of medical procedure that involves invasive surgical techniques."^^rdf:HTML ; + rdfs:label "Surgical procedure" ; + rdfs:subClassOf schema:MedicalProcedure ; + owl:equivalentClass ; +. +schema:SuspendAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer)."^^rdf:HTML ; + rdfs:label "Suspend action" ; + rdfs:subClassOf schema:ControlAction ; +. +schema:Suspended + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Suspended." ; + rdfs:label "Suspended" ; +. +schema:Synagogue + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A synagogue."^^rdf:HTML ; + rdfs:label "Synagogue" ; + rdfs:subClassOf schema:PlaceOfWorship ; +. +schema:TVClip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A short TV program or a segment/part of a TV program."^^rdf:HTML ; + rdfs:label "TVClip" ; + rdfs:subClassOf schema:Clip ; + sh:property schema:TVClip-partOfTVSeries ; +. +schema:TVClip-partOfTVSeries + a sh:PropertyShape ; + sh:path schema:partOfTVSeries ; + sh:class schema:TVSeries ; + sh:description "The TV series to which this episode or season belongs."^^rdf:HTML ; + sh:name "partOfTVSeries" ; +. +schema:TVEpisode + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A TV episode which can be part of a series or season."^^rdf:HTML ; + rdfs:label "TVEpisode" ; + rdfs:subClassOf schema:Episode ; + sh:property schema:TVEpisode-countryOfOrigin ; + sh:property schema:TVEpisode-partOfTVSeries ; + sh:property schema:TVEpisode-subtitleLanguage ; +. +schema:TVEpisode-countryOfOrigin + a sh:PropertyShape ; + sh:path schema:countryOfOrigin ; + sh:class schema:Country ; + sh:description "The country of the principal offices of the production company or individual responsible for the movie or program."^^rdf:HTML ; + sh:name "countryOfOrigin" ; +. +schema:TVEpisode-partOfTVSeries + a sh:PropertyShape ; + sh:path schema:partOfTVSeries ; + sh:class schema:TVSeries ; + sh:description "The TV series to which this episode or season belongs."^^rdf:HTML ; + sh:name "partOfTVSeries" ; +. +schema:TVEpisode-subtitleLanguage + a sh:PropertyShape ; + sh:path schema:subtitleLanguage ; + sh:description "Languages in which subtitles/captions are available, in IETF BCP 47 standard format."^^rdf:HTML ; + sh:name "subtitleLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:TVSeason + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Season dedicated to TV broadcast and associated online delivery."^^rdf:HTML ; + rdfs:label "TVSeason" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:CreativeWorkSeason ; + sh:property schema:TVSeason-countryOfOrigin ; + sh:property schema:TVSeason-partOfTVSeries ; +. +schema:TVSeason-countryOfOrigin + a sh:PropertyShape ; + sh:path schema:countryOfOrigin ; + sh:class schema:Country ; + sh:description "The country of the principal offices of the production company or individual responsible for the movie or program."^^rdf:HTML ; + sh:name "countryOfOrigin" ; +. +schema:TVSeason-partOfTVSeries + a sh:PropertyShape ; + sh:path schema:partOfTVSeries ; + sh:class schema:TVSeries ; + sh:description "The TV series to which this episode or season belongs."^^rdf:HTML ; + sh:name "partOfTVSeries" ; +. +schema:TVSeries + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "CreativeWorkSeries dedicated to TV broadcast and associated online delivery."^^rdf:HTML ; + rdfs:label "TVSeries" ; + rdfs:subClassOf schema:CreativeWork ; + rdfs:subClassOf schema:CreativeWorkSeries ; + sh:property schema:TVSeries-actor ; + sh:property schema:TVSeries-actors ; + sh:property schema:TVSeries-containsSeason ; + sh:property schema:TVSeries-countryOfOrigin ; + sh:property schema:TVSeries-director ; + sh:property schema:TVSeries-directors ; + sh:property schema:TVSeries-episode ; + sh:property schema:TVSeries-episodes ; + sh:property schema:TVSeries-musicBy ; + sh:property schema:TVSeries-numberOfEpisodes ; + sh:property schema:TVSeries-numberOfSeasons ; + sh:property schema:TVSeries-productionCompany ; + sh:property schema:TVSeries-season ; + sh:property schema:TVSeries-seasons ; + sh:property schema:TVSeries-trailer ; +. +schema:TVSeries-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:TVSeries-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:TVSeries-containsSeason + a sh:PropertyShape ; + sh:path schema:containsSeason ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season that is part of the media series."^^rdf:HTML ; + sh:name "containsSeason" ; +. +schema:TVSeries-countryOfOrigin + a sh:PropertyShape ; + sh:path schema:countryOfOrigin ; + sh:class schema:Country ; + sh:description "The country of the principal offices of the production company or individual responsible for the movie or program."^^rdf:HTML ; + sh:name "countryOfOrigin" ; +. +schema:TVSeries-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:TVSeries-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:TVSeries-episode + a sh:PropertyShape ; + sh:path schema:episode ; + sh:class schema:Episode ; + sh:description "An episode of a tv, radio or game media within a series or season."^^rdf:HTML ; + sh:name "episode" ; +. +schema:TVSeries-episodes + a sh:PropertyShape ; + sh:path schema:episodes ; + sh:class schema:Episode ; + sh:description "An episode of a TV/radio series or season."^^rdf:HTML ; + sh:name "episodes" ; +. +schema:TVSeries-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:TVSeries-numberOfEpisodes + a sh:PropertyShape ; + sh:path schema:numberOfEpisodes ; + sh:datatype xsd:integer ; + sh:description "The number of episodes in this season or series."^^rdf:HTML ; + sh:name "numberOfEpisodes" ; +. +schema:TVSeries-numberOfSeasons + a sh:PropertyShape ; + sh:path schema:numberOfSeasons ; + sh:datatype xsd:integer ; + sh:description "The number of seasons in this series."^^rdf:HTML ; + sh:name "numberOfSeasons" ; +. +schema:TVSeries-productionCompany + a sh:PropertyShape ; + sh:path schema:productionCompany ; + sh:class schema:Organization ; + sh:description "The production company or studio responsible for the item e.g. series, video game, episode etc."^^rdf:HTML ; + sh:name "productionCompany" ; +. +schema:TVSeries-season + a sh:PropertyShape ; + sh:path schema:season ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season in a media series."^^rdf:HTML ; + sh:name "season" ; +. +schema:TVSeries-seasons + a sh:PropertyShape ; + sh:path schema:seasons ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season in a media series."^^rdf:HTML ; + sh:name "seasons" ; +. +schema:TVSeries-trailer + a sh:PropertyShape ; + sh:path schema:trailer ; + sh:class schema:VideoObject ; + sh:description "The trailer of a movie or tv/radio series, season, episode, etc."^^rdf:HTML ; + sh:name "trailer" ; +. +schema:Table + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A table on a Web page."^^rdf:HTML ; + rdfs:label "Table" ; + rdfs:subClassOf schema:WebPageElement ; +. +schema:TakeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.

+ +Related actions:

+ +
    +
  • GiveAction: The reciprocal of TakeAction.
  • +
  • ReceiveAction: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.
  • +
+"""^^rdf:HTML ; + rdfs:label "Take action" ; + rdfs:subClassOf schema:TransferAction ; +. +schema:TattooParlor + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A tattoo parlor."^^rdf:HTML ; + rdfs:label "Tattoo parlor" ; + rdfs:subClassOf schema:HealthAndBeautyBusiness ; +. +schema:Taxi + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:TaxiService ; + rdfs:comment "A taxi."^^rdf:HTML ; + rdfs:label "Taxi" ; + rdfs:subClassOf schema:Service ; +. +schema:TaxiReservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A reservation for a taxi.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer."""^^rdf:HTML ; + rdfs:label "Taxi reservation" ; + rdfs:subClassOf schema:Reservation ; + sh:property schema:TaxiReservation-partySize ; + sh:property schema:TaxiReservation-pickupLocation ; + sh:property schema:TaxiReservation-pickupTime ; +. +schema:TaxiReservation-partySize + a sh:PropertyShape ; + sh:path schema:partySize ; + sh:description "Number of people the reservation should accommodate."^^rdf:HTML ; + sh:name "partySize" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:integer ; + ] + ) ; +. +schema:TaxiReservation-pickupLocation + a sh:PropertyShape ; + sh:path schema:pickupLocation ; + sh:class schema:Place ; + sh:description "Where a taxi will pick up a passenger or a rental car can be picked up."^^rdf:HTML ; + sh:name "pickupLocation" ; +. +schema:TaxiReservation-pickupTime + a sh:PropertyShape ; + sh:path schema:pickupTime ; + sh:datatype xsd:dateTime ; + sh:description "When a taxi will pickup a passenger or a rental car can be picked up."^^rdf:HTML ; + sh:name "pickupTime" ; +. +schema:TaxiService + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled."^^rdf:HTML ; + rdfs:label "Taxi service" ; + rdfs:subClassOf schema:Service ; +. +schema:TaxiStand + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A taxi stand."^^rdf:HTML ; + rdfs:label "Taxi stand" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:TaxiVehicleUsage + a schema:CarUsageType ; + schema:isPartOf ; + rdfs:comment "Indicates the usage of the car as a taxi." ; + rdfs:label "Taxi vehicle usage" ; +. +schema:TechArticle + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc."^^rdf:HTML ; + rdfs:label "Tech article" ; + rdfs:subClassOf schema:Article ; + sh:property schema:TechArticle-dependencies ; + sh:property schema:TechArticle-proficiencyLevel ; +. +schema:TechArticle-dependencies + a sh:PropertyShape ; + sh:path schema:dependencies ; + sh:datatype xsd:string ; + sh:description "Prerequisites needed to fulfill steps in article."^^rdf:HTML ; + sh:name "dependencies" ; +. +schema:TechArticle-proficiencyLevel + a sh:PropertyShape ; + sh:path schema:proficiencyLevel ; + sh:datatype xsd:string ; + sh:description "Proficiency needed for this content; expected values: 'Beginner', 'Expert'."^^rdf:HTML ; + sh:name "proficiencyLevel" ; +. +schema:TelevisionChannel + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup."^^rdf:HTML ; + rdfs:label "Television channel" ; + rdfs:subClassOf schema:BroadcastChannel ; +. +schema:TelevisionStation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A television station."^^rdf:HTML ; + rdfs:label "Television station" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:TennisComplex + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A tennis complex."^^rdf:HTML ; + rdfs:label "Tennis complex" ; + rdfs:subClassOf schema:SportsActivityLocation ; +. +schema:Terminated + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Terminated." ; + rdfs:label "Terminated" ; +. +schema:Text + a schema:DataType ; + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Data type: Text."^^rdf:HTML ; + rdfs:label "Text" ; +. +schema:TextDigitalDocument + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A file composed primarily of text."^^rdf:HTML ; + rdfs:label "Text digital document" ; + rdfs:subClassOf schema:DigitalDocument ; +. +schema:TheaterEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Theater performance."^^rdf:HTML ; + rdfs:label "Theater event" ; + rdfs:subClassOf schema:Event ; +. +schema:TheaterGroup + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre."^^rdf:HTML ; + rdfs:label "Theater group" ; + rdfs:subClassOf schema:PerformingGroup ; +. +schema:Therapeutic + a schema:MedicalDevicePurpose ; + schema:isPartOf ; + rdfs:comment "A medical device used for therapeutic purposes." ; + rdfs:label "Therapeutic" ; +. +schema:TherapeuticProcedure + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition."^^rdf:HTML ; + rdfs:label "Therapeutic procedure" ; + rdfs:subClassOf schema:MedicalProcedure ; + owl:equivalentClass ; + sh:property schema:TherapeuticProcedure-adverseOutcome ; + sh:property schema:TherapeuticProcedure-doseSchedule ; + sh:property schema:TherapeuticProcedure-drug ; + sh:property schema:TherapeuticProcedure-indication ; +. +schema:TherapeuticProcedure-adverseOutcome + a sh:PropertyShape ; + sh:path schema:adverseOutcome ; + sh:class schema:MedicalEntity ; + sh:description "A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or is otherwise life-threatening or requires immediate medical attention), tag it as a seriouseAdverseOutcome instead."^^rdf:HTML ; + sh:name "adverseOutcome" ; +. +schema:TherapeuticProcedure-doseSchedule + a sh:PropertyShape ; + sh:path schema:doseSchedule ; + sh:class schema:DoseSchedule ; + sh:description "A dosing schedule for the drug for a given population, either observed, recommended, or maximum dose based on the type used."^^rdf:HTML ; + sh:name "doseSchedule" ; +. +schema:TherapeuticProcedure-drug + a sh:PropertyShape ; + sh:path schema:drug ; + sh:class schema:Drug ; + sh:description "Specifying a drug or medicine used in a medication procedure"^^rdf:HTML ; + sh:name "drug" ; +. +schema:TherapeuticProcedure-indication + a sh:PropertyShape ; + sh:path schema:indication ; + sh:class schema:MedicalIndication ; + sh:description "A factor that indicates use of this therapy for treatment and/or prevention of a condition, symptom, etc. For therapies such as drugs, indications can include both officially-approved indications as well as off-label uses. These can be distinguished by using the ApprovedIndication subtype of MedicalIndication."^^rdf:HTML ; + sh:name "indication" ; +. +schema:Thesis + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification."^^rdf:HTML ; + rdfs:label "Thesis" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:Thesis-inSupportOf ; +. +schema:Thesis-inSupportOf + a sh:PropertyShape ; + sh:path schema:inSupportOf ; + sh:datatype xsd:string ; + sh:description "Qualification, candidature, degree, application that Thesis supports."^^rdf:HTML ; + sh:name "inSupportOf"@en ; +. +schema:Thing + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The most generic type of item."^^rdf:HTML ; + rdfs:label "Thing" ; + rdfs:subClassOf rdfs:Resource ; + sh:property schema:Thing-additionalType ; + sh:property schema:Thing-alternateName ; + sh:property schema:Thing-description ; + sh:property schema:Thing-disambiguatingDescription ; + sh:property schema:Thing-identifier ; + sh:property schema:Thing-image ; + sh:property schema:Thing-mainEntityOfPage ; + sh:property schema:Thing-name ; + sh:property schema:Thing-potentialAction ; + sh:property schema:Thing-sameAs ; + sh:property schema:Thing-subjectOf ; + sh:property schema:Thing-url ; +. +schema:Thing-additionalType + a sh:PropertyShape ; + sh:path schema:additionalType ; + sh:description "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. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally."^^rdf:HTML ; + sh:name "additionalType" ; + sh:nodeKind sh:IRI ; +. +schema:Thing-alternateName + a sh:PropertyShape ; + sh:path schema:alternateName ; + sh:datatype xsd:string ; + sh:description "An alias for the item."^^rdf:HTML ; + sh:name "alternateName" ; +. +schema:Thing-description + a sh:PropertyShape ; + sh:path schema:description ; + sh:datatype xsd:string ; + sh:description "A description of the item."^^rdf:HTML ; + sh:name "description" ; +. +schema:Thing-disambiguatingDescription + a sh:PropertyShape ; + sh:path schema:disambiguatingDescription ; + sh:datatype xsd:string ; + sh:description "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."^^rdf:HTML ; + sh:name "disambiguatingDescription" ; +. +schema:Thing-identifier + a sh:PropertyShape ; + sh:path schema:identifier ; + sh:description "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 for more details."^^rdf:HTML ; + sh:name "identifier" ; + sh:or ( + [ + sh:class schema:PropertyValue ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Thing-image + a sh:PropertyShape ; + sh:path schema:image ; + sh:description "An image of the item. This can be a URL or a fully described ImageObject."^^rdf:HTML ; + sh:name "image" ; + sh:or ( + [ + sh:class schema:ImageObject ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Thing-mainEntityOfPage + a sh:PropertyShape ; + sh:path schema:mainEntityOfPage ; + sh:description "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details."^^rdf:HTML ; + sh:name "mainEntityOfPage" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:Thing-name + a sh:PropertyShape ; + sh:path schema:name ; + sh:datatype xsd:string ; + sh:description "The name of the item."^^rdf:HTML ; + sh:name "name" ; +. +schema:Thing-potentialAction + a sh:PropertyShape ; + sh:path schema:potentialAction ; + sh:class schema:Action ; + sh:description "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role."^^rdf:HTML ; + sh:name "potentialAction" ; +. +schema:Thing-sameAs + a sh:PropertyShape ; + sh:path schema:sameAs ; + sh:description "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."^^rdf:HTML ; + sh:name "sameAs" ; + sh:nodeKind sh:IRI ; +. +schema:Thing-subjectOf + a sh:PropertyShape ; + sh:path schema:subjectOf ; + sh:description "A CreativeWork or Event about this Thing.."^^rdf:HTML ; + sh:name "subjectOf" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:Event ; + ] + ) ; +. +schema:Thing-url + a sh:PropertyShape ; + sh:path schema:url ; + sh:description "URL of the item."^^rdf:HTML ; + sh:name "url" ; + sh:nodeKind sh:IRI ; +. +schema:Throat + a schema:PhysicalExam ; + schema:isPartOf ; + rdfs:comment "Throat assessment with clinical examination." ; + rdfs:label "Throat" ; +. +schema:Thursday + a schema:DayOfWeek ; + schema:sameAs ; + rdfs:comment "The day of the week between Wednesday and Friday." ; + rdfs:label "Thursday" ; +. +schema:Ticket + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Used to describe a ticket to an event, a flight, a bus ride, etc."^^rdf:HTML ; + rdfs:label "Ticket" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Ticket-dateIssued ; + sh:property schema:Ticket-issuedBy ; + sh:property schema:Ticket-priceCurrency ; + sh:property schema:Ticket-ticketNumber ; + sh:property schema:Ticket-ticketToken ; + sh:property schema:Ticket-ticketedSeat ; + sh:property schema:Ticket-totalPrice ; + sh:property schema:Ticket-underName ; +. +schema:Ticket-dateIssued + a sh:PropertyShape ; + sh:path schema:dateIssued ; + sh:datatype xsd:dateTime ; + sh:description "The date the ticket was issued."^^rdf:HTML ; + sh:name "dateIssued" ; +. +schema:Ticket-issuedBy + a sh:PropertyShape ; + sh:path schema:issuedBy ; + sh:class schema:Organization ; + sh:description "The organization issuing the ticket or permit."^^rdf:HTML ; + sh:name "issuedBy" ; +. +schema:Ticket-priceCurrency + a sh:PropertyShape ; + sh:path schema:priceCurrency ; + sh:datatype xsd:string ; + sh:description """The currency of the price, or a price component when attached to PriceSpecification and its subtypes.

+ +Use standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\"."""^^rdf:HTML ; + sh:name "priceCurrency" ; +. +schema:Ticket-ticketNumber + a sh:PropertyShape ; + sh:path schema:ticketNumber ; + sh:datatype xsd:string ; + sh:description "The unique identifier for the ticket."^^rdf:HTML ; + sh:name "ticketNumber" ; +. +schema:Ticket-ticketToken + a sh:PropertyShape ; + sh:path schema:ticketToken ; + sh:description "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance."^^rdf:HTML ; + sh:name "ticketToken" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Ticket-ticketedSeat + a sh:PropertyShape ; + sh:path schema:ticketedSeat ; + sh:class schema:Seat ; + sh:description "The seat associated with the ticket."^^rdf:HTML ; + sh:name "ticketedSeat" ; +. +schema:Ticket-totalPrice + a sh:PropertyShape ; + sh:path schema:totalPrice ; + sh:description "The total price for the reservation or ticket, including applicable taxes, shipping, etc."^^rdf:HTML ; + sh:name "totalPrice" ; + sh:or ( + [ + sh:class schema:PriceSpecification ; + ] + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Ticket-underName + a sh:PropertyShape ; + sh:path schema:underName ; + sh:description "The person or organization the reservation or ticket is for."^^rdf:HTML ; + sh:name "underName" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:TieAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of reaching a draw in a competitive activity."^^rdf:HTML ; + rdfs:label "Tie action" ; + rdfs:subClassOf schema:AchieveAction ; +. +schema:Time + a schema:DataType ; + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see XML schema for details)."^^rdf:HTML ; + rdfs:label "Time" ; +. +schema:TipAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of giving money voluntarily to a beneficiary in recognition of services rendered."^^rdf:HTML ; + rdfs:label "Tip action" ; + rdfs:subClassOf schema:TradeAction ; + sh:property schema:TipAction-recipient ; +. +schema:TipAction-recipient + a sh:PropertyShape ; + sh:path schema:recipient ; + sh:description "A sub property of participant. The participant who is at the receiving end of the action."^^rdf:HTML ; + sh:name "recipient" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:class schema:ContactPoint ; + ] + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:TireShop + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A tire shop."^^rdf:HTML ; + rdfs:label "Tire shop" ; + rdfs:subClassOf schema:Store ; +. +schema:TollFree + a schema:ContactPointOption ; + rdfs:comment "The associated telephone number is toll free." ; + rdfs:label "Toll free" ; +. +schema:TouristAttraction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)"^^rdf:HTML ; + rdfs:label "Tourist attraction" ; + rdfs:subClassOf schema:Place ; + sh:property schema:TouristAttraction-availableLanguage ; + sh:property schema:TouristAttraction-touristType ; +. +schema:TouristAttraction-availableLanguage + a sh:PropertyShape ; + sh:path schema:availableLanguage ; + sh:description "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage"^^rdf:HTML ; + sh:name "availableLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:TouristAttraction-touristType + a sh:PropertyShape ; + sh:path schema:touristType ; + sh:description "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc."^^rdf:HTML ; + sh:name "touristType" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:TouristDestination + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1810" ; + schema:isPartOf ; + rdfs:comment """A tourist destination. In principle any Place can be a TouristDestination from a City, Region or Country to an AmusementPark or Hotel. This Type can be used on its own to describe a general TourstDestination, or be used as an additionalType to add tourist relevant properties to any other Place. A TouristDestination is defined as a Place that contains, or is colocated with, one or more TourstAttractions, often linked by a similar theme or interest to a particular touristType. The UNWTO defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip. + (See examples below)."""^^rdf:HTML ; + rdfs:label "Tourist destination" ; + rdfs:subClassOf schema:Place ; + sh:property schema:TouristDestination-includesAttraction ; + sh:property schema:TouristDestination-touristType ; +. +schema:TouristDestination-includesAttraction + a sh:PropertyShape ; + sh:path schema:includesAttraction ; + sh:class schema:TouristAttraction ; + sh:description "Attraction located at destination."^^rdf:HTML ; + sh:name "includesAttraction" ; +. +schema:TouristDestination-touristType + a sh:PropertyShape ; + sh:path schema:touristType ; + sh:description "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc."^^rdf:HTML ; + sh:name "touristType" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:TouristInformationCenter + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A tourist information center."^^rdf:HTML ; + rdfs:label "Tourist information center" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:TouristTrip + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1810" ; + schema:isPartOf ; + rdfs:comment """A tourist trip. A created itinerary of visits to one or more places of interest (TouristAttraction/TouristDestination) often linked by a similar theme, geographic area, or interest to a particular touristType. The UNWTO defines tourism trip as the Trip taken by visitors. + (See examples below)."""^^rdf:HTML ; + rdfs:label "Tourist trip" ; + rdfs:subClassOf schema:Trip ; + sh:property schema:TouristTrip-touristType ; +. +schema:TouristTrip-touristType + a sh:PropertyShape ; + sh:path schema:touristType ; + sh:description "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc."^^rdf:HTML ; + sh:name "touristType" ; + sh:or ( + [ + sh:class schema:Audience ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Toxicologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that is concerned with poisons, their nature, effects and detection and involved in the treatment of poisoning." ; + rdfs:label "Toxicologic" ; +. +schema:ToyStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A toy store."^^rdf:HTML ; + rdfs:label "Toy store" ; + rdfs:subClassOf schema:Store ; +. +schema:TrackAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """An agent tracks an object for updates.

+ +Related actions:

+ +
    +
  • FollowAction: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.
  • +
  • SubscribeAction: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.
  • +
+"""^^rdf:HTML ; + rdfs:label "Track action" ; + rdfs:subClassOf schema:FindAction ; + sh:property schema:TrackAction-deliveryMethod ; +. +schema:TrackAction-deliveryMethod + a sh:PropertyShape ; + sh:path schema:deliveryMethod ; + sh:class schema:DeliveryMethod ; + sh:description "A sub property of instrument. The method of delivery."^^rdf:HTML ; + sh:name "deliveryMethod" ; +. +schema:TradeAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."^^rdf:HTML ; + rdfs:label "Trade action" ; + rdfs:subClassOf schema:Action ; + sh:property schema:TradeAction-price ; + sh:property schema:TradeAction-priceSpecification ; +. +schema:TradeAction-price + a sh:PropertyShape ; + sh:path schema:price ; + sh:description """The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.

+ +Usage guidelines:

+ +
    +
  • Use the priceCurrency property (with standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\") instead of including ambiguous symbols such as '$' in the value.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
  • Note that both RDFa and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.
  • +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
+"""^^rdf:HTML ; + sh:name "price" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:TradeAction-priceSpecification + a sh:PropertyShape ; + sh:path schema:priceSpecification ; + sh:class schema:PriceSpecification ; + sh:description "One or more detailed price specifications, indicating the unit price and delivery or payment charges."^^rdf:HTML ; + sh:name "priceSpecification" ; +. +schema:TraditionalChinese + a schema:MedicineSystem ; + schema:isPartOf ; + rdfs:comment "A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions." ; + rdfs:label "Traditional chinese" ; +. +schema:TrainReservation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A reservation for train travel.

+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer."""^^rdf:HTML ; + rdfs:label "Train reservation" ; + rdfs:subClassOf schema:Reservation ; +. +schema:TrainStation + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A train station."^^rdf:HTML ; + rdfs:label "Train station" ; + rdfs:subClassOf schema:CivicStructure ; +. +schema:TrainTrip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A trip on a commercial train line."^^rdf:HTML ; + rdfs:label "Train trip" ; + rdfs:subClassOf schema:Trip ; + sh:property schema:TrainTrip-arrivalPlatform ; + sh:property schema:TrainTrip-arrivalStation ; + sh:property schema:TrainTrip-departurePlatform ; + sh:property schema:TrainTrip-departureStation ; + sh:property schema:TrainTrip-trainName ; + sh:property schema:TrainTrip-trainNumber ; +. +schema:TrainTrip-arrivalPlatform + a sh:PropertyShape ; + sh:path schema:arrivalPlatform ; + sh:datatype xsd:string ; + sh:description "The platform where the train arrives."^^rdf:HTML ; + sh:name "arrivalPlatform" ; +. +schema:TrainTrip-arrivalStation + a sh:PropertyShape ; + sh:path schema:arrivalStation ; + sh:class schema:TrainStation ; + sh:description "The station where the train trip ends."^^rdf:HTML ; + sh:name "arrivalStation" ; +. +schema:TrainTrip-departurePlatform + a sh:PropertyShape ; + sh:path schema:departurePlatform ; + sh:datatype xsd:string ; + sh:description "The platform from which the train departs."^^rdf:HTML ; + sh:name "departurePlatform" ; +. +schema:TrainTrip-departureStation + a sh:PropertyShape ; + sh:path schema:departureStation ; + sh:class schema:TrainStation ; + sh:description "The station from which the train departs."^^rdf:HTML ; + sh:name "departureStation" ; +. +schema:TrainTrip-trainName + a sh:PropertyShape ; + sh:path schema:trainName ; + sh:datatype xsd:string ; + sh:description "The name of the train (e.g. The Orient Express)."^^rdf:HTML ; + sh:name "trainName" ; +. +schema:TrainTrip-trainNumber + a sh:PropertyShape ; + sh:path schema:trainNumber ; + sh:datatype xsd:string ; + sh:description "The unique identifier for the train."^^rdf:HTML ; + sh:name "trainNumber" ; +. +schema:TransferAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."^^rdf:HTML ; + rdfs:label "Transfer action" ; + rdfs:subClassOf schema:Action ; + sh:property schema:TransferAction-fromLocation ; + sh:property schema:TransferAction-toLocation ; +. +schema:TransferAction-fromLocation + a sh:PropertyShape ; + sh:path schema:fromLocation ; + sh:class schema:Place ; + sh:description "A sub property of location. The original location of the object or the agent before the action."^^rdf:HTML ; + sh:name "fromLocation" ; +. +schema:TransferAction-toLocation + a sh:PropertyShape ; + sh:path schema:toLocation ; + sh:class schema:Place ; + sh:description "A sub property of location. The final location of the object or the agent after the action."^^rdf:HTML ; + sh:name "toLocation" ; +. +schema:TransitMap + a schema:MapCategoryType ; + rdfs:comment "A transit map." ; + rdfs:label "Transit map" ; +. +schema:TravelAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants."^^rdf:HTML ; + rdfs:label "Travel action" ; + rdfs:subClassOf schema:MoveAction ; + sh:property schema:TravelAction-distance ; +. +schema:TravelAction-distance + a sh:PropertyShape ; + sh:path schema:distance ; + sh:datatype xsd:string ; + sh:description "The distance travelled, e.g. exercising or travelling."^^rdf:HTML ; + sh:name "distance" ; +. +schema:TravelAgency + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A travel agency."^^rdf:HTML ; + rdfs:label "Travel agency" ; + rdfs:subClassOf schema:LocalBusiness ; +. +schema:TreatmentIndication + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "An indication for treating an underlying condition, symptom, etc."^^rdf:HTML ; + rdfs:label "Treatment indication" ; + rdfs:subClassOf schema:MedicalIndication ; +. +schema:Trip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A trip or journey. An itinerary of visits to one or more places."^^rdf:HTML ; + rdfs:label "Trip" ; + rdfs:subClassOf schema:Intangible ; + sh:property schema:Trip-arrivalTime ; + sh:property schema:Trip-departureTime ; + sh:property schema:Trip-hasPart ; + sh:property schema:Trip-isPartOf ; + sh:property schema:Trip-itinerary ; + sh:property schema:Trip-offers ; + sh:property schema:Trip-provider ; +. +schema:Trip-arrivalTime + a sh:PropertyShape ; + sh:path schema:arrivalTime ; + sh:datatype xsd:dateTime ; + sh:description "The expected arrival time."^^rdf:HTML ; + sh:name "arrivalTime" ; +. +schema:Trip-departureTime + a sh:PropertyShape ; + sh:path schema:departureTime ; + sh:datatype xsd:dateTime ; + sh:description "The expected departure time."^^rdf:HTML ; + sh:name "departureTime" ; +. +schema:Trip-hasPart + a sh:PropertyShape ; + sh:path schema:hasPart ; + sh:description "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense)."^^rdf:HTML ; + sh:name "hasPart" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:Trip ; + ] + ) ; +. +schema:Trip-isPartOf + a sh:PropertyShape ; + sh:path schema:isPartOf ; + sh:description "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."^^rdf:HTML ; + sh:name "isPartOf" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:class schema:Trip ; + ] + ) ; +. +schema:Trip-itinerary + a sh:PropertyShape ; + sh:path schema:itinerary ; + sh:description "Destination(s) ( Place ) that make up a trip. For a trip where destination order is important use ItemList to specify that order (see examples)."^^rdf:HTML ; + sh:name "itinerary" ; + sh:or ( + [ + sh:class schema:ItemList ; + ] + [ + sh:class schema:Place ; + ] + ) ; +. +schema:Trip-offers + a sh:PropertyShape ; + sh:path schema:offers ; + sh:class schema:Offer ; + sh:description "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."^^rdf:HTML ; + sh:name "offers" ; +. +schema:Trip-provider + a sh:PropertyShape ; + sh:path schema:provider ; + sh:description "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."^^rdf:HTML ; + sh:name "provider" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:TripleBlindedTrial + a schema:MedicalTrialDesign ; + schema:isPartOf ; + rdfs:comment "A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to." ; + rdfs:label "Triple blinded trial" ; +. +schema:True + a xsd:boolean ; + rdfs:comment "The boolean value true." ; + rdfs:label "True" ; +. +schema:Tuesday + a schema:DayOfWeek ; + schema:sameAs ; + rdfs:comment "The day of the week between Monday and Wednesday." ; + rdfs:label "Tuesday" ; +. +schema:TypeAndQuantityNode + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer."^^rdf:HTML ; + rdfs:label "Type and quantity node" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:TypeAndQuantityNode-amountOfThisGood ; + sh:property schema:TypeAndQuantityNode-businessFunction ; + sh:property schema:TypeAndQuantityNode-typeOfGood ; + sh:property schema:TypeAndQuantityNode-unitCode ; + sh:property schema:TypeAndQuantityNode-unitText ; +. +schema:TypeAndQuantityNode-amountOfThisGood + a sh:PropertyShape ; + sh:path schema:amountOfThisGood ; + sh:datatype xsd:float ; + sh:description "The quantity of the goods included in the offer."^^rdf:HTML ; + sh:name "amountOfThisGood" ; +. +schema:TypeAndQuantityNode-businessFunction + a sh:PropertyShape ; + sh:path schema:businessFunction ; + sh:class schema:BusinessFunction ; + sh:description "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell."^^rdf:HTML ; + sh:name "businessFunction" ; +. +schema:TypeAndQuantityNode-typeOfGood + a sh:PropertyShape ; + sh:path schema:typeOfGood ; + sh:description "The product that this structured value is referring to."^^rdf:HTML ; + sh:name "typeOfGood" ; + sh:or ( + [ + sh:class schema:Product ; + ] + [ + sh:class schema:Service ; + ] + ) ; +. +schema:TypeAndQuantityNode-unitCode + a sh:PropertyShape ; + sh:path schema:unitCode ; + sh:description "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon."^^rdf:HTML ; + sh:name "unitCode" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:TypeAndQuantityNode-unitText + a sh:PropertyShape ; + sh:path schema:unitText ; + sh:datatype xsd:string ; + sh:description """A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for +unitCode."""^^rdf:HTML ; + sh:name "unitText" ; +. +schema:URL + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Data type: URL."^^rdf:HTML ; + rdfs:label "URL" ; + rdfs:subClassOf xsd:string ; +. +schema:Ultrasound + a schema:MedicalImagingTechnique ; + schema:isPartOf ; + rdfs:comment "Ultrasound imaging." ; + rdfs:label "Ultrasound" ; +. +schema:UnRegisterAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """The act of un-registering from a service.

+ +Related actions:

+ +
    +
  • RegisterAction: antonym of UnRegisterAction.
  • +
  • LeaveAction: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.
  • +
+"""^^rdf:HTML ; + rdfs:label "Un register action" ; + rdfs:subClassOf schema:InteractAction ; +. +schema:UnitPriceSpecification + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The price asked for a given offer by the respective organization or person."^^rdf:HTML ; + rdfs:label "Unit price specification" ; + rdfs:subClassOf schema:PriceSpecification ; + sh:property schema:UnitPriceSpecification-billingIncrement ; + sh:property schema:UnitPriceSpecification-priceType ; + sh:property schema:UnitPriceSpecification-referenceQuantity ; + sh:property schema:UnitPriceSpecification-unitCode ; + sh:property schema:UnitPriceSpecification-unitText ; +. +schema:UnitPriceSpecification-billingIncrement + a sh:PropertyShape ; + sh:path schema:billingIncrement ; + sh:datatype xsd:float ; + sh:description "This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property."^^rdf:HTML ; + sh:name "billingIncrement" ; +. +schema:UnitPriceSpecification-priceType + a sh:PropertyShape ; + sh:path schema:priceType ; + sh:datatype xsd:string ; + sh:description "A short text or acronym indicating multiple price specifications for the same offer, e.g. SRP for the suggested retail price or INVOICE for the invoice price, mostly used in the car industry."^^rdf:HTML ; + sh:name "priceType" ; +. +schema:UnitPriceSpecification-referenceQuantity + a sh:PropertyShape ; + sh:path schema:referenceQuantity ; + sh:class schema:QuantitativeValue ; + sh:description "The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit."^^rdf:HTML ; + sh:name "referenceQuantity" ; +. +schema:UnitPriceSpecification-unitCode + a sh:PropertyShape ; + sh:path schema:unitCode ; + sh:description "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon."^^rdf:HTML ; + sh:name "unitCode" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:UnitPriceSpecification-unitText + a sh:PropertyShape ; + sh:path schema:unitText ; + sh:datatype xsd:string ; + sh:description """A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for +unitCode."""^^rdf:HTML ; + sh:name "unitText" ; +. +schema:UnofficialLegalValue + a schema:LegalValueLevel ; + schema:category "issue-1156" ; + schema:isPartOf ; + rdfs:comment "Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher)." ; + rdfs:label "Unofficial legal value" ; + ; +. +schema:UpdateAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of managing by changing/editing the state of the object."^^rdf:HTML ; + rdfs:label "Update action" ; + rdfs:subClassOf schema:Action ; + sh:property schema:UpdateAction-collection ; + sh:property schema:UpdateAction-targetCollection ; +. +schema:UpdateAction-collection + a sh:PropertyShape ; + sh:path schema:collection ; + sh:class schema:Thing ; + sh:description "A sub property of object. The collection target of the action."^^rdf:HTML ; + sh:name "collection" ; +. +schema:UpdateAction-targetCollection + a sh:PropertyShape ; + sh:path schema:targetCollection ; + sh:class schema:Thing ; + sh:description "A sub property of object. The collection target of the action."^^rdf:HTML ; + sh:name "targetCollection" ; +. +schema:Urologic + a schema:MedicalSpecialty ; + schema:isPartOf ; + rdfs:comment "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases pertaining to the urinary tract and the urogenital system." ; + rdfs:label "Urologic" ; +. +schema:UseAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of applying an object to its intended purpose."^^rdf:HTML ; + rdfs:label "Use action" ; + rdfs:subClassOf schema:ConsumeAction ; +. +schema:UsedCondition + a schema:OfferItemCondition ; + rdfs:comment "Indicates that the item is used." ; + rdfs:label "Used condition" ; +. +schema:UserBlocks + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User blocks" ; + rdfs:subClassOf schema:UserInteraction ; +. +schema:UserCheckins + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User checkins" ; + rdfs:subClassOf schema:UserInteraction ; +. +schema:UserComments + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User comments" ; + rdfs:subClassOf schema:UserInteraction ; + sh:property schema:UserComments-commentText ; + sh:property schema:UserComments-commentTime ; + sh:property schema:UserComments-creator ; + sh:property schema:UserComments-discusses ; + sh:property schema:UserComments-replyToUrl ; +. +schema:UserComments-commentText + a sh:PropertyShape ; + sh:path schema:commentText ; + sh:datatype xsd:string ; + sh:description "The text of the UserComment."^^rdf:HTML ; + sh:name "commentText" ; +. +schema:UserComments-commentTime + a sh:PropertyShape ; + sh:path schema:commentTime ; + sh:description "The time at which the UserComment was made."^^rdf:HTML ; + sh:name "commentTime" ; + sh:or ( + [ + sh:datatype xsd:date ; + ] + [ + sh:datatype xsd:dateTime ; + ] + ) ; +. +schema:UserComments-creator + a sh:PropertyShape ; + sh:path schema:creator ; + sh:description "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."^^rdf:HTML ; + sh:name "creator" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:UserComments-discusses + a sh:PropertyShape ; + sh:path schema:discusses ; + sh:class schema:CreativeWork ; + sh:description "Specifies the CreativeWork associated with the UserComment."^^rdf:HTML ; + sh:name "discusses" ; +. +schema:UserComments-replyToUrl + a sh:PropertyShape ; + sh:path schema:replyToUrl ; + sh:description "The URL at which a reply may be posted to the specified UserComment."^^rdf:HTML ; + sh:name "replyToUrl" ; + sh:nodeKind sh:IRI ; +. +schema:UserDownloads + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User downloads" ; + rdfs:subClassOf schema:UserInteraction ; +. +schema:UserInteraction + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User interaction" ; + rdfs:subClassOf schema:Event ; +. +schema:UserLikes + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User likes" ; + rdfs:subClassOf schema:UserInteraction ; +. +schema:UserPageVisits + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User page visits" ; + rdfs:subClassOf schema:UserInteraction ; +. +schema:UserPlays + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User plays" ; + rdfs:subClassOf schema:UserInteraction ; +. +schema:UserPlusOnes + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User plus ones" ; + rdfs:subClassOf schema:UserInteraction ; +. +schema:UserReview + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1589" ; + schema:isPartOf ; + rdfs:comment "A review created by an end-user (e.g. consumer, purchaser, attendee etc.), in contrast with CriticReview."^^rdf:HTML ; + rdfs:label "User review" ; + rdfs:subClassOf schema:Review ; +. +schema:UserTweets + a rdfs:Class ; + a sh:NodeShape ; + schema:supersededBy schema:InteractionCounter ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."^^rdf:HTML ; + rdfs:label "User tweets" ; + rdfs:subClassOf schema:UserInteraction ; +. +schema:VeganDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet exclusive of all animal products." ; + rdfs:label "Vegan diet" ; +. +schema:VegetarianDiet + a schema:RestrictedDiet ; + rdfs:comment "A diet exclusive of animal meat." ; + rdfs:label "Vegetarian diet" ; +. +schema:Vehicle + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space."^^rdf:HTML ; + rdfs:label "Vehicle" ; + rdfs:subClassOf schema:Product ; + sh:property schema:Vehicle-accelerationTime ; + sh:property schema:Vehicle-bodyType ; + sh:property schema:Vehicle-cargoVolume ; + sh:property schema:Vehicle-dateVehicleFirstRegistered ; + sh:property schema:Vehicle-driveWheelConfiguration ; + sh:property schema:Vehicle-emissionsCO2 ; + sh:property schema:Vehicle-fuelCapacity ; + sh:property schema:Vehicle-fuelConsumption ; + sh:property schema:Vehicle-fuelEfficiency ; + sh:property schema:Vehicle-fuelType ; + sh:property schema:Vehicle-knownVehicleDamages ; + sh:property schema:Vehicle-meetsEmissionStandard ; + sh:property schema:Vehicle-mileageFromOdometer ; + sh:property schema:Vehicle-modelDate ; + sh:property schema:Vehicle-numberOfAirbags ; + sh:property schema:Vehicle-numberOfAxles ; + sh:property schema:Vehicle-numberOfDoors ; + sh:property schema:Vehicle-numberOfForwardGears ; + sh:property schema:Vehicle-numberOfPreviousOwners ; + sh:property schema:Vehicle-payload ; + sh:property schema:Vehicle-productionDate ; + sh:property schema:Vehicle-purchaseDate ; + sh:property schema:Vehicle-seatingCapacity ; + sh:property schema:Vehicle-speed ; + sh:property schema:Vehicle-steeringPosition ; + sh:property schema:Vehicle-tongueWeight ; + sh:property schema:Vehicle-trailerWeight ; + sh:property schema:Vehicle-vehicleConfiguration ; + sh:property schema:Vehicle-vehicleEngine ; + sh:property schema:Vehicle-vehicleIdentificationNumber ; + sh:property schema:Vehicle-vehicleInteriorColor ; + sh:property schema:Vehicle-vehicleInteriorType ; + sh:property schema:Vehicle-vehicleModelDate ; + sh:property schema:Vehicle-vehicleSeatingCapacity ; + sh:property schema:Vehicle-vehicleSpecialUsage ; + sh:property schema:Vehicle-vehicleTransmission ; + sh:property schema:Vehicle-weightTotal ; + sh:property schema:Vehicle-wheelbase ; +. +schema:Vehicle-accelerationTime + a sh:PropertyShape ; + sh:path schema:accelerationTime ; + sh:class schema:QuantitativeValue ; + sh:description """The time needed to accelerate the vehicle from a given start velocity to a given target velocity.

+ +Typical unit code(s): SEC for seconds

+ +
    +
  • Note: There are unfortunately no standard unit codes for seconds/0..100 km/h or seconds/0..60 mph. Simply use \"SEC\" for seconds and indicate the velocities in the name of the QuantitativeValue, or use valueReference with a QuantitativeValue of 0..60 mph or 0..100 km/h to specify the reference speeds.
  • +
+"""^^rdf:HTML ; + sh:name "accelerationTime" ; +. +schema:Vehicle-bodyType + a sh:PropertyShape ; + sh:path schema:bodyType ; + sh:description "Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.)."^^rdf:HTML ; + sh:name "bodyType" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Vehicle-cargoVolume + a sh:PropertyShape ; + sh:path schema:cargoVolume ; + sh:class schema:QuantitativeValue ; + sh:description """The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.

+ +Typical unit code(s): LTR for liters, FTQ for cubic foot/feet

+ +Note: You can use minValue and maxValue to indicate ranges."""^^rdf:HTML ; + sh:name "cargoVolume" ; +. +schema:Vehicle-dateVehicleFirstRegistered + a sh:PropertyShape ; + sh:path schema:dateVehicleFirstRegistered ; + sh:datatype xsd:date ; + sh:description "The date of the first registration of the vehicle with the respective public authorities."^^rdf:HTML ; + sh:name "dateVehicleFirstRegistered" ; +. +schema:Vehicle-driveWheelConfiguration + a sh:PropertyShape ; + sh:path schema:driveWheelConfiguration ; + sh:description "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain."^^rdf:HTML ; + sh:name "driveWheelConfiguration" ; + sh:or ( + [ + sh:class schema:DriveWheelConfigurationValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Vehicle-emissionsCO2 + a sh:PropertyShape ; + sh:path schema:emissionsCO2 ; + sh:datatype xsd:float ; + sh:description "The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put \"g/km\" into the unitText property of that value, since there is no UN/CEFACT Common Code for \"g/km\"."^^rdf:HTML ; + sh:name "emissionsCO2" ; +. +schema:Vehicle-fuelCapacity + a sh:PropertyShape ; + sh:path schema:fuelCapacity ; + sh:class schema:QuantitativeValue ; + sh:description """The capacity of the fuel tank or in the case of electric cars, the battery. If there are multiple components for storage, this should indicate the total of all storage of the same type.

+ +Typical unit code(s): LTR for liters, GLL of US gallons, GLI for UK / imperial gallons, AMH for ampere-hours (for electrical vehicles)."""^^rdf:HTML ; + sh:name "fuelCapacity" ; +. +schema:Vehicle-fuelConsumption + a sh:PropertyShape ; + sh:path schema:fuelConsumption ; + sh:class schema:QuantitativeValue ; + sh:description """The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).

+ +
    +
  • Note 1: There are unfortunately no standard unit codes for liters per 100 km. Use unitText to indicate the unit of measurement, e.g. L/100 km.
  • +
  • Note 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.
  • +
  • Note 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel consumption to another value.
  • +
+"""^^rdf:HTML ; + sh:name "fuelConsumption" ; +. +schema:Vehicle-fuelEfficiency + a sh:PropertyShape ; + sh:path schema:fuelEfficiency ; + sh:class schema:QuantitativeValue ; + sh:description """The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).

+ +
    +
  • Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use unitText to indicate the unit of measurement, e.g. mpg or km/L.
  • +
  • Note 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.
  • +
  • Note 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel economy to another value.
  • +
+"""^^rdf:HTML ; + sh:name "fuelEfficiency" ; +. +schema:Vehicle-fuelType + a sh:PropertyShape ; + sh:path schema:fuelType ; + sh:description "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle."^^rdf:HTML ; + sh:name "fuelType" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Vehicle-knownVehicleDamages + a sh:PropertyShape ; + sh:path schema:knownVehicleDamages ; + sh:datatype xsd:string ; + sh:description "A textual description of known damages, both repaired and unrepaired."^^rdf:HTML ; + sh:name "knownVehicleDamages" ; +. +schema:Vehicle-meetsEmissionStandard + a sh:PropertyShape ; + sh:path schema:meetsEmissionStandard ; + sh:description "Indicates that the vehicle meets the respective emission standard."^^rdf:HTML ; + sh:name "meetsEmissionStandard" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Vehicle-mileageFromOdometer + a sh:PropertyShape ; + sh:path schema:mileageFromOdometer ; + sh:class schema:QuantitativeValue ; + sh:description """The total distance travelled by the particular vehicle since its initial production, as read from its odometer.

+ +Typical unit code(s): KMT for kilometers, SMI for statute miles"""^^rdf:HTML ; + sh:name "mileageFromOdometer" ; +. +schema:Vehicle-modelDate + a sh:PropertyShape ; + sh:path schema:modelDate ; + sh:datatype xsd:date ; + sh:description "The release date of a vehicle model (often used to differentiate versions of the same make and model)."^^rdf:HTML ; + sh:name "modelDate" ; +. +schema:Vehicle-numberOfAirbags + a sh:PropertyShape ; + sh:path schema:numberOfAirbags ; + sh:description "The number or type of airbags in the vehicle."^^rdf:HTML ; + sh:name "numberOfAirbags" ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Vehicle-numberOfAxles + a sh:PropertyShape ; + sh:path schema:numberOfAxles ; + sh:description """The number of axles.

+ +Typical unit code(s): C62"""^^rdf:HTML ; + sh:name "numberOfAxles" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Vehicle-numberOfDoors + a sh:PropertyShape ; + sh:path schema:numberOfDoors ; + sh:description """The number of doors.

+ +Typical unit code(s): C62"""^^rdf:HTML ; + sh:name "numberOfDoors" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Vehicle-numberOfForwardGears + a sh:PropertyShape ; + sh:path schema:numberOfForwardGears ; + sh:description """The total number of forward gears available for the transmission system of the vehicle.

+ +Typical unit code(s): C62"""^^rdf:HTML ; + sh:name "numberOfForwardGears" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Vehicle-numberOfPreviousOwners + a sh:PropertyShape ; + sh:path schema:numberOfPreviousOwners ; + sh:description """The number of owners of the vehicle, including the current one.

+ +Typical unit code(s): C62"""^^rdf:HTML ; + sh:name "numberOfPreviousOwners" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Vehicle-payload + a sh:PropertyShape ; + sh:path schema:payload ; + sh:class schema:QuantitativeValue ; + sh:description """The permitted weight of passengers and cargo, EXCLUDING the weight of the empty vehicle.

+ +Typical unit code(s): KGM for kilogram, LBR for pound

+ + +"""^^rdf:HTML ; + sh:name "payload" ; +. +schema:Vehicle-productionDate + a sh:PropertyShape ; + sh:path schema:productionDate ; + sh:datatype xsd:date ; + sh:description "The date of production of the item, e.g. vehicle."^^rdf:HTML ; + sh:name "productionDate" ; +. +schema:Vehicle-purchaseDate + a sh:PropertyShape ; + sh:path schema:purchaseDate ; + sh:datatype xsd:date ; + sh:description "The date the item e.g. vehicle was purchased by the current owner."^^rdf:HTML ; + sh:name "purchaseDate" ; +. +schema:Vehicle-seatingCapacity + a sh:PropertyShape ; + sh:path schema:seatingCapacity ; + sh:description """The number of persons that can be seated (e.g. in a vehicle), both in terms of the physical space available, and in terms of limitations set by law.

+ +Typical unit code(s): C62 for persons"""^^rdf:HTML ; + sh:name "seatingCapacity" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Vehicle-speed + a sh:PropertyShape ; + sh:path schema:speed ; + sh:class schema:QuantitativeValue ; + sh:description """The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range (indicated by maxValue should be the maximum speed achievable under regular conditions.

+ +Typical unit code(s): KMH for km/h, HM for mile per hour (0.447 04 m/s), KNT for knot

+ +*Note 1: Use minValue and maxValue to indicate the range. Typically, the minimal value is zero. +* Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the valueReference property."""^^rdf:HTML ; + sh:name "speed" ; +. +schema:Vehicle-steeringPosition + a sh:PropertyShape ; + sh:path schema:steeringPosition ; + sh:class schema:SteeringPositionValue ; + sh:description "The position of the steering wheel or similar device (mostly for cars)."^^rdf:HTML ; + sh:name "steeringPosition" ; +. +schema:Vehicle-tongueWeight + a sh:PropertyShape ; + sh:path schema:tongueWeight ; + sh:class schema:QuantitativeValue ; + sh:description """The permitted vertical load (TWR) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating (TLR) or Vertical Load Rating (VLR)

+ +Typical unit code(s): KGM for kilogram, LBR for pound

+ + +"""^^rdf:HTML ; + sh:name "tongueWeight" ; +. +schema:Vehicle-trailerWeight + a sh:PropertyShape ; + sh:path schema:trailerWeight ; + sh:class schema:QuantitativeValue ; + sh:description """The permitted weight of a trailer attached to the vehicle.

+ +Typical unit code(s): KGM for kilogram, LBR for pound +* Note 1: You can indicate additional information in the name of the QuantitativeValue node. +* Note 2: You may also link to a QualitativeValue node that provides additional information using valueReference. +* Note 3: Note that you can use minValue and maxValue to indicate ranges."""^^rdf:HTML ; + sh:name "trailerWeight" ; +. +schema:Vehicle-vehicleConfiguration + a sh:PropertyShape ; + sh:path schema:vehicleConfiguration ; + sh:datatype xsd:string ; + sh:description "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'."^^rdf:HTML ; + sh:name "vehicleConfiguration" ; +. +schema:Vehicle-vehicleEngine + a sh:PropertyShape ; + sh:path schema:vehicleEngine ; + sh:class schema:EngineSpecification ; + sh:description "Information about the engine or engines of the vehicle."^^rdf:HTML ; + sh:name "vehicleEngine" ; +. +schema:Vehicle-vehicleIdentificationNumber + a sh:PropertyShape ; + sh:path schema:vehicleIdentificationNumber ; + sh:datatype xsd:string ; + sh:description "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles."^^rdf:HTML ; + sh:name "vehicleIdentificationNumber" ; +. +schema:Vehicle-vehicleInteriorColor + a sh:PropertyShape ; + sh:path schema:vehicleInteriorColor ; + sh:datatype xsd:string ; + sh:description "The color or color combination of the interior of the vehicle."^^rdf:HTML ; + sh:name "vehicleInteriorColor" ; +. +schema:Vehicle-vehicleInteriorType + a sh:PropertyShape ; + sh:path schema:vehicleInteriorType ; + sh:datatype xsd:string ; + sh:description "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience."^^rdf:HTML ; + sh:name "vehicleInteriorType" ; +. +schema:Vehicle-vehicleModelDate + a sh:PropertyShape ; + sh:path schema:vehicleModelDate ; + sh:datatype xsd:date ; + sh:description "The release date of a vehicle model (often used to differentiate versions of the same make and model)."^^rdf:HTML ; + sh:name "vehicleModelDate" ; +. +schema:Vehicle-vehicleSeatingCapacity + a sh:PropertyShape ; + sh:path schema:vehicleSeatingCapacity ; + sh:description """The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.

+ +Typical unit code(s): C62 for persons."""^^rdf:HTML ; + sh:name "vehicleSeatingCapacity" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:float ; + ] + ) ; +. +schema:Vehicle-vehicleSpecialUsage + a sh:PropertyShape ; + sh:path schema:vehicleSpecialUsage ; + sh:description "Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale."^^rdf:HTML ; + sh:name "vehicleSpecialUsage" ; + sh:or ( + [ + sh:class schema:CarUsageType ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Vehicle-vehicleTransmission + a sh:PropertyShape ; + sh:path schema:vehicleTransmission ; + sh:description "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars)."^^rdf:HTML ; + sh:name "vehicleTransmission" ; + sh:or ( + [ + sh:class schema:QualitativeValue ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:Vehicle-weightTotal + a sh:PropertyShape ; + sh:path schema:weightTotal ; + sh:class schema:QuantitativeValue ; + sh:description """The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.

+ +Typical unit code(s): KGM for kilogram, LBR for pound

+ + +"""^^rdf:HTML ; + sh:name "weightTotal" ; +. +schema:Vehicle-wheelbase + a sh:PropertyShape ; + sh:path schema:wheelbase ; + sh:class schema:QuantitativeValue ; + sh:description """The distance between the centers of the front and rear wheels.

+ +Typical unit code(s): CMT for centimeters, MTR for meters, INH for inches, FOT for foot/feet"""^^rdf:HTML ; + sh:name "wheelbase" ; +. +schema:Vein + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A type of blood vessel that specifically carries blood to the heart."^^rdf:HTML ; + rdfs:label "Vein" ; + rdfs:subClassOf schema:Vessel ; + sh:property schema:Vein-drainsTo ; + sh:property schema:Vein-regionDrained ; + sh:property schema:Vein-tributary ; +. +schema:Vein-drainsTo + a sh:PropertyShape ; + sh:path schema:drainsTo ; + sh:class schema:Vessel ; + sh:description "The vasculature that the vein drains into."^^rdf:HTML ; + sh:name "drainsTo" ; +. +schema:Vein-regionDrained + a sh:PropertyShape ; + sh:path schema:regionDrained ; + sh:description "The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ."^^rdf:HTML ; + sh:name "regionDrained" ; + sh:or ( + [ + sh:class schema:AnatomicalStructure ; + ] + [ + sh:class schema:AnatomicalSystem ; + ] + ) ; +. +schema:Vein-tributary + a sh:PropertyShape ; + sh:path schema:tributary ; + sh:class schema:AnatomicalStructure ; + sh:description "The anatomical or organ system that the vein flows into; a larger structure that the vein connects to."^^rdf:HTML ; + sh:name "tributary" ; +. +schema:VenueMap + a schema:MapCategoryType ; + rdfs:comment "A venue map (e.g. for malls, auditoriums, museums, etc.)." ; + rdfs:label "Venue map" ; +. +schema:Vessel + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A component of the human body circulatory system comprised of an intricate network of hollow tubes that transport blood throughout the entire body."^^rdf:HTML ; + rdfs:label "Vessel" ; + rdfs:subClassOf schema:AnatomicalStructure ; +. +schema:VeterinaryCare + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "A vet's office."^^rdf:HTML ; + rdfs:label "Veterinary care" ; + rdfs:subClassOf schema:MedicalOrganization ; +. +schema:VideoGallery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web page type: Video gallery page."^^rdf:HTML ; + rdfs:label "Video gallery" ; + rdfs:subClassOf schema:CollectionPage ; +. +schema:VideoGame + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device."^^rdf:HTML ; + rdfs:label "Video game" ; + rdfs:subClassOf schema:Game ; + rdfs:subClassOf schema:SoftwareApplication ; + sh:property schema:VideoGame-actor ; + sh:property schema:VideoGame-actors ; + sh:property schema:VideoGame-cheatCode ; + sh:property schema:VideoGame-director ; + sh:property schema:VideoGame-directors ; + sh:property schema:VideoGame-gamePlatform ; + sh:property schema:VideoGame-gameServer ; + sh:property schema:VideoGame-gameTip ; + sh:property schema:VideoGame-musicBy ; + sh:property schema:VideoGame-playMode ; + sh:property schema:VideoGame-trailer ; +. +schema:VideoGame-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:VideoGame-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:VideoGame-cheatCode + a sh:PropertyShape ; + sh:path schema:cheatCode ; + sh:class schema:CreativeWork ; + sh:description "Cheat codes to the game."^^rdf:HTML ; + sh:name "cheatCode" ; +. +schema:VideoGame-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:VideoGame-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:VideoGame-gamePlatform + a sh:PropertyShape ; + sh:path schema:gamePlatform ; + sh:description "The electronic systems used to play video games."^^rdf:HTML ; + sh:name "gamePlatform" ; + sh:or ( + [ + sh:class schema:Thing ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VideoGame-gameServer + a sh:PropertyShape ; + sh:path schema:gameServer ; + sh:class schema:GameServer ; + sh:description "The server on which it is possible to play the game."^^rdf:HTML ; + sh:name "gameServer" ; +. +schema:VideoGame-gameTip + a sh:PropertyShape ; + sh:path schema:gameTip ; + sh:class schema:CreativeWork ; + sh:description "Links to tips, tactics, etc."^^rdf:HTML ; + sh:name "gameTip" ; +. +schema:VideoGame-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:VideoGame-playMode + a sh:PropertyShape ; + sh:path schema:playMode ; + sh:class schema:GamePlayMode ; + sh:description "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time."^^rdf:HTML ; + sh:name "playMode" ; +. +schema:VideoGame-trailer + a sh:PropertyShape ; + sh:path schema:trailer ; + sh:class schema:VideoObject ; + sh:description "The trailer of a movie or tv/radio series, season, episode, etc."^^rdf:HTML ; + sh:name "trailer" ; +. +schema:VideoGameClip + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A short segment/part of a video game."^^rdf:HTML ; + rdfs:label "Video game clip" ; + rdfs:subClassOf schema:Clip ; +. +schema:VideoGameSeries + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A video game series."^^rdf:HTML ; + rdfs:label "Video game series" ; + rdfs:subClassOf schema:CreativeWorkSeries ; + sh:property schema:VideoGameSeries-actor ; + sh:property schema:VideoGameSeries-actors ; + sh:property schema:VideoGameSeries-characterAttribute ; + sh:property schema:VideoGameSeries-cheatCode ; + sh:property schema:VideoGameSeries-containsSeason ; + sh:property schema:VideoGameSeries-director ; + sh:property schema:VideoGameSeries-directors ; + sh:property schema:VideoGameSeries-episode ; + sh:property schema:VideoGameSeries-episodes ; + sh:property schema:VideoGameSeries-gameItem ; + sh:property schema:VideoGameSeries-gameLocation ; + sh:property schema:VideoGameSeries-gamePlatform ; + sh:property schema:VideoGameSeries-musicBy ; + sh:property schema:VideoGameSeries-numberOfEpisodes ; + sh:property schema:VideoGameSeries-numberOfPlayers ; + sh:property schema:VideoGameSeries-numberOfSeasons ; + sh:property schema:VideoGameSeries-playMode ; + sh:property schema:VideoGameSeries-productionCompany ; + sh:property schema:VideoGameSeries-quest ; + sh:property schema:VideoGameSeries-season ; + sh:property schema:VideoGameSeries-seasons ; + sh:property schema:VideoGameSeries-trailer ; +. +schema:VideoGameSeries-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:VideoGameSeries-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:VideoGameSeries-characterAttribute + a sh:PropertyShape ; + sh:path schema:characterAttribute ; + sh:class schema:Thing ; + sh:description "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage)."^^rdf:HTML ; + sh:name "characterAttribute" ; +. +schema:VideoGameSeries-cheatCode + a sh:PropertyShape ; + sh:path schema:cheatCode ; + sh:class schema:CreativeWork ; + sh:description "Cheat codes to the game."^^rdf:HTML ; + sh:name "cheatCode" ; +. +schema:VideoGameSeries-containsSeason + a sh:PropertyShape ; + sh:path schema:containsSeason ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season that is part of the media series."^^rdf:HTML ; + sh:name "containsSeason" ; +. +schema:VideoGameSeries-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:VideoGameSeries-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:VideoGameSeries-episode + a sh:PropertyShape ; + sh:path schema:episode ; + sh:class schema:Episode ; + sh:description "An episode of a tv, radio or game media within a series or season."^^rdf:HTML ; + sh:name "episode" ; +. +schema:VideoGameSeries-episodes + a sh:PropertyShape ; + sh:path schema:episodes ; + sh:class schema:Episode ; + sh:description "An episode of a TV/radio series or season."^^rdf:HTML ; + sh:name "episodes" ; +. +schema:VideoGameSeries-gameItem + a sh:PropertyShape ; + sh:path schema:gameItem ; + sh:class schema:Thing ; + sh:description "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character."^^rdf:HTML ; + sh:name "gameItem" ; +. +schema:VideoGameSeries-gameLocation + a sh:PropertyShape ; + sh:path schema:gameLocation ; + sh:description "Real or fictional location of the game (or part of game)."^^rdf:HTML ; + sh:name "gameLocation" ; + sh:or ( + [ + sh:class schema:Place ; + ] + [ + sh:class schema:PostalAddress ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:VideoGameSeries-gamePlatform + a sh:PropertyShape ; + sh:path schema:gamePlatform ; + sh:description "The electronic systems used to play video games."^^rdf:HTML ; + sh:name "gamePlatform" ; + sh:or ( + [ + sh:class schema:Thing ; + ] + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VideoGameSeries-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:VideoGameSeries-numberOfEpisodes + a sh:PropertyShape ; + sh:path schema:numberOfEpisodes ; + sh:datatype xsd:integer ; + sh:description "The number of episodes in this season or series."^^rdf:HTML ; + sh:name "numberOfEpisodes" ; +. +schema:VideoGameSeries-numberOfPlayers + a sh:PropertyShape ; + sh:path schema:numberOfPlayers ; + sh:class schema:QuantitativeValue ; + sh:description "Indicate how many people can play this game (minimum, maximum, or range)."^^rdf:HTML ; + sh:name "numberOfPlayers" ; +. +schema:VideoGameSeries-numberOfSeasons + a sh:PropertyShape ; + sh:path schema:numberOfSeasons ; + sh:datatype xsd:integer ; + sh:description "The number of seasons in this series."^^rdf:HTML ; + sh:name "numberOfSeasons" ; +. +schema:VideoGameSeries-playMode + a sh:PropertyShape ; + sh:path schema:playMode ; + sh:class schema:GamePlayMode ; + sh:description "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time."^^rdf:HTML ; + sh:name "playMode" ; +. +schema:VideoGameSeries-productionCompany + a sh:PropertyShape ; + sh:path schema:productionCompany ; + sh:class schema:Organization ; + sh:description "The production company or studio responsible for the item e.g. series, video game, episode etc."^^rdf:HTML ; + sh:name "productionCompany" ; +. +schema:VideoGameSeries-quest + a sh:PropertyShape ; + sh:path schema:quest ; + sh:class schema:Thing ; + sh:description "The task that a player-controlled character, or group of characters may complete in order to gain a reward."^^rdf:HTML ; + sh:name "quest" ; +. +schema:VideoGameSeries-season + a sh:PropertyShape ; + sh:path schema:season ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season in a media series."^^rdf:HTML ; + sh:name "season" ; +. +schema:VideoGameSeries-seasons + a sh:PropertyShape ; + sh:path schema:seasons ; + sh:class schema:CreativeWorkSeason ; + sh:description "A season in a media series."^^rdf:HTML ; + sh:name "seasons" ; +. +schema:VideoGameSeries-trailer + a sh:PropertyShape ; + sh:path schema:trailer ; + sh:class schema:VideoObject ; + sh:description "The trailer of a movie or tv/radio series, season, episode, etc."^^rdf:HTML ; + sh:name "trailer" ; +. +schema:VideoObject + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A video file."^^rdf:HTML ; + rdfs:label "Video object" ; + rdfs:subClassOf schema:MediaObject ; + sh:property schema:VideoObject-actor ; + sh:property schema:VideoObject-actors ; + sh:property schema:VideoObject-caption ; + sh:property schema:VideoObject-director ; + sh:property schema:VideoObject-directors ; + sh:property schema:VideoObject-musicBy ; + sh:property schema:VideoObject-thumbnail ; + sh:property schema:VideoObject-transcript ; + sh:property schema:VideoObject-videoFrameSize ; + sh:property schema:VideoObject-videoQuality ; +. +schema:VideoObject-actor + a sh:PropertyShape ; + sh:path schema:actor ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actor" ; +. +schema:VideoObject-actors + a sh:PropertyShape ; + sh:path schema:actors ; + sh:class schema:Person ; + sh:description "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "actors" ; +. +schema:VideoObject-caption + a sh:PropertyShape ; + sh:path schema:caption ; + sh:datatype xsd:string ; + sh:description "The caption for this object."^^rdf:HTML ; + sh:name "caption" ; +. +schema:VideoObject-director + a sh:PropertyShape ; + sh:path schema:director ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "director" ; +. +schema:VideoObject-directors + a sh:PropertyShape ; + sh:path schema:directors ; + sh:class schema:Person ; + sh:description "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip."^^rdf:HTML ; + sh:name "directors" ; +. +schema:VideoObject-musicBy + a sh:PropertyShape ; + sh:path schema:musicBy ; + sh:description "The composer of the soundtrack."^^rdf:HTML ; + sh:name "musicBy" ; + sh:or ( + [ + sh:class schema:MusicGroup ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:VideoObject-thumbnail + a sh:PropertyShape ; + sh:path schema:thumbnail ; + sh:class schema:ImageObject ; + sh:description "Thumbnail image for an image or video."^^rdf:HTML ; + sh:name "thumbnail" ; +. +schema:VideoObject-transcript + a sh:PropertyShape ; + sh:path schema:transcript ; + sh:datatype xsd:string ; + sh:description "If this MediaObject is an AudioObject or VideoObject, the transcript of that object."^^rdf:HTML ; + sh:name "transcript" ; +. +schema:VideoObject-videoFrameSize + a sh:PropertyShape ; + sh:path schema:videoFrameSize ; + sh:datatype xsd:string ; + sh:description "The frame size of the video."^^rdf:HTML ; + sh:name "videoFrameSize" ; +. +schema:VideoObject-videoQuality + a sh:PropertyShape ; + sh:path schema:videoQuality ; + sh:datatype xsd:string ; + sh:description "The quality of the video."^^rdf:HTML ; + sh:name "videoQuality" ; +. +schema:ViewAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of consuming static visual content."^^rdf:HTML ; + rdfs:label "View action" ; + rdfs:subClassOf schema:ConsumeAction ; +. +schema:VinylFormat + a schema:MusicReleaseFormatType ; + rdfs:comment "VinylFormat." ; + rdfs:label "Vinyl format" ; +. +schema:Virus + a schema:InfectiousAgentClass ; + schema:isPartOf ; + rdfs:comment "Pathogenic virus that causes viral infection." ; + rdfs:label "Virus" ; +. +schema:VisualArtsEvent + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Event type: Visual arts event."^^rdf:HTML ; + rdfs:label "Visual arts event" ; + rdfs:subClassOf schema:Event ; +. +schema:VisualArtwork + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A work of art that is primarily visual in character."^^rdf:HTML ; + rdfs:label "Visual artwork" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:VisualArtwork-artEdition ; + sh:property schema:VisualArtwork-artMedium ; + sh:property schema:VisualArtwork-artform ; + sh:property schema:VisualArtwork-artist ; + sh:property schema:VisualArtwork-artworkSurface ; + sh:property schema:VisualArtwork-colorist ; + sh:property schema:VisualArtwork-depth ; + sh:property schema:VisualArtwork-height ; + sh:property schema:VisualArtwork-inker ; + sh:property schema:VisualArtwork-letterer ; + sh:property schema:VisualArtwork-penciler ; + sh:property schema:VisualArtwork-surface ; + sh:property schema:VisualArtwork-width ; +. +schema:VisualArtwork-artEdition + a sh:PropertyShape ; + sh:path schema:artEdition ; + sh:description "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\")."^^rdf:HTML ; + sh:name "artEdition" ; + sh:or ( + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VisualArtwork-artMedium + a sh:PropertyShape ; + sh:path schema:artMedium ; + sh:description "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)"^^rdf:HTML ; + sh:name "artMedium" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VisualArtwork-artform + a sh:PropertyShape ; + sh:path schema:artform ; + sh:description "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc."^^rdf:HTML ; + sh:name "artform" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VisualArtwork-artist + a sh:PropertyShape ; + sh:path schema:artist ; + sh:class schema:Person ; + sh:description """The primary artist for a work + in a medium other than pencils or digital line art--for example, if the + primary artwork is done in watercolors or digital paints."""^^rdf:HTML ; + sh:name "artist"@en ; +. +schema:VisualArtwork-artworkSurface + a sh:PropertyShape ; + sh:path schema:artworkSurface ; + sh:description "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc."^^rdf:HTML ; + sh:name "artworkSurface" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VisualArtwork-colorist + a sh:PropertyShape ; + sh:path schema:colorist ; + sh:class schema:Person ; + sh:description "The individual who adds color to inked drawings."^^rdf:HTML ; + sh:name "colorist"@en ; +. +schema:VisualArtwork-depth + a sh:PropertyShape ; + sh:path schema:depth ; + sh:description "The depth of the item."^^rdf:HTML ; + sh:name "depth" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VisualArtwork-height + a sh:PropertyShape ; + sh:path schema:height ; + sh:description "The height of the item."^^rdf:HTML ; + sh:name "height" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VisualArtwork-inker + a sh:PropertyShape ; + sh:path schema:inker ; + sh:class schema:Person ; + sh:description "The individual who traces over the pencil drawings in ink after pencils are complete."^^rdf:HTML ; + sh:name "inker"@en ; +. +schema:VisualArtwork-letterer + a sh:PropertyShape ; + sh:path schema:letterer ; + sh:class schema:Person ; + sh:description "The individual who adds lettering, including speech balloons and sound effects, to artwork."^^rdf:HTML ; + sh:name "letterer"@en ; +. +schema:VisualArtwork-penciler + a sh:PropertyShape ; + sh:path schema:penciler ; + sh:class schema:Person ; + sh:description "The individual who draws the primary narrative artwork."^^rdf:HTML ; + sh:name "penciler"@en ; +. +schema:VisualArtwork-surface + a sh:PropertyShape ; + sh:path schema:surface ; + sh:description "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc."^^rdf:HTML ; + sh:name "surface" ; + sh:or ( + [ + sh:nodeKind sh:IRI ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VisualArtwork-width + a sh:PropertyShape ; + sh:path schema:width ; + sh:description "The width of the item."^^rdf:HTML ; + sh:name "width" ; + sh:or ( + [ + sh:class schema:QuantitativeValue ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:VitalSign + a rdfs:Class ; + a sh:NodeShape ; + schema:isPartOf ; + rdfs:comment "Vital signs are measures of various physiological functions in order to assess the most basic body functions."^^rdf:HTML ; + rdfs:label "Vital sign" ; + rdfs:subClassOf schema:MedicalSign ; +. +schema:Volcano + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A volcano, like Fuji san."^^rdf:HTML ; + rdfs:label "Volcano" ; + rdfs:subClassOf schema:Landform ; +. +schema:VoteAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of expressing a preference from a fixed/finite/structured set of choices/options."^^rdf:HTML ; + rdfs:label "Vote action" ; + rdfs:subClassOf schema:ChooseAction ; + sh:property schema:VoteAction-candidate ; +. +schema:VoteAction-candidate + a sh:PropertyShape ; + sh:path schema:candidate ; + sh:class schema:Person ; + sh:description "A sub property of object. The candidate subject of this action."^^rdf:HTML ; + sh:name "candidate" ; +. +schema:WPAdBlock + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "An advertising section of the page."^^rdf:HTML ; + rdfs:label "WPAd block" ; + rdfs:subClassOf schema:WebPageElement ; +. +schema:WPFooter + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The footer section of the page."^^rdf:HTML ; + rdfs:label "WPFooter" ; + rdfs:subClassOf schema:WebPageElement ; +. +schema:WPHeader + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The header section of the page."^^rdf:HTML ; + rdfs:label "WPHeader" ; + rdfs:subClassOf schema:WebPageElement ; +. +schema:WPSideBar + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A sidebar section of the page."^^rdf:HTML ; + rdfs:label "WPSide bar" ; + rdfs:subClassOf schema:WebPageElement ; +. +schema:WantAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of expressing a desire about the object. An agent wants an object."^^rdf:HTML ; + rdfs:label "Want action" ; + rdfs:subClassOf schema:ReactAction ; +. +schema:WarrantyPromise + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product."^^rdf:HTML ; + rdfs:label "Warranty promise" ; + rdfs:subClassOf schema:StructuredValue ; + sh:property schema:WarrantyPromise-durationOfWarranty ; + sh:property schema:WarrantyPromise-warrantyScope ; +. +schema:WarrantyPromise-durationOfWarranty + a sh:PropertyShape ; + sh:path schema:durationOfWarranty ; + sh:class schema:QuantitativeValue ; + sh:description "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days."^^rdf:HTML ; + sh:name "durationOfWarranty" ; +. +schema:WarrantyPromise-warrantyScope + a sh:PropertyShape ; + sh:path schema:warrantyScope ; + sh:class schema:WarrantyScope ; + sh:description "The scope of the warranty promise."^^rdf:HTML ; + sh:name "warrantyScope" ; +. +schema:WarrantyScope + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment """A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.

+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#Labor-BringIn
  • +
  • http://purl.org/goodrelations/v1#PartsAndLabor-BringIn
  • +
  • http://purl.org/goodrelations/v1#PartsAndLabor-PickUp
  • +
+"""^^rdf:HTML ; + rdfs:label "Warranty scope" ; + rdfs:subClassOf schema:Enumeration ; +. +schema:WatchAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of consuming dynamic/moving visual content."^^rdf:HTML ; + rdfs:label "Watch action" ; + rdfs:subClassOf schema:ConsumeAction ; +. +schema:Waterfall + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A waterfall, like Niagara."^^rdf:HTML ; + rdfs:label "Waterfall" ; + rdfs:subClassOf schema:BodyOfWater ; +. +schema:WearAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of dressing oneself in clothing."^^rdf:HTML ; + rdfs:label "Wear action" ; + rdfs:subClassOf schema:UseAction ; +. +schema:WebAPI + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1423" ; + schema:isPartOf ; + rdfs:comment "An application programming interface accessible over Web/Internet technologies."^^rdf:HTML ; + rdfs:label "Web API" ; + rdfs:subClassOf schema:Service ; + sh:property schema:WebAPI-documentation ; +. +schema:WebAPI-documentation + a sh:PropertyShape ; + sh:path schema:documentation ; + sh:description "Further documentation describing the Web API in more detail."^^rdf:HTML ; + sh:name "documentation" ; + sh:or ( + [ + sh:class schema:CreativeWork ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:WebApplication + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "Web applications."^^rdf:HTML ; + rdfs:label "Web application" ; + rdfs:subClassOf schema:SoftwareApplication ; + sh:property schema:WebApplication-browserRequirements ; +. +schema:WebApplication-browserRequirements + a sh:PropertyShape ; + sh:path schema:browserRequirements ; + sh:datatype xsd:string ; + sh:description "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'."^^rdf:HTML ; + sh:name "browserRequirements" ; +. +schema:WebPage + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page."^^rdf:HTML ; + rdfs:label "Web page" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:WebPage-breadcrumb ; + sh:property schema:WebPage-lastReviewed ; + sh:property schema:WebPage-mainContentOfPage ; + sh:property schema:WebPage-primaryImageOfPage ; + sh:property schema:WebPage-relatedLink ; + sh:property schema:WebPage-reviewedBy ; + sh:property schema:WebPage-significantLink ; + sh:property schema:WebPage-significantLinks ; + sh:property schema:WebPage-speakable ; + sh:property schema:WebPage-specialty ; +. +schema:WebPage-breadcrumb + a sh:PropertyShape ; + sh:path schema:breadcrumb ; + sh:description "A set of links that can help a user understand and navigate a website hierarchy."^^rdf:HTML ; + sh:name "breadcrumb" ; + sh:or ( + [ + sh:class schema:BreadcrumbList ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:WebPage-lastReviewed + a sh:PropertyShape ; + sh:path schema:lastReviewed ; + sh:datatype xsd:date ; + sh:description "Date on which the content on this web page was last reviewed for accuracy and/or completeness."^^rdf:HTML ; + sh:name "lastReviewed" ; +. +schema:WebPage-mainContentOfPage + a sh:PropertyShape ; + sh:path schema:mainContentOfPage ; + sh:class schema:WebPageElement ; + sh:description "Indicates if this web page element is the main subject of the page."^^rdf:HTML ; + sh:name "mainContentOfPage" ; +. +schema:WebPage-primaryImageOfPage + a sh:PropertyShape ; + sh:path schema:primaryImageOfPage ; + sh:class schema:ImageObject ; + sh:description "Indicates the main image on the page."^^rdf:HTML ; + sh:name "primaryImageOfPage" ; +. +schema:WebPage-relatedLink + a sh:PropertyShape ; + sh:path schema:relatedLink ; + sh:description "A link related to this web page, for example to other related web pages."^^rdf:HTML ; + sh:name "relatedLink" ; + sh:nodeKind sh:IRI ; +. +schema:WebPage-reviewedBy + a sh:PropertyShape ; + sh:path schema:reviewedBy ; + sh:description "People or organizations that have reviewed the content on this web page for accuracy and/or completeness."^^rdf:HTML ; + sh:name "reviewedBy" ; + sh:or ( + [ + sh:class schema:Organization ; + ] + [ + sh:class schema:Person ; + ] + ) ; +. +schema:WebPage-significantLink + a sh:PropertyShape ; + sh:path schema:significantLink ; + sh:description "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most."^^rdf:HTML ; + sh:name "significantLink" ; + sh:nodeKind sh:IRI ; +. +schema:WebPage-significantLinks + a sh:PropertyShape ; + sh:path schema:significantLinks ; + sh:description "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most."^^rdf:HTML ; + sh:name "significantLinks" ; + sh:nodeKind sh:IRI ; +. +schema:WebPage-speakable + a sh:PropertyShape ; + sh:path schema:speakable ; + sh:description """Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.

+ +The speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:

+ +1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.

+ +2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.

+ +3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.

+ +For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this +we define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property."""^^rdf:HTML ; + sh:name "speakable" ; + sh:or ( + [ + sh:class schema:SpeakableSpecification ; + ] + [ + sh:nodeKind sh:IRI ; + ] + ) ; +. +schema:WebPage-specialty + a sh:PropertyShape ; + sh:path schema:specialty ; + sh:class schema:Specialty ; + sh:description "One of the domain specialities to which this web page's content applies."^^rdf:HTML ; + sh:name "specialty" ; +. +schema:WebPageElement + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A web page element, like a table or an image."^^rdf:HTML ; + rdfs:label "Web page element" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:WebPageElement-cssSelector ; + sh:property schema:WebPageElement-xpath ; +. +schema:WebPageElement-cssSelector + a sh:PropertyShape ; + sh:path schema:cssSelector ; + sh:class schema:CssSelectorType ; + sh:description "A CSS selector, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\"."^^rdf:HTML ; + sh:name "cssSelector" ; +. +schema:WebPageElement-xpath + a sh:PropertyShape ; + sh:path schema:xpath ; + sh:class schema:XPathType ; + sh:description "An XPath, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\"."^^rdf:HTML ; + sh:name "xpath" ; +. +schema:WebSite + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs."^^rdf:HTML ; + rdfs:label "Web site" ; + rdfs:subClassOf schema:CreativeWork ; + sh:property schema:WebSite-issn ; +. +schema:WebSite-issn + a sh:PropertyShape ; + sh:path schema:issn ; + sh:datatype xsd:string ; + sh:description "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication."^^rdf:HTML ; + sh:name "issn" ; +. +schema:Wednesday + a schema:DayOfWeek ; + schema:sameAs ; + rdfs:comment "The day of the week between Tuesday and Thursday." ; + rdfs:label "Wednesday" ; +. +schema:WesternConventional + a schema:MedicineSystem ; + schema:isPartOf ; + rdfs:comment "The conventional Western system of medicine, that aims to apply the best available evidence gained from the scientific method to clinical decision making. Also known as conventional or Western medicine." ; + rdfs:label "Western conventional" ; +. +schema:Wholesale + a schema:DrugCostCategory ; + schema:isPartOf ; + rdfs:comment "The drug's cost represents the wholesale acquisition cost of the drug." ; + rdfs:label "Wholesale" ; +. +schema:WholesaleStore + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A wholesale store."^^rdf:HTML ; + rdfs:label "Wholesale store" ; + rdfs:subClassOf schema:Store ; +. +schema:WinAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of achieving victory in a competitive activity."^^rdf:HTML ; + rdfs:label "Win action" ; + rdfs:subClassOf schema:AchieveAction ; + sh:property schema:WinAction-loser ; +. +schema:WinAction-loser + a sh:PropertyShape ; + sh:path schema:loser ; + sh:class schema:Person ; + sh:description "A sub property of participant. The loser of the action."^^rdf:HTML ; + sh:name "loser" ; +. +schema:Winery + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A winery."^^rdf:HTML ; + rdfs:label "Winery" ; + rdfs:subClassOf schema:FoodEstablishment ; +. +schema:Withdrawn + a schema:MedicalStudyStatus ; + schema:isPartOf ; + rdfs:comment "Withdrawn." ; + rdfs:label "Withdrawn" ; +. +schema:WorkersUnion + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-243" ; + schema:isPartOf ; + rdfs:comment "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying."^^rdf:HTML ; + rdfs:label "Workers union" ; + rdfs:subClassOf schema:Organization ; +. +schema:WriteAction + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The act of authoring written creative content."^^rdf:HTML ; + rdfs:label "Write action" ; + rdfs:subClassOf schema:CreateAction ; + sh:property schema:WriteAction-inLanguage ; + sh:property schema:WriteAction-language ; +. +schema:WriteAction-inLanguage + a sh:PropertyShape ; + sh:path schema:inLanguage ; + sh:description "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."^^rdf:HTML ; + sh:name "inLanguage" ; + sh:or ( + [ + sh:class schema:Language ; + ] + [ + sh:datatype xsd:string ; + ] + ) ; +. +schema:WriteAction-language + a sh:PropertyShape ; + sh:path schema:language ; + sh:class schema:Language ; + sh:description "A sub property of instrument. The language used on this action."^^rdf:HTML ; + sh:name "language" ; +. +schema:WritePermission + a schema:DigitalDocumentPermissionType ; + rdfs:comment "Permission to write or edit the document." ; + rdfs:label "Write permission" ; +. +schema:XPathType + a rdfs:Class ; + a sh:NodeShape ; + schema:category "issue-1672" ; + schema:isPartOf ; + rdfs:comment "Text representing an XPath (typically but not necessarily version 1.0)."^^rdf:HTML ; + rdfs:label "XPath type" ; + rdfs:subClassOf xsd:string ; +. +schema:XRay + a schema:MedicalImagingTechnique ; + schema:isPartOf ; + rdfs:comment "X-ray imaging." ; + rdfs:label "XRay" ; +. +schema:ZoneBoardingPolicy + a schema:BoardingPolicyType ; + rdfs:comment "The airline boards by zones of the plane." ; + rdfs:label "Zone boarding policy" ; +. +schema:Zoo + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "A zoo."^^rdf:HTML ; + rdfs:label "Zoo" ; + rdfs:subClassOf schema:CivicStructure ; +. + + schema:LocalBusiness ; +. + + a schema:Organization ; + rdfs:comment "This element is based on the work of the Automotive Ontology Working Group, see www.automotive-ontology.org for details. Many class and property definitions are inspired by or based on abstracts from Wikipedia, the free encyclopedia." ; + rdfs:label "Automotive ontology WGClass" ; +. + + a schema:Organization ; + rdfs:comment "This element is based on the work of the Financial Industry Business Ontology project (see http://www.fibo.org/schema for details), in support of the W3C Financial Industry Business Ontology Community Group (http://www.fibo.org/community). Many class and property definitions are inspired by or based on http://www.fibo.org." ; + rdfs:label "FIBO" ; +. + + a schema:Organization ; + rdfs:comment "The implementation and use of Legal Entity Identifier (LEI) is supported by Global Legal Entity Identifier Foundation https://www.gleif.org." ; + rdfs:label "GLEIF" ; +. + + a schema:Organization ; + rdfs:comment "This element is based on work by the Web Applications for the Future Internet Lab, Institute of Informatics and Telematics, Pisa, Italy." ; + rdfs:label "IITCNRit" ; +. + + a schema:Organization ; + rdfs:comment """This vocabulary was improved through collaboration with the MusicBrainz project + (www.musicbrainz.org), and is partially inspired by the MusicBrainz and + Music Ontology schemas.""" ; + rdfs:label "MBZ" ; +. + + a schema:Organization ; + rdfs:comment "This element is based on the work of the Tourism Structured Web Data Community Group." ; + rdfs:label "Tourism" ; +. + + a schema:Organization ; + rdfs:comment "The schema.org Actions mechanism benefited from extensive discussions across the Web standards community around W3C, in particular from the Hydra project's community group." ; + rdfs:label "Action collab class" ; +. + + a schema:Organization ; + rdfs:comment "This class is based upon W3C DCAT work, and benefits from collaboration around the DCAT, ADMS and VoID vocabularies. See http://www.w3.org/wiki/WebSchemas/Datasets for full details and mappings." ; + rdfs:label "Dataset class" ; +. + + a schema:Organization ; + rdfs:comment "This class is derived from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web that can be expressed in a variety of syntaxes, including RDFa and HTML5 Microdata. More information about GoodRelations can be found at http://purl.org/goodrelations/." ; + rdfs:label "Good relations class" ; +. + + a schema:Organization ; + rdfs:comment "This term uses terminology from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web. More information about GoodRelations can be found at http://purl.org/goodrelations/." ; + rdfs:label "Good relations terms" ; +. + + a schema:Organization ; + rdfs:comment "This class is based on the work of the LRMI project, see lrmi.net for details." ; + rdfs:label "LRMIClass" ; +. + + a schema:Organization ; + rdfs:comment "The Question/Answer types were based on the Stack Overflow API." ; + rdfs:label "Stack Exchange" ; +. + + a schema:Organization ; + rdfs:comment "This class contains information contributed by WikiDoc\">http://wikidoc.org>WikiDoc." ; + rdfs:label "Wiki doc" ; +. + + a schema:Organization ; + rdfs:comment "The W3C Schema Bib Extend (BibEx) group led the work to improve schema.org for bibliographic information, including terms for periodicals, articles and multi-volume works. The design was inspired in places (e.g. pageStart, pageEnd, pagination) by the Bibliographic Ontology, 'bibo'." ; + rdfs:label "Bib ex term" ; +. + + a schema:Organization ; + rdfs:comment "This class contains derivatives of IPTC rNews properties. rNews is a data model of publishing metadata with serializations currently available for RDFa as well as HTML5 Microdata. More information about the IPTC and rNews can be found at rnews.org." ; + rdfs:label "r news" ; +. + + a schema:Organization ; + rdfs:comment """This element is based on the STI Accommodation Ontology, see http://ontologies.sti-innsbruck.at/acco/ns.html for details. + Many class and property definitions are inspired by or based on abstracts from Wikipedia, the free encyclopedia.""" ; + rdfs:label "STI Accommodation Ontology" ; +. + + a schema:Organization ; + schema:isPartOf ; + rdfs:comment "This term and its definition is based upon the work of The Trust Project." ; + rdfs:label "The Trust Project" ; +. + + a schema:Organization ; + rdfs:comment "This term and associated definitions draws upon the work of The Trust Project." ; + rdfs:label "The Trust Project" ; +. diff --git a/validation/shapegraphs/schema_ontology.ttl b/validation/shapegraphs/schema_ontology.ttl new file mode 100644 index 0000000..ccedbbe --- /dev/null +++ b/validation/shapegraphs/schema_ontology.ttl @@ -0,0 +1,47 @@ +@prefix schema: . +@prefix dc: . +@prefix dcat: . +@prefix dct: . +@prefix dcterms: . +@prefix dctype: . +@prefix eli: . +@prefix foaf: . +@prefix owl: . +@prefix rdf: . +@prefix rdfa: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix snomed: . +@prefix void: . +@prefix xml: . +@prefix xsd: . + +schema:Thing a rdfs:Class ; + rdfs:label "Thing" ; + rdfs:comment "The most generic type of item." +. + +schema:CreativeWork a rdfs:Class ; + rdfs:label "CreativeWork" ; + dct:source ; + rdfs:comment "The most generic kind of creative work, including books, movies, photographs, software programs, etc." ; + rdfs:subClassOf schema:Thing ; +. + +schema:Dataset a rdfs:Class ; + rdfs:label "Dataset" ; + dct:source ; + rdfs:comment "A body of structured information describing some topic(s) of interest." ; + rdfs:subClassOf schema:CreativeWork ; + owl:equivalentClass dctype:Dataset, + void:Dataset, + dcat:Dataset ; +. + +schema:Person a rdfs:Class ; + rdfs:label "Person" ; + dct:source ; + rdfs:comment "A person (alive, dead, undead, or fictional)." ; + rdfs:subClassOf schema:Thing ; + owl:equivalentClass . diff --git a/validation/shapegraphs/soso_common_v1.1.0.ttl b/validation/shapegraphs/soso_common_v1.1.0.ttl new file mode 100644 index 0000000..6697fc0 --- /dev/null +++ b/validation/shapegraphs/soso_common_v1.1.0.ttl @@ -0,0 +1,150 @@ +@prefix rdf: . +@prefix xsd: . +@prefix sh: . +@prefix soso: . +@prefix SO: . +@prefix datacite: . + + +soso:DatasetNS1Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. +soso:DatasetNS2Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. +soso:DatasetNS3Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. + +soso:IDShape + a sh:NodeShape ; + sh:targetClass SO:Dataset ; + sh:message "Dataset must have an ID"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + sh:nodeKind sh:IRI ; + . + +soso:DatasetCommonShape + a sh:NodeShape ; + sh:targetClass SO:Dataset ; + sh:message "Dataset validation" ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + sh:property + soso:nameDatasetProperty, + soso:urlDatasetProperty, + soso:descriptionDatasetProperty, + soso:versionDatasetProperty, + soso:sameAsDatasetProperty, + soso:isAccessibleForFreeDatasetProperty, + soso:keywordsDatasetProperty, + soso:identifierDatasetProperty ; + . + +soso:nameDatasetProperty + a sh:PropertyShape ; + sh:path SO:name ; + sh:nodeKind sh:Literal ; + sh:minCount 1 ; + sh:message "Name is required for a Dataset"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + . + +soso:urlDatasetProperty + a sh:PropertyShape ; + sh:path SO:url ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRIOrLiteral ; + sh:message "Dataset requires a URL for the location of a page describing the dataset"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + . + +soso:descriptionDatasetProperty + a sh:PropertyShape ; + sh:path SO:description; + sh:nodeKind sh:Literal ; + sh:minCount 1 ; + sh:message "Dataset must have a description"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + . + +soso:versionDatasetProperty + a sh:PropertyShape ; + sh:path SO:version ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:Number ; + ] + ); + sh:message "Dataset must have a version as Text or Number"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + . + +soso:sameAsDatasetProperty + a sh:PropertyShape ; + sh:path SO:sameAs ; + sh:minCount 1 ; + sh:nodeKind sh:IRIOrLiteral ; + sh:severity sh:Warning ; + sh:message "It is recommended that a Dataset includes a sameAs URL"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + . + +soso:isAccessibleForFreeDatasetProperty + a sh:PropertyShape ; + sh:path SO:isAccessibleForFree ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:dataType xsd:boolean ; + sh:severity sh:Warning ; + sh:message "It is recommended that a Dataset indicates accessibility for free or otherwise"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + . + +soso:keywordsDatasetProperty + a sh:PropertyShape ; + sh:path SO:keywords ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:message "A Dataset should include descriptive keywords" ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + . + +soso:identifierDatasetProperty + a sh:PropertyShape ; + sh:path SO:identifier; + sh:minCount 1 ; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:URL ; + ] + [ + sh:class SO:PropertyValue ; + ] + ); + sh:message "Dataset identifiers must be a URL, Text or PropertyValue"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#identifier" ; + . diff --git a/validation/shapegraphs/soso_common_v1.2.0.ttl b/validation/shapegraphs/soso_common_v1.2.0.ttl new file mode 100644 index 0000000..203dc5d --- /dev/null +++ b/validation/shapegraphs/soso_common_v1.2.0.ttl @@ -0,0 +1,175 @@ +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix SO: . +@prefix sh: . +@prefix xsd: . + +@prefix soso: . +@prefix datacite: . + + +soso:DatasetNS1Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. +soso:DatasetNS2Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. +soso:DatasetNS3Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. + +soso:IDShape + a sh:NodeShape ; + sh:targetClass SO:Dataset ; + sh:message "Dataset must have an ID"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + sh:nodeKind sh:IRI ; + . + +SO:Thing + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The most generic type of item."^^rdf:HTML ; + rdfs:label "Thing" ; + rdfs:subClassOf owl:Thing ; +. + +SO:CreativeWork + a rdfs:Class ; + a sh:NodeShape ; + rdfs:subClassOf SO:Thing ; +. + +SO:Dataset + a rdfs:Class ; + a sh:NodeShape ; + #sh:targetClass SO:Dataset ; #Implied, https://www.w3.org/TR/shacl/#implicit-targetClass + rdfs:comment "A body of structured information describing some topic(s) of interest."^^rdf:HTML ; + rdfs:label "Dataset" ; + rdfs:subClassOf SO:CreativeWork ; + owl:equivalentClass ; + owl:equivalentClass ; + owl:equivalentClass ; + sh:message "Dataset validation" ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + sh:property + SO:Dataset-description, + SO:Dataset-identifier , + SO:Dataset-isAccessibleForFree , + SO:Dataset-keywords , + SO:Dataset-name, + SO:Dataset-sameAs , + SO:Dataset-url , + SO:Dataset-version ; +. + +SO:Dataset-description + a sh:PropertyShape ; + sh:path SO:description; + sh:nodeKind sh:Literal ; + sh:minCount 1 ; + sh:message "Dataset must have a description"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-identifier + a sh:PropertyShape ; + sh:path SO:identifier; + sh:minCount 1 ; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:URL ; + ] + [ + sh:class SO:PropertyValue ; + ] + ); + sh:message "Dataset identifiers must be a URL, Text or PropertyValue"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#identifier" ; +. + +SO:Dataset-isAccessibleForFree + a sh:PropertyShape ; + sh:path SO:isAccessibleForFree ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:dataType xsd:boolean ; + sh:severity sh:Warning ; + sh:message "It is recommended that a Dataset indicates accessibility for free or otherwise"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-keywords + a sh:PropertyShape ; + sh:path SO:keywords ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:message "A Dataset should include descriptive keywords" ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-name + a sh:PropertyShape ; + sh:path SO:name ; + sh:nodeKind sh:Literal ; + sh:minCount 1 ; + sh:message "Name is required for a Dataset"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-sameAs + a sh:PropertyShape ; + sh:path SO:sameAs ; + sh:minCount 1 ; + sh:nodeKind sh:IRIOrLiteral ; + sh:severity sh:Warning ; + sh:message "It is recommended that a Dataset includes a sameAs URL"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-url + a sh:PropertyShape ; + sh:path SO:url ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRIOrLiteral ; + sh:message "Dataset requires a URL for the location of a page describing the dataset"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-version + a sh:PropertyShape ; + sh:path SO:version ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:Number ; + ] + ); + sh:message "Dataset must have a version as Literal or Number"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + diff --git a/validation/shapegraphs/soso_common_v1.2.1.ttl b/validation/shapegraphs/soso_common_v1.2.1.ttl new file mode 100644 index 0000000..db21dd3 --- /dev/null +++ b/validation/shapegraphs/soso_common_v1.2.1.ttl @@ -0,0 +1,175 @@ +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix SO: . +@prefix sh: . +@prefix xsd: . + +@prefix soso: . +@prefix datacite: . + + +soso:DatasetNS1Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. +soso:DatasetNS2Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. +soso:DatasetNS3Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. + +soso:IDShape + a sh:NodeShape ; + sh:targetClass SO:Dataset ; + sh:message "Dataset must have an ID"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + sh:nodeKind sh:IRI ; + . + +SO:Thing + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The most generic type of item."^^rdf:HTML ; + rdfs:label "Thing" ; + rdfs:subClassOf owl:Thing ; +. + +SO:CreativeWork + a rdfs:Class ; + a sh:NodeShape ; + rdfs:subClassOf SO:Thing ; +. + +SO:Dataset + a rdfs:Class ; + a sh:NodeShape ; + #sh:targetClass SO:Dataset ; #Implied, https://www.w3.org/TR/shacl/#implicit-targetClass + rdfs:comment "A body of structured information describing some topic(s) of interest."^^rdf:HTML ; + rdfs:label "Dataset" ; + rdfs:subClassOf SO:CreativeWork ; + owl:equivalentClass ; + owl:equivalentClass ; + owl:equivalentClass ; + sh:message "Dataset validation"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + sh:property + SO:Dataset-description, + SO:Dataset-identifier , + SO:Dataset-isAccessibleForFree , + SO:Dataset-keywords , + SO:Dataset-name, + SO:Dataset-sameAs , + SO:Dataset-url , + SO:Dataset-version ; +. + +SO:Dataset-description + a sh:PropertyShape ; + sh:path SO:description; + sh:nodeKind sh:Literal ; + sh:minCount 1 ; + sh:message "Dataset must have a description"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-identifier + a sh:PropertyShape ; + sh:path SO:identifier; + sh:minCount 1 ; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:URL ; + ] + [ + sh:class SO:PropertyValue ; + ] + ); + sh:message "Dataset identifiers must be a URL, Text or PropertyValue"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#identifier" ; +. + +SO:Dataset-isAccessibleForFree + a sh:PropertyShape ; + sh:path SO:isAccessibleForFree ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:dataType xsd:boolean ; + sh:severity sh:Warning ; + sh:message "It is recommended that a Dataset indicates accessibility for free or otherwise"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-keywords + a sh:PropertyShape ; + sh:path SO:keywords ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:message "A Dataset should include descriptive keywords"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-name + a sh:PropertyShape ; + sh:path SO:name ; + sh:nodeKind sh:Literal ; + sh:minCount 1 ; + sh:message "Name is required for a Dataset"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-sameAs + a sh:PropertyShape ; + sh:path SO:sameAs ; + sh:minCount 1 ; + sh:nodeKind sh:IRIOrLiteral ; + sh:severity sh:Warning ; + sh:message "It is recommended that a Dataset includes a sameAs URL"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-url + a sh:PropertyShape ; + sh:path SO:url ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRIOrLiteral ; + sh:message "Dataset requires a URL for the location of a page describing the dataset"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-version + a sh:PropertyShape ; + sh:path SO:version ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:Number ; + ] + ); + sh:message "Dataset must have a version as Literal or Number"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + diff --git a/validation/shapegraphs/soso_common_v1.2.2.ttl b/validation/shapegraphs/soso_common_v1.2.2.ttl new file mode 100644 index 0000000..def9f2f --- /dev/null +++ b/validation/shapegraphs/soso_common_v1.2.2.ttl @@ -0,0 +1,182 @@ +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix SO: . +@prefix sh: . +@prefix xsd: . + +@prefix soso: . +@prefix datacite: . + + +soso:DatasetNS1Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. +soso:DatasetNS2Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. +soso:DatasetNS3Shape + a sh:NodeShape ; + sh:targetClass ; + sh:message "Expecting SO namespace of not "@en ; + sh:not [ + sh:path rdf:type ; + sh:minCount 1; + ]. + +soso:IDShape + a sh:NodeShape ; + sh:targetClass SO:Dataset ; + sh:message "Dataset must have an ID"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + sh:nodeKind sh:IRI ; + . + +SO:Thing + a rdfs:Class ; + a sh:NodeShape ; + rdfs:comment "The most generic type of item."^^rdf:HTML ; + rdfs:label "Thing" ; + rdfs:subClassOf owl:Thing ; +. + +SO:CreativeWork + a rdfs:Class ; + a sh:NodeShape ; + rdfs:subClassOf SO:Thing ; +. + +SO:Dataset + a rdfs:Class ; + a sh:NodeShape ; + #sh:targetClass SO:Dataset ; #Implied, https://www.w3.org/TR/shacl/#implicit-targetClass + rdfs:comment "A body of structured information describing some topic(s) of interest."^^rdf:HTML ; + rdfs:label "Dataset" ; + rdfs:subClassOf SO:CreativeWork ; + owl:equivalentClass ; + owl:equivalentClass ; + owl:equivalentClass ; + sh:message "Dataset validation"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; + sh:property + SO:Dataset-description, + SO:Dataset-identifier , + SO:Dataset-isAccessibleForFree , + SO:Dataset-keywords , + SO:Dataset-name, + SO:Dataset-sameAs , + SO:Dataset-url , + SO:Dataset-version ; +. + +SO:Dataset-description + a sh:PropertyShape ; + sh:path SO:description; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:Text ; + ] + ); + sh:minCount 1 ; + sh:message "Dataset must have a description"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-identifier + a sh:PropertyShape ; + sh:path SO:identifier; + sh:minCount 1 ; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:URL ; + ] + [ + sh:class SO:PropertyValue ; + ] + ); + sh:message "Dataset identifiers must be a URL, Text or PropertyValue"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#identifier" ; +. + +SO:Dataset-isAccessibleForFree + a sh:PropertyShape ; + sh:path SO:isAccessibleForFree ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:dataType xsd:boolean ; + sh:severity sh:Warning ; + sh:message "It is recommended that a Dataset indicates accessibility for free or otherwise"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-keywords + a sh:PropertyShape ; + sh:path SO:keywords ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:message "A Dataset should include descriptive keywords"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-name + a sh:PropertyShape ; + sh:path SO:name ; + sh:nodeKind sh:Literal ; + sh:minCount 1 ; + sh:message "Name is required for a Dataset"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-sameAs + a sh:PropertyShape ; + sh:path SO:sameAs ; + sh:minCount 1 ; + sh:nodeKind sh:IRIOrLiteral ; + sh:severity sh:Warning ; + sh:message "It is recommended that a Dataset includes a sameAs URL"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-url + a sh:PropertyShape ; + sh:path SO:url ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRIOrLiteral ; + sh:message "Dataset requires a URL for the location of a page describing the dataset"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + +SO:Dataset-version + a sh:PropertyShape ; + sh:path SO:version ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:or ( + [ + sh:nodeKind sh:Literal ; + ] + [ + sh:class SO:Number ; + ] + ); + sh:message "Dataset must have a version as Literal or Number"@en ; + sh:description "https://github.com/ESIPFed/science-on-schema.org/blob/1.1.0/guides/Dataset.md#common-properties" ; +. + diff --git a/validation/test/requirements.txt b/validation/test/requirements.txt new file mode 100644 index 0000000..afa84e5 --- /dev/null +++ b/validation/test/requirements.txt @@ -0,0 +1,8 @@ +#-e git+git://github.com/RDFLib/rdflib.git#egg=rdflib +-e git+git://github.com/RDFLib/rdflib.git@5.0.0#egg=rdflib +-e git+git://github.com/RDFLib/rdflib-jsonld.git#egg=rdflib_jsonld + +# This version of pySHACL includes additional graph metrics for reporting +-e git+git://github.com/datadavev/pySHACL.git#egg=pyshacl + +requests diff --git a/validation/test/resources/dataset_core.jsonld b/validation/test/resources/dataset_core.jsonld new file mode 100644 index 0000000..a7edc37 --- /dev/null +++ b/validation/test/resources/dataset_core.jsonld @@ -0,0 +1,112 @@ +{ + "@context":{ + "@vocab":"http://schema.org/", + "@base": "https://science-on-schema.org/test/resources/dataset_core.jsonld" + }, + "@graph": [ + { + "@id": "#ds-core-01", + "@type": "Dataset", + "name": "Bad version", + "description": "Fails because version not provided", + "identifier": "dataset_core.jsonld#ds-core-01", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_core.jsonld#ds-core-01", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_core.jsonld#ds-core-01" + }, + { + "@id": "#ds-core-02", + "@type": "Dataset", + "Xname": "No name", + "description": "Fails because dataset should have a name property", + "identifier": "dataset_core.jsonld#ds-core-02", + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_core.jsonld#ds-core-02", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_core.jsonld#ds-core-02" + }, + { + "@id": "#ds-core-03", + "@type": "Dataset", + "name": "No description", + "identifier": "dataset_core.jsonld#ds-core-03", + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_core.jsonld#ds-core-03", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_core.jsonld#ds-core-03" + }, + { + "@id": "#ds-core-04", + "@type": "Dataset", + "name": "No keywords", + "description": "Fails because there is not keywords property", + "identifier": "dataset_core.jsonld#ds-core-04", + "version": "1.0", + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_core.jsonld#ds-core-04", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_core.jsonld#ds-core-04" + }, + { + "@id": "#ds-core-05", + "@type": "Dataset", + "name": "No isAccessibleForFree", + "description": "Fails because there is no isAccessibleForFree property", + "identifier": "dataset_core.jsonld#ds-core-05", + "version": "1.0", + "keywords": ["test", "dataset"], + "url": "https://science-on-schema.org/test/resources/dataset_core.jsonld#ds-core-05", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_core.jsonld#ds-core-05" + }, + { + "@id": "#ds-core-06", + "@type": "Dataset", + "name": "No url", + "description": "Fails because there is no url property", + "identifier": "dataset_core.jsonld#ds-core-06", + "version": "1.0", + "isAccessibleForFree": true, + "keywords": ["test", "dataset"], + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_core.jsonld#ds-core-06" + }, + { + "@id": "#ds-core-07", + "@type": "Dataset", + "name": "No sameAs", + "description": "Fails because there is no sameAs property", + "identifier": "dataset_core.jsonld#ds-core-07", + "version": "1.0", + "isAccessibleForFree": true, + "keywords": ["test", "dataset"], + "url": "https://science-on-schema.org/test/resources/dataset_core.jsonld#ds-core-07" + }, + { + "@id": "#ds-core-08", + "@type": "Dataset", + "name": "No identifier", + "description": "Fails because there is no identifier", + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_core.jsonld#ds-core-08", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_core.jsonld#ds-core-08" + }, + { + "@id": "#ds-core-09", + "@type": "Dataset", + "name": "Wrong identifier type", + "description": "Fails because identifier is not a Literal, URL, or PropertyValue", + "identifier": { + "@id": "dataset_core.jsonld#ds-core-09", + "@type": "@id" + }, + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_core.jsonld#ds-core-09", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_core.jsonld#ds-core-09" + } + ] +} \ No newline at end of file diff --git a/validation/test/resources/dataset_min.jsonld b/validation/test/resources/dataset_min.jsonld new file mode 100644 index 0000000..967f5e0 --- /dev/null +++ b/validation/test/resources/dataset_min.jsonld @@ -0,0 +1,52 @@ +{ + "@context":{ + "@vocab":"http://schema.org/", + "@base": "https://science-on-schema.org/test/resources/" + }, + "@graph": [ + { + "@id": "#ds-min-01", + "@type": "Dataset", + "name": "Minimal passing example", + "description": "An example Dataset that passes the minimal shape constraints", + "identifier": "dataset_min.jsonld#ds-min-01", + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_min.jsonld#ds-min-01", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_min.jsonld#ds-min-01" + }, + { + "@id": "#ds-min-02", + "@type": "Dataset", + "name": "Minimal passing example", + "description": "An example Dataset that passes the minimal shape constraints", + "identifier": { + "@value": "https://science-on-schema.org/test/resources/dataset_min.jsonld#ds-min-02", + "@type": "URL" + }, + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_min.jsonld#ds-min-02", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_min.jsonld#ds-min-02" + }, + { + "@id": "#ds-min-03", + "@type": "Dataset", + "name": "Minimal passing example", + "description": "An example Dataset that passes the minimal shape constraints", + "identifier": { + "propertyID": "https://registry.identifiers.org/registry/ark", + "value": "ark:/99999/fk4zs43553", + "url": "https://n2t.net/ark:/99999/fk4zs43553", + "@type": "PropertyValue" + }, + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_min.jsonld#ds-min-03", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_min.jsonld#ds-min-03" + } + ] +} \ No newline at end of file diff --git a/validation/test/resources/dataset_min_01.jsonld b/validation/test/resources/dataset_min_01.jsonld new file mode 100644 index 0000000..dd96eec --- /dev/null +++ b/validation/test/resources/dataset_min_01.jsonld @@ -0,0 +1,19 @@ +{ + "@context": [ + "https://schema.org/version/latest/schema.jsonld", + { + "@vocab": "http://schema.org/", + "@base": "https://science-on-schema.org/test/resources/" + } + ], + "@id": "#ds-min-01", + "@type": "Dataset", + "name": "Minimal passing example", + "description": "An example Dataset that passes the minimal shape constraints", + "identifier": "dataset_min.jsonld#ds-min-01", + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_min.jsonld#ds-min-01", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_min.jsonld#ds-min-01" + } \ No newline at end of file diff --git a/validation/test/resources/dataset_ns.jsonld b/validation/test/resources/dataset_ns.jsonld new file mode 100644 index 0000000..583b2ab --- /dev/null +++ b/validation/test/resources/dataset_ns.jsonld @@ -0,0 +1,52 @@ +{ + "@context":{ + "@vocab":"http://schema.org/", + "@base": "https://science-on-schema.org/test/resources/dataset_ns.jsonld" + }, + "@graph": [ + { + "@context": { + "@vocab": "https://schema.org/" + }, + "@id": "#ds-ns-01", + "@type": "Dataset", + "name": "Bad namespace", + "description": "Fails because Dataset is not in schema.org namespace (https)", + "identifier": "dataset_min.json-ld", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_ns.jsonld#ds-ns-01", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_ns.jsonld#ds-ns-01" + }, + { + "@context": { + "@vocab": "http://schema.org" + }, + "@id": "#ds-ns-02", + "@type": "Dataset", + "xname": "No name", + "description": "Fails because Dataset is not in schema.org namespace (no trailing slash)", + "identifier": "dataset_min.json-ld", + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_ns.jsonld#ds-ns-02", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_ns.jsonld#ds-ns-02" + }, + { + "@context": { + "@vocab": "https://schema.org" + }, + "@id": "#ds-ns-03", + "@type": "Dataset", + "name": "No description", + "description": "Fails because Dataset is not in schema.org namespace (https, no trailing slash)", + "identifier": "dataset_min.json-ld", + "version": "1.0", + "keywords": ["test", "dataset"], + "isAccessibleForFree": true, + "url": "https://science-on-schema.org/test/resources/dataset_ns.jsonld#ds-ns-03", + "sameAs": "https://raw.githubusercontent.com/datadavev/science-on-schema.org/feature_59_SHACL/validation/test/resources/dataset_ns.jsonld#ds-ns-03" + } + ] +} diff --git a/validation/test/test_datasets.py b/validation/test/test_datasets.py new file mode 100644 index 0000000..de75d93 --- /dev/null +++ b/validation/test/test_datasets.py @@ -0,0 +1,196 @@ +""" +pytest for running SHACL rules against test data graphs + +Run with:: + + $ pytest + +or + + $ pytest -s + +for verbose output. +""" +import warnings +import pytest +import rdflib +import os + +# Note this test suite requires a modified version of pySHACL that injects +# additional metrics gathered during the validation process. +# https://github.com/datadavev/pySHACL +import pyshacl +import pyshacl.consts + +# Expects directory structure like: +# validation +# +- shapegraphs +# +- test +# +- test_datasets.py +# +- resources +# +- *.jsonld test data graphs +ROOT_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..")) + +# Validation report +SH_ValidationReport = pyshacl.consts.SH_ValidationReport +SH_result = pyshacl.consts.SH_result +SH_value = pyshacl.consts.SH_value +SH_focusNode = pyshacl.consts.SH_focusNode +SH_resultPath = pyshacl.consts.SH_resultPath +SH_sourceShape = pyshacl.consts.SH_sourceShape +# failureCount property +SH_failureCount = pyshacl.consts.SH.term("failureCount") +# If zero, then no SHACL targets were found in the data graph +SH_shapesApplied = pyshacl.consts.SH.term("shapesApplied") + +SO = rdflib.namespace.Namespace("http://schema.org/") +SOSOT = rdflib.namespace.Namespace("https://science-on-schema.org/test/resources/") + +# The structure of the shape graph is such that it describes the class hierarchy +# needed for some of the tests +ONTOLOGY = "shapegraphs/soso_common_v1.2.0.ttl" + +# Each test case is a tuple of SHACL graph, Data graph, and expected results +# Expected results is a dict of +# focusNode : the node of the data graph where the expected failure occurred +# resultPV : either the resultPath or the resultValue that caused the expected failure +TESTCASES = [ + ( + "shapegraphs/soso_common_v1.2.0.ttl", + "test/resources/dataset_min.jsonld", + {"failures": []}, + ), + ( + "shapegraphs/soso_common_v1.2.0.ttl", + "test/resources/dataset_ns.jsonld", + { + "failures": [ + { + "focusNode": SOSOT.term("dataset_ns.jsonld#ds-ns-01"), + "resultPV": SOSOT.term("dataset_ns.jsonld#ds-ns-01"), + }, + { + "focusNode": SOSOT.term("dataset_ns.jsonld#ds-ns-02"), + "resultPV": SOSOT.term("dataset_ns.jsonld#ds-ns-02"), + }, + { + "focusNode": SOSOT.term("dataset_ns.jsonld#ds-ns-03"), + "resultPV": SOSOT.term("dataset_ns.jsonld#ds-ns-03"), + }, + ] + }, + ), + ( + "shapegraphs/soso_common_v1.2.0.ttl", + "test/resources/dataset_core.jsonld", + { + "failures": [ + {"focusNode": SOSOT.term("dataset_core.jsonld#ds-core-01"), "resultPV": SO.term("version")}, + {"focusNode": SOSOT.term("dataset_core.jsonld#ds-core-02"), "resultPV": SO.term("name")}, + { + "focusNode": SOSOT.term("dataset_core.jsonld#ds-core-03"), + "resultPV": SO.term("description"), + }, + {"focusNode": SOSOT.term("dataset_core.jsonld#ds-core-04"), "resultPV": SO.term("keywords")}, + { + "focusNode": SOSOT.term("dataset_core.jsonld#ds-core-05"), + "resultPV": SO.term("isAccessibleForFree"), + }, + {"focusNode": SOSOT.term("dataset_core.jsonld#ds-core-06"), "resultPV": SO.term("url")}, + {"focusNode": SOSOT.term("dataset_core.jsonld#ds-core-07"), "resultPV": SO.term("sameAs")}, + {"focusNode": SOSOT.term("dataset_core.jsonld#ds-core-08"), "resultPV": SO.term("identifier")}, + {"focusNode": SOSOT.term("dataset_core.jsonld#ds-core-09"), "resultPV": SO.term("identifier")}, + ] + }, + ), +] + +# =========== +# Utility + +# Mapping file name extension to rdflib parser +FORMAT_MAP = { + ".ttl": "turtle", + ".json": "json-ld", + ".jsonld": "json-ld", + ".json-ld": "json-ld", + ".js": "json-ld", + ".html": "rdfa", + ".n3": "n3", + ".nq": "nquads", +} + + +def _guessGraphFormat(filename): + root, ext = os.path.splitext(filename) + ext = ext.lower() + return FORMAT_MAP.get(ext, None) + + +def _abspath(path): + return os.path.join(ROOT_PATH, path) + + +def _loadGraph(fname): + # Turn off deprecation warning from HTML5 lib, this is only an issue on Python3.7 and earlier + # https://github.com/html5lib/html5lib-python/issues/402 + warnings.filterwarnings("ignore", category=DeprecationWarning) + g = rdflib.ConjunctiveGraph() + format = _guessGraphFormat(fname) + fname = _abspath((fname)) + g.load(fname, format=format) + # Turn warnings back on + warnings.filterwarnings("default") + return g + + +# =========== +# Tests + + +# pytest will run this test with each of the tuples in TESTCASES +@pytest.mark.parametrize("shacl_source, data_source, expected", TESTCASES) +def test_shacl(shacl_source, data_source, expected): + sg = _loadGraph(shacl_source) + dg = _loadGraph(data_source) + og = _loadGraph(ONTOLOGY) + conforms, result_graph, result_text = pyshacl.validate( + dg, + shacl_graph=sg, + ont_graph=og, + meta_shacl=False, + advanced=True, + inference="rdfs", + ) + print(result_graph.serialize(format="turtle").decode()) + shapes_applied = next(result_graph.objects(None, SH_shapesApplied)) + # A SHACL test should be applied in all cases + assert shapes_applied.value > 0 + failure_count = next(result_graph.objects(None, SH_failureCount)) + expected_failures = expected.get("failures", []) + assert failure_count.value == len(expected_failures) + for result in result_graph.objects(None, SH_result): + is_expected = False + # get the sourceShape + ss = next(result_graph.objects(result, SH_sourceShape)) + # get the focusNode + fn = next(result_graph.objects(result, SH_focusNode)) + # get the resultPath or on failure, the resultValue + try: + tr = next(result_graph.objects(result, SH_resultPath)) + except StopIteration: + tr = next(result_graph.objects(result, SH_value)) + for failure in expected_failures: + if failure["resultPV"] == tr and failure["focusNode"] == fn: + is_expected = True + break + if not is_expected: + raise ( + Exception( + f"Unexpected failure for path: {tr}\n source shape: {ss}\n focusNode {fn}" + ) + ) + + +if __name__ == "__main__": + print('Run with "pytest" or "pytest -s" for verbose output.')