Skip to content

Commit

Permalink
changed URIs for cpv and nuts.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-pasare committed Mar 15, 2024
1 parent cc425df commit a541adf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions implementation/ePO_core/shacl_shapes/ePO_core_shapes.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -11227,7 +11227,7 @@
<sh:name>Has country code</sh:name>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/a4g/data-shape#dct-Location-epo-hasNutsCode">
<sh:class rdf:resource="http://publications.europa.eu/resource/authority/nuts"/>
<sh:class rdf:resource="http://data.europa.eu/nuts/scheme/2021"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/a4g/data-shape#dct-Location-epo-hasNutsCode">
<sh:maxCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</sh:maxCount>
Expand Down Expand Up @@ -12185,7 +12185,7 @@
<sh:name>Specifies clean vehicle directive contract type</sh:name>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/a4g/data-shape#locn-Address-epo-hasNutsCode">
<sh:class rdf:resource="http://publications.europa.eu/resource/authority/nuts"/>
<sh:class rdf:resource="http://data.europa.eu/nuts/scheme/2021"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/a4g/data-shape#locn-Address-epo-hasNutsCode">
<sh:maxCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</sh:maxCount>
Expand Down Expand Up @@ -12351,7 +12351,7 @@
<sh:description>Identification of the Procedure used. WG Approval 09/06/2020</sh:description>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/a4g/data-shape#epo-Purpose-epo-hasMainClassification">
<sh:class rdf:resource="http://publications.europa.eu/resource/authority/cpv"/>
<sh:class rdf:resource="http://data.europa.eu/cpv/cpv"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/a4g/data-shape#epo-Purpose-epo-hasMainClassification">
<sh:minCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</sh:minCount>
Expand All @@ -12366,7 +12366,7 @@
<sh:name>Has main classification</sh:name>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/a4g/data-shape#epo-Purpose-epo-hasAdditionalClassification">
<sh:class rdf:resource="http://publications.europa.eu/resource/authority/cpv"/>
<sh:class rdf:resource="http://data.europa.eu/cpv/cpv"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/a4g/data-shape#epo-Purpose">
<sh:property rdf:resource="http://data.europa.eu/a4g/data-shape#epo-Purpose-epo-hasAdditionalClassification"/>
Expand Down
10 changes: 6 additions & 4 deletions implementation/ePO_core/shacl_shapes/ePO_core_shapes.ttl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@prefix : <http://data.europa.eu/a4g/ontology#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix at-voc: <http://publications.europa.eu/resource/authority/> .
@prefix at-nuts: <http://data.europa.eu/nuts/scheme/> .
@prefix at-cpv: <http://data.europa.eu/cpv/> .
@prefix cccev: <http://data.europa.eu/m8g/> .
@prefix core-shape: <http://data.europa.eu/a4g/data-shape#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
Expand Down Expand Up @@ -1810,7 +1812,7 @@ core-shape:dct-Location-epo-hasCountryCode a sh:PropertyShape ;
sh:path :hasCountryCode .

core-shape:dct-Location-epo-hasNutsCode a sh:PropertyShape ;
sh:class at-voc:nuts ;
sh:class at-nuts:2021 ;
sh:maxCount 1 ;
sh:name "Has nuts code" ;
sh:path :hasNutsCode .
Expand Down Expand Up @@ -4010,12 +4012,12 @@ core-shape:epo-PurchaseContract-epo-resultsFromMiniCompetitionAwardOutcome a sh:
sh:sparql [ sh:select "SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#resultsFromMiniCompetitionAwardOutcome> ?that . ?that <http://data.europa.eu/a4g/ontology#resultsFromMiniCompetitionAwardOutcome> ?this .}" ] .

core-shape:epo-Purpose-epo-hasAdditionalClassification a sh:PropertyShape ;
sh:class at-voc:cpv ;
sh:class at-cpv:cpv ;
sh:name "Has additional classification" ;
sh:path :hasAdditionalClassification .

core-shape:epo-Purpose-epo-hasMainClassification a sh:PropertyShape ;
sh:class at-voc:cpv ;
sh:class at-cpv:cpv ;
sh:minCount 1 ;
sh:name "Has main classification" ;
sh:path :hasMainClassification .
Expand Down Expand Up @@ -5107,7 +5109,7 @@ core-shape:locn-Address-epo-hasCountryCode a sh:PropertyShape ;
sh:path :hasCountryCode .

core-shape:locn-Address-epo-hasNutsCode a sh:PropertyShape ;
sh:class at-voc:nuts ;
sh:class at-nuts:2021 ;
sh:maxCount 1 ;
sh:name "Has nuts code" ;
sh:path :hasNutsCode .
Expand Down

0 comments on commit a541adf

Please sign in to comment.