Definition: Data Acquisition-Manipulation

From Open Energy Information

Data Acquisition-Manipulation

The process of acquiring data and organizing the data into a useful form so accurate interpretations can be made about the subject matter. The vast majority of data acquisition and manipulation involves automated sensors that detect a physical property in the environment and convert the measurements into electrical signals and numeric values that can be stored and manipulated in a useful manner by a computer program.

Wikipedia Definition

{{#sparql:

PREFIX dbpedia-owl: <http://dbpedia.org/ontology/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?v WHERE {

 SERVICE <http://live.dbpedia.org/sparql> {
   ?s dbpedia-owl:abstract ?v .
   ?s foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/Data_acquisition> .
 }FILTER (lang(?v)="en")

} |format=inline }} "{{#sparql" has not been listed as valid URI scheme.

[{{#sparql:PREFIX foaf: <http://xmlns.com/foaf/0.1/>

SELECT DISTINCT ?s WHERE {

 SERVICE <http://poolparty.reegle.info/PoolParty/sparql/glossary> {
   ?s foaf:page <http://en.wikipedia.org/wiki/Data_acquisition> .
 }

} LIMIT 1 |format=inline

}} View on Reegle]

Reegle Definition

{{#sparql:

PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?v WHERE {

 SERVICE <http://poolparty.reegle.info/PoolParty/sparql/glossary> {
   ?s foaf:page <http://en.wikipedia.org/wiki/Data_acquisition> .
   ?s skos:definition ?v .
 }FILTER (lang(?v)="en")

} |format=inline }}