Skip to content

Commit

Permalink
feat(testdata):[#616] fix dct:type for registry asset creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed May 16, 2024
1 parent eb934b0 commit c817df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions local/testing/testdata/transform-and-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def create_edc_registry_asset_payload(registry_url_, asset_prop_id_):
"@id": f"{asset_prop_id_}", # DTR-EDC-instance-unique-ID
"edc:properties": {
"dct:type": {
"@id": "cx-taxo:DigitalTwinRegistry"
"@id": "https://w3id.org/catenax/taxonomy#DigitalTwinRegistry"
},
"cx-common:version": "3.0",
"edc:description": "Digital Twin Registry Endpoint",
Expand Down Expand Up @@ -89,7 +89,6 @@ def edc_context():
"dcat": "https://www.w3.org/ns/dcat/",
"odrl": "http://www.w3.org/ns/odrl/2/",
"dspace": "https://w3id.org/dspace/v0.8/",
"cx-taxo": "https://w3id.org/catenax/taxonomy#",
"cx-common": "https://w3id.org/catenax/ontology/common#"
}

Expand Down

0 comments on commit c817df1

Please sign in to comment.