Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rdf-vocabulary
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
Container registry
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
UNL
rdf-vocabulary
Commits
8663d7c5
Commit
8663d7c5
authored
5 years ago
by
Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Add has_index resources
parent
9b4c7f11
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
rdf-vocabulary/src/main/java/fr/tetras_libre/rdf/vocabulary/UNL.java
+3
-1
3 additions, 1 deletion
...ary/src/main/java/fr/tetras_libre/rdf/vocabulary/UNL.java
rdf-vocabulary/src/main/vocabs/unlVocabulary.ttl
+6
-0
6 additions, 0 deletions
rdf-vocabulary/src/main/vocabs/unlVocabulary.ttl
with
9 additions
and
1 deletion
rdf-vocabulary/src/main/java/fr/tetras_libre/rdf/vocabulary/UNL.java
+
3
−
1
View file @
8663d7c5
...
...
@@ -5,7 +5,7 @@ import org.apache.jena.ontology.*;
/**
* Vocabulary definitions from /Users/scurt/Projects/rdf-vocabulary/rdf-vocabulary/src/main/vocabs/unlVocabulary.ttl
* @author Auto-generated by schemagen on 2
0
May 2020
16
:0
1
* @author Auto-generated by schemagen on 2
5
May 2020
04
:0
0
*/
public
class
UNL
{
/** <p>The ontology model that holds the vocabulary terms</p> */
...
...
@@ -144,6 +144,8 @@ public class UNL {
public
static
final
DatatypeProperty
has_attribute
=
M_MODEL
.
createDatatypeProperty
(
"https://unl.tetras-libre.fr/rdf/schema#has_attribute"
);
public
static
final
DatatypeProperty
has_index
=
M_MODEL
.
createDatatypeProperty
(
"https://unl.tetras-libre.fr/rdf/schema#has_index"
);
public
static
final
DatatypeProperty
unlDatatypeProperty
=
M_MODEL
.
createDatatypeProperty
(
"https://unl.tetras-libre.fr/rdf/schema#unlDatatypeProperty"
);
public
static
final
AnnotationProperty
has_id
=
M_MODEL
.
createAnnotationProperty
(
"https://unl.tetras-libre.fr/rdf/schema#has_id"
);
...
...
This diff is collapsed.
Click to expand it.
rdf-vocabulary/src/main/vocabs/unlVocabulary.ttl
+
6
−
0
View file @
8663d7c5
...
...
@@ -2451,6 +2451,12 @@ train to NY = gol(train;NY)"""@en ;
rdfs:
domain
:
UNL_Structure
;
rdfs:
subPropertyOf
:
unlAnnotationProperty
;
.
:
has_index
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
:
UNL_Structure
;
rdfs:
range
xsd:
integer
;
rdfs:
subPropertyOf
:
unlDatatypeProperty
;
.
:
has_master_definition
rdf:
type
owl:
AnnotationProperty
;
rdfs:
domain
:
UW_Lexeme
;
...
...
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