On this page:
void-prefix-string
void-namespace-string
void:
nsmap-add-void
14.5.1 VOID Classes
void:  Dataset
void:  Dataset-Description
void:  Linkset
void:  Technical-Feature
14.5.2 VOID Properties
void:  class
void:  class-partition
void:  classes
void:  data-dump
void:  distinct-objects
void:  distinct-subjects
void:  documents
void:  entities
void:  example-resource
void:  feature
void:  in-dataset
void:  link-predicate
void:  objects-target
void:  opensearch-description
void:  properties
void:  property
void:  property-partition
void:  root-resource
void:  sparql-endpoint
void:  subjects-target
void:  subset
void:  target
void:  triples
void:  uri-lookup-endpoint
void:  uri-regex-pattern
void:  uri-space
void:  vocabulary

14.5 Vocabulary of Interlinked Datasets🔗ℹ

 (require rdf/core/v/void) package: rdf-core

value

void-prefix-string : prefix-string? = "void"

The preferred, or common, prefix for this namespace as a string?.

value

void-namespace-string : string?

The IRI for this namespace as a string?.

value

void: : namespace?

The namespace structure for this vocabulary.

procedure

(nsmap-add-void map)  void?

  map : nsmap?
Add this namespace, and preferred prefix, to the namespace map map.

14.5.1 VOID Classes🔗ℹ

value

void:Dataset : nsname?

The nsname? structure corresponding to the class void:Dataset. A set of RDF triples that are published, maintained or aggregated by a single provider.

value

void:Dataset-Description : nsname?

The nsname? structure corresponding to the class void:DatasetDescription. A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.

value

void:Linkset : nsname?

The nsname? structure corresponding to the class void:Linkset. A collection of RDF links between two void:Datasets.

value

void:Technical-Feature : nsname?

The nsname? structure corresponding to the class void:TechnicalFeature. A technical feature of a void:Dataset, such as a supported RDF serialization format.

14.5.2 VOID Properties🔗ℹ

value

void:class : nsname?

The nsname? structure corresponding to the property void:class. The rdfs:Class that is the rdf:type of all entities in a class-based partition.

value

void:class-partition : nsname?

The local-ame structure corresponding to the property void:classPartition. A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.

value

void:classes : nlocal-ame?

The nsname? structure corresponding to the property void:classes. The total number of distinct classes in a void:Dataset.

value

void:data-dump : nsname?

The nsname? structure corresponding to the property void:dataDump. An RDF dump, partial or complete, of a void:Dataset.

value

void:distinct-objects : nsname?

The nsname? structure corresponding to the property void:distinctObjects. The total number of distinct objects in a void:Dataset.

value

void:distinct-subjects : nsname?

The nsname? structure corresponding to the property void:distinctSubjects. The total number of distinct subjects in a void:Dataset.

value

void:documents : nsname?

The nsname? structure corresponding to the property void:documents. The total number of documents, for void:Datasets that are published as a set of individual RDF documents.

value

void:entities : nsname?

The nsname? structure corresponding to the property void:entities. The total number of entities that are described in a void:Dataset.

value

void:example-resource : nsname?

The nsname? structure corresponding to the property void:exampleResource. An example entity that is representative for the entities described in a void:Dataset.

value

void:feature : nsname?

The nsname? structure corresponding to the property void:feature. A void:TechnicalFeature supported by a void:Datset.

value

void:in-dataset : nsname?

The nsname? structure corresponding to the property void:inDataset. Points to the void:Dataset that a document is a part of.

value

void:link-predicate : nsname?

The nsname? structure corresponding to the property void:linkPredicate. Specifies the RDF property of the triples in a void:Linkset.

value

void:objects-target : nsname?

The nsname? structure corresponding to the property void:objectsTarget. The void:Dataset that contains the resources in the object position of a void:Linkset’s triples.

value

void:opensearch-description : nsname?

The nsname? structure corresponding to the property void:openSearchDescription. An OpenSearch description document for a free-text search service over a void:Dataset.

value

void:properties : nsname?

The nsname? structure corresponding to the property void:properties. The total number of distinct properties in a void:Dataset.

value

void:property : nsname?

The nsname? structure corresponding to the property void:property. The rdf:Property that is the predicate of all triples in a property-based partition.

value

void:property-partition : nsname?

The nsname? structure corresponding to the property void:propertyPartition. A subset of a void:Dataset that contains only the triples of a certain rdf:Property.

value

void:root-resource : nsname?

The nsname? structure corresponding to the property void:rootResource. A top concept or entry point for a void:Dataset that is structured in a tree-like fashion.

value

void:sparql-endpoint : nsname?

The nsname? structure corresponding to the property void:sparqlEndpoint. A SPARQL protocol endpoint that allows SPARQL query access to a void:Dataset.

value

void:subjects-target : nsname?

The nsname? structure corresponding to the property void:subjectsTarget. The void:Dataset that contains the resources in the subject position of this void:Linkset’s triples.

value

void:subset : nsname?

The nsname? structure corresponding to the property void:subset. A void:Dataset that is part of another void:Dataset.

value

void:target : nsname?

The nsname? structure corresponding to the property void:target. One of the two void:Datasets connected by this void:Linkset.

value

void:triples : nsname?

The nsname? structure corresponding to the property void:triples. The total number of triples contained in a void:Dataset.

value

void:uri-lookup-endpoint : nsname?

The nsname? structure corresponding to the property void:uriLookupEndpoint. A protocol endpoint for simple URI lookups for a void:Dataset.

value

void:uri-regex-pattern : nsname?

The nsname? structure corresponding to the property void:uriRegexPattern. A regular expression that matches the URIs of a void:Dataset’s entities.

value

void:uri-space : nsname?

The nsname? structure corresponding to the property void:uriSpace. A URI that is a common string prefix of all the entity URIs in a void:Datset.

value

void:vocabulary : nsname?

The nsname? structure corresponding to the property void:vocabulary. A vocabulary or owl:Ontology whose classes or properties are used in a void:Dataset.