@igea/oac_backend 1.0.100 → 1.0.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igea/oac_backend",
3
- "version": "1.0.100",
3
+ "version": "1.0.102",
4
4
  "description": "Backend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -16,6 +16,7 @@
16
16
 
17
17
  @prefix dash: <http://datashapes.org/dash#> .
18
18
  @prefix core: <http://data.sparna.fr/ontologies/sparnatural-config-core#> .
19
+ @prefix datasources: <http://data.sparna.fr/ontologies/sparnatural-config-datasources#> .
19
20
 
20
21
 
21
22
  this:E7Activity01Shape_label sh:path rdfs:label ;
@@ -85,7 +86,7 @@ this:S13Sample01Shape # CAMPIONE
85
86
  sh:maxCount 1 ;
86
87
  ] ;
87
88
  sh:property [
88
- sh:path basecpm:Pc43i_uses ;
89
+ sh:path basecpm:PC43i_uses ;
89
90
  sh:node this:CP2ArchitectureWorkShape ;
90
91
  sh:name "utilizza" ;
91
92
  sh:maxCount 1 ;
@@ -1829,13 +1829,3 @@ this:E62String19Shape # MISURA
1829
1829
  sh:maxCount 1 ;
1830
1830
  ] .
1831
1831
 
1832
- this:E62String20Shape # GRANDEZZA
1833
- a sh:NodeShape, rdfs:Class ;
1834
- sh:targetClass crm:E62_String ;
1835
- rdfs:label "Grandezza" ;
1836
- sh:property [
1837
- sh:path indagine:grandezza ;
1838
- sh:datatype xsd:string ;
1839
- sh:name "grandezza" ;
1840
- sh:maxCount 1 ;
1841
- ] .