', 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