Note
To gain a deeper understanding on how to use voiD, we advise user to consult the voiD guide.
Additionally to the classes and properties listed below, the following instances of type scovo:Dimension are defined in voiD:
Classes: Dataset | Linkset | TechnicalFeature |
Properties: statItem | feature | subset | target | sparqlEndpoint | linkPredicate | exampleResource | vocabulary | subjectsTarget | objectsTarget | dataDump | uriLookupEndpoint | uriRegexPattern |
A dataset is a collection of data, published and maintained by a single provider, available as RDF on the Web, where at least some of the resources in the dataset are identified by dereferencable URIs.
Note that void:Dataset rdfs:subClassOf http://purl.org/dc/dcmitype/Dataset holds.
Describes the linking between two datasets modeled using a class. Note that this enables to attach further characteristics, that is, describe the interlinking in greater detail (such as statistics, etc.).
To express a certain technical feature of a dataset, such as formats (available in RDF/XML, etc.).
States a certain quantitative measure. Note that the range is http://purl.org/NET/scovo#Item .
Defines which technical features a dataset supports.
Defines a logical subset of a dataset (a linkset or a dataset containing only certain resources of a domain, for example).
States that a linkset has a certain dataset as its target.
Announcement of a SPARQL endpoint.
Note that the range is a rdfs:Resource (a URI rather than a string).
States that the interlinking is about a certain RDF predicate. Note that the range is rdf:Property.
Gives an example of a representative resource of a dataset. Note that the range is rdfs:Resource.
This property links a void:Dataset to an RDFS vocabulary or OWL ontology whose classes and properties are used in the dataset.
Classes and properties are typically linked to their defining vocabulary using the rdfs:isDefinedBy property. The same URI that is used with rdfs:isDefinedBy to identify the vocabulary should also be used in the void:vocabulary statement.
For RDF properties such as foaf:based_near where the direction shall be stated explicitly this property is used to indicate the source of the interlinking.
For RDF properties such as foaf:based_near where the direction shall be stated explicitly this property is used to indicate the sink of the interlinking.
If an RDF dump of the dataset is available, then its location can be announced using this property.
Note that the range is rdfs:Resource.
Defines a simple URI look-up protocol for accessing a dataset based on an URI end-point.
Note that the range is rdfs:Resource.
A regular expression pattern that matches one or more URI in the dataset.
Note that the range should use the same regular expression syntax as SPARQL, which uses the syntax definition of XML Schema 2: Regular Expressions (http://www.w3.org/TR/xmlschema-2/#regexs)