Skip to content

News releases html data

Thomas Gohard edited this page Jun 20, 2013 · 19 revisions

français

Return to Draft HTML pilots guide

  • This Wiki page is a draft of work being done by the Web Interoperability Working Group.
Information Required  Description  (And reference to controlled vocabulary if one exists equivalent ) schema.org Expected Type HTML Data Generic Entity if it exists GC extensions to schema.org (ones we had to make up) Comments about this entry
City City where the News Release was issued http://schema.org/City Text City
Province Province where the News Release was issued http://schema.org/State Text State
Country Country where the News Release was issued http://schema.org/Country Text Country
Audience Target Audience
Text
Subject Subject of the News Release
text
Department GoC Department issuing the News Release http://schema.org/GovernmentOrganization Text GovernmentOrganization
Type News Type
Text
Keywords Keywords
Text
Release Date News Release Date
http://schema.org/DateTime DateTime
Contact Name Contact Person for Media Relations http://schema.org/Person Text property:name
Contact Office Phone Office Phone Number of Contact Person for Media Relations http://schema.org/ContactPoint Text property:telephone
ContactPoint as Property of Person
Contact Cell Phone Cell Phone Number of Contact Person for Media Relations http://schema.org/Person Text property:telephone

News release: HTML data mark-up

<!doctype html>
<html>
<head>
<title>News release - Minister Lebel reiterated Canada's position on the International Civil Aviation Organization</title>
</head>
<body>
<div vocab="http://schema.org" typeof="Article">
    <span property="headline">Minister Lebel reiterated Canada's position on the International Civil Aviation Organization at the International Transport Forum's 2013 Summit</span>  
    For release - <span property="datePublished">May 23, 2013 </span>
    <span property="contentLocation" typeof="Place">
        <span property="addressLocality">OTTAWA</span> 
        <span property="addressRegion">Ontario</span> 
    </span>
    <span property="ArticleBody">
    <span property="description"><p>The Honourable Denis Lebel, Minister of Transport, Infrastructure and Communities, Minister of the Economic Development Agency of Canada for the Regions of Quebec and Minister of Intergovernmental Affairs, promoted Montreal, as the best city in the world to host the International Civil Aviation Organization at the International Transport Forum’s (ITF’s) 2013 Summit in Leipzig, Germany this week.</p>
        <p >He emphasized the importance of keeping Montreal as the head office of the International Civil Aviation Organization (ICAO). Canada has been proud to work with ICAO and to support its efforts to enhance the integrity of the global aviation system, said Minister Lebel. Canada has hosted ICAO since 1947 and is committed to signing a new 20-year agreement with ICAO to maintain the stability of its headquarters.</p>
<p >In his speeches at the conference, Minister Lebel explained Canada's approach to using public-private partnerships (P3s) to finance a number of major federal bridge projects. Under the new Building Canada Fund, projects with capital costs of more than $100 million will be assessed to determine if better value for money can be achieved through a P3 model. To illustrate the government’s collaborative work, Minister Lebel highlighted the Detroit River International Crossing, and the new bridge for the St. Lawrence River. 
</p>
<p >Minister Lebel will host a media availability to share highlights from his participation in the International Transport Forum’s 2013 Summit, Funding Transport, at 12:30 (EDT time) today. In order to join the call, media must pre-register before 12:15 with 
<span vocab="http://schema.org" typeof="Person">
<span property="name">Transport Canada’s media relations by calling</span>
<span property="telephone">613-993-0055</span>.
 </span>
</span> 
</span> 
 
– 30 -
Contacts: 
<p vocab="http://schema.org" typeof="Person">
    <span property="givenName">Marie-Josée</span><span property="familyName"> Paquette</span> 
<span property="jobTitle">Press Secretary</span>
<span property="worksFor">Office of the Honourable Denis Lebel
Minister of Transport, Infrastructure and Communities
Minister of the Economic Development Agency of Canada for the Regions of Quebec, and Minister of Intergovernmental Affairs</span>
    <span property="location" typeof="Place">
        <span property="addressLocality">Ottawa</span> 
        <span property="telephone">613-991-0700</span> 
    </span>
</p>
<span property="author" typeof="Organization">
<span property="contactPoint">Media Relations
Transport Canada</span>,    <span property="location" typeof="Place">
<span property="addressLocality">Ottawa</span> 
<span property="telephone">613-993-0055</span> </span>
This news release may be made available in alternative formats for persons living with visual disabilities
<span property="dateModified">2013-05-23</span>
</div>
</body>
</html>
Clone this wiki locally