Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SchemaOrg vocabulary"

(Not Used)
(Classes)
Line 17: Line 17:
  
 
== Classes ==
 
== Classes ==
 +
 +
=== Person ===
 +
=== Organization ===
 +
=== Place ===
 +
=== CreativeWork ===
  
 
== Person Attributes==
 
== Person Attributes==

Revision as of 18:33, 26 September 2011

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

This page describes what classes and attributes are used from the RDF/OWL representation of the http://schema.org vocabulary.

STATUS: Work in progress.

Files

UML Overview

Schema-org 2.0.100.png

Notes:

  • Additions to the official RDFS representation of schema.org are shown in blue
  • Classes shown in red are expanded in the UML diagrams below

Classes

Person

Organization

Place

CreativeWork

Person Attributes

Not Used

  • additionalName - use card:additional-name in v:Name
  • address - use v:adr
  • affiliation Organization (multiple) - use v:org (singular per context)
  • birthdate - use v
  • contact points - use(v:tel, foaf:mbox, v:Fax)
  • email - use oaf:box
  • familyName - use v:family-name in v:Name
  • faxNumber - use v:Fax
  • gender - use foaf:gender
  • givenName - use v:given-name in v:Name
  • homeLocation : Place or ContactPoint - use p:Person role=p:Home
  • honorificPrefix : use v:honorific-prefix in v:Name
  • honorificSuffix : use v:honorific-suffix in v:Name
  • interactionCount - ?????
  • jobTitle : use os:jobTitle in Organization
  • knows : use oaf:knows
  • telephone : use v:tel

Back to the top