You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Finally, the information that activities, capabilities and processes use and produce needs to be described. This is captured by an <code>InformationObject</code> class that aligns with the notion of “information object” in GSIM, i.e. all GSIM classes are going to be sub-classes of <code>InformationObject</code>. A <code>StatisticalInformationObject</code> is essentially an <code>InformationObject</code> representing statistical information, i.e. they are the inputs and outputs in the design and production of statistics. Some of those statistical information objects are also entities in the <code>Prov</code> sense, which are captured by the <code>Product</code> and <code>Dataset</code> classes, corresponding to the GSIM Product and GSIM Data Set, respectively. </p>
690
+
<p>Finally, the information that activities, capabilities and processes use and produce needs to be described. This is captured by an <code>InformationObject</code> class that aligns with the notion of “information object” in GSIM, i.e. all GSIM classes are going to be sub-classes of <code>InformationObject</code>. A <code>StatisticalInformationObject</code> is essentially an <code>InformationObject</code> representing statistical information, i.e. they are the inputs and outputs in the design and production of statistics. Some of those statistical information objects are also entities in the <code>PROV</code> sense, which are captured by the <code>Product</code> and <code>Dataset</code> classes, corresponding to the GSIM Product and GSIM Data Set, respectively. </p>
691
691
692
692
<p>Here again, the PROV vocabulary is useful, in particular to provide provenance information on products and to link them to activities and organizations (for example <code>prov:wasGeneratedBy</code> from a product to an activity).</p>
rdfs:comment "Statistical information object which is also an entity in the sense of PROV."@en , "Objeto de información estadística, el cual es tambien una entidad en el sentido de PROV."@es , "Objet informationnel qui est aussi une entité au sens de PROV."@fr ;
172
172
skos:definition "Statistical information object which is also an entity in the sense of PROV."@en , "Objeto de información estadística, el cual es tambien una entidad en el sentido de PROV."@es , "Objet informationnel qui est aussi une entité au sens de PROV."@fr ;
@@ -186,10 +186,10 @@ coos:Product a rdfs:Class , owl:Class ;
rdfs:comment "Corresponds to the GSIM Product."@en , "Correspond au Product GSIM."@fr , "Corresponde a producto en GSIM."@es ;
188
188
skos:definition "Corresponds to the GSIM Product."@en , "Correspond au Product GSIM."@fr , "Corresponde a producto en GSIM."@es ;
189
-
rdfs:subClassOf coos:StatisticalEntity ;
189
+
rdfs:subClassOf coos:Entity ;
190
190
rdfs:isDefinedBy <http://id.unece.org/def/coos> .
191
191
192
-
coos:StatisticalDataseta rdfs:Class , owl:Class ;
192
+
coos:Dataseta rdfs:Class , owl:Class ;
193
193
rdfs:label "Statistical dataset"@en , "Jeu de données statistiques"@fr , "Conjunto de datos estadísticos"@es ;
194
194
rdfs:comment "Corresponds to the GSIM Data Set."@en , "Correspond au Data Set GSIM."@fr , "Corresponde a Conjunto de Datos en GSIM"@es ;
195
195
skos:definition "Corresponds to the GSIM Data Set."@en , "Correspond au Data Set GSIM."@fr , "Corresponde a Conjunto de Datos en GSIM"@es ;
@@ -200,36 +200,36 @@ coos:DimensionalDataset a rdfs:Class , owl:Class ;
200
200
rdfs:label "Dimensional dataset"@en , "Conjunto de datos dimensional"@es ;
201
201
rdfs:comment "Collection of data where each datapoint is uniquely defined by combining one category from each prespecified dimension"@en , "Colección de datos en los que cada punto de datos es definido unívocamente por la combinación de una categoría de de cada dimensión pre-especificada"@es ;
202
202
skos:definition "Collection of data where each datapoint is uniquely defined by combining one category from each prespecified dimension"@en , "Colección de datos en los que cada punto de datos es definido unívocamente por la combinación de una categoría de de cada dimensión pre-especificada"@es ;
203
-
rdfs:subClassOf coos:StatisticalDataset ;
203
+
rdfs:subClassOf coos:Dataset ;
204
204
rdfs:isDefinedBy <http://id.unece.org/def/coos> .
205
205
206
206
coos:GraphDataset a rdfs:Class , owl:Class ;
207
207
rdfs:label "Graph dataset"@en , "Conjunto de datos del grapho"@es ;
208
208
rdfs:comment "Collection of data organized in a graph-like (including tree-like) structure"@en , "Colección de datos organizados en una estructura parecida a la de un grafo (incluyendo la de árbol)"@es ;
209
209
skos:definition "Collection of data organized in a graph-like (including tree-like) structure"@en , "Colección de datos organizados en una estructura parecida a la de un grafo (incluyendo la de árbol)"@es ;
210
210
skos:scopeNote "This includes RDF, property graphs and XML"@en ;
211
-
rdfs:subClassOf coos:StatisticalDataset ;
211
+
rdfs:subClassOf coos:Dataset ;
212
212
rdfs:isDefinedBy <http://id.unece.org/def/coos> .
213
213
214
214
coos:KeyValueDataset a rdfs:Class , owl:Class ;
215
215
rdfs:label "Key-value dataset"@en , "Conjunto de datos clave-valor"@es ;
216
216
rdfs:comment "Collection of data where each datapoint is paired with a key"@en , "Colección de datos donde cada punto de datos es emparejado con una clave"@es ;
217
217
skos:definition "Collection of data where each datapoint is paired with a key"@en , "Colección de datos donde cada punto de datos es emparejado con una clave"@es ;
218
-
rdfs:subClassOf coos:StatisticalDataset ;
218
+
rdfs:subClassOf coos:Dataset ;
219
219
rdfs:isDefinedBy <http://id.unece.org/def/coos> .
220
220
221
221
coos:RectangularDataset a rdfs:Class , owl:Class ;
222
222
rdfs:label "Rectangular dataset"@en , "Conjunto de datos rectángular"@es ;
223
223
rdfs:comment "Collection of data where variables are represented with columns"@en , "Colección de datos en el que las variables son representadas con columnas"@es ;
224
224
skos:definition "Collection of data where variables are represented with columns"@en , "Colección de datos en el que las variables son representadas con columnas"@es ;
225
-
rdfs:subClassOf coos:StatisticalDataset ;
225
+
rdfs:subClassOf coos:Dataset ;
226
226
rdfs:isDefinedBy <http://id.unece.org/def/coos> .
227
227
228
228
coos:TransposedDataset a rdfs:Class , owl:Class ;
229
229
rdfs:label "Transposed dataset"@en , "Conjunto de datos transpuesto"@es ;
230
230
rdfs:comment "Collection of data where variables are represented with rows"@en , "Colección de datos en el que las variables son representadas con filas"@es ;
231
231
skos:definition "Collection of data where variables are represented with rows"@en , "Colección de datos en el que las variables son representadas con filas"@es ;
232
-
rdfs:subClassOf coos:StatisticalDataset ;
232
+
rdfs:subClassOf coos:Dataset ;
233
233
rdfs:isDefinedBy <http://id.unece.org/def/coos> .
234
234
235
235
coos:ProductPresentation a owl:Class , rdfs:Class ;
@@ -347,7 +347,7 @@ coos:metadataFor a rdfs:Property , owl:ObjectProperty ;
rdfs:comment "Indicates that a dataset contains metadata attached to a given resource"@en , "Indica que un conjunto de datos contiene metadatos adjuntos a un recurso dado"@es ;
349
349
skos:definition "Indicates that a dataset contains metadata attached to a given resource"@en , "Indica que un conjunto de datos contiene metadatos adjuntos a un recurso dado"@es ;
0 commit comments