Skip to content

Commit bec43a5

Browse files
committed
Implementation of #1059 moving terms to 'meta'.
1 parent 90969e7 commit bec43a5

File tree

3 files changed

+48
-40
lines changed

3 files changed

+48
-40
lines changed

data/ext/meta/meta.rdfa

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<div>
2+
<!-- see issue 1059 -->
3+
<!-- we leave Enumeration in core, at least for now. -->
4+
5+
<div typeof="rdfs:Class" resource="http://schema.org/Property">
6+
<span class="h" property="rdfs:label">Property</span>
7+
<span property="rdfs:comment">A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property.</span>
8+
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
9+
</div>
10+
11+
<div typeof="rdfs:Class" resource="http://schema.org/Class">
12+
<span class="h" property="rdfs:label">Class</span>
13+
<span property="rdfs:comment">A class, also often called a &#39;Type&#39;; equivalent to rdfs:Class.</span>
14+
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
15+
</div>
16+
17+
<div typeof="rdf:Property" resource="http://schema.org/domainIncludes">
18+
<span class="h" property="rdfs:label">domainIncludes</span>
19+
<span property="rdfs:comment">Relates a property to a class that is (one of) the type(s) the property is expected to be used on.</span>
20+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Property">Property</a></span>
21+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Class">Class</a></span>
22+
</div>
23+
<div typeof="rdf:Property" resource="http://schema.org/rangeIncludes">
24+
<span class="h" property="rdfs:label">rangeIncludes</span>
25+
<span property="rdfs:comment">Relates a property to a class that constitutes (one of) the expected type(s) for values of the property.</span>
26+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Property">Property</a></span>
27+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Class">Class</a></span>
28+
</div>
29+
<div typeof="rdf:Property" resource="http://schema.org/inverseOf">
30+
<span class="h" property="rdfs:label">inverseOf</span>
31+
<span property="rdfs:comment">Relates a property to a property that is its inverse. Inverse properties relate the same pairs of items to each other, but in reversed direction. For example, the 'alumni' and 'alumniOf' properties are inverseOf each other. Some properties don't have explicit inverses; in these situations RDFa and JSON-LD syntax for reverse properties can be used.</span>
32+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Property">Property</a></span>
33+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Property">Property</a></span>
34+
</div>
35+
<div typeof="rdf:Property" resource="http://schema.org/supersededBy">
36+
<span class="h" property="rdfs:label">supersededBy</span>
37+
<span property="rdfs:comment">Relates a term (i.e. a property, class or enumeration) to one that supersedes it.</span>
38+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Property">Property</a></span>
39+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Class">Class</a></span>
40+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Enumeration">Enumeration</a></span>
41+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Property">Property</a></span>
42+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Class">Class</a></span>
43+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Enumeration">Enumeration</a></span>
44+
</div>
45+
46+
</div>

data/schema.rdfa

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,18 +2568,6 @@
25682568
<link property="owl:equivalentClass" href="http://purl.org/dc/dcmitype/Dataset"/>
25692569
</div>
25702570

2571-
<div typeof="rdfs:Class" resource="http://schema.org/Class">
2572-
<span class="h" property="rdfs:label">Class</span>
2573-
<span property="rdfs:comment">A class, also often called a &#39;Type&#39;; equivalent to rdfs:Class.</span>
2574-
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
2575-
</div>
2576-
2577-
<div typeof="rdfs:Class" resource="http://schema.org/Property">
2578-
<span class="h" property="rdfs:label">Property</span>
2579-
<span property="rdfs:comment">A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property.</span>
2580-
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
2581-
</div>
2582-
25832571
<div typeof="rdfs:Class" resource="http://schema.org/PublicationEvent">
25842572
<span class="h" property="rdfs:label">PublicationEvent</span>
25852573
<span property="rdfs:comment">A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.</span>
@@ -4719,28 +4707,7 @@
47194707
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Dataset">Dataset</a></span>
47204708
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DataDownload">DataDownload</a></span>
47214709
</div>
4722-
<div typeof="rdf:Property" resource="http://schema.org/domainIncludes">
4723-
<span class="h" property="rdfs:label">domainIncludes</span>
4724-
<span property="rdfs:comment">Relates a property to a class that is (one of) the type(s) the property is expected to be used on.</span>
4725-
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Property">Property</a></span>
4726-
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Class">Class</a></span>
4727-
</div>
4728-
<div typeof="rdf:Property" resource="http://schema.org/inverseOf">
4729-
<span class="h" property="rdfs:label">inverseOf</span>
4730-
<span property="rdfs:comment">Relates a property to a property that is its inverse. Inverse properties relate the same pairs of items to each other, but in reversed direction. For example, the 'alumni' and 'alumniOf' properties are inverseOf each other. Some properties don't have explicit inverses; in these situations RDFa and JSON-LD syntax for reverse properties can be used.</span>
4731-
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Property">Property</a></span>
4732-
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Property">Property</a></span>
4733-
</div>
4734-
<div typeof="rdf:Property" resource="http://schema.org/supersededBy">
4735-
<span class="h" property="rdfs:label">supersededBy</span>
4736-
<span property="rdfs:comment">Relates a term (i.e. a property, class or enumeration) to one that supersedes it.</span>
4737-
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Property">Property</a></span>
4738-
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Class">Class</a></span>
4739-
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Enumeration">Enumeration</a></span>
4740-
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Property">Property</a></span>
4741-
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Class">Class</a></span>
4742-
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Enumeration">Enumeration</a></span>
4743-
</div>
4710+
47444711
<div typeof="rdf:Property" resource="http://schema.org/doorTime">
47454712
<span class="h" property="rdfs:label">doorTime</span>
47464713
<span property="rdfs:comment">The time admission will commence.</span>
@@ -6526,12 +6493,6 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
65266493
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AskAction">AskAction</a></span>
65276494
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Question">Question</a></span>
65286495
</div>
6529-
<div typeof="rdf:Property" resource="http://schema.org/rangeIncludes">
6530-
<span class="h" property="rdfs:label">rangeIncludes</span>
6531-
<span property="rdfs:comment">Relates a property to a class that constitutes (one of) the expected type(s) for values of the property.</span>
6532-
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Property">Property</a></span>
6533-
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Class">Class</a></span>
6534-
</div>
65356496
<div typeof="rdf:Property" resource="http://schema.org/ratingCount">
65366497
<span class="h" property="rdfs:label">ratingCount</span>
65376498
<span property="rdfs:comment">The count of total number of ratings.</span>

docs/releases.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ <h3>Vocabulary</h3>
161161
<li><a href="https://github.com/schemaorg/schemaorg/pull/962">Fix to #962</a>: Broadened definition of <a href="/sponsor">sponsor</a> property.</li>
162162
<li><a href="https://github.com/schemaorg/schemaorg/pull/922">Fix to #922</a>: Finalized first release of <a href="http://auto.schema.org/">auto.schema.org</a>.</li>
163163
<li><a href="https://github.com/schemaorg/schemaorg/issues/961">Fix to #961</a>: Improved wording of <a href="/validThrough">validThrough</a>, and added <a href="/JobPosting">JobPosting</a> to allow markup for job posting closing dates.</li>
164+
<li><a href="https://github.com/schemaorg/schemaorg/issues/1059">Fix to #1059</a>: Created hosted extensions for 'meta' vocabulary and for 'proposed' vocabulary under review. Moved Class, Property, domainIncludes, rangeIncludes, inverseOf, supersededBy into meta.</li>
164165
<li>...</li>
165166

166167
</ul>

0 commit comments

Comments
 (0)