Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
upnd
rcf-sparnatural
Commits
06828717f94a
Commit
b61332aa
authored
Jan 28, 2021
by
Fabien Amarger
Browse files
feat(ontology): Add Season and registerIsInSeason into ontology
For now only the begin date is handle
parent
7ca6a0f7c8d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
rcfexpense_sparnatural.ttl
View file @
06828717
...
...
@@ -93,6 +93,14 @@
rdfs:
label
"est dans le registre"
@fr
.
### http://rcfexpense.logilab.fr/registerIsInSeason
:
registerIsInSeason
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
<http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year>
;
rdfs:
domain
:
Register
;
rdfs:
range
:
Season
;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString>
"<http://rcfexpense.logilab.fr/season>/<http://rcfexpense.logilab.fr/beginYear>"
.
#################################################################
# Data properties
#################################################################
...
...
@@ -201,6 +209,13 @@
rdfs:
label
"Registre"
@fr
.
### http://rcfexpense.logilab.fr/Season
:
Season
rdf:
type
owl:
Class
;
rdfs:
subClassOf
<http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass>
;
<http://data.sparna.fr/ontologies/sparnatural-config-core#faIcon>
"fa fa-calendar"
;
rdfs:
label
"Saison"
@fr
.
### http://rcfexpense.logilab.fr/SingleField
:
SingleField
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Field
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment