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
b2d78c32
Commit
b2d78c32
authored
1 year ago
by
Eliott Sammier
Browse files
Options
Downloads
Patches
Plain Diff
Update ontology schema
parent
a35298dc
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
+50
-12
50 additions, 12 deletions
tetras_extraction/macao_12/macao_schema.ttl
with
50 additions
and
12 deletions
tetras_extraction/macao_12/macao_schema.ttl
+
50
−
12
View file @
b2d78c32
...
...
@@ -14,6 +14,23 @@
# Object Properties
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponse
:
aReponse
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
:
Reponse
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseCorrecte
:
aReponseCorrecte
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
:
Exercice
;
rdfs:
range
:
Reponse
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseIncorrecte
:
aReponseIncorrecte
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
:
Exercice
;
rdfs:
range
:
Reponse
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contenuDans
:
contenuDans
rdf:
type
owl:
ObjectProperty
;
owl:
inverseOf
:
contient
.
...
...
@@ -64,24 +81,40 @@
# Data properties
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseCorrecte
:
aReponseCorrecte
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
Exercice
;
rdfs:
range
xsd:
positiveInteger
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseIncorrecte
:
aReponseIncorrecte
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
Exercice
;
rdfs:
range
xsd:
positiveInteger
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/cheminFichier
:
cheminFichier
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
MacaoRessource
;
rdfs:
range
xsd:
anyURI
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireInfo
:
commentaireInfo
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
Page
;
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSucces
:
commentaireSucces
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
Page
;
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSugg
:
commentaireSugg
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
Page
;
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/correct
:
correct
rdf:
type
owl:
DatatypeProperty
;
rdfs:
range
xsd:
boolean
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/html
:
html
rdf:
type
owl:
DatatypeProperty
;
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/id
:
id
rdf:
type
owl:
DatatypeProperty
;
rdfs:
subPropertyOf
owl:
topDataProperty
;
...
...
@@ -179,6 +212,11 @@
rdfs:
subClassOf
:
MacaoContenu
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Reponse
:
Reponse
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
MacaoContenu
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/SimpleFlash
:
SimpleFlash
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
FlashObject
.
...
...
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