Skip to content

Commit

Permalink
Update query dataVer unlinked SWCOMPONENT.json
Browse files Browse the repository at this point in the history
replaced subcomponentOf by partOf
  • Loading branch information
AbhaMoitra committed May 6, 2022
1 parent 4ee9dbb commit 936fc8b
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions nodegroups/queries/query dataVer unlinked SWCOMPONENT.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 3,
"sparqlConn": {
"name": "RACK",
"name": "RACK local fuseki1",
"domain": "",
"enableOwlImports": false,
"model": [
Expand All @@ -16,19 +16,26 @@
"type": "fuseki",
"url": "http://localhost:3030/RACK",
"graph": "http://rack001/data"
},
{
"type": "fuseki",
"url": "http://localhost:3030/RACK",
"graph": "http://rack001/nist-800-53"
}
]
},
"sNodeGroup": {
"version": 13,
"version": 19,
"limit": 0,
"offset": 0,
"sNodeList": [
{
"propList": [
{
"ValueType": "string",
"relationship": "http://www.w3.org/2001/XMLSchema#string",
"valueTypes": [
"string"
],
"rangeURI": "http://www.w3.org/2001/XMLSchema#string",
"UriRelationship": "http://arcos.rack/PROV-S#identifier",
"Constraints": "",
"SparqlID": "?identifier_1",
Expand All @@ -51,8 +58,10 @@
{
"propList": [
{
"ValueType": "string",
"relationship": "http://www.w3.org/2001/XMLSchema#string",
"valueTypes": [
"string"
],
"rangeURI": "http://www.w3.org/2001/XMLSchema#string",
"UriRelationship": "http://arcos.rack/PROV-S#identifier",
"Constraints": "",
"SparqlID": "?identifier_0",
Expand All @@ -75,8 +84,10 @@
{
"propList": [
{
"ValueType": "string",
"relationship": "http://www.w3.org/2001/XMLSchema#string",
"valueTypes": [
"string"
],
"rangeURI": "http://www.w3.org/2001/XMLSchema#string",
"UriRelationship": "http://arcos.rack/PROV-S#identifier",
"Constraints": "",
"SparqlID": "?identifier",
Expand All @@ -101,8 +112,9 @@
"DeletionMarkers": [
false
],
"ValueType": "ENTITY",
"UriValueType": "http://arcos.rack/PROV-S#ENTITY",
"range": [
"http://arcos.rack/PROV-S#ENTITY"
],
"ConnectBy": "wasImpactedBy",
"Connected": true,
"UriConnectBy": "http://arcos.rack/PROV-S#wasImpactedBy"
Expand All @@ -120,11 +132,12 @@
"DeletionMarkers": [
false
],
"ValueType": "SWCOMPONENT",
"UriValueType": "http://arcos.rack/SOFTWARE#SWCOMPONENT",
"ConnectBy": "subcomponentOf",
"range": [
"http://arcos.rack/SOFTWARE#SWCOMPONENT"
],
"ConnectBy": "",
"Connected": true,
"UriConnectBy": "http://arcos.rack/SOFTWARE#subcomponentOf"
"UriConnectBy": "http://arcos.rack/SOFTWARE#partOf"
}
],
"fullURIName": "http://arcos.rack/SOFTWARE#SWCOMPONENT",
Expand All @@ -137,7 +150,9 @@
}
],
"orderBy": [],
"unionHash": {}
"groupBy": [],
"unionHash": {},
"columnOrder": []
},
"importSpec": {
"version": "1",
Expand Down

0 comments on commit 936fc8b

Please sign in to comment.