SlideShare a Scribd company logo
Rights Expression Working Group 
https://www.flickr.com/photos/75487768@N04/12188256115 
Stuart Myles * Associated Press * 22nd October 2014 
© 2014 IPTC (www.iptc.org) All rights reserved
The News Industry Needs 
Machine Readable Rights 
Increasing automation of workflows 
Less opportunity for editors to read notes, 
the traditional means of indicating restrictions and duties 
Sophisticated publishing relationships 
Fewer single purpose, static connections 
More (need for) flexible, ad hoc uses of content which 
respect rights 
© 2014 IPTC (www.iptc.org) All rights reserved 2
RightsML 
Founded on ODRL 
Open Digital Rights Language 
Selected by IPTC after evaluating several alternatives 
http://www.w3.org/community/odrl/ 
RightsML is a news industry specific vocabulary 
Plugs into ODRL framework 
http://rightsml.org 
http://dev.iptc.org/RightsML 
Machine processable permissions, restrictions and duties 
Derived from media industry requirements 
Can be embedded within content or stand alone policies 
Designed for all media types 
Designed for automatic evaluation 
© 2014 IPTC (www.iptc.org) All rights reserved
Illustrating the Need for RightsML 
• Let’s say that I am a publisher of an Internet magazine 
• My magazine features a single cat photo each day 
– Cats are popular on the Internet 
• My publishing company is based in Paris, France 
• My supplier of cat photos is the Example Photo Agency 
• The EPA licenses me to publish their photos on my site 
© 2014 IPTC (www.iptc.org) All rights reserved 4
THE DAILY CAT 
cats.example.com THE WORLD’S FAVOURITE CATS - Since 2014 
I GET A CAT PHOTO FROM EPA 
EPA sends me a cat photo 
My license with the EPA 
says I can publish their 
photos to my website. 
There is no additional policy 
associated with the photo. 
So, I publish the photo on 
my website. 
Le chatte by FLASHFLOOD https://www.flickr.com/photos/flashflood/7299891846
USE WHEN 
LOCATION ISN’T FRANCE 
The next photo I receive from EPA has a policy 
The EPA sends me a photo with a RightsML policy: 
Policy 
Use when location is not France 
So, even though my EPA license 
says I may publish their photos 
to the web 
The RightsML policy for this one 
photo overrides it 
(As I am located in France) 
Mona Lisa lolcat by Michael Russel https://www.flickr.com/photos/planetrussell/6814444991 
© 2014 IPTC (www.iptc.org) All rights reserved
THE DAILY CAT 
cats.example.com THE WORLD’S FAVOURITE CATS - Since 2014 
PHOTO: “NO USE UK” POLICY 
Policy 
Use when location is not UK 
NO USE UK. There is a 
policy attached to this photo: 
“Use when location is not 
UK”. 
Since my license from the 
EPA says I can publish their 
photos to my website and 
my website isn’t based in the 
UK, I can publish the photo 
on my website. 
Note, however, that the 
policy attached to this photo 
must be interpreted in the 
context of the license from 
the EPA. Just because the 
policy says “Use when 
location is not UK”, it doesn’t 
mean that other uses are 
granted by the policy. So, for 
example, I can’t create print 
the photo, as my EPA 
license only grants web use. 
tea & cats by Kayla Nicole https://www.flickr.com/photos/ohpapercut/14801702282
Permissions, Restrictions, Duties 
• RightsML covers more than just geo restrictions, e.g. 
– Geography 
– Time 
– Distribution channel 
– Default “read the editors’ notes” 
– Action 
– Duty to pay 
– http://dev.iptc.org/RightsML-Examples-Simple-Cases 
• And more than just one simple constraint 
– Using the “simple” examples as building blocks 
– http://dev.iptc.org/RightsML-10-Implementation-Examples 
• Many licenses and policies are much more complex 
© 2014 IPTC (www.iptc.org) All rights reserved 8
Traditional Publishing 
A feed per publication 
A tuned 
content 
set 
Licensed 
for one 
outlet 
Editors 
review 
notes 
Often by 
media 
type
One Publishing House 
With many publications 
Content still 
licensed per 
outlet 
Newspapers, 
magazines, 
broadcast 
channels 
Websites 
and apps for 
desktop, 
smartphone, 
tablet 
Content 
duplication 
Enshrines 
legacy 
relationships
Most Publishing House 
Take Content from Multiple Providers 
Lots of 
complexity 
and waste for 
publishers and 
providers. 
Harder for 
publishers to 
respond to 
new 
opportunities
RightsML Enables Automated 
Publishing That Respects Rights 
Content still 
licensed per 
outlet 
Automatically 
route content 
Less editorial 
intervention to 
check 
No content restrictions 
duplication 
Apply 
restrictions 
per content 
item 
New uses for 
content without 
a duplicate 
feed
RightsML Processing Model 
© 2014 IPTC (www.iptc.org) All rights reserved 13
Contract Processing Model 
© 2014 IPTC (www.iptc.org) All rights reserved 14
Policy Processing: Permissions 
© 2014 IPTC (www.iptc.org) All rights reserved 15
Policy Processing: Restrictions 
© 2014 IPTC (www.iptc.org) All rights reserved 16
Why the recursion? 
• ODRL (and hence RightsML) has a hierarchy of actions 
– http://www.w3.org/community/odrl/work/2-0-common-vocabulary- 
constraint-draft-changes/#section-22 
• For example, a desired use is "print", which has a parent 
of "present", which has a parent of "use“ 
• A given license might permit "present" and thus also 
permit the child actions of "display", "play" and "print" 
© 2014 IPTC (www.iptc.org) All rights reserved 17
Software Supporting ODRL v2 
• licensed 
– https://github.com/iptc/rightsml-dev/tree/master/licensed 
– Python library to read and write ODRL 2.1 and RightsML 
– Supports XML and JSON encodings 
• rightsml-lib-js 
– https://github.com/iptc/rightsml-dev/tree/master/rightsml-lib-js 
– Javascript library to create ODRL 2.1 and RightsML 
– Supports XML and JSON encodings 
• odrlapi 
– http://vroddon.github.io/odrlapi/ 
– Java library to read and write ODRL 2.0 
– Supports RDF encoding 
© 2014 IPTC (www.iptc.org) All rights reserved 18
Refining ODRL 
• Working with ODRL W3C CG 
– Simplify, enhance ODRL 
– Improve documentation 
• ODRL 2.1 
– Added profile attribute, datatype and unit to constraints 
• http://www.w3.org/community/odrl/work/2-0-core-model-constraint-draft- 
changes/ 
– Slimmed down the Common Vocabulary 
• http://www.w3.org/community/odrl/work/2-0-xml-encoding-constraint- 
draft-changes/ 
– JSON http://www.w3.org/community/odrl/work/json/ 
– RDF http://www.w3.org/ns/odrl/2/ 
– XML http://www.w3.org/community/odrl/work/2-0-xml-encoding-constraint- 
draft-changes/ 
© 2014 IPTC (www.iptc.org) All rights reserved 19
Next Steps 
• Finalize ODRL 2.1 
– And publish updates to RightsML documntation and specs 
• Proof of concept implementation of the processing model 
– Demo POC based on licensed in NYC 
• Outreach 
• http://dev.iptc.org/RightsML 
• iptc-rightsml-dev@yahoogroups.com 
© 2014 IPTC (www.iptc.org) All rights reserved 20
Date and Place of Next Meeting 
New York, USA March, 2015 
https://www.flickr.com/photos/arnebornheim/8080932433 
Danke und auf Wiedersehen! 
© 2014 IPTC (www.iptc.org) All rights reserved 21

More Related Content

Similar to IPTC Rights Working Group Autumn 2014: RightsML, ODRL (20)

RightsML - Rights Expression Language for News Media Assets by IPTC, has 18 slides with 1448 views.RightsML = machine processable permissions, restrictions and duties Derived from media industry requirements Built on ODRL Can be embedded within content or stand alone policies Designed for all media types Designed for automatic evaluation
RightsML - Rights Expression Language for News Media AssetsRightsML - Rights Expression Language for News Media Assets
RightsML - Rights Expression Language for News Media Assets
IPTC
18 slides1.4K views
IPTC Rights Expression Working Group Spring 2016 by Stuart Myles, has 9 slides with 610 views.Update on rights for publishers - including the roadmap for RightsML, software to automatically evaluate rights and W3C's plans for the POE group.
IPTC Rights Expression Working Group Spring 2016IPTC Rights Expression Working Group Spring 2016
IPTC Rights Expression Working Group Spring 2016
Stuart Myles
9 slides610 views
IPTC Rights Working Party Summer 2015 by Stuart Myles, has 10 slides with 735 views.RightsML is an IPTC standard for expressing machine-readable permissions, restrictions, and duties for content. It is based on the ODRL standard and was developed based on requirements from media industry organizations. RightsML allows rights to be embedded within content or standalone, and is designed for automatic evaluation of rights. Efforts are underway to update RightsML to reference the latest version of ODRL and add additional encoding formats. While ODRL and RightsML specify how to describe policies programmatically, other efforts are exploring how to describe broader rights statements and contexts for cultural works and open data. The next Rights Expression Working Group meeting will be in October in London.
IPTC Rights Working Party Summer 2015IPTC Rights Working Party Summer 2015
IPTC Rights Working Party Summer 2015
Stuart Myles
10 slides735 views
IPTC Rights Expression Working Group 2013 June AGM by Stuart Myles, has 11 slides with 937 views.Rights expression for the news industry, using RightsML and ODRL. Updates on the IPTC's Machine Readable Rights Day and the Rights 1.0 spec. Plus documentation and examples of using RightsML and the work so far to embed rights in photo binaries, using JSON.
IPTC Rights Expression Working Group 2013 June AGMIPTC Rights Expression Working Group 2013 June AGM
IPTC Rights Expression Working Group 2013 June AGM
Stuart Myles
11 slides937 views
Introduction to IPTC Rights - RightsML and ODRL by Stuart Myles, has 7 slides with 686 views.Publishers need a standard to express rights and permissions for content in a machine-readable format. RightsML is a standard developed by IPTC based on ODRL to encode permissions, restrictions, and obligations for reuse of content. The document discusses updates to RightsML 1.2 including support for additional encodings like JSON and linking to related efforts on expressing rights statements and policies for open data and cultural works.
Introduction to IPTC Rights - RightsML and ODRLIntroduction to IPTC Rights - RightsML and ODRL
Introduction to IPTC Rights - RightsML and ODRL
Stuart Myles
7 slides686 views
IPTC Semantic Web Working Group Autumn 2012 by Stuart Myles, has 13 slides with 522 views.Making use of Semantic Technologies for news, including rNews v1.1 for embedding news metadata in web pages.
IPTC Semantic Web Working Group Autumn 2012IPTC Semantic Web Working Group Autumn 2012
IPTC Semantic Web Working Group Autumn 2012
Stuart Myles
13 slides522 views
IPTC Semantic Web Working Group Summer 2012 by Stuart Myles, has 13 slides with 538 views.The IPTC Semantic Web Working Group is working to leverage Semantic Web technologies like RDFa and microdata to represent news content. Their work involves determining the aspects of news to represent in models and specifying formats to represent the news metadata. They have developed rNews 1.0 as an embeddable news metadata standard that can be implemented using RDFa or HTML5 Microdata. They are working to promote adoption of rNews and are considering feedback to develop rNews 1.1, planned for release in October.
IPTC Semantic Web Working Group Summer 2012IPTC Semantic Web Working Group Summer 2012
IPTC Semantic Web Working Group Summer 2012
Stuart Myles
13 slides538 views
Introduction To Open Web Protocols by Mohan Krishnan, has 54 slides with 2224 views.In this presentation I provide a gentle introduction to successful open web protocols such as OpenID, OAuth, Atompub and OpenSocial in terms of what they provide as well as how they can be useful to developers. Presented at the inaugural MSCOSCON 2009 in Malaysia. Note: This presentation draws from a lot of existing content online and I have attempted to ensure that the sources have copyright that allowed reuse as well as all sources have been duly attributed. If there is any attribution missing or misuse of content please do contact me and I will rectify it.
Introduction To Open Web ProtocolsIntroduction To Open Web Protocols
Introduction To Open Web Protocols
Mohan Krishnan
54 slides2.2K views
IPTC Rights Statements For News by Stuart Myles, has 8 slides with 550 views.A proposal to adopt an approach inspired by rightsstatements.org: 1. Create a set of rights statements specific to news and media 2. Host the rights statements using the IPTC CV server 3. Create an editorial process for adding new rights statements 4. Document how to use the rights statements – and maybe even implement an evaluation engine with explanations 5. Document how to mix in custom statements with IPTC ones Presented at the IPTC Spring 2019 meeting https://iptc.org/events/spring-meeting-2019/
IPTC Rights Statements For NewsIPTC Rights Statements For News
IPTC Rights Statements For News
Stuart Myles
8 slides550 views
IPTC Rights Expression Working Group Autumn 2013 by Stuart Myles, has 13 slides with 849 views.The document discusses RightsML, a standard for expressing rights and permissions for digital content. RightsML is based on the ODRL standard and allows publishers to specify machine-readable permissions, restrictions, and duties for content. It can be embedded in content files or stored separately. The document outlines efforts to promote adoption of RightsML, including finalizing the RightsML 1.1 specification, providing examples and templates, expressing RightsML in JSON for embedding in files, and getting feedback from users. It announces the next meeting will be in Istanbul in March 2014.
IPTC Rights Expression Working Group Autumn 2013IPTC Rights Expression Working Group Autumn 2013
IPTC Rights Expression Working Group Autumn 2013
Stuart Myles
13 slides849 views
Leveraging the Open IoT Ecosystem to Accelerate Innovation [BizofIoT] by Ian Skerrett, has 34 slides with 1456 views.This document discusses leveraging open source ecosystems to accelerate IoT product strategies. It argues that open standards and hardware lower barriers to entry and allow companies to participate in larger markets. The document recommends that companies embrace open IoT standards, leverage open hardware, and participate in open source software projects to help build out the IoT ecosystem. This will help companies play in bigger markets and lower barriers for both themselves and developers.
Leveraging the Open IoT Ecosystem to Accelerate Innovation [BizofIoT]Leveraging the Open IoT Ecosystem to Accelerate Innovation [BizofIoT]
Leveraging the Open IoT Ecosystem to Accelerate Innovation [BizofIoT]
Ian Skerrett
34 slides1.5K views
IPTC Rights October 2016 by Stuart Myles, has 5 slides with 714 views.Quick update on the work IPTC is doing in partnership with the W3C on rights expression using ODRL and RightsML
IPTC Rights October 2016IPTC Rights October 2016
IPTC Rights October 2016
Stuart Myles
5 slides714 views
IPTC Rights Working Group Autumn 2012 by Stuart Myles, has 12 slides with 777 views.RightsML is an IPTC standard for expressing rights and permissions for content in a machine-readable format. It is based on the ODRL standard and was developed based on requirements from media companies. RightsML allows publishers to express rights on content they manage as well as enforce rights on behalf of third parties. It provides clients with information on permissions and restrictions for content, which is a key criteria when selecting content. The current version of RightsML is in an experimental phase to test implementations and gather feedback to improve the standard.
IPTC Rights Working Group Autumn 2012IPTC Rights Working Group Autumn 2012
IPTC Rights Working Group Autumn 2012
Stuart Myles
12 slides777 views
IPTC Rights Working Group Summer 2012 by Stuart Myles, has 15 slides with 468 views.Publishers need a standardized way to express content rights in a machine-readable format. RightsML is being developed as an IPTC standard to address this need. It is based on the Open Digital Rights Language and allows publishers to automatically apply permissions, restrictions, and duties to content. The RightsML working group is currently in an experimental phase where publishers can try implementing RightsML and provide feedback to help improve the standard.
IPTC Rights Working Group Summer 2012IPTC Rights Working Group Summer 2012
IPTC Rights Working Group Summer 2012
Stuart Myles
15 slides468 views
Go open2010 sde_20100417 by Sandro D'Elia, has 25 slides with 412 views.Free / Open Source Software (OSS) in ICT research GoOpen 2010 – Open Source conference Oslo, Norway April 19th and 20th
Go open2010 sde_20100417Go open2010 sde_20100417
Go open2010 sde_20100417
Sandro D'Elia
25 slides412 views
IPTC Rights Expression Language Spring 2012 by Stuart Myles, has 19 slides with 507 views.The document discusses RightsML, a standard developed by IPTC to express rights and permissions for digital content in a machine-readable format. It proposes launching RightsML in an experimental phase to get feedback from publishers on whether the current vocabulary adequately captures the rights needed and if partners can express and process those rights. The IPTC Rights Working Group will vote on adopting version 1.0 of RightsML and starting the experimental phase. Publishers are encouraged to try implementing RightsML during this phase and provide input to help IPTC improve the standard.
IPTC Rights Expression Language Spring 2012IPTC Rights Expression Language Spring 2012
IPTC Rights Expression Language Spring 2012
Stuart Myles
19 slides507 views
IPTC Semantic Web 2011 Autumn Working Party by Stuart Myles, has 12 slides with 479 views.The launch of rNews 1.0, including schema.org alignment. Discussion of plans to expand Linked Data expressions for news
IPTC Semantic Web 2011 Autumn Working PartyIPTC Semantic Web 2011 Autumn Working Party
IPTC Semantic Web 2011 Autumn Working Party
Stuart Myles
12 slides479 views
IESL Talk Series: Apache System Projects in the Real World by Srinath Perera, has 34 slides with 583 views.- LEAD was a large-scale e-science project funded by the NSF that used Apache technologies like Axis2, ODE, and others to build a dynamic weather analysis system across multiple universities in the US. - It faced challenges at large scale including distributed resources, long-running jobs, large data, and usage spikes from many parallel users. - Key subsystems included workflows, data, and messaging which also presented challenges around resource utilization, scalability, fault-tolerance, and security at that scale. - Over time, LEAD transitioned major components to Apache projects and has now joined the Apache incubator as the Apache Airavata project.
IESL Talk Series: Apache System Projects in the Real WorldIESL Talk Series: Apache System Projects in the Real World
IESL Talk Series: Apache System Projects in the Real World
Srinath Perera
34 slides583 views
Update on IPTC's EXTRA Open Source Classification Engine by Stuart Myles, has 11 slides with 716 views.IPTC is creating an open source news classification engine. We have won a grant from Google DNI to create a rule-based engine and rules for at least two languages. We've worked up detailed requirements and are now moving onto implementation.
Update on IPTC's EXTRA Open Source Classification EngineUpdate on IPTC's EXTRA Open Source Classification Engine
Update on IPTC's EXTRA Open Source Classification Engine
Stuart Myles
11 slides716 views
FITT Toolbox: Open Source Business Case by FITT, has 39 slides with 427 views.iText has developed open source Software for development of a pdf engine in a Java environment. The way that iText managed to find the most appropriate FOSS protection strategy is exemplary for a lot of other open source software companies. The dual licensing model makes it possible to share knowledge for free with those who accept the terms of the FOSS license and to distribute it under a commercial license for those who want to makes business with it. www.FITT-for-Innovation.eu
FITT Toolbox: Open Source Business CaseFITT Toolbox: Open Source Business Case
FITT Toolbox: Open Source Business Case
FITT
39 slides427 views
IPTC Rights Working Group Autumn 2012
IPTC Rights Working Group Autumn 2012IPTC Rights Working Group Autumn 2012
IPTC Rights Working Group Autumn 2012
Stuart Myles
 
IPTC Rights Working Group Summer 2012
IPTC Rights Working Group Summer 2012IPTC Rights Working Group Summer 2012
IPTC Rights Working Group Summer 2012
Stuart Myles
 
Go open2010 sde_20100417
Go open2010 sde_20100417Go open2010 sde_20100417
Go open2010 sde_20100417
Sandro D'Elia
 
IPTC Rights Expression Language Spring 2012
IPTC Rights Expression Language Spring 2012IPTC Rights Expression Language Spring 2012
IPTC Rights Expression Language Spring 2012
Stuart Myles
 
IPTC Semantic Web 2011 Autumn Working Party
IPTC Semantic Web 2011 Autumn Working PartyIPTC Semantic Web 2011 Autumn Working Party
IPTC Semantic Web 2011 Autumn Working Party
Stuart Myles
 
IESL Talk Series: Apache System Projects in the Real World
IESL Talk Series: Apache System Projects in the Real WorldIESL Talk Series: Apache System Projects in the Real World
IESL Talk Series: Apache System Projects in the Real World
Srinath Perera
 
Update on IPTC's EXTRA Open Source Classification Engine
Update on IPTC's EXTRA Open Source Classification EngineUpdate on IPTC's EXTRA Open Source Classification Engine
Update on IPTC's EXTRA Open Source Classification Engine
Stuart Myles
 
FITT Toolbox: Open Source Business Case
FITT Toolbox: Open Source Business CaseFITT Toolbox: Open Source Business Case
FITT Toolbox: Open Source Business Case
FITT
 

More from Stuart Myles (20)

IPTC New Taxonomies Ideas
IPTC New Taxonomies IdeasIPTC New Taxonomies Ideas
IPTC New Taxonomies Ideas
Stuart Myles
 
IPTC Board Spring 2019
IPTC Board Spring 2019IPTC Board Spring 2019
IPTC Board Spring 2019
Stuart Myles
 
IPTC Spring 2019 Conference
IPTC Spring 2019 ConferenceIPTC Spring 2019 Conference
IPTC Spring 2019 Conference
Stuart Myles
 
Photomation or Fauxtomation?
Photomation or Fauxtomation?Photomation or Fauxtomation?
Photomation or Fauxtomation?
Stuart Myles
 
Image Tagging at the Associated Press
Image Tagging at the Associated PressImage Tagging at the Associated Press
Image Tagging at the Associated Press
Stuart Myles
 
IPTC Rights Working Group Toronto October 2018
IPTC Rights Working Group Toronto October 2018IPTC Rights Working Group Toronto October 2018
IPTC Rights Working Group Toronto October 2018
Stuart Myles
 
IPTC AGM 2018 Welcome
IPTC AGM 2018 WelcomeIPTC AGM 2018 Welcome
IPTC AGM 2018 Welcome
Stuart Myles
 
How Can We Make Algorithmic News More Transparent?
How Can We Make Algorithmic News More Transparent?How Can We Make Algorithmic News More Transparent?
How Can We Make Algorithmic News More Transparent?
Stuart Myles
 
IPTC EXTRA Spring 2018
IPTC EXTRA Spring 2018IPTC EXTRA Spring 2018
IPTC EXTRA Spring 2018
Stuart Myles
 
IPTC Machine Readable Rights for News and Media: Solving Three Challenges wit...
IPTC Machine Readable Rights for News and Media: Solving Three Challenges wit...IPTC Machine Readable Rights for News and Media: Solving Three Challenges wit...
IPTC Machine Readable Rights for News and Media: Solving Three Challenges wit...
Stuart Myles
 
Ap Taxonomy Localization Requirements and Challenges
Ap Taxonomy Localization Requirements and ChallengesAp Taxonomy Localization Requirements and Challenges
Ap Taxonomy Localization Requirements and Challenges
Stuart Myles
 
IPTC Spring Meeting Welcome To Athens April 2018
IPTC Spring Meeting Welcome To Athens April 2018IPTC Spring Meeting Welcome To Athens April 2018
IPTC Spring Meeting Welcome To Athens April 2018
Stuart Myles
 
Sustaining Television News Technical Challenges
Sustaining Television News Technical ChallengesSustaining Television News Technical Challenges
Sustaining Television News Technical Challenges
Stuart Myles
 
How to Train Your Classifier: Create a Serverless Machine Learning System wit...
How to Train Your Classifier: Create a Serverless Machine Learning System wit...How to Train Your Classifier: Create a Serverless Machine Learning System wit...
How to Train Your Classifier: Create a Serverless Machine Learning System wit...
Stuart Myles
 
The Search for IPTC's Next Managing Director
The Search for IPTC's Next Managing DirectorThe Search for IPTC's Next Managing Director
The Search for IPTC's Next Managing Director
Stuart Myles
 
IPTC Approach to News in JSON
IPTC Approach to News in JSONIPTC Approach to News in JSON
IPTC Approach to News in JSON
Stuart Myles
 
IPTC News in JSON November 2017
IPTC News in JSON November 2017IPTC News in JSON November 2017
IPTC News in JSON November 2017
Stuart Myles
 
IPTC EXTRA and EXTRA+ November 2017
IPTC EXTRA and EXTRA+ November 2017IPTC EXTRA and EXTRA+ November 2017
IPTC EXTRA and EXTRA+ November 2017
Stuart Myles
 
Welcome to Barcelona - IPTC November 2017
Welcome to Barcelona - IPTC November 2017Welcome to Barcelona - IPTC November 2017
Welcome to Barcelona - IPTC November 2017
Stuart Myles
 
Credibility Schema Working Group
Credibility Schema Working GroupCredibility Schema Working Group
Credibility Schema Working Group
Stuart Myles
 
IPTC New Taxonomies Ideas
IPTC New Taxonomies IdeasIPTC New Taxonomies Ideas
IPTC New Taxonomies Ideas
Stuart Myles
 
IPTC Board Spring 2019
IPTC Board Spring 2019IPTC Board Spring 2019
IPTC Board Spring 2019
Stuart Myles
 
IPTC Spring 2019 Conference
IPTC Spring 2019 ConferenceIPTC Spring 2019 Conference
IPTC Spring 2019 Conference
Stuart Myles
 
Photomation or Fauxtomation?
Photomation or Fauxtomation?Photomation or Fauxtomation?
Photomation or Fauxtomation?
Stuart Myles
 
Image Tagging at the Associated Press
Image Tagging at the Associated PressImage Tagging at the Associated Press
Image Tagging at the Associated Press
Stuart Myles
 
IPTC Rights Working Group Toronto October 2018
IPTC Rights Working Group Toronto October 2018IPTC Rights Working Group Toronto October 2018
IPTC Rights Working Group Toronto October 2018
Stuart Myles
 
IPTC AGM 2018 Welcome
IPTC AGM 2018 WelcomeIPTC AGM 2018 Welcome
IPTC AGM 2018 Welcome
Stuart Myles
 
How Can We Make Algorithmic News More Transparent?
How Can We Make Algorithmic News More Transparent?How Can We Make Algorithmic News More Transparent?
How Can We Make Algorithmic News More Transparent?
Stuart Myles
 
IPTC EXTRA Spring 2018
IPTC EXTRA Spring 2018IPTC EXTRA Spring 2018
IPTC EXTRA Spring 2018
Stuart Myles
 
IPTC Machine Readable Rights for News and Media: Solving Three Challenges wit...
IPTC Machine Readable Rights for News and Media: Solving Three Challenges wit...IPTC Machine Readable Rights for News and Media: Solving Three Challenges wit...
IPTC Machine Readable Rights for News and Media: Solving Three Challenges wit...
Stuart Myles
 
Ap Taxonomy Localization Requirements and Challenges
Ap Taxonomy Localization Requirements and ChallengesAp Taxonomy Localization Requirements and Challenges
Ap Taxonomy Localization Requirements and Challenges
Stuart Myles
 
IPTC Spring Meeting Welcome To Athens April 2018
IPTC Spring Meeting Welcome To Athens April 2018IPTC Spring Meeting Welcome To Athens April 2018
IPTC Spring Meeting Welcome To Athens April 2018
Stuart Myles
 
Sustaining Television News Technical Challenges
Sustaining Television News Technical ChallengesSustaining Television News Technical Challenges
Sustaining Television News Technical Challenges
Stuart Myles
 
How to Train Your Classifier: Create a Serverless Machine Learning System wit...
How to Train Your Classifier: Create a Serverless Machine Learning System wit...How to Train Your Classifier: Create a Serverless Machine Learning System wit...
How to Train Your Classifier: Create a Serverless Machine Learning System wit...
Stuart Myles
 
The Search for IPTC's Next Managing Director
The Search for IPTC's Next Managing DirectorThe Search for IPTC's Next Managing Director
The Search for IPTC's Next Managing Director
Stuart Myles
 
IPTC Approach to News in JSON
IPTC Approach to News in JSONIPTC Approach to News in JSON
IPTC Approach to News in JSON
Stuart Myles
 
IPTC News in JSON November 2017
IPTC News in JSON November 2017IPTC News in JSON November 2017
IPTC News in JSON November 2017
Stuart Myles
 
IPTC EXTRA and EXTRA+ November 2017
IPTC EXTRA and EXTRA+ November 2017IPTC EXTRA and EXTRA+ November 2017
IPTC EXTRA and EXTRA+ November 2017
Stuart Myles
 
Welcome to Barcelona - IPTC November 2017
Welcome to Barcelona - IPTC November 2017Welcome to Barcelona - IPTC November 2017
Welcome to Barcelona - IPTC November 2017
Stuart Myles
 
Credibility Schema Working Group
Credibility Schema Working GroupCredibility Schema Working Group
Credibility Schema Working Group
Stuart Myles
 

Recently uploaded (20)

[KZ] Web Ecosystem with Multimodality of Gemini.pptx
[KZ] Web Ecosystem with Multimodality of Gemini.pptx[KZ] Web Ecosystem with Multimodality of Gemini.pptx
[KZ] Web Ecosystem with Multimodality of Gemini.pptx
asemaialmanbetova
 
Artificial Intelligence (AI) in Computer Vision Market Size, Share, and Growt...
Artificial Intelligence (AI) in Computer Vision Market Size, Share, and Growt...Artificial Intelligence (AI) in Computer Vision Market Size, Share, and Growt...
Artificial Intelligence (AI) in Computer Vision Market Size, Share, and Growt...
NehaShaikh73
 
Cross-Cloud Comparison and Security Notes
Cross-Cloud Comparison and Security NotesCross-Cloud Comparison and Security Notes
Cross-Cloud Comparison and Security Notes
Teri Radichel
 
A Guide to Smart Building Open Standards 101
A Guide to Smart Building Open Standards 101A Guide to Smart Building Open Standards 101
A Guide to Smart Building Open Standards 101
Memoori
 
The Five Pillars of AI Readiness Webinar
The Five Pillars of AI Readiness WebinarThe Five Pillars of AI Readiness Webinar
The Five Pillars of AI Readiness Webinar
BrainSell Technologies
 
Robert Paul Hardee - A Dedicated IT Team Member
Robert Paul Hardee - A Dedicated IT Team MemberRobert Paul Hardee - A Dedicated IT Team Member
Robert Paul Hardee - A Dedicated IT Team Member
Robert Paul Hardee
 
Implementing Function Calling LLMs without Fear.pdf
Implementing Function Calling LLMs without Fear.pdfImplementing Function Calling LLMs without Fear.pdf
Implementing Function Calling LLMs without Fear.pdf
Benjamin Bengfort
 
Monitor Kafka Clients Centrally with KIP-714
Monitor Kafka Clients Centrally with KIP-714Monitor Kafka Clients Centrally with KIP-714
Monitor Kafka Clients Centrally with KIP-714
Kumar Keshav
 
AI in Real Estate Industry PPT | Presentation
AI in Real Estate Industry PPT | PresentationAI in Real Estate Industry PPT | Presentation
AI in Real Estate Industry PPT | Presentation
Codiste
 
People Over Process: Unlocking Agile Success Through Culture and Well-being b...
People Over Process: Unlocking Agile Success Through Culture and Well-being b...People Over Process: Unlocking Agile Success Through Culture and Well-being b...
People Over Process: Unlocking Agile Success Through Culture and Well-being b...
Agile ME
 
Doctronic's 5M Seed Funding Pioneering AI-Powered Healthcare Solutions.pdf
Doctronic's 5M Seed Funding Pioneering AI-Powered Healthcare Solutions.pdfDoctronic's 5M Seed Funding Pioneering AI-Powered Healthcare Solutions.pdf
Doctronic's 5M Seed Funding Pioneering AI-Powered Healthcare Solutions.pdf
davidandersonofficia
 
The Gold Jacket Journey - How I passed 12 AWS Certs without Burning Out (and ...
The Gold Jacket Journey - How I passed 12 AWS Certs without Burning Out (and ...The Gold Jacket Journey - How I passed 12 AWS Certs without Burning Out (and ...
The Gold Jacket Journey - How I passed 12 AWS Certs without Burning Out (and ...
VictorSzoltysek
 
Autopilot for Everyone Series Session 2: Elevate Your Automation Skills
Autopilot for Everyone Series Session 2: Elevate Your Automation SkillsAutopilot for Everyone Series Session 2: Elevate Your Automation Skills
Autopilot for Everyone Series Session 2: Elevate Your Automation Skills
UiPathCommunity
 
Affordable Power Apps | Mismo Systems
Affordable Power Apps   |  Mismo SystemsAffordable Power Apps   |  Mismo Systems
Affordable Power Apps | Mismo Systems
mismosystems90
 
ISTQB Foundation Level – Chapter 4: Test Design Techniques
ISTQB Foundation Level – Chapter 4: Test Design TechniquesISTQB Foundation Level – Chapter 4: Test Design Techniques
ISTQB Foundation Level – Chapter 4: Test Design Techniques
zubair khan
 
Top 5+ Soulmate AI chatbots Platform for 2025
Top 5+ Soulmate AI chatbots Platform for 2025Top 5+ Soulmate AI chatbots Platform for 2025
Top 5+ Soulmate AI chatbots Platform for 2025
Soulmaite
 
Delta Lake Tips, Tricks, and Best Practices WIP.pptx
Delta Lake Tips, Tricks, and Best Practices WIP.pptxDelta Lake Tips, Tricks, and Best Practices WIP.pptx
Delta Lake Tips, Tricks, and Best Practices WIP.pptx
carlyakerly1
 
Beginners: Radio Frequency, Band and Spectrum (V3)
Beginners: Radio Frequency, Band and Spectrum (V3)Beginners: Radio Frequency, Band and Spectrum (V3)
Beginners: Radio Frequency, Band and Spectrum (V3)
3G4G
 
On the rise: Book subjects on the move in the Canadian market - Tech Forum 2025
On the rise: Book subjects on the move in the Canadian market - Tech Forum 2025On the rise: Book subjects on the move in the Canadian market - Tech Forum 2025
On the rise: Book subjects on the move in the Canadian market - Tech Forum 2025
BookNet Canada
 
What comes after world domination with Daniel Stenberg, April 2025
What comes after world domination with Daniel Stenberg, April 2025What comes after world domination with Daniel Stenberg, April 2025
What comes after world domination with Daniel Stenberg, April 2025
Daniel Stenberg
 
[KZ] Web Ecosystem with Multimodality of Gemini.pptx
[KZ] Web Ecosystem with Multimodality of Gemini.pptx[KZ] Web Ecosystem with Multimodality of Gemini.pptx
[KZ] Web Ecosystem with Multimodality of Gemini.pptx
asemaialmanbetova
 
Artificial Intelligence (AI) in Computer Vision Market Size, Share, and Growt...
Artificial Intelligence (AI) in Computer Vision Market Size, Share, and Growt...Artificial Intelligence (AI) in Computer Vision Market Size, Share, and Growt...
Artificial Intelligence (AI) in Computer Vision Market Size, Share, and Growt...
NehaShaikh73
 
Cross-Cloud Comparison and Security Notes
Cross-Cloud Comparison and Security NotesCross-Cloud Comparison and Security Notes
Cross-Cloud Comparison and Security Notes
Teri Radichel
 
A Guide to Smart Building Open Standards 101
A Guide to Smart Building Open Standards 101A Guide to Smart Building Open Standards 101
A Guide to Smart Building Open Standards 101
Memoori
 
The Five Pillars of AI Readiness Webinar
The Five Pillars of AI Readiness WebinarThe Five Pillars of AI Readiness Webinar
The Five Pillars of AI Readiness Webinar
BrainSell Technologies
 
Robert Paul Hardee - A Dedicated IT Team Member
Robert Paul Hardee - A Dedicated IT Team MemberRobert Paul Hardee - A Dedicated IT Team Member
Robert Paul Hardee - A Dedicated IT Team Member
Robert Paul Hardee
 
Implementing Function Calling LLMs without Fear.pdf
Implementing Function Calling LLMs without Fear.pdfImplementing Function Calling LLMs without Fear.pdf
Implementing Function Calling LLMs without Fear.pdf
Benjamin Bengfort
 
Monitor Kafka Clients Centrally with KIP-714
Monitor Kafka Clients Centrally with KIP-714Monitor Kafka Clients Centrally with KIP-714
Monitor Kafka Clients Centrally with KIP-714
Kumar Keshav
 
AI in Real Estate Industry PPT | Presentation
AI in Real Estate Industry PPT | PresentationAI in Real Estate Industry PPT | Presentation
AI in Real Estate Industry PPT | Presentation
Codiste
 
People Over Process: Unlocking Agile Success Through Culture and Well-being b...
People Over Process: Unlocking Agile Success Through Culture and Well-being b...People Over Process: Unlocking Agile Success Through Culture and Well-being b...
People Over Process: Unlocking Agile Success Through Culture and Well-being b...
Agile ME
 
Doctronic's 5M Seed Funding Pioneering AI-Powered Healthcare Solutions.pdf
Doctronic's 5M Seed Funding Pioneering AI-Powered Healthcare Solutions.pdfDoctronic's 5M Seed Funding Pioneering AI-Powered Healthcare Solutions.pdf
Doctronic's 5M Seed Funding Pioneering AI-Powered Healthcare Solutions.pdf
davidandersonofficia
 
The Gold Jacket Journey - How I passed 12 AWS Certs without Burning Out (and ...
The Gold Jacket Journey - How I passed 12 AWS Certs without Burning Out (and ...The Gold Jacket Journey - How I passed 12 AWS Certs without Burning Out (and ...
The Gold Jacket Journey - How I passed 12 AWS Certs without Burning Out (and ...
VictorSzoltysek
 
Autopilot for Everyone Series Session 2: Elevate Your Automation Skills
Autopilot for Everyone Series Session 2: Elevate Your Automation SkillsAutopilot for Everyone Series Session 2: Elevate Your Automation Skills
Autopilot for Everyone Series Session 2: Elevate Your Automation Skills
UiPathCommunity
 
Affordable Power Apps | Mismo Systems
Affordable Power Apps   |  Mismo SystemsAffordable Power Apps   |  Mismo Systems
Affordable Power Apps | Mismo Systems
mismosystems90
 
ISTQB Foundation Level – Chapter 4: Test Design Techniques
ISTQB Foundation Level – Chapter 4: Test Design TechniquesISTQB Foundation Level – Chapter 4: Test Design Techniques
ISTQB Foundation Level – Chapter 4: Test Design Techniques
zubair khan
 
Top 5+ Soulmate AI chatbots Platform for 2025
Top 5+ Soulmate AI chatbots Platform for 2025Top 5+ Soulmate AI chatbots Platform for 2025
Top 5+ Soulmate AI chatbots Platform for 2025
Soulmaite
 
Delta Lake Tips, Tricks, and Best Practices WIP.pptx
Delta Lake Tips, Tricks, and Best Practices WIP.pptxDelta Lake Tips, Tricks, and Best Practices WIP.pptx
Delta Lake Tips, Tricks, and Best Practices WIP.pptx
carlyakerly1
 
Beginners: Radio Frequency, Band and Spectrum (V3)
Beginners: Radio Frequency, Band and Spectrum (V3)Beginners: Radio Frequency, Band and Spectrum (V3)
Beginners: Radio Frequency, Band and Spectrum (V3)
3G4G
 
On the rise: Book subjects on the move in the Canadian market - Tech Forum 2025
On the rise: Book subjects on the move in the Canadian market - Tech Forum 2025On the rise: Book subjects on the move in the Canadian market - Tech Forum 2025
On the rise: Book subjects on the move in the Canadian market - Tech Forum 2025
BookNet Canada
 
What comes after world domination with Daniel Stenberg, April 2025
What comes after world domination with Daniel Stenberg, April 2025What comes after world domination with Daniel Stenberg, April 2025
What comes after world domination with Daniel Stenberg, April 2025
Daniel Stenberg
 

IPTC Rights Working Group Autumn 2014: RightsML, ODRL