Documentation

About

Since April 2020, AUTO has been developed by an open community process. Official documentation of the AUTO project is located in its Github repository. The following files are important for any AUTO contributors:

  • LICENSE: AUTO is made available under MIT License.
  • DCO: We enforce the Developer Certificate of Origin (DCO) on Pull Requests. It requires all commit messages to contain the Signed-off-by line with an email address that matches the commit author. Contributors sign-off that they adhere to these requirements by adding a "Signed-off-by" line to commit messages.
  • READ.md: The README is the instruction manual. It explains how to get started.
  • CODE_OF_CONDUCT.md: The code of conduct sets ground rules for participants’ behavior associated and helps to facilitate a friendly, welcoming environment. The AUTO project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code.

We start building the automotive ontology from tranlating the auto extenion of schema.org into OWL.

From auto.schema.org to the automotive ontology

  • rdfs:subClassOf is used in schema.org.
  • schema:domainIncludes and schema:rangeIncludes values are converted into rdfs:domain and rdfs:range values using owl:unionOf to capture the multiplicity of values.
  • schema.org does not have restrictions. "min 0" restricitons involving realtion R have been added to a class C, if C was a domain of R.