Skip to content

Commit 56706d8

Browse files
Merge pull request #409 from OP-TED/feature/updated-shapes
Feature/updated shapes
2 parents de49fb6 + c7b0865 commit 56706d8

7 files changed

Lines changed: 9475 additions & 10213 deletions

File tree

ted_sws/mapping_suite_processor/services/conceptual_mapping_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
CONCEPTUAL_MAPPINGS_ASSERTIONS = "cm_assertions"
2121
SHACL_SHAPE_INJECTION_FOLDER = "ap_data_shape"
2222
SHACL_SHAPE_RESOURCES_FOLDER = "shacl_shapes"
23-
SHACL_SHAPE_FILE_NAME = "ePO_shacl_shapes.rdf"
23+
SHACL_SHAPE_FILE_NAME = "ePO_shacl_shapes.ttl"
2424
MAPPING_FILES_RESOURCES_FOLDER = "mapping_files"
2525
SPARQL_QUERIES_RESOURCES_FOLDER = "queries"
2626
SPARQL_QUERIES_INJECTION_FOLDER = "business_queries"

ted_sws/resources/shacl_shapes/epo/eCatalogue_shacl_shapes.ttl

Lines changed: 1018 additions & 0 deletions
Large diffs are not rendered by default.

ted_sws/resources/shacl_shapes/epo/eNotice_shacl_shapes.ttl

Lines changed: 2305 additions & 0 deletions
Large diffs are not rendered by default.

ted_sws/resources/shacl_shapes/epo/eOrdering_shacl_shapes.ttl

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.

ted_sws/resources/shacl_shapes/epo/ePO_shacl_shapes.rdf

Lines changed: 0 additions & 10209 deletions
This file was deleted.

ted_sws/resources/shacl_shapes/epo/ePO_shacl_shapes.ttl

Lines changed: 5725 additions & 0 deletions
Large diffs are not rendered by default.

tests/e2e/alignment_oracle/conftest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
import pathlib
2-
31
import pytest
42

3+
from ted_sws import config
54
from ted_sws.core.model.manifestation import XMLManifestation, RDFManifestation
65
from ted_sws.core.model.notice import Notice
76
from tests import TEST_DATA_PATH
87

98

109
@pytest.fixture
1110
def limes_sparql_endpoint() -> str:
12-
return "https://fuseki.ted-data.eu/test_limes/query"
11+
return f"{config.FUSEKI_ADMIN_HOST}/test_limes/query"
1312

1413

1514
@pytest.fixture

0 commit comments

Comments
 (0)