Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref4auto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
SAREF
saref4auto
Commits
18178422
Commit
18178422
authored
5 years ago
by
Mike de Roode
Browse files
Options
Downloads
Patches
Plain Diff
Added initial draft of ontology
parent
c37dc107
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
example/example1.ttl
+0
-0
0 additions, 0 deletions
example/example1.ttl
ontology/saref4auto.ttl
+41
-0
41 additions, 0 deletions
ontology/saref4auto.ttl
with
41 additions
and
0 deletions
example/example1.ttl
0 → 100644
+
0
−
0
View file @
18178422
This diff is collapsed.
Click to expand it.
ontology/saref4auto.ttl
0 → 100644
+
41
−
0
View file @
18178422
# baseURI: http://w3id.org/saref4auto
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref4auto:
<http://w3id.org/saref4auto#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://w3id.org/saref4auto>
rdf:
type
owl:
Ontology
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
;
.
saref4auto:
Bus
rdf:
type
owl:
Class
;
rdfs:
label
"Bus"
^^
xsd:
string
;
rdfs:
subClassOf
saref4auto:
Vehicle
;
.
saref4auto:
Platoon
rdf:
type
owl:
Class
;
rdfs:
label
"Platoon"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
;
.
saref4auto:
Sensor
rdf:
type
rdfs:
Class
;
rdfs:
label
"Sensor"
^^
xsd:
string
;
.
saref4auto:
Tractor
rdf:
type
owl:
Class
;
rdfs:
label
"Tractor"
^^
xsd:
string
;
rdfs:
subClassOf
saref4auto:
Vehicle
;
.
saref4auto:
Truck
rdf:
type
owl:
Class
;
rdfs:
label
"Truck"
^^
xsd:
string
;
rdfs:
subClassOf
saref4auto:
Vehicle
;
.
saref4auto:
Vehicle
rdf:
type
owl:
Class
;
rdfs:
label
"Vehicle"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
;
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment