Cette ontologie a les classes et propriétés suivantes.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#Datasource
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlDatasource
A source of data for a Sparnatural widget implemented as a SPARQL query.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlListDatasource
A datasource to populate a list widget, implemented as a SPARQL query.
The SPARQL query MUST return 2 variables : ?label and either ?uri or ?value (if returning a literal). It can return other variables as well.
The following variables, if present in the SPARQL query, are automatically bound in the query :
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlSearchDatasource
A datasource to populate an autocomplete search widget, implemented as a SPARQL query.
The SPARQL query MUST return 2 variables : ?label and either ?uri or ?value (if returning a literal). It can return other variables as well;
The following variables, if present in the SPARQL query, are automatically bound in the query :
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlTreeChildrenDatasource
A datasource to populate the children of a node of a tree widget, when unfolded, implemented as a SPARQL query.
The query MUST return the following variables:
In addition the query CAN return the following variables:
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlTreeRootDatasource
A datasource to populate the root of a tree widget, implemented as a SPARQL query.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#queryTemplate
The SPARQL query template to be used in a SPARQL datasource.
The SPARQL template holds a SPARQL query string in which the placeholders $domain, $property, $range will be replaced by their corresponding values before executing the query.
For autocomplete field, the additionnal placeholders $key and $lang will also be replaced by their corresponding values before executing the query
The placeholder $labelPath will be replaced by the value indicated in the SparqlDatasource in the labelPath (for a full SPARQL property path) or labelProperty (for a single property URI).
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#queryString
The query string of a SPARQLQuery, or directly on a SPARQLDatasource
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#sparqlEndpointUrl
A SPARQL endpoint URL to which the query should be sent.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#childrenPath
The SPARQL property path where the children of resources can be read. This must be a valid SPARQL property path without any prefix, e.g. http://schema.org (including brackets).
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#childrenProperty
The URI of a property where the children of resources can be read. This should point to a URI.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource
The datasource from which a property with value selection should fetch its data.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#labelPath
The SPARQL property path where the label of resources can be read. This must be a valid SPARQL property path without any prefix, e.g. http://schema.org (including brackets).
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#labelProperty
The URI of a property where the label of resources can be read. This should point to a URI.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#noSort
Set this to true to disable client-side javascript sorting for a datasource. If set to true, the order of elements will be the one returned by the SPARQL query.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#treeChildrenDatasource
A reference to the datasource with which a tree widget will populate the children of a node in the tree.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#treeRootsDatasource
A reference to the datasource with which a tree widget will populate its root (first-level) nodes.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_dctermstitle_alpha
A datasource that returns a list of entities with their dcterms:title ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_dctermstitle_alpha_with_count
A datasource that returns a list of entities with their dcterms:title and the number of occurrences of the entity in parenthesis, ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_dctermstitle_count
A datasource that returns a list of entities with their dcterms:title ordered by the descending number of times the entity is used as a value.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_foafname_alpha
A datasource that returns a list of entities with their foaf:name ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_foafname_alpha_with_count
A datasource that returns a list of entities with their foaf:name and the number of occurrences of the entity in parenthesis, ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_foafname_count
A datasource that returns a list of entities with their foaf:name ordered by the descending number of times the entity is used as a value.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_rdfslabel_alpha
A datasource that returns a list of entities with their rdfs:label ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_rdfslabel_alpha_with_count
A datasource that returns a list of entities with their rdfs:label and the number of occurrences of the entity in parenthesis, ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_rdfslabel_count
A datasource that returns a list of entities with their rdfs:label ordered by the descending number of times the entity is used as a value.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_schemaname_alpha
A datasource that returns a list of entities with their schema:name ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_schemaname_alpha_with_count
A datasource that returns a list of entities with their schema:name and the number of occurrences of the entity in parenthesis, ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_schemaname_count
A datasource that returns a list of entities with their schema:name ordered by the descending number of times the entity is used as a value.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_skospreflabel_alpha
A datasource that returns a list of entities with their skos:prefLabel ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_skospreflabel_alpha_with_count
A datasource that returns a list of entities with their skos:prefLabel and the number of occurrences of the entity in parenthesis, ordered alphabetically based on this property.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_skospreflabel_count
A datasource that returns a list of entities with their skos:prefLabel ordered by the descending number of times the entity is used as a value.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_URI_alpha
A datasource that returns a list of entities with their URI as a label ordered alphabetically based on the URI string.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_URI_count
A datasource that returns a list of entities with their URI as a label ordered by the descending number of times the entity is used as a value.
This is typically the default behavior for a list without a datasource specified.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_URI_or_literal_alpha
A datasource that returns a list of URI or Literals, ordered alphabetically based on their string representation. It can work indifferently with URIs or Literal values.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_URI_or_literal_alpha_with_count
A datasource that returns a list of URIs or Literals, ordered alphabetically based on their string representation, with their number of occurrences in parenthesis.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_URI_or_literal_count
A datasource that returns a list of URI or Literals, ordered on their descending number of occurrences. It can work indifferently with URIs or Literal values.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#literal_list_alpha
A datasource that returns a list of literal ordered alphabetically.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#literal_list_alpha_with_count
A datasource that returns a list of literal with count in parenthesis, ordered alphabetically.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#literal_list_count
A datasource that returns a list of literal ordered by descending number of occurrences.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_alpha
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_alpha_with_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_with_range_alpha
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_with_range_alpha_with_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_with_range_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_URI_alpha
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_URI_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_URI_or_literal_alpha
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_URI_or_literal_alpha_with_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_URI_or_literal_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_literal_list_alpha
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_literal_list_alpha_with_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_literal_list_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_search_label_bifcontains
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_search_label_contains
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_search_label_strstarts
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_search_literal_contains
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_search_literal_strstarts
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_search_URI_contains
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_tree_children
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_tree_children_with_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources/query_tree_root_domain
Assumes that the domain URI is the root of the tree we want to build. Useful to build hierarchies based on rdfs:subClassOf.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_tree_root_noparent
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_tree_root_noparent_with_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_dctermstitle_bifcontains
Searches for entities by looking up the provided $key inside their dcterms:title using the bif:contains Virtuoso function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_dctermstitle_contains
Searches for entities by looking up the provided $key inside their dcterms:title using the CONTAINS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_dctermstitle_strstarts
Searches for entities by looking up the provided $key at the beginning of their dcterms;title using the STRSTARTS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_foafname_bifcontains
Searches for entities by looking up the provided $key inside their foaf:name using the bif:contains Virtuoso function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_foafname_contains
Searches for entities by looking up the provided $key inside their foaf:name using the CONTAINS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_foafname_strstarts
Searches for entities by looking up the provided $key at the beginning of their foaf:name using the STRSTARTS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_literal_contains
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_literal_strstarts
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_rdfslabel_bifcontains
Searches for entities by looking up the provided $key inside their rdfs:label using the bif:contains Virtuoso function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_rdfslabel_contains
Searches for entities by looking up the provided $key inside their rdfs:label using the CONTAINS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_rdfslabel_strstarts
Searches for entities by looking up the provided $key at the beginning of their rdfs:label using the STRSTARTS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_schemaname_bifcontains
Searches for entities by looking up the provided $key inside their schema:name using the bif:contains Virtuoso function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_schemaname_contains
Searches for entities by looking up the provided $key inside their schema:name using the CONTAINS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_schemaname_strstarts
Searches for entities by looking up the provided $key at the beginning of their schema:name using the STRSTARTS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_skospreflabel_bifcontains
Searches for entities by looking up the provided $key inside their skos:prefLabel using the bif:contains Virtuoso function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_skospreflabel_contains
Searches for entities by looking up the provided $key inside their skos:prefLabel using the CONTAINS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_skospreflabel_strstarts
Searches for entities by looking up the provided $key at the beginning of their skos:prefLabel using the STRSTARTS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_URI_contains
Searches for entities by looking up the provided $key in their URI string using the CONTAINS SPARQL function.
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#tree_children_skosnarrower
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#tree_children_skosnarrower_with_count
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources/tree_children_subClassOf
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources/tree_root_domain_subClassOf
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#tree_root_skostopconcept
IRI: http://data.sparna.fr/ontologies/sparnatural-config-datasources#tree_root_skostopconcept_with_count
Les auteurs voudraient remercier Silvio Peroni pour le développement de LODE, a Live OWL Documentation Environment, qui est utilisé pour représenter les sections de Référencement croisé dans ce document, et Daniel Garijo pour le développement de Widoco, le programme utilisé pour créer le template de cette documentation.
A source of data to populate Sparnatural widgets (list, search fields, trees, etc.)