Skip to content

Commit f7fdf67

Browse files
committed
Bringing implementation files up to date with discussion from #2450
1 parent 709aa13 commit f7fdf67

File tree

1 file changed

+111
-1
lines changed

1 file changed

+111
-1
lines changed

data/ext/pending/issue-2450.ttl

Lines changed: 111 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
55
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
66

7-
7+
# Issue 2450 + also based on https://github.com/schemaorg/schemaorg/issues/2844
88

99
:MediaManipulationRatingEnumeration a rdfs:Class ;
1010
rdfs:label "MediaManipulationRatingEnumeration" ;
@@ -144,3 +144,113 @@ For an [[ImageObject]] with embedded text to be 'satire or parody content': An i
144144
145145
For an [[AudioObject]] to be 'satire or parody content': Audio that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)
146146
""" .
147+
148+
149+
150+
151+
152+
:originalMediaContextDescription a rdf:Property ;
153+
rdfs:label "originalMediaContextDescription" ;
154+
:domainIncludes :MediaReview ;
155+
rdfs:subPropertyOf :description ;
156+
:isPartOf <https://pending.schema.org> ;
157+
:rangeIncludes :Text ;
158+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
159+
rdfs:comment "Describes, in a [[MediaReview]] when dealing with [[DecontextualizedContent]], background information that can contribute to better interpretation of the [[MediaObject]]." .
160+
161+
:sha256 a rdf:Property ;
162+
rdfs:label "sha256" ;
163+
:domainIncludes :MediaObject ;
164+
rdfs:subPropertyOf :description ;
165+
:isPartOf <https://pending.schema.org> ;
166+
:rangeIncludes :Text ;
167+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
168+
rdfs:comment "The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'" .
169+
170+
:interpretedAsClaim a rdf:Property ;
171+
rdfs:label "interpretedAsClaim" ;
172+
:domainIncludes :MediaObject, :CreativeWork;
173+
rdfs:subPropertyOf :description ;
174+
:isPartOf <https://pending.schema.org> ;
175+
:rangeIncludes :Claim ;
176+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
177+
rdfs:comment """Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].""" .
178+
179+
:claimInterpreter a rdf:Property ;
180+
rdfs:label "claimInterpreter" ;
181+
:domainIncludes :Claim ;
182+
:isPartOf <https://pending.schema.org> ;
183+
:rangeIncludes :Person, :Organization ;
184+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
185+
rdfs:comment """For a [[Claim]] interpreted from [[MediaObject]] content
186+
sed to indicate a claim contained, implied or refined from the content of a [[MediaObject]].""" .
187+
188+
:archivedAt a rdf:Property ;
189+
rdfs:label "archivedAt" ;
190+
:domainIncludes :CreativeWork ;
191+
:isPartOf <https://pending.schema.org> ;
192+
:rangeIncludes :URL, :WebPage ;
193+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
194+
rdfs:comment """Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.""".
195+
196+
:originalMediaLink a rdf:Property ;
197+
rdfs:label "originalMediaLink" ;
198+
:domainIncludes :MediaReview ;
199+
:isPartOf <https://pending.schema.org> ;
200+
:rangeIncludes :URL, :MediaObject, :WebPage ;
201+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
202+
rdfs:comment """Link to the page containing an original version of the content, or directly to an online copy of the original [[MediaObject]] content, e.g. video file.""".
203+
204+
205+
206+
207+
208+
:embeddedTextCaption a rdf:Property ;
209+
rdfs:label "embeddedTextCaption" ;
210+
:domainIncludes :MediaObject ;
211+
:isPartOf <https://pending.schema.org> ;
212+
rdfs:subPropertyOf :caption ;
213+
:rangeIncludes :Text ;
214+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
215+
rdfs:comment "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'." .
216+
217+
218+
# TODO
219+
# * Define some relationship from the MediaReview or the associated claim, to one or more appearances of the media item. Drafted using "appearance" here for now.
220+
221+
222+
223+
# To consider: create a common supertype of the snapshot types.
224+
225+
:ImageObjectSnapshot a rdfs:Class ;
226+
rdfs:label "ImageObjectSnapshot" ;
227+
:isPartOf <https://pending.schema.org> ;
228+
rdfs:subClassOf :ImageObject ;
229+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
230+
rdfs:comment """A specific and exact (byte-for-byte) version of an [[ImageObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata (e.g. XMP, EXIF) the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity."""
231+
.
232+
233+
:AudioObjectSnapshot a rdfs:Class ;
234+
rdfs:label "AudioObjectSnapshot" ;
235+
:isPartOf <https://pending.schema.org> ;
236+
rdfs:subClassOf :AudioObject ;
237+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
238+
rdfs:comment """A specific and exact (byte-for-byte) version of an [[AudioObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity."""
239+
.
240+
241+
:VideoObjectSnapshot a rdfs:Class ;
242+
rdfs:label "VideoObjectSnapshot" ;
243+
:isPartOf <https://pending.schema.org> ;
244+
rdfs:subClassOf :VideoObject ;
245+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
246+
rdfs:comment """A specific and exact (byte-for-byte) version of a [[VideoObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity."""
247+
.
248+
249+
# We could be clearer about authorship, vs. model this as an Intangible.
250+
:MediaReviewItem a rdfs:Class ;
251+
rdfs:label "MediaReviewItem" ;
252+
:isPartOf <https://pending.schema.org> ;
253+
rdfs:subClassOf :CreativeWork ;
254+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
255+
rdfs:comment """Represents an item or group of closely related items treated as a unit for the sake of evaluation in a [[MediaReview]]. Authorship etc. apply to the items rather than to the curation/grouping or reviewing party."""
256+
.

0 commit comments

Comments
 (0)