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
7b8dc2c4
Commit
7b8dc2c4
authored
7 months ago
by
David Rouquet
Browse files
Options
Downloads
Patches
Plain Diff
ajout des propriétés pour le contenu MD
parent
edd4441a
No related branches found
No related tags found
2 merge requests
!4
Main
,
!3
Daxid html2md
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tetras_extraction/macao_schema.ttl
+54
-20
54 additions, 20 deletions
tetras_extraction/macao_schema.ttl
with
54 additions
and
20 deletions
tetras_extraction/macao_schema.ttl
+
54
−
20
View file @
7b8dc2c4
...
@@ -43,6 +43,13 @@
...
@@ -43,6 +43,13 @@
rdfs:
range
:
MacaoObject
.
rdfs:
range
:
MacaoObject
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientActivite
:
contientActivite
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
:
contient
;
rdfs:
domain
:
SousPartie
;
rdfs:
range
:
Activite
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientModule
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientModule
:
contientModule
rdf:
type
owl:
ObjectProperty
;
:
contientModule
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
:
contient
;
rdfs:
subPropertyOf
:
contient
;
...
@@ -50,13 +57,6 @@
...
@@ -50,13 +57,6 @@
rdfs:
range
:
Module
.
rdfs:
range
:
Module
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientPage
:
contientActivite
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
:
contient
;
rdfs:
domain
:
SousPartie
;
rdfs:
range
:
Activite
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientSousPartie
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientSousPartie
:
contientSousPartie
rdf:
type
owl:
ObjectProperty
;
:
contientSousPartie
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
:
contientModule
;
rdfs:
subPropertyOf
:
contientModule
;
...
@@ -81,6 +81,43 @@
...
@@ -81,6 +81,43 @@
# Data properties
# Data properties
#################################################################
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireInfo_html
:
commentaireInfo_html
rdf:
type
owl:
DatatypeProperty
;
rdfs:
subPropertyOf
:
commentaireInfo
;
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireInfo_md
:
commentaireInfo_md
rdf:
type
owl:
DatatypeProperty
;
rdfs:
subPropertyOf
:
commentaireInfo
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireSuccess_html
:
commentaireSuccess_html
rdf:
type
owl:
DatatypeProperty
;
rdfs:
subPropertyOf
:
commentaireSucces
;
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireSuccess_md
:
commentaireSuccess_md
rdf:
type
owl:
DatatypeProperty
;
rdfs:
subPropertyOf
:
commentaireSucces
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireSugg_html
:
commentaireSugg_html
rdf:
type
owl:
DatatypeProperty
;
rdfs:
subPropertyOf
:
commentaireSugg
;
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireSugg_md
:
commentaireSugg_md
rdf:
type
owl:
DatatypeProperty
;
rdfs:
subPropertyOf
:
commentaireSugg
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#description_md
:
description_md
rdf:
type
owl:
DatatypeProperty
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/cheminFichier
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/cheminFichier
:
cheminFichier
rdf:
type
owl:
DatatypeProperty
;
:
cheminFichier
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
MacaoRessource
;
rdfs:
domain
:
MacaoRessource
;
...
@@ -89,21 +126,18 @@
...
@@ -89,21 +126,18 @@
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireInfo
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireInfo
:
commentaireInfo
rdf:
type
owl:
DatatypeProperty
;
:
commentaireInfo
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
Activite
;
rdfs:
domain
:
Activite
.
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSucces
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSucces
:
commentaireSucces
rdf:
type
owl:
DatatypeProperty
;
:
commentaireSucces
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
Activite
;
rdfs:
domain
:
Activite
.
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSugg
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSugg
:
commentaireSugg
rdf:
type
owl:
DatatypeProperty
;
:
commentaireSugg
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
Activite
,
rdfs:
domain
:
Activite
,
:
Reponse
;
:
Reponse
.
rdfs:
range
rdf:
XMLLiteral
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/correct
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/correct
...
@@ -135,6 +169,11 @@
...
@@ -135,6 +169,11 @@
# Classes
# Classes
#################################################################
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Activite
:
Activite
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
MacaoContenu
.
### 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
:
Activite
.
rdfs:
subClassOf
:
Activite
.
...
@@ -208,11 +247,6 @@
...
@@ -208,11 +247,6 @@
rdfs:
subClassOf
:
MacaoContenu
.
rdfs:
subClassOf
:
MacaoContenu
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Page
:
Activite
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
MacaoContenu
.
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Reponse
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Reponse
:
Reponse
rdf:
type
owl:
Class
;
:
Reponse
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
MacaoContenu
.
rdfs:
subClassOf
:
MacaoContenu
.
...
@@ -241,4 +275,4 @@
...
@@ -241,4 +275,4 @@
]
.
]
.
### Generated by the OWL API (version 4.5.2
6
.2023-0
7
-1
7T20:34:13
Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.2
5
.2023-0
2
-1
5T19:15:49
Z) https://github.com/owlcs/owlapi
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