http://rdfs.org/ns/void#Linkset
A collection of RDF links between two void:Datasets.
Instances of void:Linkset can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class void:Linkset | |||
void:linkPredicate | rdf:Property | rdf:Property | |
void:objectsTarget | rdf:Property | The dataset describing the objects of the triples contained in the Linkset. | void:Dataset |
void:subjectsTarget | rdf:Property | The dataset describing the subjects of triples contained in the Linkset. | void:Dataset |
void:target | rdf:Property | One of the two datasets linked by the Linkset. | void:Dataset |
From class void:Dataset | |||
void:class | rdf:Property | The rdfs:Class that is the rdf:type of all entities in a class-based partition. | rdfs:Class |
void:classPartition | rdf:Property | A subset of a void:Dataset that contains only the entities of a certain rdfs:Class. | void:Dataset |
void:classes | rdf:Property | 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. | xsd:integer |
void:dataDump | rdf:Property | An RDF dump, partial or complete, of a void:Dataset. | rdfs:Resource |
void:distinctObjects | rdf:Property | 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. | xsd:integer |
void:distinctSubjects | rdf:Property | 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. | xsd:integer |
void:documents | rdf:Property | 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. | xsd:integer |
void:entities | rdf:Property | The total number of entities that are described in a void:Dataset. | xsd:integer |
void:exampleResource | rdf:Property | rdfs:Resource | |
void:feature | rdf:Property | void:TechnicalFeature | |
void:openSearchDescription | rdf:Property | An OpenSearch description document for a free-text search service over a void:Dataset. | foaf:Document |
void:properties | rdf:Property | 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. | xsd:integer |
void:property | rdf:Property | The rdf:Property that is the predicate of all triples in a property-based partition. | rdf:Property |
void:propertyPartition | rdf:Property | A subset of a void:Dataset that contains only the triples of a certain rdf:Property. | void:Dataset |
void:rootResource | rdf:Property | 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. | owl:Thing |
void:sparqlEndpoint | rdf:Property | owl:Thing | |
void:subset | rdf:Property | void:Dataset | |
void:triples | rdf:Property | The total number of triples contained in a void:Dataset. | xsd:integer |
void:uriLookupEndpoint | rdf:Property | Defines a simple URI look-up protocol for accessing a dataset. | owl:Thing |
void:uriRegexPattern | rdf:Property | Defines a regular expression pattern matching URIs in the dataset. | owl:Thing |
void:uriSpace | rdf:Property | A URI that is a common string prefix of all the entity URIs in a void:Dataset. | rdfs:Literal |
void:vocabulary | rdf:Property | A vocabulary that is used in the dataset. | owl:Thing |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix void: <http://rdfs.org/ns/void#> .
void:Linkset a rdfs:Class,
owl:Class ;
rdfs:label "linkset" ;
rdfs:comment "A collection of RDF links between two void:Datasets." ;
rdfs:subClassOf void:Dataset .