Skip to content

Commit 60c9674

Browse files
committed
Implemention of 2 EIDR properties #2469
This file got dropped accidentally during the fast-tracking of COVID-changes last month. See github issue for history; originally modeled with a single property but using two now to better capture the semantics of EIDR.
1 parent 5b23260 commit 60c9674

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

data/ext/pending/issue-2469.rdfa

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<div>
2+
3+
<!-- https://github.com/schemaorg/schemaorg/issues/2469#issuecomment-589150625 -->
4+
<!-- https://www.imdb.com/title/tt0087332/alternateversions -->
5+
<!-- https://ui.eidr.org/view/content?id=10.5240/7EC7-228A-510A-053E-CBB8-J -->
6+
7+
<div typeof="rdf:Property" resource="http://schema.org/titleEIDR">
8+
<span class="h" property="rdfs:label">titleEIDR</span>
9+
<span property="rdfs:comment">An [[EIDR]](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television.
10+
11+
For example, the motion picture known as "Ghostbusters" has a titleEIDR of "10.5240/7EC7-228A-510A-053E-CBB8-J". This title (or work) may have several variants, which EIDR calls "edits". See [[editEIDR]].
12+
13+
Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.
14+
</span>
15+
16+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
17+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVEpisode">TVEpisode</a></span>
18+
19+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
20+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
21+
<span>Category: <span property="schema:category">issue-2469</span></span>
22+
<link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
23+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
24+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2469">#2469</a></span>
25+
</div>
26+
27+
<div typeof="rdf:Property" resource="http://schema.org/editEIDR">
28+
<span class="h" property="rdfs:label">editEIDR</span>
29+
<span property="rdfs:comment">An [[EIDR]](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.
30+
31+
For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J", has several edits e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".
32+
33+
Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.
34+
</span>
35+
36+
37+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
38+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
39+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
40+
<span>Category: <span property="schema:category">issue-2469</span></span>
41+
<link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
42+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
43+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2469">#2469</a></span>
44+
</div>
45+
46+
47+
</div>

0 commit comments

Comments
 (0)