Skip to content
Snippets Groups Projects
Commit 8663d7c5 authored by Sebastien's avatar Sebastien
Browse files

Add has_index resources

parent 9b4c7f11
No related branches found
No related tags found
No related merge requests found
......@@ -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 20 May 2020 16:01
* @author Auto-generated by schemagen on 25 May 2020 04:00
*/
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" );
......
......@@ -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 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment