Bar chart

IsDefinedBy
Atomgraph Client ontology
Label
Bar chart
SubClassOf
Chart
Constraint
Missing delimiter
Missing query
Constructor
CSV import constructor
IsDefinedBy
LinkedDataHub ontology
Label
CSV import
SubClassOf
Import
IsDefinedBy
LinkedDataHub ontology
Label
CSV import constructor
Text
PREFIX ldh:        <https://w3id.org/atomgraph/linkeddatahub#>
        PREFIX sp:      <http://spinrdf.org/sp#>
        PREFIX spin:    <http://spinrdf.org/spin#>

        CONSTRUCT {
            $this spin:query [ a sp:Construct ] ;
                ldh:delimiter "," .
        }
        WHERE {}
Domain
Graph chart
IsDefinedBy
LinkedDataHub ontology
Label
Category property
Range
Property
Domain
Result set chart
IsDefinedBy
LinkedDataHub ontology
Label
Category variable name
Range
string

Chart

IsDefinedBy
Atomgraph Client ontology
Label
Chart
IsDefinedBy
Atomgraph Client ontology
Label
Chart

Chart

Constraint
Missing chart type
Missing query
Constructor
Chart constructor
IsDefinedBy
LinkedDataHub ontology
Label
Chart
IsDefinedBy
LinkedDataHub ontology
Label
Chart constructor
Text
      PREFIX ldh:   <https://w3id.org/atomgraph/linkeddatahub#>
      PREFIX rdfs:  <http://www.w3.org/2000/01/rdf-schema#>

      CONSTRUCT {
          $this ldh:chartType [ a rdfs:Resource ] .
      }
      WHERE {}
Domain
Chart
IsDefinedBy
LinkedDataHub ontology
Label
Chart type
Range
Chart
Domain
Container
IsDefinedBy
LinkedDataHub ontology
Label
Children count
Range
integer
Domain
Import
IsDefinedBy
LinkedDataHub ontology
Label
Constraint violation
Range
Constraint violation
IsDefinedBy
LinkedDataHub ontology
Label
Construct missing property value
Text
PREFIX spin:	<http://spinrdf.org/spin#>
CONSTRUCT {
    _:b0 a spin:ConstraintViolation .
    _:b0 spin:violationRoot ?this .
    _:b0 spin:violationPath ?arg1 .
}
WHERE {
    FILTER NOT EXISTS {
        ?this ?arg1 ?arg2 .
    }
}
IsDefinedBy
LinkedDataHub ontology
Label
Construct property cardinality
Text
PREFIX  spin: <http://spinrdf.org/spin#>

CONSTRUCT 
  { 
    _:c0 a spin:ConstraintViolation .
    _:c0 spin:violationRoot ?this .
    _:c0 spin:violationPath ?arg1 .
  }
WHERE
  { SELECT  ?this ?arg1
    WHERE
      { ?this  ?arg1  ?o }
    GROUP BY ?this ?arg1
    HAVING ( COUNT(DISTINCT ?o) > ?arg2 )
  }
IsDefinedBy
LinkedDataHub ontology
Label
Constructor
SubClassOf
CONSTRUCT
Query
IsDefinedBy
LinkedDataHub ontology
Label
Container content constructor
Text
        PREFIX ldh:     <https://w3id.org/atomgraph/linkeddatahub#>
        PREFIX rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

        CONSTRUCT {
            $this rdf:_1 [ a ldh:Content ;
                rdf:value ldh:SelectChildren
            ] .
        }
        WHERE {}

Content

Constraint
Missing value
Constructor
Content constructor
IsDefinedBy
LinkedDataHub ontology
Label
Content
SubClassOf
List
IsDefinedBy
LinkedDataHub ontology
Label
Content constructor
Text
        PREFIX ldh:     <https://w3id.org/atomgraph/linkeddatahub#>
        PREFIX rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

        CONSTRUCT {
          $this rdf:_1 [ a ldh:Content ] .
        }
        WHERE {}
IsDefinedBy
LinkedDataHub ontology
Label
Content constructor
Text
      PREFIX ac:    <https://w3id.org/atomgraph/client#>
      PREFIX rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
      PREFIX rdfs:  <http://www.w3.org/2000/01/rdf-schema#>
      PREFIX xsd:   <http://www.w3.org/2001/XMLSchema#>

      CONSTRUCT {
          $this rdf:value [ a rdfs:Resource ] ;
            ac:mode [ a rdfs:Resource ] ;
            rdfs:label [ a xsd:string ] .
      }
      WHERE {}
Domain
CSV import
IsDefinedBy
LinkedDataHub ontology
Label
Delimiter
Range
string
IsDefinedBy
LinkedDataHub ontology
Label
Description constructor
Text
        PREFIX rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
        PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
        PREFIX dct:     <http://purl.org/dc/terms/>

        CONSTRUCT {
          $this dct:description [ a xsd:string ] .
        }
        WHERE {}

Constraint

Missing nfo:fileName

Arg1
fileName
Label
Missing nfo:fileName
Constructor
File constructor

File

Domain
Import
IsDefinedBy
LinkedDataHub ontology
Label
File
Range
File
IsDefinedBy
LinkedDataHub ontology
Label
File constructor
Text
PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
    PREFIX nfo:     <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>
    PREFIX rdfs:    <http://www.w3.org/2000/01/rdf-schema#>
    PREFIX dct:     <http://purl.org/dc/terms/>

    CONSTRUCT {
        $this nfo:fileName [ a xsd:string ] ;
            dct:format [ a rdfs:Resource ] .
    }
    WHERE {}
Constraint
Missing series property
Constructor
Model chart constructor
IsDefinedBy
LinkedDataHub ontology
Label
Graph chart
SubClassOf
Chart

Import

Constraint
Missing file
Constructor
Import constructor
IsDefinedBy
LinkedDataHub ontology
Label
Import
IsDefinedBy
LinkedDataHub ontology
Label
Import constructor
Text
PREFIX ldh:      <https://w3id.org/atomgraph/linkeddatahub#>
        PREFIX nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>

        CONSTRUCT {
            $this ldh:file [ a nfo:FileDataObject ] .
        }
        WHERE {}
IsDefinedBy
Atomgraph Client ontology
Label
Line chart
SubClassOf
Chart

LinkedDataHub ontology

Should be imported and reused by all extending applications

Comment
Should be imported and reused by all extending applications
Imports
Atomgraph Client ontology
Document hierarchy
Friend of a Friend (FOAF) vocabulary
NEPOMUK File Ontology
owl#
SPARQL Service Description
SPIN Modeling Vocabulary
Label
LinkedDataHub ontology
VersionInfo
1.1.5
Arg1
Category property
IsDefinedBy
LinkedDataHub ontology
Label
Missing category property
Arg1
Category variable name
IsDefinedBy
LinkedDataHub ontology
Label
Missing category variable name
Arg1
Chart type
IsDefinedBy
LinkedDataHub ontology
Label
Missing chart type

Missing container

Requires items to have a parent container

Arg1
has container
Comment
Requires items to have a parent container
IsDefinedBy
LinkedDataHub ontology
Label
Missing container
Arg1
Delimiter
IsDefinedBy
LinkedDataHub ontology
Label
Missing delimiter

Missing file

Requires resources to have a file

Arg1
File
Comment
Requires resources to have a file
IsDefinedBy
LinkedDataHub ontology
Label
Missing file

Missing parent

Requires containers to have a parent container

Arg1
has parent
Comment
Requires containers to have a parent container
IsDefinedBy
LinkedDataHub ontology
Label
Missing parent
Body
Construct missing property value
Constraint
Optional
true
Predicate
arg2
Predicate
arg1
Value type
Property
IsDefinedBy
LinkedDataHub ontology
Label
Missing property value
Label template
Instance does not have a mandatory RDF property {?arg1} with value {?arg2}
Body
Construct property cardinality
Constraint
Optional
true
Predicate
arg2
Predicate
arg1
Value type
Property
IsDefinedBy
LinkedDataHub ontology
Label
Missing property value
Label template
Instance violates the cardinality of RDF property {?arg1}: {?arg2}
Arg1
query
IsDefinedBy
LinkedDataHub ontology
Label
Missing query
Arg1
isDefinedBy
IsDefinedBy
LinkedDataHub ontology
Label
Missing rdfs:isDefinedBy
Arg1
Series property
IsDefinedBy
LinkedDataHub ontology
Label
Missing series property
Arg1
Series variable name
IsDefinedBy
LinkedDataHub ontology
Label
Missing series variable name
Arg1
text
IsDefinedBy
LinkedDataHub ontology
Label
Missing sp:text
Arg1
value
IsDefinedBy
LinkedDataHub ontology
Label
Missing value
IsDefinedBy
LinkedDataHub ontology
Label
Model chart constructor
Text
      PREFIX ldh:   <https://w3id.org/atomgraph/linkeddatahub#>
      PREFIX rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
      PREFIX spin:  <http://spinrdf.org/spin#>
      PREFIX sp:    <http://spinrdf.org/sp#>

      CONSTRUCT {
          $this spin:query [ a sp:Query ] ; # really a union of :Describe and :Construct
            ldh:categoryProperty [ a rdf:Property ] ;
            ldh:seriesProperty [ a rdf:Property ] .
      }
      WHERE {}
IsDefinedBy
LinkedDataHub ontology
Label
Model chart constructor
Text
      PREFIX ldh:   <https://w3id.org/atomgraph/linkeddatahub#>
      PREFIX xsd:   <http://www.w3.org/2001/XMLSchema#>
      PREFIX spin:  <http://spinrdf.org/spin#>
      PREFIX sp:    <http://spinrdf.org/sp#>

      CONSTRUCT {
          $this spin:query [ a sp:Select ] ;
            ldh:categoryVarName [ a xsd:string ] ;
            ldh:seriesVarName [ a xsd:string ] .
      }
      WHERE {}
Label
NEPOMUK File Ontology

name

IsDefinedBy
LinkedDataHub ontology
Label
Primary topic constructor
Text
        PREFIX foaf:    <http://xmlns.com/foaf/0.1/>
        PREFIX rdfs:    <http://www.w3.org/2000/01/rdf-schema#>

        CONSTRUCT {
          $this foaf:primaryTopic [ a rdfs:Resource ] .
        }
        WHERE {}

Query

Constraint
Missing sp:text
Constructor

Query constructor

Label
Query constructor
Text
          PREFIX rdfs:    <http://www.w3.org/2000/01/rdf-schema#>
          PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
          PREFIX sp:      <http://spinrdf.org/sp#>
          PREFIX sd:      <http://www.w3.org/ns/sparql-service-description#>
          PREFIX :     <https://w3id.org/atomgraph/linkeddatahub#>

          CONSTRUCT {
              $this rdfs:label [ a xsd:string ] ;
                  rdfs:comment [ a xsd:string ] ;
                  sp:text [ a xsd:string ] ;
                  :service [ a sd:Service ] .
          }
          WHERE {}
Constructor
RDF import constructor
IsDefinedBy
LinkedDataHub ontology
Label
RDF import
SubClassOf
Import
IsDefinedBy
LinkedDataHub ontology
Label
RDF import constructor
Text
PREFIX rdfs:  <http://www.w3.org/2000/01/rdf-schema#>
        PREFIX sd:    <http://www.w3.org/ns/sparql-service-description#>
        PREFIX sp:      <http://spinrdf.org/sp#>
        PREFIX spin:    <http://spinrdf.org/spin#>

        CONSTRUCT {
            $this sd:name [ a rdfs:Resource ] ;
                spin:query [ a sp:Construct ] .
        }
        WHERE {}
IsDefinedBy
LinkedDataHub ontology
Label
Resource already exists
Label
SPARQL Service Description
IsDefinedBy
Atomgraph Client ontology
Label
Scatter chart
SubClassOf
Chart

Select children

IsDefinedBy
LinkedDataHub ontology
Label
Select children
Text
PREFIX  dct:  <http://purl.org/dc/terms/>
PREFIX  foaf: <http://xmlns.com/foaf/0.1/>
PREFIX  sioc: <http://rdfs.org/sioc/ns#>

SELECT DISTINCT  ?child ?thing
WHERE
{ GRAPH ?childGraph
  {   { ?child  sioc:has_parent  $this }
    UNION
      { ?child  sioc:has_container  $this }
    ?child  a                     ?Type
    OPTIONAL
      { ?child  dct:title  ?title }
    OPTIONAL
      { ?child  foaf:primaryTopic  ?thing }
  }
}
ORDER BY ?title
Domain
Graph chart
IsDefinedBy
LinkedDataHub ontology
Label
Series property
Range
Property
Domain
Result set chart
IsDefinedBy
LinkedDataHub ontology
Label
Series variable name
Range
string

Constraint

Missing SPARQL endpoint

Arg1
endpoint
Label
Missing SPARQL endpoint

Missing supported language

Arg1
supported language
Label
Missing supported language
Constructor
Service constructor
IsDefinedBy
LinkedDataHub ontology
Label
Service
Range
Service
IsDefinedBy
LinkedDataHub ontology
Label
Service constructor
Text
      PREFIX a:       <https://w3id.org/atomgraph/core#>
      PREFIX lapp:    <https://w3id.org/atomgraph/linkeddatahub/apps#>
      PREFIX rdfs:    <http://www.w3.org/2000/01/rdf-schema#>
      PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
      PREFIX sd:      <http://www.w3.org/ns/sparql-service-description#>

      CONSTRUCT {
          $this sd:supportedLanguage sd:SPARQL11Query, sd:SPARQL11Update ;
              sd:endpoint [ a rdfs:Resource ] ;
              a:graphStore [ a rdfs:Resource ] ;
              a:authUser [ a xsd:string ] ;
              a:authPwd [ a xsd:string ] ;
              lapp:proxy [ a rdfs:Resource ] .
      }
      WHERE {}

Table

IsDefinedBy
Atomgraph Client ontology
Label
Table
SubClassOf
Chart

Timeline

IsDefinedBy
Atomgraph Client ontology
Label
Timeline
SubClassOf
Chart
IsDefinedBy
LinkedDataHub ontology
Label
Title constructor
Text
        PREFIX rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
        PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
        PREFIX dct:     <http://purl.org/dc/terms/>

        CONSTRUCT {
          $this dct:title [ a xsd:string ] .
        }
        WHERE {}
IsDefinedBy
LinkedDataHub ontology
Label
URI syntax violation
Domain
URI syntax violation
IsDefinedBy
LinkedDataHub ontology
Label
Violation value
Range
string