public class GEOFEX extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.ontology.OntProperty |
code
A code for a SpatialThing, like a country or state-code
|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.ontology.OntProperty |
primarySpaceThingOf
A document with the subject as the space thing primarily related to it.
|
| Constructor and Description |
|---|
GEOFEX() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getURI()
The namespace of the vocabulary as a string
|
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.ontology.OntProperty primarySpaceThingOf
A document with the subject as the space thing primarily related to it. This is different than the primaryTopicOf as the latter could be a political institution rather than a space-thing.
public static final com.hp.hpl.jena.ontology.OntProperty code
A code for a SpatialThing, like a country or state-code
Copyright © 2017. All rights reserved.