Skip to content

Commit

Permalink
Update consistencycheck.py
Browse files Browse the repository at this point in the history
  • Loading branch information
situx authored Dec 30, 2024
1 parent e822101 commit b9a5a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/consistencycheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def parseSpecForFunctions(directory):
resultlog={"GeoSPARQL Functions vs. Service Description":{},"GeoSPARQL Functions vs. Spec":{},"GeoSPARQL Functions vs. RIF Rules":{},"GeoSPARQL JSON-LD Context":{},"GeoSPARQL Functions vs. Requirements":{},"GeoSPARQL Functions Translation Completeness":{}}
#input1=sys.argv[1]
#input2=sys.argv[2]
specvocab=parseSpecForFunctions("../spec/")
specvocab=parseSpecForFunctions("../spec/sections/")
input1="../vocabularies/functions.ttl"
input2="../servicedescription/servicedescription_all_functions.ttl"
check_functions_sd_consistency(input1,input2,"GeoSPARQL Functions vs. Service Description",resultlog)
Expand Down

0 comments on commit b9a5a74

Please sign in to comment.