Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Macao Legacy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MACAO
Macao Legacy
Commits
4ab328e6
Commit
4ab328e6
authored
Jun 4, 2024
by
Eliott Sammier
Browse files
Options
Downloads
Patches
Plain Diff
Update ontology schema
Rename Exercices to reflect parsers & clean up unused objects
parent
d95bf45e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tetras_extraction/macao_12/macao_schema.ttl
+40
-42
40 additions, 42 deletions
tetras_extraction/macao_12/macao_schema.ttl
with
40 additions
and
42 deletions
tetras_extraction/macao_12/macao_schema.ttl
+
40
−
42
View file @
4ab328e6
...
@@ -7,15 +7,8 @@
...
@@ -7,15 +7,8 @@
@base
<http://www.semanticweb.org/eliott/ontologies/2024/4/macao/>
.
@base
<http://www.semanticweb.org/eliott/ontologies/2024/4/macao/>
.
<http://www.semanticweb.org/eliott/ontologies/2024/4/macao>
rdf:
type
owl:
Ontology
;
<http://www.semanticweb.org/eliott/ontologies/2024/4/macao>
rdf:
type
owl:
Ontology
;
rdfs:
label
"macao-schema"
@fr
.
rdfs:
label
"macao-schema"
@fr
;
owl:
versionInfo
1.1
.
#################################################################
# Annotation properties
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#test
:
test
rdf:
type
owl:
AnnotationProperty
.
#################################################################
#################################################################
# Object Properties
# Object Properties
...
@@ -96,10 +89,6 @@
...
@@ -96,10 +89,6 @@
# Classes
# Classes
#################################################################
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#MacaoRoot
:
MacaoRoot
rdf:
type
owl:
Class
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Cours
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Cours
:
Cours
rdf:
type
owl:
Class
;
:
Cours
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Page
.
rdfs:
subClassOf
:
Page
.
...
@@ -110,16 +99,41 @@
...
@@ -110,16 +99,41 @@
rdfs:
subClassOf
:
Page
.
rdfs:
subClassOf
:
Page
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/FlashObject
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/ExerciceGD
:
FlashObject
rdf:
type
owl:
Class
;
:
ExerciceGD
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
MacaoRessource
.
rdfs:
subClassOf
:
Exercice
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/ExerciceQC
:
ExerciceQC
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Exercice
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/ExerciceQC_QCM
:
ExerciceQC_QCM
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
ExerciceQC
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/ExerciceQC_QCU
:
ExerciceQC_QCU
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
ExerciceQC
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/ExerciceQM
:
ExerciceQM
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Exercice
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/
GD
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/
ExerciceTAT
:
GD
rdf:
type
owl:
Class
;
:
ExerciceTAT
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Exercice
.
rdfs:
subClassOf
:
Exercice
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/FlashObject
:
FlashObject
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
MacaoRessource
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Image
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Image
:
Image
rdf:
type
owl:
Class
;
:
Image
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
MacaoRessource
.
rdfs:
subClassOf
:
MacaoRessource
.
...
@@ -139,6 +153,10 @@
...
@@ -139,6 +153,10 @@
rdfs:
subClassOf
:
MacaoObject
.
rdfs:
subClassOf
:
MacaoObject
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/MacaoRoot
:
MacaoRoot
rdf:
type
owl:
Class
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Module
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Module
:
Module
rdf:
type
owl:
Class
;
:
Module
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
MacaoContenu
.
rdfs:
subClassOf
:
MacaoContenu
.
...
@@ -149,16 +167,6 @@
...
@@ -149,16 +167,6 @@
rdfs:
subClassOf
:
MacaoContenu
.
rdfs:
subClassOf
:
MacaoContenu
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/QC
:
QC
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Exercice
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/QM
:
QM
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Exercice
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/SimpleFlash
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/SimpleFlash
:
SimpleFlash
rdf:
type
owl:
Class
;
:
SimpleFlash
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
FlashObject
.
rdfs:
subClassOf
:
FlashObject
.
...
@@ -169,25 +177,15 @@
...
@@ -169,25 +177,15 @@
rdfs:
subClassOf
:
MacaoContenu
.
rdfs:
subClassOf
:
MacaoContenu
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/TAT
:
TAT
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Exercice
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/ValuePartition
:
ValuePartition
rdf:
type
owl:
Class
.
#################################################################
#################################################################
# General axioms
# General axioms
#################################################################
#################################################################
[
rdf:
type
owl:
AllDisjointClasses
;
[
rdf:
type
owl:
AllDisjointClasses
;
owl:
members
(
:
GD
owl:
members
(
:
Exercice
GD
:
QC
:
Exercice
QC
:
QM
:
Exercice
QM
:
TAT
:
Exercice
TAT
)
)
]
.
]
.
...
...
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