Skip to content

Commit 9259243

Browse files
committed
Added mediaItemAppearance #2450
1 parent f7fdf67 commit 9259243

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

data/ext/pending/issue-2450.ttl

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,14 @@ For an [[AudioObject]] to be 'satire or parody content': Audio that was created
214214
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
215215
rdfs:comment "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'." .
216216

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-
217+
:mediaItemAppearance a rdf:Property ;
218+
rdfs:label "mediaItemAppearance" ;
219+
:domainIncludes :MediaReviewItem ;
220+
:isPartOf <https://pending.schema.org> ;
221+
rdfs:subPropertyOf :caption ;
222+
:rangeIncludes :MediaObject ;
223+
:source <https://github.com/schemaorg/schemaorg/issues/2450> ;
224+
rdfs:comment "In the context of a [[MediaReview]], indicates specific media item(s) that are grouped using a [[MediaReviewItem]]." .
221225

222226

223227
# To consider: create a common supertype of the snapshot types.

0 commit comments

Comments
 (0)