Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
BaseOntology
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAS
BaseOntology
Merge requests
!10
README updated after introducing Tags for version control on gitlab
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
README updated after introducing Tags for version control on gitlab
Creating_version_3_6
into
master
Overview
0
Commits
1
Pipelines
0
Changes
Merged
Joerg Swetina
requested to merge
Creating_version_3_6
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
-
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9837dfd4
1 commit,
7 years ago
+
18
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
18
−
8
Options
The oneM2M Base Ontology
==============
This
is a priva
te repository for developing the oneM2M base ontology
This t
h
e repository
of oneM2M
for developing the oneM2M base ontology
The default branch will contain individual versions of the .owl files of the base ontology
(e.g. "base_ontology-v_3_5_0.owl"), matching the versions of TS-0012, which can be found at
http://onem2m.org/technical/latest-drafts
The 'master' (default) branch contains the current version of the base ontology as file: base_ontology.owl
For each new version of the ontology a new branch has been created, e.g. 'Creating_version_3_6', which subsequently was merged into 'master'.
After merging, a TAG, indicating the new version, is created.
Under this tag the file: base_ontology.owl contains the indicated version of the base ontology.
E.g. for tag 3_6_0 you will find the version 3_6_0 of the base ontology at the URL:
https://git.onem2m.org/MAS/BaseOntology/blob/3_6_0/base_ontology.owl
The
repository will also contain a file "base_ontology.owl" which contains the latest
version of
the base ontology.
The
versions of the ontology match the
version
s
of
TS-0012, which can be found at http://onem2m.org/technical/latest-drafts
For use in an ontology browser, e.g. Protege, one needs to use the link to the RAW version of the file, e.g.
https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl
General
For use in an ontology browser, e.g. Protege, one needs to use the link to the RAW version of the file.
The link to the latest version of the base ontology is:
https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl
The link to a specific version is:
https://git.onem2m.org/MAS/BaseOntology/raw/TAG/base_ontology.owl
E.g. for version 3_6_0 the TAG is 3_6_0. For loading that version of the ontology into a browser use the URL:
https://git.onem2m.org/MAS/BaseOntology/raw/3_6_0/base_ontology.owl
General information
-----
The classes and properties of the oneM2M base ontology are described in TS-0012.
Loading