diff --git a/amgrss_schemas/amgrss_xpaths_description.csv b/amgrss_schemas/amgrss_xpaths_description.csv index 89f7a9c..719e55b 100644 --- a/amgrss_schemas/amgrss_xpaths_description.csv +++ b/amgrss_schemas/amgrss_xpaths_description.csv @@ -58,6 +58,9 @@ xpath, description, valueType, exampleValues, mappingRequired /rss/channel/item/media:thumbnail/@amg:lang, specifies the language of the image title as defined in https://www.ebu.ch/metadata/ontologies/skos/ebu_ISO639_1LanguageCodeCS.rdf, xs:anyUri,"http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCS#_en", yes /rss/channel/item/media:thumbnail/@amg:imageType, Asset Type of the image, xs:anyUri,"https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_3.1.1 (PosterTitledLight)", yes /rss/channel/item/media:thumbnail/@tags, specifies the user tags of type string with comma separated key value pairs, xs:string,"source:ingest,isTitled:true", no +/rss/channel/item/media:thumbnail/@isTitled,"This is set to true if an image is titled. default is false. Titled images are ones with text e.g. banner with movie name, series name etc", xs:bool,"true", no +/rss/channel/item/media:thumbnail/@isBranded,"This is set to true if an image is branded with a logo. default is false. Branded images are ones with logo of a channel, network etc", xs:bool,"true", no +/rss/channel/item/media:thumbnail/@isDarkBackground,"This is set to true if an image has dark background. default is false. Dark background images are ones with dark background that could be used by platforms when dark mode enabled", xs:bool,"true", no /rss/channel/item/media:thumbnail/@targetPlatformIds, Comma separated list of AMGPLT platform id as defined in Amagi Master to which the thumbnail instance is to targetted or packaged, xs:string,"AMGPLT001,AMGPLT005,AMGPLT020", no /rss/channel/item/media:thumbnail/@targetPlatformBrandIds, Comma separated list of platform Brand ids as defined in Amagi Master to which the thumbnail instance is to targetted or packaged, xs:string,"Samsung Tv+, Roku", no /rss/channel/item/media:thumbnail/@targetChannelIds, Comma separated list of channel ids as defined in Amagi Master to which the thumbnail instance is to targetted or packaged, xs:string,"amgid22008c12, amgid22008c13", no @@ -126,6 +129,9 @@ xpath, description, valueType, exampleValues, mappingRequired /rss/channel/item/amg:season/media:thumbnail/@amg:lang, specifies the language of the image title as defined in https://www.ebu.ch/metadata/ontologies/skos/ebu_ISO639_1LanguageCodeCS.rdf, xs:anyUri,"http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCS#_en", yes /rss/channel/item/amg:season/media:thumbnail/@amg:imageType, Asset Type of the image, xs:anyUri,"https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_3.1.1 (PosterTitledLight)", yes /rss/channel/item/amg:season/media:thumbnail/@tags, specifies the user tags of type string with comma separated key value pairs, xs:string,"source:ingest", no +/rss/channel/item/amg:season/media:thumbnail/@isTitled,"This is set to true if an image is titled. default is false. Titled images are ones with text e.g. banner with movie name, series name etc", xs:bool,"true", no +/rss/channel/item/amg:season/media:thumbnail/@isBranded,"This is set to true if an image is branded with a logo. default is false. Branded images are ones with logo of a channel, network etc", xs:bool,"true", no +/rss/channel/item/amg:season/media:thumbnail/@isDarkBackground,"This is set to true if an image has dark background. default is false. Dark background images are ones with dark background that could be used by platforms when dark mode enabled", xs:bool,"true", no /rss/channel/item/amg:season/amg:platformGuideParams, Specifies the category and its subcategories for particular platform, xs:complexType, n/a, no /rss/channel/item/amg:season/amg:platformGuideParams/amg:category, A category is a broad classification that groups similar types of content or products within a particular platform, xs:string,"Movie", no /rss/channel/item/amg:season/amg:platformGuideParams/amg:subCategory, A subcategory is a more specific classification within a broader category. `X||Y||...` signifies a hierarchical structure where `Y` is a subcategory within `X` allowing for increasingly specific classification, xs:string,"Action||Superhero", no @@ -168,6 +174,9 @@ xpath, description, valueType, exampleValues, mappingRequired /rss/channel/item/amg:series/media:thumbnail/@amg:lang, specifies the language of the image title as defined in https://www.ebu.ch/metadata/ontologies/skos/ebu_ISO639_1LanguageCodeCS.rdf, xs:anyUri,"http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCS#_en", yes /rss/channel/item/amg:series/media:thumbnail/@amg:imageType, Asset Type of the image, xs:anyUri,"https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_3.1.1 (PosterTitledLight)", yes /rss/channel/item/amg:series/media:thumbnail/@tags, specifies the user tags of type string with comma separated key value pairs, xs:string,"source:ingest,isTitled:true", no +/rss/channel/item/amg:series/media:thumbnail/@isTitled,"This is set to true if an image is titled. default is false. Titled images are ones with text e.g. banner with movie name, series name etc", xs:bool,"true", no +/rss/channel/item/amg:series/media:thumbnail/@isBranded,"This is set to true if an image is branded with a logo. default is false. Branded images are ones with logo of a channel, network etc", xs:bool,"true", no +/rss/channel/item/amg:series/media:thumbnail/@isDarkBackground,"This is set to true if an image has dark background. default is false. Dark background images are ones with dark background that could be used by platforms when dark mode enabled", xs:bool,"true", no /rss/channel/item/amg:series/amg:platformGuideParams, Specifies the category and its subcategories for particular platform, xs:complexType, n/a, no /rss/channel/item/amg:series/amg:platformGuideParams/amg:category, A category is a broad classification that groups similar types of content or products within a particular platform, xs:string,"Movie", no /rss/channel/item/amg:series/amg:platformGuideParams/amg:subCategory, A subcategory is a more specific classification within a broader category. `X||Y||...` signifies a hierarchical structure where `Y` is a subcategory within `X` allowing for increasingly specific classification, xs:string,"Action||Superhero", no diff --git a/ebucore/amagi_ebucoreExtension.rdf b/ebucore/amagi_ebucoreExtension.rdf index c5e417b..990539b 100644 --- a/ebucore/amagi_ebucoreExtension.rdf +++ b/ebucore/amagi_ebucoreExtension.rdf @@ -12,6 +12,13 @@ hasAnnotation + + Publisher Cuepoint Offset + Publisher-provided cuepoint offset in timecode or timestamp format. + + + + A specific platform id to which a media resource is to be targetted @@ -20,18 +27,31 @@ targetPlatformId + + Segments Last Modified At + To indicate the date/time segment has been modified. + + + + To provide cuepoint metadata for an asset. Cuepoint - - A specific channel id to which a media resource is to be targetted + + Publisher Start Normal Play Time + Publisher-provided start time expressed as normal play time + + + + + + Custom Key Value + + Key string of CustomKeyValue - - - targetChannelId @@ -43,13 +63,12 @@ - - This property denotes the country where the asset is released. - releaseCountry - - - + + A specific channel id to which a media resource is to be targetted + + + targetChannelId @@ -59,6 +78,15 @@ To identify the asset index whose start is the end of a collection part. It may have 'eos' to indicate end is the end of the last asset in a collection + + This property denotes the country where the asset is released. + releaseCountry + + + + + + eventNumber The event number in a superEvent. e.g. match number, game number @@ -73,6 +101,13 @@ + + Is Primary + Specifies if the media resource is primary. + + + + @@ -80,10 +115,6 @@ To identify the asset index whose start is the start of a collection part - - - - Property to associate an asset with its AI augmented metadata. hasAIAugmentedMeta @@ -91,12 +122,9 @@ - - hasEtcAnnotationLocation - Range: A uri pointing to AI generated etc(entity, topic, categories) metadata - - - + + + A specific platform brand id to which a media resource is to be targetted @@ -106,21 +134,28 @@ targetPlatformBrandId - - Applies To PlatformId - Specifies the platform_id for which the platform guide params are defined. + + hasEtcAnnotationLocation + Range: A uri pointing to AI generated etc(entity, topic, categories) metadata - + + + + This is set to true if an image is branded with a logo. default is false. Branded images are ones with logo of a channel, network etc + isBranded + + - - To describe a musical event. - Musical event - - + + Applies To PlatformId + Specifies the platform_id for which the platform guide params are defined. + + + Property to associate an asset with its cuepoint metadata. @@ -129,12 +164,26 @@ + + To describe a musical event. + Musical event + + + To express restriction on the number of times an asset can be published. PublicationRestrictions + + + Class to represent specific key value pairs. This was introduced to allow content + partner to pass through some custom key values that can be used to pass through to + the platform either in vod packaging or in epg + CustomKeyValue + + hasVideoAnnotationLocation Range: A uri pointing to AI generated video metadata @@ -149,6 +198,13 @@ + + Is Patched + + Used to denote if an artefact has been added through patch. + + + This property denotes the country of the production studio. Production Country @@ -158,14 +214,6 @@ - - This property denotes whether the asset has been targeted to children. - Is directed to children - - - - - hasPublicationRestrictions @@ -176,6 +224,13 @@ + + Has Custom Key Value + + Custom keys of an entity + + + range: Agent or string @@ -194,6 +249,13 @@ + + Is DropFrame Timecode + Specifies if the subtitle timecode is with dropframe. + + + + Cuepoint type @@ -207,6 +269,13 @@ To provide the current number of episodes in a Season. + + custom value + + Value string of CustomKeyValue + + + Part @@ -232,6 +301,14 @@ + + User Defined Frame Rate + + + The unit used to express the user provided frame rate of a MediaResource in frames/second associated with an ebucore asset. + + + @@ -258,13 +335,6 @@ - - Subject - - A term describing the high level categorization of content covered by the - BusinessObject or resource. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme e.g. https://cv.iptc.org/newscodes/mediatopic - - The name given to a media resource. @@ -272,6 +342,13 @@ Resource name + + Subject + + A term describing the high level categorization of content covered by the + BusinessObject or resource. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme e.g. https://cv.iptc.org/newscodes/mediatopic + + sponsor Sponsor of an event. Equivalent to https://schema.org/sponsor. Example: Adidas AG is sponsor of 2014 FIFA World Cup @@ -286,6 +363,13 @@ + + Main category + A category is a broad classification that groups similar types of content or products within a particular platform. + + + + A link/locator to a picture related to an Event. @@ -293,13 +377,19 @@ Event Related picture - - Main category - A category is a broad classification that groups similar types of content or products within a particular platform. + + Publisher End Offset + Publisher-provided segment end offset in timecode or timestamp format. - + + + + To provide release metadata for an asset. + Release + + The arrangement and spatial configuration of audio channels within an audio stream. Possible values are mono, stereo, 2.1, 3, quad, 3.1, 4.1, 5.1, 7.1. These values are derived from the standard channel layouts listed at https://trac.ffmpeg.org/wiki/AudioChannelManipulation#Listchannelnamesandstandardchannellayouts @@ -307,12 +397,6 @@ Audio Channel Layout - - - To provide release metadata for an asset. - Release - - Cuepoint type @@ -338,6 +422,12 @@ + + + This is set to true if an image has dark background. default is false. Dark background images are ones with dark background that could be used by platforms when dark mode enabled + isDarkBackground + + To express restriction on the maximum number of publication events for an asset in a given date range. maxPublicationEvents @@ -366,6 +456,14 @@ + + This property denotes whether the asset has been targeted to children. + Is directed to children + + + + + This property allows to denote the attribution of an asset's metadata to its source url. The source urls could be media rss feed url or a source csv location. SourceAttribution @@ -381,6 +479,13 @@ + + Publisher Start Offset + Publisher-provided segment start offset in timecode or timestamp format. + + + + organizer Organizer of an event. Equivalent to https://schema.org/organizer. Example: FIFA is organizer of 2014 FIFA World Cup @@ -388,15 +493,15 @@ - - - To provide AI augmented metadata for an asset. AIAugmentedMeta + + + To provide information to restrict publications in a given interval of time @@ -416,45 +521,4 @@ Graphic - - - - The unit used to express the user provided frame rate of a MediaResource in frames/second associated with an ebucore asset. - User Defined Frame Rate - - - - - - Used to denote if an artefact has been added through patch. - Is Patched - - - - - Class to represent specific key value pairs. This was introduced to allow content partner to pass through some custom key values that can be used to pass through to the platform either in vod packaging or in epg - CustomKeyValue - - - - Custom Key Value - - Key string of CustomKeyValue - - - - - custom value - - Value string of CustomKeyValue - - - - - Has Custom Key Value - - Custom keys of an entity - - - diff --git a/ebucore/amagi_ebucoreExtension.ttl b/ebucore/amagi_ebucoreExtension.ttl index 383f05a..0e689ac 100644 --- a/ebucore/amagi_ebucoreExtension.ttl +++ b/ebucore/amagi_ebucoreExtension.ttl @@ -34,6 +34,21 @@ skos:definition "This is set to true if an image is titled. default is false. Titled images are ones with text e.g. banner with movie name, series name etc"@en ; rdfs:domain . + + + rdfs:range ; + rdfs:label "isBranded"@en ; + skos:definition "This is set to true if an image is branded with a logo. default is false. Branded images are ones with logo of a channel, network etc"@en ; + rdfs:domain . + + + + rdfs:range ; + rdfs:label "isDarkBackground"@en ; + skos:definition "This is set to true if an image has dark background. default is false. Dark background images are ones with dark background that could be used by platforms when dark mode enabled"@en ; + rdfs:domain . + + a rdf:Property ; rdfs:range ;