Skip to content

Commit a945953

Browse files
committed
Moved MediaSubscription and ActionAccessSpecification vocabs into core per #1741
Fixes #1741
1 parent fcc226a commit a945953

File tree

2 files changed

+82
-94
lines changed

2 files changed

+82
-94
lines changed

data/ext/pending/issue-1741.rdfa

Lines changed: 0 additions & 93 deletions
This file was deleted.

data/schema.rdfa

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12001,7 +12001,88 @@ Typical unit code(s): C62 for person</span>
1200112001
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1723">#1723</a>
1200212002
</div>
1200312003

12004-
<!-- moved in from data/ext/pending/issue-nnnn.rdfa-->
12004+
<!-- moved in from data/ext/pending/issue-1741.rdfa-->
12005+
<!-- MediaSubscription and ActionAccessSpecification -->
12006+
12007+
<div typeof="rdfs:Class" resource="http://schema.org/MediaSubscription">
12008+
<span class="h" property="rdfs:label">MediaSubscription</span>
12009+
<span property="rdfs:comment">A subscription which allows a user to access media including audio, video, books, etc.</span>
12010+
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
12011+
<span property="schema:category">issue-1741</span>
12012+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12013+
</div>
12014+
12015+
<div typeof="rdf:Property" resource="http://schema.org/authenticator">
12016+
<span class="h" property="rdfs:label">authenticator</span>
12017+
<span property="rdfs:comment">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.</span>
12018+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaSubscription">MediaSubscription</a></span>
12019+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
12020+
<span property="schema:category">issue-1741</span>
12021+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12022+
</div>
12023+
12024+
<div typeof="rdfs:Class" resource="http://schema.org/ActionAccessSpecification">
12025+
<span class="h" property="rdfs:label">ActionAccessSpecification</span>
12026+
<span property="rdfs:comment">A set of requirements that a must be fulfilled in order to perform an Action.</span>
12027+
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
12028+
<span property="schema:category">issue-1741</span>
12029+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12030+
</div>
12031+
12032+
<div typeof="rdf:Property" resource="http://schema.org/availabilityStarts">
12033+
<span class="h" property="rdfs:label">availabilityStarts</span>
12034+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
12035+
<span property="schema:category">issue-1741</span>
12036+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12037+
</div>
12038+
12039+
<div typeof="rdf:Property" resource="http://schema.org/availabilityEnds">
12040+
<span class="h" property="rdfs:label">availabilityEnds</span>
12041+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
12042+
<span property="schema:category">issue-1741</span>
12043+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12044+
</div>
12045+
12046+
<div typeof="rdf:Property" resource="http://schema.org/category">
12047+
<span class="h" property="rdfs:label">category</span>
12048+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
12049+
<span property="schema:category">issue-1741</span>
12050+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12051+
</div>
12052+
<div typeof="rdf:Property" resource="http://schema.org/eligibleRegion">
12053+
<span class="h" property="rdfs:label">eligibleRegion</span>
12054+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
12055+
<span property="schema:category">issue-1741</span>
12056+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12057+
</div>
12058+
12059+
<div typeof="rdf:Property" resource="http://schema.org/expectsAcceptanceOf">
12060+
<span class="h" property="rdfs:label">expectsAcceptanceOf</span>
12061+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
12062+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaSubscription">MediaSubscription</a></span>
12063+
<span property="schema:category">issue-1741</span>
12064+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12065+
</div>
12066+
12067+
<div typeof="rdf:Property" resource="http://schema.org/requiresSubscription">
12068+
<span class="h" property="rdfs:label">requiresSubscription</span>
12069+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
12070+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaSubscription">MediaSubscription</a></span>
12071+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
12072+
<span property="schema:category">issue-1741</span>
12073+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12074+
</div>
12075+
12076+
<div typeof="rdf:Property" resource="http://schema.org/actionAccessibilityRequirement">
12077+
<span class="h" property="rdfs:label">actionAccessibilityRequirement</span>
12078+
<span property="rdfs:comment">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.</span>
12079+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
12080+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
12081+
<span property="schema:category">issue-1741</span>
12082+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
12083+
</div>
12084+
12085+
<!-- moved in from data/ext/pending/issue-nnnn.rdfa-->
1200512086

1200612087
</body>
1200712088
</html>

0 commit comments

Comments
 (0)