Class LOCN
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.LOCN
Constants for the ISA Programme Location Core Vocabulary.
- Author:
- Bart Hanssens
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
locn:Addressstatic final IRI
locn:addressAreastatic final IRI
locn:addressIdstatic final IRI
locn:addressstatic final IRI
locn:adminUnitL1static final IRI
locn:adminUnitL2static final IRI
locn:fullAddressstatic final IRI
locn:geographicNamestatic final IRI
locn:Geometrystatic final IRI
locn:geometrystatic final IRI
locn:locationstatic final IRI
locn:locatorDesignatorstatic final IRI
locn:locatorNamestatic final String
The LOCN namespace: http://www.w3.org/ns/locn#static final Namespace
An immutableNamespace
constant that represents the namespace.static final IRI
locn:poBoxstatic final IRI
locn:postCodestatic final IRI
locn:postNamestatic final String
Recommended prefix for the namespace: "locn"static final IRI
locn:thoroughfare -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The LOCN namespace: http://www.w3.org/ns/locn#- See Also:
-
PREFIX
Recommended prefix for the namespace: "locn"- See Also:
-
NS
An immutableNamespace
constant that represents the namespace. -
ADDRESS
locn:Address -
GEOMETRY
locn:Geometry -
ADDRESS_PROP
locn:address -
ADDRESS_AREA
locn:addressArea -
ADDRESS_ID
locn:addressId -
ADMIN_UNIT_L1
locn:adminUnitL1 -
ADMIN_UNIT_L2
locn:adminUnitL2 -
FULL_ADDRESS
locn:fullAddress -
GEOGRAPHIC_NAME
locn:geographicName -
GEOMETRY_PROP
locn:geometry -
LOCATION
locn:location -
LOCATOR_DESIGNATOR
locn:locatorDesignator -
LOCATOR_NAME
locn:locatorName -
PO_BOX
locn:poBox -
POST_CODE
locn:postCode -
POST_NAME
locn:postName -
THOROUGHFARE
locn:thoroughfare
-
-
Constructor Details
-
LOCN
public LOCN()
-