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.
SchemaOrg vocabulary
{{#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.
Contents
Files
- SVN source: schema-org.owl
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
Place
LocalBusiness
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 vcard:email
- 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 foaf:knows
- telephone : use v:tel
PostalAddress
We don't use this class or any of its attributes. We use vcard:Address instead. E.g. instead of schema:postalCode we use vcard:postalCode. schema:postOfficeBoxNumber is interesting; we might use that in the future.