You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/CreativeWork.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ public partial interface ICreativeWork : IThing
247
247
OneOrMany<bool?>IsAccessibleForFree{get;set;}
248
248
249
249
/// <summary>
250
-
/// 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.
250
+
/// A resource from which this work is derived or from which it is a modification or adaption.
/// 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.
813
+
/// A resource from which this work is derived or from which it is a modification or adaption.
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/Dataset.cs
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,11 @@ public partial interface IDataset : ICreativeWork
37
37
/// 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.
/// Originally named <a class="localLink" href="http://schema.org/variablesMeasured">variablesMeasured</a>, The <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> 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.
/// Originally named <a class="localLink" href="http://schema.org/variablesMeasured">variablesMeasured</a>, The <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> 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.
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/JobPosting.cs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public partial interface IJobPosting : IIntangible
42
42
/// <summary>
43
43
/// An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.
/// Description of skills and experience needed for the position or Occupation.
@@ -80,7 +80,8 @@ public partial interface IJobPosting : IIntangible
80
80
OneOrMany<string>JobLocationType{get;set;}
81
81
82
82
/// <summary>
83
-
/// 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.
83
+
/// A category describing the job, preferably using a term from a taxonomy such as <a href="http://www.onetcenter.org/taxonomy.html">BLS O*NET-SOC</a>, <a href="https://www.ilo.org/public/english/bureau/stat/isco/isco08/">ISCO-08</a> or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.<br/><br/>
84
+
/// Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.
84
85
/// </summary>
85
86
OneOrMany<string>OccupationalCategory{get;set;}
86
87
@@ -184,7 +185,7 @@ public partial class JobPosting : Intangible, IJobPosting
/// Description of skills and experience needed for the position or Occupation.
@@ -236,7 +237,8 @@ public partial class JobPosting : Intangible, IJobPosting
236
237
publicOneOrMany<string>JobLocationType{get;set;}
237
238
238
239
/// <summary>
239
-
/// 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.
240
+
/// A category describing the job, preferably using a term from a taxonomy such as <a href="http://www.onetcenter.org/taxonomy.html">BLS O*NET-SOC</a>, <a href="https://www.ilo.org/public/english/bureau/stat/isco/isco08/">ISCO-08</a> or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.<br/><br/>
241
+
/// Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/Occupation.cs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,16 @@ public partial interface IOccupation : IIntangible
17
17
/// <summary>
18
18
/// An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.
/// Description of skills and experience needed for the position or Occupation.
24
24
/// </summary>
25
25
OneOrMany<string>ExperienceRequirements{get;set;}
26
26
27
27
/// <summary>
28
-
/// 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.
28
+
/// A category describing the job, preferably using a term from a taxonomy such as <a href="http://www.onetcenter.org/taxonomy.html">BLS O*NET-SOC</a>, <a href="https://www.ilo.org/public/english/bureau/stat/isco/isco08/">ISCO-08</a> or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.<br/><br/>
29
+
/// Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.
29
30
/// </summary>
30
31
OneOrMany<string>OccupationalCategory{get;set;}
31
32
@@ -74,7 +75,7 @@ public partial class Occupation : Intangible, IOccupation
/// 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.
88
+
/// A category describing the job, preferably using a term from a taxonomy such as <a href="http://www.onetcenter.org/taxonomy.html">BLS O*NET-SOC</a>, <a href="https://www.ilo.org/public/english/bureau/stat/isco/isco08/">ISCO-08</a> or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.<br/><br/>
89
+
/// Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/PostalAddress.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ public partial interface IPostalAddress : IContactPoint
15
15
Values<ICountry,string>?AddressCountry{get;set;}
16
16
17
17
/// <summary>
18
-
/// The locality. For example, Mountain View.
18
+
/// The locality in which the street address is, and which is in the region. For example, Mountain View.
19
19
/// </summary>
20
20
OneOrMany<string>AddressLocality{get;set;}
21
21
22
22
/// <summary>
23
-
/// The region. For example, CA.
23
+
/// The region in which the locality is, and which is in the country. For example, California or another appropriate first-level <a href="https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country">Administrative division</a>
24
24
/// </summary>
25
25
OneOrMany<string>AddressRegion{get;set;}
26
26
@@ -60,14 +60,14 @@ public partial class PostalAddress : ContactPoint, IPostalAddress
/// The locality in which the street address is, and which is in the region. For example, Mountain View.
64
64
/// </summary>
65
65
[DataMember(Name="addressLocality",Order=407)]
66
66
[JsonConverter(typeof(ValuesJsonConverter))]
67
67
publicOneOrMany<string>AddressLocality{get;set;}
68
68
69
69
/// <summary>
70
-
/// The region. For example, CA.
70
+
/// The region in which the locality is, and which is in the country. For example, California or another appropriate first-level <a href="https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country">Administrative division</a>
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/PublicationIssue.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
/// <summary>
8
8
/// A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.<br/><br/>
@@ -33,7 +33,7 @@ public partial interface IPublicationIssue : ICreativeWork
33
33
34
34
/// <summary>
35
35
/// A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.<br/><br/>
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/PublicationVolume.cs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@
6
6
7
7
/// <summary>
8
8
/// A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.<br/><br/>
9
-
/// <pre><code> &lt;br/&gt;&lt;br/&gt;See also &lt;a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html"&gt;blog post&lt;/a&gt;.
10
-
/// </code></pre>
9
+
/// See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.
@@ -34,8 +33,7 @@ public partial interface IPublicationVolume : ICreativeWork
34
33
35
34
/// <summary>
36
35
/// A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.<br/><br/>
37
-
/// <pre><code> &lt;br/&gt;&lt;br/&gt;See also &lt;a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html"&gt;blog post&lt;/a&gt;.
38
-
/// </code></pre>
36
+
/// See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.
0 commit comments