TODO
Define instances of type scovo:Dimension
- void:numberOfTriples - indicates that a scovo:Item represents a number of triples in the RDF sense.
- void:numberOfResources - indicates that a scovo:Item represents a number of resources in the RDF sense, for example instances of foaf:Person. Each of these resources will typically be identified with a distinct URI.
- void:numberOfDocuments - indicates that a scovo:Item represents a number of data-carrying documents, such as RDF/XML documents or RDFa-enabled web pages.
Mappings to external vocabularies
Some proposals:
void:technicalFeature rdfs:subPropertyOf dcterms:conformsTo .
Classes: Dataset | Linkset | TechnicalFeature |
Properties: statItem | feature | containsLinks | target | sparqlEndpoint | linkPredicate | exampleResource | vocabulary | subjectsTarget | objectsTarget |
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.
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.
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.