@prefix xsd: . @prefix owl: . @prefix : . @prefix xml: . @prefix rdf: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionInfo "1.0" ; rdfs:comment "The IPTC rNews Ontology"@en . ################################################################# # # Annotation properties # ################################################################# ################################################################# # # Datatypes # ################################################################# ################################################################# # # Object Properties # ################################################################# ### http://iptc.org/std/rnews/2011-10-07#about rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "Indicates that the NewsItem is specifically about a concept."@en ; rdfs:range ; rdfs:domain . ### http://iptc.org/std/rnews/2011-10-07#accountablePerson rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "Specifies the person that is legally accountable for the NewsItem."@en ; rdfs:domain ; rdfs:range . ### http://iptc.org/std/rnews/2011-10-07#address rdf:type owl:ObjectProperty ; owl:versionInfo "1.0"@en ; rdfs:comment "A real-world postal address associated with this entity."@en ; rdfs:domain , , ; rdfs:range . ### http://iptc.org/std/rnews/2011-10-07#associatedArticle rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "An Article associated with the Media Object."@en ; rdfs:range ; rdfs:domain , , . ### http://iptc.org/std/rnews/2011-10-07#associatedMedia rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "An image or audio or video object associated with a NewsItem."@en ; rdfs:domain ; rdfs:range , , ; owl:inverseOf . ### http://iptc.org/std/rnews/2011-10-07#comment rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "Comments on this NewsItem, typically from readers/users."@en ; rdfs:domain ; rdfs:range . ### http://iptc.org/std/rnews/2011-10-07#contributor rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "A secondary contributor to the NewsItem."@en ; rdfs:domain ; rdfs:range , . ### http://iptc.org/std/rnews/2011-10-07#copyrightHolder rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "The entity holding the legal copyright to the NewsItem."@en ; rdfs:domain ; rdfs:range , . ### http://iptc.org/std/rnews/2011-10-07#creator rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "The author (creator) of the NewsItem or Comment."@en ; rdfs:domain , . ### http://iptc.org/std/rnews/2011-10-07#discusses rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "Specifies the NewsItem associated with this Comment."@en ; rdfs:range ; rdfs:domain ; owl:inverseOf . ### http://iptc.org/std/rnews/2011-10-07#editor rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "Specifies the person or organization who edited the NewsItem."@en ; rdfs:domain ; rdfs:range , . ### http://iptc.org/std/rnews/2011-10-07#geoCoordinates rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "The geo coordinates of the location."@en ; rdfs:range ; rdfs:domain . ### http://iptc.org/std/rnews/2011-10-07#mentions rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "Indicates that the NewsItem contains a reference to, but is not necessarily about a concept."@en ; rdfs:range ; rdfs:domain . ### http://iptc.org/std/rnews/2011-10-07#provider rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "Specifies the person or organization that distributed the NewsItem. "@en ; rdfs:domain ; rdfs:range , . ### http://iptc.org/std/rnews/2011-10-07#sourceOrganization rdf:type owl:ObjectProperty ; owl:versionInfo "1.0" ; rdfs:comment "The organization on whose behalf the creator was working."@en ; rdfs:domain ; rdfs:range . ################################################################# # # Data properties # ################################################################# ### http://iptc.org/std/rNews/2011-10-07#postOfficeBoxNumber rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A post office box associated with this postal address [optional]."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#additionalName rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The middle name portion of a full name for a person."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#addressCountry rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A country, part of the address. Implementors are encouraged (but not required) to use ISO 3166-1 alpha-2 country codes."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#addressLocality rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A city/town/village etc. part of the address."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#addressRegion rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A subdivision of a country, part of the address."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#alternativeHeadline rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A secondary headline or title of a NewsItem."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#articleBody rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The main text of the article."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#articleSection rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The top-level classification of the content by the publishing organization."@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#box rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#circle rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#commentText rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The text of the comment."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#commentTime rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The date and time at which the comment was left."@en ; rdfs:domain ; rdfs:range xsd:dateTime . ### http://iptc.org/std/rnews/2011-10-07#copyrightNotice rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "Any necessary copyright notice for claiming the intellectual property for the NewsItem."@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#copyrightYear rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The year during which the claimed copyright was first asserted."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#dateCreated rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The date (and optionally time) on which the NewsItem was created."@en ; rdfs:domain ; rdfs:range xsd:dateTime . ### http://iptc.org/std/rnews/2011-10-07#dateModified rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The date (and optionally time) on which the NewsItem was most recently modified."@en ; rdfs:domain ; rdfs:range xsd:dateTime . ### http://iptc.org/std/rnews/2011-10-07#datePublished rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The date (and optionally time) on which the NewsItem was first made available online."@en ; rdfs:domain ; rdfs:range xsd:dateTime . ### http://iptc.org/std/rnews/2011-10-07#dateline rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The location where the NewsItem was produced."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#description rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A free-form textual description of the NewsItem. Publishers may find it helpful to view this as the \"caption\" for a Media object."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#discussionUrl rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A link to the page containing the comments relating to this NewsItem."@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#duration rdf:type owl:DatatypeProperty ; rdfs:comment "The duration of the audio or video object in ISO 8601 date format. (see also http://en.wikipedia.org/wiki/ISO_8601)"@en ; rdfs:domain , ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#elevation rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The elevation is the height above sea level in meters of a specified point. An Elevation attribute must be specified in conjunction with a Point attribute."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#email rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "An email address."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#encodingFormat rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The encoding of a media asset. The encoding must be drawn from the IPTC NewsCodes for Images, Audio codecs or Video codecs available at http://cv.iptc.org/newscodes/format/, http://cv.iptc.org/newscodes/audiocodec/, and http://cv.iptc.org/newscodes/videocodec/ respectively."@en ; rdfs:domain , , ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#familyName rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "Family name. In the U.S., this is the last name of an individual."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#faxNumber rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "An international fax number."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#featureCode rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A code indicating the type of the geographic entity specified by a location object. The IPTC suggests (but does not require) that implementors of rNews populate this field with values drawn from the controlled vocabulary of feature codes provided by geonames.org."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#genre rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A term describing the general editorial category of the article. Implementors are encouraged (but not required) to draw values for type of material from the IPTC Genre subject headings at http://cv.iptc.org/newscodes/genre/."@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#givenName rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "Given name. In the U.S., this is the first name of an individual. Also used if the individual has only one name."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#headline rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The main (or only) headline or title for a NewsItem"@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#height rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "Height of the media object."@en ; rdfs:domain , ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#honorificPrefix rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "An honorific prefix preceding a person's name such as Dr/Mrs/Mr."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#honorificSuffix rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "An honorific suffix following a person's name such as M.D./PhD/MSCSW."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#identifier rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "An identifier for a NewsItem. This ID can be generated by the underlying publishing system. No two distinct NewsItems from the same site should be assigned the same id, but a single NewsItem may have multiple ids."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#inLanguage rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A language used by the news content specified according to IETF BCP 47 at http://tools.ietf.org/html/bcp47."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#interactionCount rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A count of a specific user interactions with this item—for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads.  It is suggested (but not required) that users draw the interaction type from the controlled vocabulary provided by schema.org at: http://schema.org/UserInteraction"@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#line rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#name rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The natural language name for a concept."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#point rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A point is a physical location on Earth. A point is expressed as a latitude and longitude separated by a space character. Points should be expressed in decimal as laid out in the WGS84 specification ()."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#polygon rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space-delimited points where the first and final points are identical."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#postalCode rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A postal code, part of the address."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#printColumn rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The number of the column in which the article appears in the print edition."@en ; rdfs:domain ; rdfs:range xsd:integer . ### http://iptc.org/std/rnews/2011-10-07#printEdition rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The edition of the print product in which the article appears. Implementors wishing to link to their own controlled vocabularies for this property may wish to specify this property as a URI."@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#printPage rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "If this article appears in print, this property indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. \"A5\", \"B18\")."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#printSection rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "If this article appears in print, this property indicates the print section in which the article appeared. Implementors wishing to link to their own controlled vocabularies for this property may wish to specify this property as a URI."@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#publishingPrinciples rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "Link to page describing the editorial principles of the organization primarily responsible for the creation or publication of the NewsItem."@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#replyToUrl rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The URL at which a reply may be posted to the specified comment."@en ; rdfs:domain ; rdfs:range xsd:anyURI . ### http://iptc.org/std/rnews/2011-10-07#streetAddress rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A line of address information, in the format expected by a recipient postal service. City, country area, country and postal code are expressed separately."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#telephone rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "An international phone number."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#thumbnailUrl rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A thumbnail image relevant to the content."@en ; rdfs:domain ; rdfs:range xsd:anyURI . ### http://iptc.org/std/rnews/2011-10-07#tickerSymbol rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The exchange traded instrument associated with an Organization object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. The IPTC suggests (but does not require) that implementors of rNews select the value for the exchange component of the tickerSymbol attribute from the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO 15022."@en ; rdfs:domain ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#transcript rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The transcript of this Video or Audio object"@en ; rdfs:domain , ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#url rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A reference to a web resource."@en ; rdfs:domain ; rdfs:range xsd:anyURI . ### http://iptc.org/std/rnews/2011-10-07#usageTerms rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "A human- or machine-readable statement about the usage terms pertaining to the NewsItem."@en ; rdfs:domain ; rdfs:range xsd:anyURI , xsd:string . ### http://iptc.org/std/rnews/2011-10-07#version rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The version of the NewsItem."@en ; rdfs:domain ; rdfs:range xsd:integer . ### http://iptc.org/std/rnews/2011-10-07#width rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "Width of the media object."@en ; rdfs:domain , ; rdfs:range xsd:string . ### http://iptc.org/std/rnews/2011-10-07#wordCount rdf:type owl:DatatypeProperty ; owl:versionInfo "1.0" ; rdfs:comment "The number of words in the article."@en ; rdfs:domain ; rdfs:range xsd:integer . ################################################################# # # Classes # ################################################################# ### http://iptc.org/std/rnews/2011-10-07#Article rdf:type owl:Class ; rdfs:subClassOf . ### http://iptc.org/std/rnews/2011-10-07#AudioObject rdf:type owl:Class ; rdfs:subClassOf . ### http://iptc.org/std/rnews/2011-10-07#Concept rdf:type owl:Class ; rdfs:subClassOf owl:Thing . ### http://iptc.org/std/rnews/2011-10-07#GeoCoordinates rdf:type owl:Class ; rdfs:subClassOf owl:Thing . ### http://iptc.org/std/rnews/2011-10-07#ImageObject rdf:type owl:Class ; rdfs:subClassOf . ### http://iptc.org/std/rnews/2011-10-07#NewsItem rdf:type owl:Class . ### http://iptc.org/std/rnews/2011-10-07#Organization rdf:type owl:Class ; rdfs:subClassOf . ### http://iptc.org/std/rnews/2011-10-07#Person rdf:type owl:Class ; rdfs:subClassOf . ### http://iptc.org/std/rnews/2011-10-07#Place rdf:type owl:Class ; rdfs:subClassOf . ### http://iptc.org/std/rnews/2011-10-07#PostalAddress rdf:type owl:Class ; rdfs:subClassOf owl:Thing . ### http://iptc.org/std/rnews/2011-10-07#UserComment rdf:type owl:Class ; rdfs:subClassOf owl:Thing . ### http://iptc.org/std/rnews/2011-10-07#VideoObject rdf:type owl:Class ; rdfs:subClassOf . ### Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net