public class VOID extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
class_
The rdfs:Class that is the rdf:type of all entities in a class-based partition.
|
static com.hp.hpl.jena.rdf.model.Property |
classes
The total number of distinct classes in a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
classPartition
A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.
|
static com.hp.hpl.jena.rdf.model.Property |
dataDump
An RDF dump, partial or complete, of a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Resource |
Dataset
A set of RDF triples that are published, maintained or aggregated by a single
provider.
|
static com.hp.hpl.jena.rdf.model.Resource |
DatasetDescription
A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.
|
static com.hp.hpl.jena.rdf.model.Property |
distinctObjects
The total number of distinct objects in a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
distinctSubjects
The total number of distinct subjects in a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
documents
The total number of documents, for datasets that are published as a set of
individual documents, such as RDF/XML documents or RDFa-annotated web pages.
|
static com.hp.hpl.jena.rdf.model.Property |
entities
The total number of entities that are described in a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
exampleResource |
static com.hp.hpl.jena.rdf.model.Property |
feature |
static com.hp.hpl.jena.rdf.model.Property |
inDataset
Points to the void:Dataset that a document is a part of.
|
static com.hp.hpl.jena.rdf.model.Property |
linkPredicate |
static com.hp.hpl.jena.rdf.model.Resource |
Linkset
A collection of RDF links between two void:Datasets.
|
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.rdf.model.Property |
objectsTarget
The dataset describing the objects of the triples contained in the Linkset.
|
static com.hp.hpl.jena.rdf.model.Property |
openSearchDescription
An OpenSearch description document for a free-text search service over a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
properties
The total number of distinct properties in a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
property
The rdf:Property that is the predicate of all triples in a property-based
partition.
|
static com.hp.hpl.jena.rdf.model.Property |
propertyPartition
A subset of a void:Dataset that contains only the triples of a certain rdf:Property.
|
static com.hp.hpl.jena.rdf.model.Property |
rootResource
A top concept or entry point for a void:Dataset that is structured in a tree-like
fashion.
|
static com.hp.hpl.jena.rdf.model.Property |
sparqlEndpoint |
static com.hp.hpl.jena.rdf.model.Property |
subjectsTarget
The dataset describing the subjects of triples contained in the Linkset.
|
static com.hp.hpl.jena.rdf.model.Property |
subset |
static com.hp.hpl.jena.rdf.model.Property |
target
One of the two datasets linked by the Linkset.
|
static com.hp.hpl.jena.rdf.model.Resource |
TechnicalFeature
A technical feature of a void:Dataset, such as a supported RDF serialization
format.
|
static com.hp.hpl.jena.rdf.model.Property |
triples
The total number of triples contained in a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
uriLookupEndpoint
Defines a simple URI look-up protocol for accessing a dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
uriRegexPattern
Defines a regular expression pattern matching URIs in the dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
uriSpace
A URI that is a common string prefix of all the entity URIs in a void:Dataset.
|
static com.hp.hpl.jena.rdf.model.Property |
vocabulary
A vocabulary that is used in the dataset.
|
| Constructor and Description |
|---|
VOID() |
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.rdf.model.Property class_
The rdfs:Class that is the rdf:type of all entities in a class-based partition.
public static final com.hp.hpl.jena.rdf.model.Property classPartition
A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.
public static final com.hp.hpl.jena.rdf.model.Property classes
The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset.
public static final com.hp.hpl.jena.rdf.model.Property dataDump
An RDF dump, partial or complete, of a void:Dataset.
public static final com.hp.hpl.jena.rdf.model.Property distinctObjects
The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.
public static final com.hp.hpl.jena.rdf.model.Property distinctSubjects
The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset.
public static final com.hp.hpl.jena.rdf.model.Property documents
The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical.
public static final com.hp.hpl.jena.rdf.model.Property entities
The total number of entities that are described in a void:Dataset.
public static final com.hp.hpl.jena.rdf.model.Property exampleResource
public static final com.hp.hpl.jena.rdf.model.Property feature
public static final com.hp.hpl.jena.rdf.model.Property inDataset
Points to the void:Dataset that a document is a part of.
public static final com.hp.hpl.jena.rdf.model.Property linkPredicate
public static final com.hp.hpl.jena.rdf.model.Property objectsTarget
The dataset describing the objects of the triples contained in the Linkset.
public static final com.hp.hpl.jena.rdf.model.Property openSearchDescription
An OpenSearch description document for a free-text search service over a void:Dataset.
public static final com.hp.hpl.jena.rdf.model.Property properties
The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset.
public static final com.hp.hpl.jena.rdf.model.Property property
The rdf:Property that is the predicate of all triples in a property-based partition.
public static final com.hp.hpl.jena.rdf.model.Property propertyPartition
A subset of a void:Dataset that contains only the triples of a certain rdf:Property.
public static final com.hp.hpl.jena.rdf.model.Property rootResource
A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps.
public static final com.hp.hpl.jena.rdf.model.Property sparqlEndpoint
public static final com.hp.hpl.jena.rdf.model.Property subjectsTarget
The dataset describing the subjects of triples contained in the Linkset.
public static final com.hp.hpl.jena.rdf.model.Property subset
public static final com.hp.hpl.jena.rdf.model.Property target
One of the two datasets linked by the Linkset.
public static final com.hp.hpl.jena.rdf.model.Property triples
The total number of triples contained in a void:Dataset.
public static final com.hp.hpl.jena.rdf.model.Property uriLookupEndpoint
Defines a simple URI look-up protocol for accessing a dataset.
public static final com.hp.hpl.jena.rdf.model.Property uriRegexPattern
Defines a regular expression pattern matching URIs in the dataset.
public static final com.hp.hpl.jena.rdf.model.Property uriSpace
A URI that is a common string prefix of all the entity URIs in a void:Dataset.
public static final com.hp.hpl.jena.rdf.model.Property vocabulary
A vocabulary that is used in the dataset.
public static final com.hp.hpl.jena.rdf.model.Resource Dataset
A set of RDF triples that are published, maintained or aggregated by a single provider.
public static final com.hp.hpl.jena.rdf.model.Resource DatasetDescription
A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.
public static final com.hp.hpl.jena.rdf.model.Resource Linkset
A collection of RDF links between two void:Datasets.
public static final com.hp.hpl.jena.rdf.model.Resource TechnicalFeature
A technical feature of a void:Dataset, such as a supported RDF serialization format.
Copyright © 2015 Enterprise Information Systems - University of Bonn. All rights reserved.