Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ORIGINAL |
3 |
public static final int |
PSI |
2 |
public static final int |
RHO |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTENT |
"Content" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
ORIGINAL_FACTOR |
1.0 |
public static final double |
WORDNET_FACTOR |
0.3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NS |
"http://dl-learner.org/pattern/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BASE_IRI |
"http://dbpedia.org/resource/" |
public static final String |
DBC |
"http://dbpedia.org/resource/Category:" |
public static final String |
DBO |
"http://dbpedia.org/ontology/" |
public static final String |
DBP |
"http://dbpedia.org/property/" |
public static final String |
DBR |
"http://dbpedia.org/resource/" |
public static final String |
NS |
"http://dbpedia.org/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
COMMAND_END |
8 |
public static final int |
DEFAULT |
0 |
public static final int |
DOUBLE |
11 |
public static final int |
EOF |
0 |
public static final int |
FORMAL_COMMENT |
6 |
public static final int |
ID |
9 |
public static final int |
MULTI_LINE_COMMENT |
7 |
public static final int |
NUMBER |
10 |
public static final int |
SINGLE_LINE_COMMENT |
5 |
public static final int |
STRING |
12 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
staticFlag |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_NR_OF_RESULTS |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LEARNING |
"Learning" |
public static final String |
LOADING |
"Loading" |
public static final String |
PREPROCESSING |
"Preprocessing" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
negExamplesFilePath |
"/tmp/smallis/neg_uris.txt" |
public static final String |
posExamplesFilePath |
"/tmp/smallis/pos_uris.txt" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
negExamplesFilePath |
"/tmp/smallis/../experiment2/neg_uris.txt" |
public static final String |
posExamplesFilePath |
"/tmp/smallis/../experiment2/pos_uris.txt" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
negExamplesFilePath |
"/tmp/neg_uris_cai_intersection_curated.txt" |
public static final String |
posExamplesFilePath |
"/tmp/pos_uris_cai_intersection_curated.txt" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEBUGTAIL |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_AUTHOR_SLOT |
"http://purl.org/dc/elements/1.1/creator" |
public static final String |
DEFAULT_DEFINITION_SLOT |
"http://www.w3.org/2004/02/skos/core#definition" |
public static final String |
DEFAULT_PREFERRED_NAME_SLOT |
"http://www.w3.org/2004/02/skos/core#prefLabel" |
public static final String |
DEFAULT_SYNONYM_SLOT |
"http://www.w3.org/2004/02/skos/core#altLabel" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TP |
"%s %s %s .\n" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ASK_DISJOINT_CLASSES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {{<%s> owl:disjointWith <%s> .} UNION {<%s> owl:disjointWith <%s> .}}" |
public static final String |
ASK_EQUIVALENT_CLASSES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> ASK {{<%s> owl:equivalentClass <%s> .} UNION {<%s> owl:equivalentClass ?var1 .}}" |
public static final String |
ASK_SUBCLASS_OF_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> ASK {<%s> rdfs:subClassOf <%s> .}" |
public static final String |
PREFIXES |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> " |
public static final String |
SELECT_CLASS_INSTANCES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 a <%s> .}" |
public static final String |
SELECT_CLASSES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 a owl:Class .}" |
public static final String |
SELECT_CLASSES_QUERY_ALT |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?var1 WHERE {[] a ?var1 .}" |
public static final String |
SELECT_DATA_PROPERTIES_BY_RANGE_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 a owl:DatatypeProperty . ?var1 rdfs:range <%s> . }" |
public static final String |
SELECT_DATA_PROPERTIES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 a owl:DatatypeProperty .}" |
public static final String |
SELECT_DIRECT_SUBCLASS_OF_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 {\n\t\tBIND( <%s> as ?concept )\n\t\t?var1 rdfs:subClassOf ?concept .\n\t\tOPTIONAL {\n\t\t?concept rdfs:subClassOf ?inbetweener .\n\t\t?var1 rdfs:subClassOf ?inbetweener .\n\t\tFILTER( ?inbetweener != ?concept && ?inbetweener != ?var1 )\n\t\t}\n\t\tFILTER( ! BOUND(?inbetweener) && ?var1 != ?concept)\n\t\t}" |
public static final String |
SELECT_DIRECT_SUPERCLASS_OF_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 {\n\t\tBIND( <%s> as ?concept )\n\t\t?concept rdfs:subClassOf ?var1 .\n\t\tOPTIONAL {\n\t\t?concept rdfs:subClassOf ?inbetweener .\n\t\t?inbetweener rdfs:subClassOf ?var1 .\n\t\tFILTER( ?inbetweener != ?concept && ?inbetweener != ?var1 )\n\t\t}\n\t\tFILTER( ! BOUND(?inbetweener) && ?var1 != ?concept)\n\t\t}" |
public static final String |
SELECT_DISJOINT_CLASSES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {{?var1 owl:disjointWith <%s> .} UNION {<%s> owl:disjointWith ?var1 .}}" |
public static final String |
SELECT_DISJOINT_PROPERTIES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {{?var1 owl:propertyDisjointWith <%s> .} UNION {<%s> owl:propertyDisjointWith ?var1 .}}" |
public static final String |
SELECT_EQUIVALENT_CLASSES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {{?var1 owl:equivalentClass <%s> .} UNION {<%s> owl:equivalentClass ?var1 .}}" |
public static final String |
SELECT_EQUIVALENT_PROPERTIES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {{?var1 owl:equivalentProperty <%s> .} UNION {<%s> owl:equivalentProperty ?var1 .}}" |
public static final String |
SELECT_INDIVIDUALS_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 a owl:NamedIndividual .}" |
public static final String |
SELECT_INDIVIDUALS_QUERY_ALT |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 a [] . \nOPTIONAL { ?s1 a ?var1. } \nOPTIONAL { ?s2 ?var1 []. } \nFILTER ( !BOUND(?s1) && !BOUND(?s2) ) }" |
public static final String |
SELECT_INSTANCE_TYPES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE { <%s> a ?var1 .}" |
public static final String |
SELECT_LEAF_CLASSES |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1\nWHERE { ?var1 a owl:Class .\nFILTER ( ?var1 != owl:Thing && ?var1 != owl:Nothing ) .\nOPTIONAL { ?var1 rdfs:subClassOf ?sub .\nFILTER ( ?sub != owl:Nothing && ?sub != ?var1 ) } .\nFILTER ( !BOUND(?sub) ) }" |
public static final String |
SELECT_LEAF_CLASSES_OWL |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1\nWHERE { ?var1 a owl:Class .\nFILTER ( ?var1 != owl:Thing && ?var1 != owl:Nothing ) .\nOPTIONAL { ?sub rdfs:subClassOf ?var1 .\nFILTER ( ?sub != owl:Nothing && ?sub != ?var1 ) } .\nFILTER ( !BOUND(?sub) ) }" |
public static final String |
SELECT_OBJECT_PROPERTIES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 a owl:ObjectProperty .}" |
public static final String |
SELECT_PROPERTY_RELATIONSHIPS_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 ?var2 WHERE { ?var1 <%s> ?var2 .}" |
public static final String |
SELECT_SIBLING_CLASSES_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {<%s> rdfs:subClassOf ?sup . ?var1 rdfs:subClassOf ?sup. FILTER(!SAMETERM(?var1, <%s>))}" |
public static final String |
SELECT_SUBCLASS_OF_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 rdfs:subClassOf <%s> .}" |
public static final String |
SELECT_SUBPROPERTY_OF_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {?var1 rdfs:subPropertyOf <%s> .}" |
public static final String |
SELECT_SUPERCLASS_OF_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {<%s> rdfs:subClassOf ?var1 .}" |
public static final String |
SELECT_SUPERCLASS_OF_QUERY_INF |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE { <%s> (rdfs:subClassOf|owl:equivalentClass|^owl:equivalentClass|(owl:intersectionOf/rdf:rest*/rdf:first))* ?var1 .}" |
public static final String |
SELECT_SUPERCLASS_OF_QUERY_RDFS |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE { <%s> rdfs:subClassOf* ?var1 .}" |
public static final String |
SELECT_SUPERPROPERTY_OF_QUERY |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1 WHERE {<%s> rdfs:subPropertyOf ?var1 .}" |
public static final String |
SELECT_TOP_LEVEL_OWL_CLASSES |
"PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?var1\nWHERE { ?var1 a owl:Class .\nFILTER ( ?var1 != owl:Thing && ?var1 != owl:Nothing ) .\nOPTIONAL { ?var1 rdfs:subClassOf ?super .\nFILTER ( ?super != owl:Thing && ?super != ?var1 && ?super != rdfs:Resource) } .\nFILTER ( !BOUND(?super) ) }" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALL |
17 |
public static final int |
AND |
14 |
public static final int |
BOTTOM |
13 |
public static final int |
COMMAND_END |
8 |
public static final int |
DEFAULT |
0 |
public static final int |
DOUBLE |
11 |
public static final int |
EOF |
0 |
public static final int |
EXISTS |
16 |
public static final int |
FORMAL_COMMENT |
6 |
public static final int |
GE |
19 |
public static final int |
ID |
9 |
public static final int |
LE |
20 |
public static final int |
MULTI_LINE_COMMENT |
7 |
public static final int |
NOT |
18 |
public static final int |
NUMBER |
10 |
public static final int |
OR |
15 |
public static final int |
SINGLE_LINE_COMMENT |
5 |
public static final int |
STRING |
21 |
public static final int |
TOP |
12 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ANYCHAR |
15 |
public static final int |
DEFAULT |
0 |
public static final int |
DIGIT |
10 |
public static final int |
DOUBLE |
8 |
public static final int |
EOF |
0 |
public static final int |
HICASE |
17 |
public static final int |
IDENTIFIER |
13 |
public static final int |
LOCASE |
16 |
public static final int |
NOT |
7 |
public static final int |
NUMBER |
9 |
public static final int |
OPERATOR |
14 |
public static final int |
SINGLE_LINE_COMMENT |
6 |
public static final int |
SPECIALCHAR |
18 |
public static final int |
STRINGCONSTANT |
11 |
public static final int |
VAR |
12 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
staticFlag |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_RULES |
"default" |
public static final String |
FULL_RULES |
"full" |
public static final String |
SIMPLE_RULES |
"simple" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NS |
"http://www.dl-learner.org/ontologies/enrichment.owl#" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COUNT |
"count" |
public static final String |
DOUBLE |
"double" |
public static final String |
MS |
"ms." |
public static final String |
PERCENTAGE |
"%" |
public static final String |
SECONDS |
"sec." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
UNPARSED_OCE |
"dllearner+unparsed:" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
OWL_ALL_VALUES_FROM |
"http://www.w3.org/2002/07/owl#allValuesFrom" |
public static final String |
OWL_cardinality |
"http://www.w3.org/2002/07/owl#cardinality" |
public static final String |
OWL_CLASS |
"http://www.w3.org/2002/07/owl#Class" |
public static final String |
OWL_complementOf |
"http://www.w3.org/2002/07/owl#complementOf" |
public static final String |
OWL_DATATYPPROPERTY |
"http://www.w3.org/2002/07/owl#DataTypeProperty" |
public static final String |
OWL_DIFFERENT_FROM |
"http://www.w3.org/2002/07/owl#differentFrom" |
public static final String |
OWL_DISJOINT_WITH |
"http://www.w3.org/2002/07/owl#disjointWith" |
public static final String |
OWL_EQUIVALENT_CLASS |
"http://www.w3.org/2002/07/owl#equivalentClass" |
public static final String |
OWL_equivalentProperty |
"http://www.w3.org/2002/07/owl#equivalentProperty" |
public static final String |
OWL_FunctionalProperty |
"http://www.w3.org/2002/07/owl#FunctionalProperty" |
public static final String |
OWL_HAS_VALUE |
"http://www.w3.org/2002/07/owl#hasValue" |
public static final String |
OWL_intersectionOf |
"http://www.w3.org/2002/07/owl#intersectionOf" |
public static final String |
OWL_InverseFunctionalProperty |
"http://www.w3.org/2002/07/owl#InverseFunctionalProperty" |
public static final String |
OWL_inverseOf |
"http://www.w3.org/2002/07/owl#inverseOf" |
public static final String |
OWL_maxCardinality |
"http://www.w3.org/2002/07/owl#maxCardinality" |
public static final String |
OWL_minCardinality |
"http://www.w3.org/2002/07/owl#minCardinality" |
public static final String |
OWL_NOTHING |
"http://www.w3.org/2002/07/owl#Nothing" |
public static final String |
OWL_OBJECTPROPERTY |
"http://www.w3.org/2002/07/owl#ObjectProperty" |
public static final String |
OWL_ON_PROPERTY |
"http://www.w3.org/2002/07/owl#onProperty" |
public static final String |
OWL_RESTRICTION |
"http://www.w3.org/2002/07/owl#Restriction" |
public static final String |
OWL_SAME_AS |
"http://www.w3.org/2002/07/owl#sameAs" |
public static final String |
OWL_SOME_VALUES_FROM |
"http://www.w3.org/2002/07/owl#someValuesFrom" |
public static final String |
OWL_SUBCLASS_OF |
"http://www.w3.org/2002/07/owl#subClassOf" |
public static final String |
OWL_SymmetricProperty |
"http://www.w3.org/2002/07/owl#SymmetricProperty" |
public static final String |
OWL_THING |
"http://www.w3.org/2002/07/owl#Thing" |
public static final String |
OWL_TransitiveProperty |
"http://www.w3.org/2002/07/owl#TransitiveProperty" |
public static final String |
OWL_unionOf |
"http://www.w3.org/2002/07/owl#unionOf" |
public static final String |
RDF_FIRST |
"http://www.w3.org/1999/02/22-rdf-syntax-ns#first" |
public static final String |
RDF_NIL |
"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" |
public static final String |
RDF_REST |
"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest" |
public static final String |
RDF_TYPE |
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" |
public static final String |
RDFS_CLASS |
"http://www.w3.org/2000/01/rdf-schema#Class" |
public static final String |
RDFS_COMMENT |
"http://www.w3.org/2000/01/rdf-schema#comment" |
public static final String |
RDFS_DESCRIPTION |
"http://www.w3.org/2000/01/rdf-schema#description" |
public static final String |
RDFS_domain |
"http://www.w3.org/2000/01/rdf-schema#domain" |
public static final String |
RDFS_IS_DEFINED_BY |
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" |
public static final String |
RDFS_LABEL |
"http://www.w3.org/2000/01/rdf-schema#label" |
public static final String |
RDFS_range |
"http://www.w3.org/2000/01/rdf-schema#range" |
public static final String |
RDFS_SUB_PROPERTY_OF |
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf" |
public static final String |
RDFS_SUBCLASS_OF |
"http://www.w3.org/2000/01/rdf-schema#subClassOf" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INT_BY_NAME |
3 |
public static final int |
INT_BY_TYPE |
4 |
public static final int |
INT_CONSTRUCTOR |
5 |
public static final int |
INT_DEFAULT |
1 |
public static final int |
INT_NO |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INT_BY_NAME |
2 |
public static final int |
INT_BY_TYPE |
3 |
public static final int |
INT_CONSTRUCTOR |
4 |
public static final int |
INT_NO |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INT_DEFAULT |
1 |
public static final int |
INT_FALSE |
3 |
public static final int |
INT_TRUE |
2 |
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann