Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(UML Overview)
(UML Overview)
Line 10: Line 10:
 
== UML Overview ==
 
== UML Overview ==
  
 +
 +
Notes:
 +
* Additions to the official RDFS representation of schema.org are shown in blue
 +
* Classes shown in red will be expanded below
 +
=== Main===
 
[[Image:Schema-org 2.0.100.png|center]]
 
[[Image:Schema-org 2.0.100.png|center]]
  
Places:
+
===Place===
  
 
[[Image:Schema-places-2.0.101.png|center]]
 
[[Image:Schema-places-2.0.101.png|center]]
  
Notes:
+
===Local Business===
* Additions to the official RDFS representation of schema.org are shown in blue
+
[[Image:Schema-lbusiness-2.0.101.png|center]]
* Classes shown in red will be expanded below
+
  
 
== Classes ==
 
== Classes ==

Revision as of 13:14, 5 May 2012

{{#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

Notes:

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

Main

Schema-org 2.0.100.png

Place

Schema-places-2.0.101.png

Local Business

Schema-lbusiness-2.0.101.png

Classes

CreativeWork

Event

Organization

Person

Place

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