public class Internal extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
AggregationSlice
A form of cube slice which includes aggregates of the (implicit) contained
observation
|
static org.apache.jena.rdf.model.Property |
annotation
links to an externally attached freetext annotation
|
static org.apache.jena.rdf.model.Resource |
Annotation
an externally attached freetext annotation
|
static org.apache.jena.rdf.model.Property |
identifier
unique identifier for entity, usable as a 'slug' in a composite URI
|
static org.apache.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 org.apache.jena.rdf.model.Resource |
Supplier
something that acts as a payee in the data
|
static org.apache.jena.rdf.model.Property |
supplies
links a supplier to a councils they have supplied
|
static org.apache.jena.rdf.model.Property |
text
the free text comment making up this annotation
|
| Constructor and Description |
|---|
Internal() |
| 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 org.apache.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final org.apache.jena.rdf.model.Property annotation
links to an externally attached freetext annotation
public static final org.apache.jena.rdf.model.Property identifier
unique identifier for entity, usable as a 'slug' in a composite URI
public static final org.apache.jena.rdf.model.Property supplies
links a supplier to a councils they have supplied
public static final org.apache.jena.rdf.model.Property text
the free text comment making up this annotation
public static final org.apache.jena.rdf.model.Resource AggregationSlice
A form of cube slice which includes aggregates of the (implicit) contained observation
public static final org.apache.jena.rdf.model.Resource Annotation
an externally attached freetext annotation
public static final org.apache.jena.rdf.model.Resource Supplier
something that acts as a payee in the data
Copyright © 2019. All rights reserved.