{
- "id": "http://datashapes.org/dash#SPARQLUpdateSuggestionGenerator",
- "prefLabel": "SPARQL UPDATE suggestion generator",
- "synonym": [ ],
- "cui": [ ],
- "semanticType": [ ],
-
"definition": [- "A SuggestionGenerator based on a SPARQL UPDATE query (sh:update), producing an instance of dash:GraphUpdate. The INSERTs become dash:addedTriple and the DELETEs become dash:deletedTriple. The WHERE clause operates on the data graph with the pre-bound variables $focusNode, $predicate and $value, as well as the other pre-bound variables for the parameters of the constraint.\n\nIn many cases, there may be multiple possible suggestions to fix a problem. For example, with sh:maxLength there are many ways to slice a string. In those cases, the system will first iterate through the result variables from a SELECT query (sh:select) and apply these results as pre-bound variables into the UPDATE query."
],- "obsolete": false,
-
"label": [- "SPARQL UPDATE suggestion generator"
],- "notation": null,
-
"subClassOf": [],- "xref": null,
-
"parents": [-
{- "id": "http://datashapes.org/dash#SuggestionGenerator",
- "prefLabel": "Suggestion generator",
- "synonym": [ ],
- "cui": [ ],
- "semanticType": [ ],
-
"definition": [- "Base class of objects that can generate suggestions (added or deleted triples) for a validation result of a given constraint component."
],- "obsolete": false,
-
"label": [],- "notation": null,
-
"subClassOf": [],- "xref": null,
- "prefixIRI": "dash:SuggestionGenerator",
- "created": null,
- "modified": null,
- "@id": "http://datashapes.org/dash#SuggestionGenerator",
- "@type": "http://www.w3.org/2002/07/owl#Class",
-
"links": {- "self": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator",
- "ontology": "https://data.bioontology.org/ontologies/HHEAR",
- "children": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator/children",
- "parents": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator/parents",
- "descendants": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator/descendants",
- "ancestors": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator/ancestors",
- "instances": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator/instances",
- "tree": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator/tree",
- "notes": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator/notes",
- "mappings": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator/mappings",
- "ui": "http://bioportal.bioontology.org/ontologies/HHEAR?p=classes&conceptid=http%3A%2F%2Fdatashapes.org%2Fdash%23SuggestionGenerator",
-
"@context": {- "self": "http://www.w3.org/2002/07/owl#Class",
- "ontology": "http://data.bioontology.org/metadata/Ontology",
- "children": "http://www.w3.org/2002/07/owl#Class",
- "parents": "http://www.w3.org/2002/07/owl#Class",
- "descendants": "http://www.w3.org/2002/07/owl#Class",
- "ancestors": "http://www.w3.org/2002/07/owl#Class",
- "instances": "http://data.bioontology.org/metadata/Instance",
- "tree": "http://www.w3.org/2002/07/owl#Class",
- "notes": "http://data.bioontology.org/metadata/Note",
- "mappings": "http://data.bioontology.org/metadata/Mapping",
- "ui": "http://www.w3.org/2002/07/owl#Class"
}
},-
"@context": {- "@vocab": "http://data.bioontology.org/metadata/",
- "label": "http://www.w3.org/2000/01/rdf-schema#label",
- "prefLabel": "http://www.w3.org/2004/02/skos/core#prefLabel",
- "synonym": "http://www.w3.org/2004/02/skos/core#altLabel",
- "definition": "http://www.w3.org/2004/02/skos/core#definition",
- "obsolete": "http://www.w3.org/2002/07/owl#deprecated",
- "notation": "http://www.w3.org/2004/02/skos/core#notation",
- "prefixIRI": "http://data.bioontology.org/metadata/prefixIRI",
- "subClassOf": "http://www.w3.org/2000/01/rdf-schema#subClassOf",
- "semanticType": "http://bioportal.bioontology.org/ontologies/umls/hasSTY",
- "cui": "http://bioportal.bioontology.org/ontologies/umls/cui",
- "xref": "http://www.geneontology.org/formats/oboInOwl#hasDbXref",
- "created": "http://purl.org/dc/terms/created",
- "modified": "http://purl.org/dc/terms/modified",
- "@language": "en"
}
},-
{- "id": "http://www.w3.org/ns/shacl#SPARQLSelectExecutable",
- "prefLabel": "SPARQL SELECT executable",
- "synonym": [ ],
- "cui": [ ],
- "semanticType": [ ],
-
"definition": [- "The class of SPARQL executables based on a SELECT query."
],- "obsolete": false,
-
"label": [- "SPARQL SELECT executable"
],- "notation": null,
-
"subClassOf": [],- "xref": null,
- "prefixIRI": "sh:SPARQLSelectExecutable",
- "created": null,
- "modified": null,
- "@id": "http://www.w3.org/ns/shacl#SPARQLSelectExecutable",
- "@type": "http://www.w3.org/2002/07/owl#Class",
-
"links": {- "self": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable",
- "ontology": "https://data.bioontology.org/ontologies/HHEAR",
- "children": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable/children",
- "parents": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable/parents",
- "descendants": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable/descendants",
- "ancestors": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable/ancestors",
- "instances": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable/instances",
- "tree": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable/tree",
- "notes": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable/notes",
- "mappings": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable/mappings",
- "ui": "http://bioportal.bioontology.org/ontologies/HHEAR?p=classes&conceptid=http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLSelectExecutable",
-
"@context": {- "self": "http://www.w3.org/2002/07/owl#Class",
- "ontology": "http://data.bioontology.org/metadata/Ontology",
- "children": "http://www.w3.org/2002/07/owl#Class",
- "parents": "http://www.w3.org/2002/07/owl#Class",
- "descendants": "http://www.w3.org/2002/07/owl#Class",
- "ancestors": "http://www.w3.org/2002/07/owl#Class",
- "instances": "http://data.bioontology.org/metadata/Instance",
- "tree": "http://www.w3.org/2002/07/owl#Class",
- "notes": "http://data.bioontology.org/metadata/Note",
- "mappings": "http://data.bioontology.org/metadata/Mapping",
- "ui": "http://www.w3.org/2002/07/owl#Class"
}
},-
"@context": {- "@vocab": "http://data.bioontology.org/metadata/",
- "label": "http://www.w3.org/2000/01/rdf-schema#label",
- "prefLabel": "http://www.w3.org/2004/02/skos/core#prefLabel",
- "synonym": "http://www.w3.org/2004/02/skos/core#altLabel",
- "definition": "http://www.w3.org/2004/02/skos/core#definition",
- "obsolete": "http://www.w3.org/2002/07/owl#deprecated",
- "notation": "http://www.w3.org/2004/02/skos/core#notation",
- "prefixIRI": "http://data.bioontology.org/metadata/prefixIRI",
- "subClassOf": "http://www.w3.org/2000/01/rdf-schema#subClassOf",
- "semanticType": "http://bioportal.bioontology.org/ontologies/umls/hasSTY",
- "cui": "http://bioportal.bioontology.org/ontologies/umls/cui",
- "xref": "http://www.geneontology.org/formats/oboInOwl#hasDbXref",
- "created": "http://purl.org/dc/terms/created",
- "modified": "http://purl.org/dc/terms/modified",
- "@language": "en"
}
},-
{- "id": "http://www.w3.org/ns/shacl#SPARQLUpdateExecutable",
- "prefLabel": "SPARQL UPDATE executable",
- "synonym": [ ],
- "cui": [ ],
- "semanticType": [ ],
-
"definition": [- "The class of SPARQL executables based on a SPARQL UPDATE."
],- "obsolete": false,
-
"label": [- "SPARQL UPDATE executable"
],- "notation": null,
-
"subClassOf": [],- "xref": null,
- "prefixIRI": "sh:SPARQLUpdateExecutable",
- "created": null,
- "modified": null,
- "@id": "http://www.w3.org/ns/shacl#SPARQLUpdateExecutable",
- "@type": "http://www.w3.org/2002/07/owl#Class",
-
"links": {- "self": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable",
- "ontology": "https://data.bioontology.org/ontologies/HHEAR",
- "children": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable/children",
- "parents": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable/parents",
- "descendants": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable/descendants",
- "ancestors": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable/ancestors",
- "instances": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable/instances",
- "tree": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable/tree",
- "notes": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable/notes",
- "mappings": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable/mappings",
- "ui": "http://bioportal.bioontology.org/ontologies/HHEAR?p=classes&conceptid=http%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23SPARQLUpdateExecutable",
-
"@context": {- "self": "http://www.w3.org/2002/07/owl#Class",
- "ontology": "http://data.bioontology.org/metadata/Ontology",
- "children": "http://www.w3.org/2002/07/owl#Class",
- "parents": "http://www.w3.org/2002/07/owl#Class",
- "descendants": "http://www.w3.org/2002/07/owl#Class",
- "ancestors": "http://www.w3.org/2002/07/owl#Class",
- "instances": "http://data.bioontology.org/metadata/Instance",
- "tree": "http://www.w3.org/2002/07/owl#Class",
- "notes": "http://data.bioontology.org/metadata/Note",
- "mappings": "http://data.bioontology.org/metadata/Mapping",
- "ui": "http://www.w3.org/2002/07/owl#Class"
}
},-
"@context": {- "@vocab": "http://data.bioontology.org/metadata/",
- "label": "http://www.w3.org/2000/01/rdf-schema#label",
- "prefLabel": "http://www.w3.org/2004/02/skos/core#prefLabel",
- "synonym": "http://www.w3.org/2004/02/skos/core#altLabel",
- "definition": "http://www.w3.org/2004/02/skos/core#definition",
- "obsolete": "http://www.w3.org/2002/07/owl#deprecated",
- "notation": "http://www.w3.org/2004/02/skos/core#notation",
- "prefixIRI": "http://data.bioontology.org/metadata/prefixIRI",
- "subClassOf": "http://www.w3.org/2000/01/rdf-schema#subClassOf",
- "semanticType": "http://bioportal.bioontology.org/ontologies/umls/hasSTY",
- "cui": "http://bioportal.bioontology.org/ontologies/umls/cui",
- "xref": "http://www.geneontology.org/formats/oboInOwl#hasDbXref",
- "created": "http://purl.org/dc/terms/created",
- "modified": "http://purl.org/dc/terms/modified",
- "@language": "en"
}
}
],- "prefixIRI": "dash:SPARQLUpdateSuggestionGenerator",
- "created": null,
- "modified": null,
-
"properties": {-
"http://www.w3.org/2004/02/skos/core#note": [- "A SuggestionGenerator based on a SPARQL UPDATE query (sh:update), producing an instance of dash:GraphUpdate. The INSERTs become dash:addedTriple and the DELETEs become dash:deletedTriple. The WHERE clause operates on the data graph with the pre-bound variables $focusNode, $predicate and $value, as well as the other pre-bound variables for the parameters of the constraint.\n\nIn many cases, there may be multiple possible suggestions to fix a problem. For example, with sh:maxLength there are many ways to slice a string. In those cases, the system will first iterate through the result variables from a SELECT query (sh:select) and apply these results as pre-bound variables into the UPDATE query."
],-
"https://data.bioontology.org/metadata/prefixIRI": [- "dash:SPARQLUpdateSuggestionGenerator"
],-
"http://www.w3.org/2004/02/skos/core#prefLabel": [- "SPARQL UPDATE suggestion generator"
],-
"http://www.w3.org/2000/01/rdf-schema#label": [- "SPARQL UPDATE suggestion generator"
],-
"http://www.w3.org/2000/01/rdf-schema#comment": [- "A SuggestionGenerator based on a SPARQL UPDATE query (sh:update), producing an instance of dash:GraphUpdate. The INSERTs become dash:addedTriple and the DELETEs become dash:deletedTriple. The WHERE clause operates on the data graph with the pre-bound variables $focusNode, $predicate and $value, as well as the other pre-bound variables for the parameters of the constraint.\n\nIn many cases, there may be multiple possible suggestions to fix a problem. For example, with sh:maxLength there are many ways to slice a string. In those cases, the system will first iterate through the result variables from a SELECT query (sh:select) and apply these results as pre-bound variables into the UPDATE query."
],-
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [],-
"http://www.w3.org/2004/02/skos/core#definition": [- "A SuggestionGenerator based on a SPARQL UPDATE query (sh:update), producing an instance of dash:GraphUpdate. The INSERTs become dash:addedTriple and the DELETEs become dash:deletedTriple. The WHERE clause operates on the data graph with the pre-bound variables $focusNode, $predicate and $value, as well as the other pre-bound variables for the parameters of the constraint.\n\nIn many cases, there may be multiple possible suggestions to fix a problem. For example, with sh:maxLength there are many ways to slice a string. In those cases, the system will first iterate through the result variables from a SELECT query (sh:select) and apply these results as pre-bound variables into the UPDATE query."
],-
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [],-
"https://data.bioontology.org/metadata/def/prefLabel": [- "SPARQL UPDATE suggestion generator"
]
},- "@id": "http://datashapes.org/dash#SPARQLUpdateSuggestionGenerator",
- "@type": "http://www.w3.org/2002/07/owl#Class",
-
"links": {- "self": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator",
- "ontology": "https://data.bioontology.org/ontologies/HHEAR",
- "children": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator/children",
- "parents": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator/parents",
- "descendants": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator/descendants",
- "ancestors": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator/ancestors",
- "instances": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator/instances",
- "tree": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator/tree",
- "notes": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator/notes",
- "mappings": "https://data.bioontology.org/ontologies/HHEAR/classes/http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator/mappings",
- "ui": "http://bioportal.bioontology.org/ontologies/HHEAR?p=classes&conceptid=http%3A%2F%2Fdatashapes.org%2Fdash%23SPARQLUpdateSuggestionGenerator",
-
"@context": {- "self": "http://www.w3.org/2002/07/owl#Class",
- "ontology": "http://data.bioontology.org/metadata/Ontology",
- "children": "http://www.w3.org/2002/07/owl#Class",
- "parents": "http://www.w3.org/2002/07/owl#Class",
- "descendants": "http://www.w3.org/2002/07/owl#Class",
- "ancestors": "http://www.w3.org/2002/07/owl#Class",
- "instances": "http://data.bioontology.org/metadata/Instance",
- "tree": "http://www.w3.org/2002/07/owl#Class",
- "notes": "http://data.bioontology.org/metadata/Note",
- "mappings": "http://data.bioontology.org/metadata/Mapping",
- "ui": "http://www.w3.org/2002/07/owl#Class"
}
},-
"@context": {- "@vocab": "http://data.bioontology.org/metadata/",
- "label": "http://www.w3.org/2000/01/rdf-schema#label",
- "prefLabel": "http://www.w3.org/2004/02/skos/core#prefLabel",
- "synonym": "http://www.w3.org/2004/02/skos/core#altLabel",
- "definition": "http://www.w3.org/2004/02/skos/core#definition",
- "obsolete": "http://www.w3.org/2002/07/owl#deprecated",
- "notation": "http://www.w3.org/2004/02/skos/core#notation",
- "prefixIRI": "http://data.bioontology.org/metadata/prefixIRI",
- "parents": "http://www.w3.org/2000/01/rdf-schema#parents",
- "subClassOf": "http://www.w3.org/2000/01/rdf-schema#subClassOf",
- "semanticType": "http://bioportal.bioontology.org/ontologies/umls/hasSTY",
- "cui": "http://bioportal.bioontology.org/ontologies/umls/cui",
- "xref": "http://www.geneontology.org/formats/oboInOwl#hasDbXref",
- "created": "http://purl.org/dc/terms/created",
- "modified": "http://purl.org/dc/terms/modified",
- "@language": "en"
}
}