From eb4f95cd6a452938b97a7b6cc4ce0d825bbef7ec Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Sep 2023 11:05:01 +0000 Subject: [PATCH] Adding transformation files --- .../eCatalogue_CM-restrictions.ttl | 50 +- .../eContract_CM-restrictions.ttl | 8 +- .../eFulfilment_CM-restrictions.ttl | 52 +- .../owl_ontology/eNotice_CM-restrictions.ttl | 248 +- .../eOrdering_CM-restrictions.ttl | 42 +- .../ePO/owl_ontology/ePO_CM-core.rdf | 3925 ++++++++------- .../ePO/owl_ontology/ePO_CM-core.ttl | 43 +- .../ePO/owl_ontology/ePO_CM-restrictions.rdf | 2028 ++++---- .../ePO/owl_ontology/ePO_CM-restrictions.ttl | 762 +-- .../ePO/shacl_shapes/ePO_CM-shacl.rdf | 4220 ++++++++--------- 10 files changed, 5683 insertions(+), 5695 deletions(-) diff --git a/implementation/eCatalogue/owl_ontology/eCatalogue_CM-restrictions.ttl b/implementation/eCatalogue/owl_ontology/eCatalogue_CM-restrictions.ttl index 96bc8810..207f3a40 100644 --- a/implementation/eCatalogue/owl_ontology/eCatalogue_CM-restrictions.ttl +++ b/implementation/eCatalogue/owl_ontology/eCatalogue_CM-restrictions.ttl @@ -414,37 +414,37 @@ dcterms:title a owl:FunctionalProperty ; :Line a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty dcterms:description ], - [ a owl:Restriction ; owl:cardinality 1 ; - owl:onProperty :specifiesItem ] . + owl:onProperty :specifiesItem ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty dcterms:description ] . :Batch rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasExpiryDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasBestBeforeDate ], + owl:onProperty :hasManufactureDate ], [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty :isProductionOf ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasManufactureDate ] . + owl:onProperty :hasBestBeforeDate ] . :ItemProperty rdfs:subClassOf [ a owl:Restriction ; owl:cardinality 1 ; - owl:onProperty :hasClassificationScheme ], + owl:onProperty :hasAttributeType ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasLiteralValue ], [ a owl:Restriction ; owl:cardinality 1 ; - owl:onProperty :hasAttributeType ], + owl:onProperty :describesItem ], [ a owl:Restriction ; owl:cardinality 1 ; - owl:onProperty :describesItem ] . + owl:onProperty :hasClassificationScheme ] . :Catalogue rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; @@ -459,13 +459,16 @@ dcterms:title a owl:FunctionalProperty ; :CatalogueLine rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isContractedItem ], + owl:onProperty :hasOrderableUnitFactorRate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :hasOrderableQuantityIncrement ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty :hasPrice ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasOrderableUnitFactorRate ], + owl:onProperty :isContractedItem ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasWarrantyInformation ], @@ -474,33 +477,27 @@ dcterms:title a owl:FunctionalProperty ; owl:onProperty :hasTransactionConditions ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isOrderable ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasOrderableQuantityIncrement ] . + owl:onProperty :isOrderable ] . :Item a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty dcterms:title ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasModel ], + owl:onProperty :isInStock ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasBrand ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasManufacturer ], + owl:onProperty :hasModel ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isInStock ], + owl:onProperty :hasManufacturer ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty dcterms:description ] . - -[] a ; - owl:members ( :ItemComplementaryRelation :ItemAccessoryRelation :ItemComposition :ItemReplacement :ItemRequirement ) . + owl:onProperty dcterms:description ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty dcterms:title ] . [] a ; owl:members ( :ItemComplementaryRelation :ItemAccessoryRelation :ItemComposition :ItemReplacement :ItemRequirement ) . @@ -520,3 +517,6 @@ dcterms:title a owl:FunctionalProperty ; [] a ; owl:members ( :ProductSpecification :Catalogue ) . +[] a ; + owl:members ( :ItemComplementaryRelation :ItemAccessoryRelation :ItemComposition :ItemReplacement :ItemRequirement ) . + diff --git a/implementation/eContract/owl_ontology/eContract_CM-restrictions.ttl b/implementation/eContract/owl_ontology/eContract_CM-restrictions.ttl index 74e4ce0c..2c575e0d 100644 --- a/implementation/eContract/owl_ontology/eContract_CM-restrictions.ttl +++ b/implementation/eContract/owl_ontology/eContract_CM-restrictions.ttl @@ -87,12 +87,12 @@ rdfs:range rdf:PlainLiteral . :ContractModificationInformation rdfs:subClassOf [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :concernsContractAmendment ], + [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasModificationDescription ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasModificationReasonDescription ], - [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :concernsContractAmendment ] . + owl:onProperty :hasModificationReasonDescription ] . diff --git a/implementation/eFulfilment/owl_ontology/eFulfilment_CM-restrictions.ttl b/implementation/eFulfilment/owl_ontology/eFulfilment_CM-restrictions.ttl index e8435293..d47a86a2 100644 --- a/implementation/eFulfilment/owl_ontology/eFulfilment_CM-restrictions.ttl +++ b/implementation/eFulfilment/owl_ontology/eFulfilment_CM-restrictions.ttl @@ -399,11 +399,11 @@ dcterms:description rdfs:domain [ a owl:Class ; owl:onProperty dcterms:description ] . :Package rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasPackagingTypeDescription ], - [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty :containsGoodsItem ] . + owl:onProperty :containsGoodsItem ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :hasPackagingTypeDescription ] . :TransportMeans rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; @@ -422,27 +422,30 @@ dcterms:description rdfs:domain [ a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :specifiesCarrier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty :usesTransportMeans ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isHazardousRisk ] . + owl:onProperty :isHazardousRisk ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty :usesTransportMeans ] . :TransportEquipment a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isReturnable ], + owl:onProperty :isPowerIndicated ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isRefrigerated ], + owl:onProperty :isReturnable ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isPowerIndicated ] . + owl:onProperty :isRefrigerated ] . :DespatchAdvice rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty :specifiesDespatcher ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :refersToConsignment ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :refersToShipmentAgreement ], @@ -451,44 +454,41 @@ dcterms:description rdfs:domain [ a owl:Class ; owl:onProperty :specifiesShipment ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty :comprisesDespatchLine ], - [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :refersToConsignment ] . + owl:onProperty :comprisesDespatchLine ] . :ShipmentInformation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :despatchDate ], + owl:onProperty :isSpecificToDespatchLine ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isSpecificToDespatchLine ] . + owl:onProperty :despatchDate ] . :AbstractContainer a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isHazardousRisk ], + owl:onProperty :hasTemperatureSpecification ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isReturnableMaterial ], + owl:onProperty :isHazardousRisk ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasTemperatureSpecification ] . + owl:onProperty :isReturnableMaterial ] . :Consignment a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :hasRequestedPickUpInformation ], + owl:maxCardinality 1 ; + owl:onProperty :hasMainCarriageShipmentStage ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isHazardousRisk ], + owl:onProperty :hasVehicleDescription ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty :containsTransportHandlingUnit ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasVehicleDescription ], + owl:cardinality 1 ; + owl:onProperty :hasRequestedPickUpInformation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasMainCarriageShipmentStage ] . + owl:onProperty :isHazardousRisk ] . diff --git a/implementation/eNotice/owl_ontology/eNotice_CM-restrictions.ttl b/implementation/eNotice/owl_ontology/eNotice_CM-restrictions.ttl index 1c02e90d..72e93aad 100644 --- a/implementation/eNotice/owl_ontology/eNotice_CM-restrictions.ttl +++ b/implementation/eNotice/owl_ontology/eNotice_CM-restrictions.ttl @@ -140,13 +140,13 @@ owl:onProperty skos:inScheme ] . [] a ; - owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :Notice31 :CANStandard-D24 :Notice30 :Notice32 :Notice29 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :PINTimeLimitNotice :PINOnlyNotice :PINDefence-D81 :PINProfileNotice ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . @@ -155,79 +155,85 @@ owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + +[] a ; + owl:members ( :CANDefence-D81 :CANSocialNotice :CANStandardNotice :DesignContestResultNotice ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . [] a ; - owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :Notice36 :Notice37 :DesignContestResult-D25 :DesignContestResult-D24 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . +[] a ; + owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :DesignContest-D24 :DesignContest-D25 :Notice23 :Notice24 ) . [] a ; owl:members ( :QS-D25 :QSNotice-D25 :Notice15 ) . [] a ; - owl:members ( :CNSocialNotice-D25 :Notice20 :CNSocial-D25 :Notice21 ) . + owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . [] a ; - owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . + owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice31 :CANStandard-D24 :Notice30 :Notice32 :Notice29 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice36 :Notice37 :DesignContestResult-D25 :DesignContestResult-D24 ) . + owl:members ( :QS-D25 :QSNotice-D25 :Notice15 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . @@ -239,19 +245,13 @@ owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :PINTimeLimitNotice :PINOnlyNotice :PINDefence-D81 :PINProfileNotice ) . - -[] a ; - owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . - -[] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :Notice4 :Notice5 :Notice6 :PINOnly-D24 :PINOnly-D25 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :QS-D25 :QSNotice-D25 :Notice15 ) . + owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . @@ -260,7 +260,7 @@ owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + owl:members ( :Notice36 :Notice37 :DesignContestResult-D25 :DesignContestResult-D24 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . @@ -269,19 +269,13 @@ owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . - -[] a ; - owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . - -[] a ; - owl:members ( :CNSocialNotice-D25 :Notice20 :CNSocial-D25 :Notice21 ) . + owl:members ( :DesignContest-D24 :DesignContest-D25 :Notice23 :Notice24 ) . [] a ; - owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . + owl:members ( :Subcontract-D81 :Notice22 ) . [] a ; - owl:members ( :Notice36 :Notice37 :DesignContestResult-D25 :DesignContestResult-D24 ) . + owl:members ( :Subcontract-D81 :Notice22 ) . [] a ; owl:members ( :Notice31 :CANStandard-D24 :Notice30 :Notice32 :Notice29 ) . @@ -290,13 +284,10 @@ owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . - -[] a ; - owl:members ( :PIN-CFCStandard-D24 :Notice11 :Notice10 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . @@ -305,22 +296,22 @@ owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . + owl:members ( :Notice31 :CANStandard-D24 :Notice30 :Notice32 :Notice29 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :CNSocialNotice-D25 :Notice20 :CNSocial-D25 :Notice21 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . [] a ; - owl:members ( :Notice4 :Notice5 :Notice6 :PINOnly-D24 :PINOnly-D25 ) . + owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . [] a ; - owl:members ( :Notice4 :Notice5 :Notice6 :PINOnly-D24 :PINOnly-D25 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . @@ -329,73 +320,79 @@ owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . + owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + +[] a ; + owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Subcontract-D81 :Notice22 ) . + owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :PINTimeLimitNotice :PINOnlyNotice :PINDefence-D81 :PINProfileNotice ) . + owl:members ( :CNSocialNotice-D25 :Notice20 :CNSocial-D25 :Notice21 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :QS-D25 :QSNotice-D25 :Notice15 ) . + owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . [] a ; - owl:members ( :DesignContest-D24 :DesignContest-D25 :Notice23 :Notice24 ) . + owl:members ( :CANDefence-D81 :CANSocialNotice :CANStandardNotice :DesignContestResultNotice ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :DesignContest-D24 :DesignContest-D25 :Notice23 :Notice24 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :PINTimeLimitNotice :PINOnlyNotice :PINDefence-D81 :PINProfileNotice ) . + owl:members ( :Notice4 :Notice5 :Notice6 :PINOnly-D24 :PINOnly-D25 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :DesignContest-D24 :DesignContest-D25 :Notice23 :Notice24 ) . [] a ; owl:members ( :CANDefence-D81 :CANSocialNotice :CANStandardNotice :DesignContestResultNotice ) . +[] a ; + owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . + [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . [] a ; - owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + owl:members ( :Notice4 :Notice5 :Notice6 :PINOnly-D24 :PINOnly-D25 ) . [] a ; - owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . + owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . [] a ; - owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . + owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . [] a ; owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . @@ -404,49 +401,46 @@ owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . [] a ; - owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :PIN-CFCStandard-D24 :Notice11 :Notice10 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . + owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . [] a ; - owl:members ( :DesignContest-D24 :DesignContest-D25 :Notice23 :Notice24 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :CNSocialNotice-D25 :Notice20 :CNSocial-D25 :Notice21 ) . + owl:members ( :PIN-CFCStandard-D24 :Notice11 :Notice10 ) . [] a ; - owl:members ( :CANDefence-D81 :CANSocialNotice :CANStandardNotice :DesignContestResultNotice ) . + owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . + owl:members ( :PINTimeLimitNotice :PINOnlyNotice :PINDefence-D81 :PINProfileNotice ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :CNSocialNotice-D25 :Notice20 :CNSocial-D25 :Notice21 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . - -[] a ; - owl:members ( :PINTimeLimitNotice :PINOnlyNotice :PINDefence-D81 :PINProfileNotice ) . + owl:members ( :Notice36 :Notice37 :DesignContestResult-D25 :DesignContestResult-D24 ) . [] a ; owl:members ( :Notice36 :Notice37 :DesignContestResult-D25 :DesignContestResult-D24 ) . @@ -455,94 +449,91 @@ owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . [] a ; - owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . + owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice31 :CANStandard-D24 :Notice30 :Notice32 :Notice29 ) . + owl:members ( :PIN-CFCStandard-D24 :Notice11 :Notice10 ) . [] a ; - owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + owl:members ( :PINTimeLimitNotice :PINOnlyNotice :PINDefence-D81 :PINProfileNotice ) . [] a ; - owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . + owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice4 :Notice5 :Notice6 :PINOnly-D24 :PINOnly-D25 ) . [] a ; - owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Subcontract-D81 :Notice22 ) . + owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :PIN-CFCStandard-D24 :Notice11 :Notice10 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :PIN-CFCStandard-D24 :Notice11 :Notice10 ) . + owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . [] a ; - owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . - -[] a ; - owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . + owl:members ( :PINTimeLimitNotice :PINOnlyNotice :PINDefence-D81 :PINProfileNotice ) . [] a ; - owl:members ( :Notice4 :Notice5 :Notice6 :PINOnly-D24 :PINOnly-D25 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . [] a ; - owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . + owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . [] a ; owl:members ( :CNSocialNotice-D25 :Notice20 :CNSocial-D25 :Notice21 ) . [] a ; - owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . + owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . [] a ; - owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . + owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :DesignContest-D24 :DesignContest-D25 :Notice23 :Notice24 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :CANDefence-D81 :CANSocialNotice :CANStandardNotice :DesignContestResultNotice ) . + owl:members ( :QS-D25 :QSNotice-D25 :Notice15 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :DesignContest-D24 :DesignContest-D25 :Notice23 :Notice24 ) . + owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . @@ -551,16 +542,19 @@ owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :CANDefence-D81 :CANSocialNotice :CANStandardNotice :DesignContestResultNotice ) . + +[] a ; + owl:members ( :Notice33 :CANSocial-D25 :Notice35 :CANSocialNotice-D25 :Notice34 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :PIN-CFCStandardNotice :PIN-CFCSocialNotice :CNSocialNotice :QSNotice :CNStandardNotice :DesignContestNotice :SubcontractNotice ) . + owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . [] a ; - owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . + owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . [] a ; owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . @@ -572,43 +566,43 @@ owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . + owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . [] a ; - owl:members ( :Notice4 :Notice5 :Notice6 :PINOnly-D24 :PINOnly-D25 ) . + owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . [] a ; - owl:members ( :Notice2 :PINProfile-D25 :PINProfile-D81 :Notice3 :PINProfile-D24 :Notice1 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice16 :Notice19 :CNStandard-D24 :Notice18 :Notice17 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice36 :Notice37 :DesignContestResult-D25 :DesignContestResult-D24 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :CANDefence-D81 :CANSocialNotice :CANStandardNotice :DesignContestResultNotice ) . + owl:members ( :PIN-RTL-D25 :Notice9 :PIN-RTL-D24 :Notice7 :Notice8 ) . [] a ; owl:members ( :Notice31 :CANStandard-D24 :Notice30 :Notice32 :Notice29 ) . [] a ; - owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . + owl:members ( :Notice14 :Notice13 :Notice12 :PIN-CFCSocialNotice-D25 :PIN-CFCSocial-D25 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :Notice31 :CANStandard-D24 :Notice30 :Notice32 :Notice29 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; - owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . @@ -617,8 +611,14 @@ owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . [] a ; - owl:members ( :Modification-D24 :Notice39 :Modification-D25 :Notice38 :Modification-D23 :Notice40 ) . + owl:members ( :CANSocialNotice-D25 :VEAT-D25 :CNSocialNotice-D25 :PIN-CFCSocialNotice-D25 :PINOnly-D24 :SocialAndOtherSpecificServices-D23 :PINProfile-D24 :DesignContestResult-D24 :DesignContestResult-D25 :DesignContest-D25 :VEAT-D81 :PIN-RTL-D24 :PINOnly-D25 :CANStandard-D24 :PINProfile-D25 :CNDefence-D81 :PIN-RTL-D25 :SocialAndOtherSpecificServices-D24 :ConcessionNotice-D23 :Modification-D24 :CNStandard-D24 :DesignContest-D24 :QSNotice-D25 :CNSocial-D25 :Modification-D25 :CANSocial-D25 :PIN-CFCSocial-D25 :PINProfile-D81 :VEAT-D24 :QS-D25 :Subcontract-D81 :VEAT-D23 :ConcessionAwardNotice-D23 :PIN-CFCStandard-D24 :CANDefence-D81 :Modification-D23 ) . + +[] a ; + owl:members ( :Notice31 :CANStandard-D24 :Notice30 :Notice32 :Notice29 ) . [] a ; owl:members ( :Notice13 :Notice12 :Notice40 :Notice9 :Notice20 :Notice26 :Notice31 :Notice8 :Notice19 :Notice29 :Notice5 :Notice21 :Notice14 :Notice7 :Notice10 :Notice1 :Notice30 :Notice32 :Notice11 :Notice24 :Notice35 :Notice39 :Notice17 :Notice34 :Notice38 :Notice15 :Notice28 :Notice37 :Notice6 :Notice36 :Notice16 :Notice23 :Notice4 :Notice25 :Notice3 :Notice22 :Notice27 :Notice18 :Notice2 :Notice33 ) . +[] a ; + owl:members ( :VEAT-D81 :VEAT-D23 :VEAT-D24 :Notice25 :Notice27 :Notice26 :VEAT-D25 :Notice28 ) . + diff --git a/implementation/eOrdering/owl_ontology/eOrdering_CM-restrictions.ttl b/implementation/eOrdering/owl_ontology/eOrdering_CM-restrictions.ttl index 8c35aad6..e5e1dcdd 100644 --- a/implementation/eOrdering/owl_ontology/eOrdering_CM-restrictions.ttl +++ b/implementation/eOrdering/owl_ontology/eOrdering_CM-restrictions.ttl @@ -271,43 +271,52 @@ dcterms:description rdfs:domain [ a owl:Class ; :AllowanceChargeInformation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasPercentage ], + owl:onProperty :hasTaxInformation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasTaxInformation ] . + owl:onProperty :hasPercentage ] . :OrderResponse rdfs:subClassOf [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :isSubmittedForOrder ], + [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :specifiesSeller ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasResponseDescription ], - [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :isSubmittedForOrder ] . + owl:onProperty :hasResponseDescription ] . :TaxInformation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasPercentage ], + owl:onProperty dcterms:description ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty dcterms:description ] . + owl:onProperty :hasPercentage ] . :DeliveryInformation rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasDeliveryDeadline ], + owl:onProperty :concernsConsignee ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :specifiesSpecificDeliveryAgreement ], + owl:onProperty :hasDeliveryDeadline ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :concernsConsignee ], + owl:onProperty :specifiesSpecificDeliveryAgreement ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :specifiesGeneralDeliveryAgreement ] . :Order rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty :specifiesDeliveryInformation ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty :comprisesOrderLine ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :hasCustomerReference ], + [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty :specifiesSeller ], [ a owl:Restriction ; @@ -318,14 +327,5 @@ dcterms:description rdfs:domain [ a owl:Class ; owl:onProperty :hasPaymentTerm ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasCustomerReference ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :specifiesOriginatorInformation ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty :specifiesDeliveryInformation ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty :comprisesOrderLine ] . + owl:onProperty :specifiesOriginatorInformation ] . diff --git a/implementation/ePO/owl_ontology/ePO_CM-core.rdf b/implementation/ePO/owl_ontology/ePO_CM-core.rdf index 313a3831..7525170a 100644 --- a/implementation/ePO/owl_ontology/ePO_CM-core.rdf +++ b/implementation/ePO/owl_ontology/ePO_CM-core.rdf @@ -86,20 +86,6 @@ - - - Procurement element - - - Gathering class for critical/central elements in the Procurement Process. - -TODO: add definition -Additional information: -Alias: ProcurementComponent - - - - Procurement object @@ -118,46 +104,28 @@ Procedure, seems to be an exception from this rule. Because it is a conflated te - - - Purpose + + + Lot - - The description of the objectives related to a Procurement. - -Additional information: - -The description of the objectives includes the Subject Matter and Quantities. - - -The quantification of the objectives related to a procurement. - -To be re-reviewed by the WG the soonest. - -(WG to be discussed, this was pointed out on the 09/04/2019 14:38:25 WG Meeting) - -The old definition read as follows: - -The description of the objectives related to a procurement. + + A qualitative, quantitative or strategic subdivision of the goods, services or works to be procured, allowing the award of one or more Contracts. -(WG approval 05/12/2018) - +WG approval 12/09/2018 - + - - - Tender group + + + Planned procurement part - - Specific Offer in response to a Lot Group. + + A subdivision of a Planned Procurement that may later become one or more Lots or a self-standing Procedure. A Lot or a Procedure can also cover one or more parts of the Planned Procurement. -Additional Information: -This class is generally used to provide the Monetary Value in response to a Lot Group. - +WG Approval 20/06/2019 - + @@ -176,27 +144,6 @@ WG Approval 20/08/2019 - - this is a note - - - this is a french label - - - this is a romanina - - - - Planned procurement part - - - A subdivision of a Planned Procurement that may later become one or more Lots or a self-standing Procedure. A Lot or a Procedure can also cover one or more parts of the Planned Procurement. - -WG Approval 20/06/2019 - - - - Lot group @@ -217,16 +164,60 @@ Member States may provide that, where more than one lot may be awarded to the sa - - - Lot + + + Procurement element - - A qualitative, quantitative or strategic subdivision of the goods, services or works to be procured, allowing the award of one or more Contracts. + + Gathering class for critical/central elements in the Procurement Process. -WG approval 12/09/2018 +TODO: add definition +Additional information: +Alias: ProcurementComponent - + + + + + + Purpose + + + The description of the objectives related to a Procurement. + +Additional information: + +The description of the objectives includes the Subject Matter and Quantities. + + +The quantification of the objectives related to a procurement. + +To be re-reviewed by the WG the soonest. + +(WG to be discussed, this was pointed out on the 09/04/2019 14:38:25 WG Meeting) + +The old definition read as follows: + +The description of the objectives related to a procurement. + +(WG approval 05/12/2018) + + + + + + + + Tender group + + + Specific Offer in response to a Lot Group. + +Additional Information: +This class is generally used to provide the Monetary Value in response to a Lot Group. + + + @@ -339,50 +330,46 @@ WG Approval 28/04/2020 (WG approval 23/11/2018). - - - Candidate + + + Acquiring central purchasing body - - The Role of an Agent that has sought an invitation or has been invited to take part in a restricted Procedure, in a competitive Procedure with negotiation, in a negotiated Procedure without prior publication, in a competitive dialogue or in an innovation partnership. + + Role of an Agent procuring activities conducted on a permanent basis in the form of the acquisition of supplies and/or services intended for other Buyers. +Additional Information: +In Public Procurement the Role of Acquiring Central Purchasing Body is carried out by a Central Purchasing Body for other Contracting Authorities. -WG approval 30/05/2023 +WG approval 05/08/2021 + - + - - - Offer issuer + + + Acquiring party - - The Role of an Agent that distributes an Offer. - -WG approval 09/02/2023 + + The Role of an Agent that acts on the buying side of a Procurement Process. + - + - - - Lead buyer + + + Agent in role - - A Role of an Agent who is a Buyer and takes the administrative lead of the Procedure. + + Relative concept that ties an Agent to a part they play in a given Situational Context. -WG agreement: 2022-11-22 - - - - - - - Other entity - - - Economic Operator (who is not a Subcontractor) on which the Tenderer relies upon, to meet Selection Criteria. +Additional information: +The classification of roles is based is based on the degree of involvement into the Procurement Process: +- Primary (Procurement) Pole is directly involved in the Procurement Process; +- Secondary (Procurement sub-) Role is secondary to the Procurement Process +- Tertiary (Related) Role is not involved in the Procurement Process. - + @@ -395,32 +382,6 @@ WG agreement: 2022-11-22 - - - Acquiring party - - - The Role of an Agent that acts on the buying side of a Procurement Process. - - - - - - - - Certifier - - - The role of an agent who issues a certificate. - -Additional Information: -The certifier is responsible for verifying and confirming the conformance of the instance of the concept to a defined set of criteria. - -WG approval 16/05/2023 - - - - Awarder @@ -431,100 +392,213 @@ WG approval 16/05/2023 - - - Environmental protection information provider + + + Awarding central purchasing body - - A Role of an Agent responsible for providing information concerning the general regulatory framework for Environmental Protection. + + Role of an Agent procuring activities conducted on a permanent basis in the form of the award of Public Contracts or the conclusion of Framework Agreements for works, supplies or services intended for other Buyers. +Additional Information: +In Public Procurement the Role of Awarding Central purchasing Body is carried out by a Central Purchasing Body for other Contracting Authorities. + +WG approval 05/08/2021 + - + - - - Employment information provider + + + Budget provider - - A Role of an Agent responsible for providing information concerning the general regulatory framework for employment protection and working conditions. + + A role of an agent whose Budget is used to pay for the Contract. - + - - - Tax information provider - - - A Role of an Agent responsible for providing information concerning the general regulatory framework for taxes. + + + Buyer - + + A Role of an Agent that awards a Contract and/or purchases items. + +Additional information: +In Public Procurement the Role of Buyer is carried out by the following types of Organisation: Contracting Authority, Contracting Entity, a defense Contractor, an international Organisation, or an organisation awarding a Contract subsidized by a Contracting Authority. +In Pre-Award, the Buyer generally awards the Contract, however future purchasers may be foreseen. +In Post-Award the buyer generally refers to the purchaser of items. + + - - - Agent in role + + + Candidate - - Relative concept that ties an Agent to a part they play in a given Situational Context. + + The Role of an Agent that has sought an invitation or has been invited to take part in a restricted Procedure, in a competitive Procedure with negotiation, in a negotiated Procedure without prior publication, in a competitive dialogue or in an innovation partnership. -Additional information: -The classification of roles is based is based on the degree of involvement into the Procurement Process: -- Primary (Procurement) Pole is directly involved in the Procurement Process; -- Secondary (Procurement sub-) Role is secondary to the Procurement Process -- Tertiary (Related) Role is not involved in the Procurement Process. +WG approval 30/05/2023 - + - - - Review procedure information provider + + + Catalogue provider - - A Role of an Agent who is providing more information on the time limits for review Procedures. + + A Role of an Agent compiling and supplying a Catalogue. + +Additional Information: + +The Catalogue Provider Role is usually played by the Agent that acts as a Seller, or by another Agent that acts on behalf of the Seller. + +WG Approval 28/01/2021 + - + - - - Offline access provider + + + Catalogue receiver - - A Role of an Agent responsible for providing offline access to the Procurement Documents. + + A Role of an Agent processing a Catalogue. + +Additional Information: +The Catalogue Receiver may not only receive it but also validate it, process it, etc. + +The Catalogue Receiver role is usually played by the agent that acts as a Buyer, or by another Agent that acts on behalf of the Buyer. + +WG Approval 28/01/2021 - + - - - Tender processor + + + Central purchasing body - - A Role of an Agent responsible for processing Tenders. + + Role of an Agent that provides centralised purchasing activities and, possibly, ancillary purchasing activities for other Buyers. + +Additional Information: +In Public Procurement the Role of Central Purchasing Body is carried out by a Contracting Authority for other Contracting Authorities. +Contracting Authority procuring activities conducted on a permanent basis, in one of the following forms:[...](b) the award of Public Contracts or the conclusion of Framework Agreements for works, supplies or services intended for Contracting Authorities; + +WG approval 05/08/2021 - + - - - Tender receiver + + + Contractor - - A Role of an Agent responsible for receiving Tenders. + + The Role of an Agent that has signed a Contract with a Buyer. + +WG approval 08/11/2022 - + - - - Participation request receiver + + + Employment information provider - - A Role of an Agent responsible for receiving Requests To Participate. + + A Role of an Agent responsible for providing information concerning the general regulatory framework for employment protection and working conditions. - + + + + + + Environmental protection information provider + + + A Role of an Agent responsible for providing information concerning the general regulatory framework for Environmental Protection. + + + + + + + Jury member + + + + + + + Lead buyer + + + A Role of an Agent who is a Buyer and takes the administrative lead of the Procedure. + +WG agreement: 2022-11-22 + + + + + + + Mediator + + + A Role of an Agent that attempts to resolve a dispute between different Agents and come to an agreement. +WG approval 20/04/2021 + + + + + + + Offering party + + + The Role of an Agent that acts on the Economic Operator side during a Procurement Process. + +Additional information: +As per the European Procurement Directives the notion of ‘Economic Operators’ should be interpreted in a broad manner so as to include any Persons and/or Entities which offer the execution of works, the supply of products or the provision of services on the market, irrespective of the legal form under which they have chosen to operate. Thus, firms, branches, subsidiaries, partnerships, cooperative societies, limited companies, universities, public or private, and other forms of entities than natural Persons should all fall within the notion of Economic Operator, whether or not they are ‘Legal Persons’ in all circumstances. + + + + + + + Offer issuer + + + The Role of an Agent that distributes an Offer. + +WG approval 09/02/2023 + + + + + + + Offline access provider + + + A Role of an Agent responsible for providing offline access to the Procurement Documents. + + + + + + + Other entity + + + Economic Operator (who is not a Subcontractor) on which the Tenderer relies upon, to meet Selection Criteria. + + @@ -537,14 +611,14 @@ The classification of roles is based is based on the degree of involvement into - - - Budget provider + + + Participation request receiver - - A role of an agent whose Budget is used to pay for the Contract. + + A Role of an Agent responsible for receiving Requests To Participate. - + @@ -567,36 +641,63 @@ The classification of roles is based is based on the degree of involvement into - - - Jury member + + + Procurement service provider - + + Role of a public or private body which offers ancillary purchasing activities on the market. + +Additional information + +"Ancillary Purchasing Activities" means activities consisting in the provision of support to purchasing activities, in particular in the following forms: +(a) technical infrastructure enabling Contracting Authorities to award Public Contracts or to conclude Framework Agreements for works, supplies or services; +(b) advice on the conduct or design of public Procurement Procedures; +(c) preparation and management of Procurement Procedures on behalf and for the account of the Contracting Authority concerned; + +Source: Directive 2014/24/EU, Article 2, paragraphs 17 and 15. + +This would be equivalent to the concept of 'ProcuringEntity' in OCDS: 'The Entity managing the Procurement, which may be different from the Buyer who is paying / using the items being procured'. + +WG Approval 24/03/2020 + + + - - - Winner + + + Reviewer - - A Role of an Agent to whom a Lot is awarded. -WG approval 05/08/2021 (revised 26/10/2021) + + Role of an Agent who investigates the overall correctness of a Procurement Procedure, producing a related report. +Additional Information: +Any Organisation or Person may request a review of a Procurement Procedure. +WG approval: 20/04/2021 - + - - - Tenderer - - - A Role of an Agent that has submitted a Tender. + + + Review procedure information provider + + + A Role of an Agent who is providing more information on the time limits for review Procedures. + + + + + + + Review requester + + + Role of an Agent who requests the review of a (Procurement) Procedure. -Additional Information: -A Tenderer is an Economic Operator or group of Economic Operators that has submitted a Tender. -WG approval 05/08/2021 +WG Approval 23/10/2021 - + @@ -618,184 +719,74 @@ WG approval 05/08/2021 - - - Reviewer - - - Role of an Agent who investigates the overall correctness of a Procurement Procedure, producing a related report. -Additional Information: -Any Organisation or Person may request a review of a Procurement Procedure. -WG approval: 20/04/2021 - - - - - - - Procurement service provider - - - Role of a public or private body which offers ancillary purchasing activities on the market. - -Additional information - -"Ancillary Purchasing Activities" means activities consisting in the provision of support to purchasing activities, in particular in the following forms: -(a) technical infrastructure enabling Contracting Authorities to award Public Contracts or to conclude Framework Agreements for works, supplies or services; -(b) advice on the conduct or design of public Procurement Procedures; -(c) preparation and management of Procurement Procedures on behalf and for the account of the Contracting Authority concerned; - -Source: Directive 2014/24/EU, Article 2, paragraphs 17 and 15. - -This would be equivalent to the concept of 'ProcuringEntity' in OCDS: 'The Entity managing the Procurement, which may be different from the Buyer who is paying / using the items being procured'. - -WG Approval 24/03/2020 - - - - - - - - Mediator - - - A Role of an Agent that attempts to resolve a dispute between different Agents and come to an agreement. -WG approval 20/04/2021 - - - - - - - Awarding central purchasing body - - - Role of an Agent procuring activities conducted on a permanent basis in the form of the award of Public Contracts or the conclusion of Framework Agreements for works, supplies or services intended for other Buyers. -Additional Information: -In Public Procurement the Role of Awarding Central purchasing Body is carried out by a Central Purchasing Body for other Contracting Authorities. - -WG approval 05/08/2021 - - - - - - - - Catalogue provider + + + Tax information provider - - A Role of an Agent compiling and supplying a Catalogue. - -Additional Information: - -The Catalogue Provider Role is usually played by the Agent that acts as a Seller, or by another Agent that acts on behalf of the Seller. - -WG Approval 28/01/2021 - + + A Role of an Agent responsible for providing information concerning the general regulatory framework for taxes. - + - - - Catalogue receiver + + + Tenderer - - A Role of an Agent processing a Catalogue. + + A Role of an Agent that has submitted a Tender. Additional Information: -The Catalogue Receiver may not only receive it but also validate it, process it, etc. - -The Catalogue Receiver role is usually played by the agent that acts as a Buyer, or by another Agent that acts on behalf of the Buyer. - -WG Approval 28/01/2021 - - - - - - - Review requester - - - Role of an Agent who requests the review of a (Procurement) Procedure. - -WG Approval 23/10/2021 +A Tenderer is an Economic Operator or group of Economic Operators that has submitted a Tender. +WG approval 05/08/2021 - + - - - Acquiring central purchasing body + + + Tender processor - - Role of an Agent procuring activities conducted on a permanent basis in the form of the acquisition of supplies and/or services intended for other Buyers. -Additional Information: -In Public Procurement the Role of Acquiring Central Purchasing Body is carried out by a Central Purchasing Body for other Contracting Authorities. - -WG approval 05/08/2021 - + + A Role of an Agent responsible for processing Tenders. - + - - - Offering party + + + Tender receiver - - The Role of an Agent that acts on the Economic Operator side during a Procurement Process. - -Additional information: -As per the European Procurement Directives the notion of ‘Economic Operators’ should be interpreted in a broad manner so as to include any Persons and/or Entities which offer the execution of works, the supply of products or the provision of services on the market, irrespective of the legal form under which they have chosen to operate. Thus, firms, branches, subsidiaries, partnerships, cooperative societies, limited companies, universities, public or private, and other forms of entities than natural Persons should all fall within the notion of Economic Operator, whether or not they are ‘Legal Persons’ in all circumstances. + + A Role of an Agent responsible for receiving Tenders. - + - - - Contractor + + + Winner - - The Role of an Agent that has signed a Contract with a Buyer. - -WG approval 08/11/2022 + + A Role of an Agent to whom a Lot is awarded. +WG approval 05/08/2021 (revised 26/10/2021) - + - - - Central purchasing body + + + Certifier - - Role of an Agent that provides centralised purchasing activities and, possibly, ancillary purchasing activities for other Buyers. + + The role of an agent who issues a certificate. Additional Information: -In Public Procurement the Role of Central Purchasing Body is carried out by a Contracting Authority for other Contracting Authorities. -Contracting Authority procuring activities conducted on a permanent basis, in one of the following forms:[...](b) the award of Public Contracts or the conclusion of Framework Agreements for works, supplies or services intended for Contracting Authorities; - -WG approval 05/08/2021 - - - - - - - Buyer - - - A Role of an Agent that awards a Contract and/or purchases items. +The certifier is responsible for verifying and confirming the conformance of the instance of the concept to a defined set of criteria. -Additional information: -In Public Procurement the Role of Buyer is carried out by the following types of Organisation: Contracting Authority, Contracting Entity, a defense Contractor, an international Organisation, or an organisation awarding a Contract subsidized by a Contracting Authority. -In Pre-Award, the Buyer generally awards the Contract, however future purchasers may be foreseen. -In Post-Award the buyer generally refers to the purchaser of items. +WG approval 16/05/2023 - + @@ -1728,6 +1719,20 @@ WG approval 30/05/2023 + + + Document + + + A set of interrelated Business Information representing the Business facts and associated metadata. +The information may be conveyed in any language, medium or form, including textual, numerical, graphic, cartographic, audio-visual forms, etc. + +WG Approval 23/05/2019 + + + + + Electronic signature @@ -1735,31 +1740,28 @@ WG approval 30/05/2023 - - - Originator request + + + Expression of interest - - Document in which the Originator describes his needs. - -WG approval 09/02/2023 + + Document presenting an Economic Operator's Request to be considered for Procedures covering a specific domain. +WG approval 13/04/2021 - + - - - Tender + + + Notice - - Information submitted by the Economic Operator to specify its Offer regarding a specific Lot, in response to the call for Tender. - -(WG approval 03/05/2022) - + + Document published by the Buyer about market opportunities and results. +WG Approval 23/05/2019 - + @@ -1777,6 +1779,18 @@ WG approval 09/02/2023 + + + Originator request + + + Document in which the Originator describes his needs. + +WG approval 09/02/2023 + + + + Procurement document @@ -1797,31 +1811,28 @@ WG Approval 23/05/2019 17:08:30 - - - Notice + + + Request for clarification - - Document published by the Buyer about market opportunities and results. - -WG Approval 23/05/2019 - + + A demand for elucidation of received information. +Additional Information: +Requests for clarification are usually used by Buyers during the process of award or evaluation to understand specific aspects of the Tender without altering the Tender. +WG approval 20/04/2021 - + - - - Document + + + Request for participation - - A set of interrelated Business Information representing the Business facts and associated metadata. -The information may be conveyed in any language, medium or form, including textual, numerical, graphic, cartographic, audio-visual forms, etc. - -WG Approval 23/05/2019 - + + Application of an Economic Operator to be included in a Procurement Procedure. +WG approval: 20/04/2021 - + @@ -1836,39 +1847,19 @@ WG approval 14/11/2018 - - - Request for participation - - - Application of an Economic Operator to be included in a Procurement Procedure. -WG approval: 20/04/2021 - - - - - - - Expression of interest - - - Document presenting an Economic Operator's Request to be considered for Procedures covering a specific domain. -WG approval 13/04/2021 - - - - - - - Request for clarification + + + Tender - - A demand for elucidation of received information. -Additional Information: -Requests for clarification are usually used by Buyers during the process of award or evaluation to understand specific aspects of the Tender without altering the Tender. -WG approval 20/04/2021 + + Information submitted by the Economic Operator to specify its Offer regarding a specific Lot, in response to the call for Tender. + +(WG approval 03/05/2022) + + + - + @@ -2087,49 +2078,48 @@ WG approval 13/04/2021 - - - E u-programme + + + Accessibility - - The EU programme authority table (AT) is a controlled vocabulary providing the list of programmes created and coordinated by the European Union and financially supported by the European Union or, in a few cases, by the contributions from the Member States. It has been developed specifically for the EU Budget as open linked data project. It indicates the authority code and start-use date of each concept and gives labels in all official EU languages. + + This table provides a list of options for the use of accessibility Criteria for Person with disabilities in the technical specifications within the domain of Public Procurement. - - - Review-body-type + + + Applicability - - This table covers the list of organisations providing the review of a given procedure. + + This table provides a list of the options pertinent to be chosen for a matter concerning the applicability of predefined fields. It is designed for but not restricted to the context of public procurement. - - - Certification-label-type + + + Award-criterion-type - - * environmental/ecological/green, -* quality, -* social, etc. + + This table provides the list of rules to be taken into account for the Award Decisions within the in public Procurement Procedures. The initial values are those foreseen in the public procurement directives of 2014 (Directives 2014/23/EU, 2014/24/EU and 2014/25/EU). - - - Criterion + + + Buyer-legal-type - - This table provides Criteria used for Public Procurement Procedures. + + This table provides a list of the type of Procuring Authorities within the domain of public procurement according to legislation. + - - - Remedy-type + + + Change-corrig-justification - - This table describes the measures taken following a Review. + + This table provides the codes and values used in case of justification of corrections applied to a Notice within the context of Public Procurement. - - - Review-decision-type + + + Communication-justification - - This table describes the decision made a review body. + + This table provides the justification for restricting access rights to resources within the context of Public Procurement @@ -2141,161 +2131,198 @@ WG approval 13/04/2021 - - - Temporal unit + + + Contract-nature - - standard duration, which provides the scale factor for a time extent, or the granularity or precision for a time position. + + This table provides a list of different types of subjects and goods that can be acquired by means of a public Contract such as works, supplies and services by one or more Contracting Authorities from Economic Operators. + + + + Country + + + The Country authority table is a controlled vocabulary that lists concepts associated with names of countries and territories. + +Its main scope is to support documentary metadata activities. + +The concepts included are correlated with the ISO 3166 international standard. ISO 3166-1 contains a two-letter code which is recommended as the general purpose code, a three-letter code which has better mnenomic properties and a numeric-3 code which can be useful if script independence of the codes is important. The authority code relies on the ISO 3166-1/alpha-3 positions. If an authority code is needed for a country without assigned ISO code, an alphanumeric code is created in order to not confuse with ISO codes that are strictly alphabetic or numeric. + +A country code comparison is provided between ISO codes, IANA codes (Internet Country-code Top-level Domains) and TIR (Transport International par la Route) Vehicle system codes. + - - - Change-corrig-justification + + + Cpv - - This table provides the codes and values used in case of justification of corrections applied to a Notice within the context of Public Procurement. + + To support an effective Single Market, the Commission encourages suppliers and Contracting Authorities/Entities to adopt best practice and use electronic communication and information technology to provide all the relevant information, so as to ensure best value for money in Public Procurement. - - - Framework-agreement + + + Criterion - - This table provides the list of codes to distinguish the different type Framework Agreement involved in a Tender. + + This table provides Criteria used for Public Procurement Procedures. - - - Form-type + + + Currency - - This table provides the codes and values used for the type of forms published on TED. + + The Currency authority table is a controlled vocabulary that lists concepts associated with currencies and currency subunits. + +The concepts included are correlated with the ISO 4217 international standard. - - - Notice-type - - - This table provides a list of Public Procurement Notices according to procurement legislation published once a project is approved. + + + Cvd-contract-type - - - Winner-selection-status + + + Direct-award-justification - - This table provides the list of codes and values used to indicate whether a tenderer was chosen to be awarded with a Contract and wether the competition is open. + + This table provides the list of reasons for using a Procedure which allows awarding Contracts directly without the Requirement of publishing a call for competition in the Official Journal of the European Union. - - - Usage + + + Dps-usage - - This table provides the list of codes and values indicating the application of Criteria or other concepts and information. + + This table provides a list wether a dynamic purchasing system is involved in a Procurement and, in case of central purchasing bodies, whether it can be used by buyers not listed in the Notice of the Official Journal of the European Union. - - - Timeperiod + + + Economic-operator-size - - The Time-period authority table is a controlled vocabulary which lists the periods of time in the 24 official languages of the EU. It enumerates the names of the seasons, months, weekdays and the main units of time when the issues are published. It also contains concepts for ‘unlimited’ or ‘unknown’ time periods. - + + This table provides the different categories in which the Tenderers to whom a Contract can be awarded are classified, according to their size (using as Criteria the number of employees). - - - Subcontracting-obligation + + + Environmental-impact - - This table provides the list of codes and values used for the obligation of the Economic Operator of sharing parts of the original Contract to third parties. The share may refer to the portion of work, services or supplies. + + This table provides the information about whether a Procurement includes a process to procure goods, services and works with a reduced Environmental Impact throughout their life cycle. - - - Subcontracting-indication + + + E u-programme - - This table provides the list of codes and values used to indicate information regarding the share of parts of a Contract to third parties. The share may refer to the portion of work, services or supplies and/or to the subject matter being subcontracted. + + The EU programme authority table (AT) is a controlled vocabulary providing the list of programmes created and coordinated by the European Union and financially supported by the European Union or, in a few cases, by the contributions from the Member States. It has been developed specifically for the EU Budget as open linked data project. It indicates the authority code and start-use date of each concept and gives labels in all official EU languages. - - - Social-objective + + + Form-type - - This table provides the values linked to any social objective promoted by the technical specifications, Award Criteria, Selection Criteria or Contract performance conditions included in a Procurement. + + This table provides the codes and values used for the type of forms published on TED. + + - - - Selection-criterion + + + Framework-agreement - - This table provides the list of conditions that are concerned for evaluation purposes. In the domain of Public Procurement, Selection Criteria are normally based on a specific legal framework. This codelist is a subset of the ESPD codelist CriterionTaxonomy. + + This table provides the list of codes to distinguish the different type Framework Agreement involved in a Tender. - - - Reserved-procurement + + + Green-public-procurement-criteria - - This table provides the values used to indicate wether the participation in the Procurement is reserved for specific Organisations. + + + Innovative-acquisition - - - Requirement-stage + + This table provides the codes and values used for innovative works, supplies or services being bought. - - This table describes when and whether a given Requirement must be provided in a Procedure. + + + Irregularity-type - - - Procurement-procedure-type + + This code list refers generally to the types of irregularities described in Section 2 of the Annex to the Commission Decision C(2019) 3452. - - This table provides a list of activities leading to the conclusion of public Contracts used in Public Procurement according to the legislation. + + + Language + + + The Language authority table is a controlled vocabulary that lists concepts associated with languages. + +Its main scope is to support activities associated with publication process. + +The concepts included are correlated with the ISO 639 international standard. This standard is issued in several parts: + +ISO 639-1 contains strictly two alphabetic letters (alpha-2), + +ISO 639-2/B (B = bibliographic) is used for bibliographic purpose (alpha-3), + +ISO 639-2/T (T = terminology) is used for technical purpose (alpha-3), + +ISO 639-3 covers all the languages and macro-languages of the world (alpha-3); the values are compliant with ISO 639-2/T. + +If an authority code is needed for a language without assigned ISO code, an alphanumeric code is created in order to not confuse with ISO codes that are strictly alphabetic. - - - Permission + + + Legal-basis - - This table provides the codes linked to the different values of permission and/or obligation. + + This table provides the legal basis based on the legal acts used for a given Public Procurement Procedure. The table is provided by the Publications Office. + - - - Other-place-service + + + Main-activity - - This table provides the broad geopolitical areas linked to the Location of works and the place of performance or delivery within the context of Public Procurement. + + This table provides the list of main activities of the Buyers. - +The codes associated with Contracting Authorities are derived from the top level of the Classification of the functions of the government (COFOG) from the United Nations Statistics Division. + +The codes associated with contracting entities are derived from sectors explicitly falling within the sectoral directive (2014/25/EU Art. 8 - Art. 14). - - - Nuts + + + Measurement-unit - - The NUTS classification (Nomenclature of territorial units for statistics) is a hierarchical system for dividing up the economic territory of the EU and the UK. The NUTS 2021 compiles the versions 2010, 2013, 2016 and 2021 of the NUTS classification as well as the Statistical Regions for countries that do not belong to the EU such as candidate countries, potential candidates or countries belonging to the EFTA (European Free Trade Association). + + The Measurement unit authority table is a controlled vocabulary listing units of measurement with their authority codes. The labels and symbols are given in all official EU languages. If available, the codes are based on the code list recommendation N&#176;. 20 "Codes for Units of Measure Used in International Trade" (as revised periodically) maintained and published by UNECE through its Center for Trade Facilitation and Electronic Business (UN/CEFACT). The Measurement unit authority table is maintained by the Publications Office of the European Union on the EU Vocabularies website. - - - Number-weight + + + Missing-info-submission - - This table provides the codes linked to the type of weight values used in Award Criteria within the context of Public Procurement. + + This table provides the list of codes indicating wether Tenderer-related information (complete or partial) can be supplemented even after the submission deadline. - - - Number-threshold + + + Modification-justification - - This table provides the codes linked to the type of threshold values within the context of Public Procurement. + + This table provides the main reasons for modifying a Contract within the domain of Public Procurement. + + - - - Number-fixed + + + Non-award-justification - - This table provides the codes linked to fix values within the context of Public Procurement. + + This table provides the list of reasons of the Buyer for not choosing a Winner in the Procurement Procedure. @@ -2304,215 +2331,179 @@ WG approval 13/04/2021 This table provides codes and values for the main reasons for not immediately publishing a Notice within the context of Public Procurement. - - - Non-award-justification + + + Notice-type - - This table provides the list of reasons of the Buyer for not choosing a Winner in the Procurement Procedure. + + This table provides a list of Public Procurement Notices according to procurement legislation published once a project is approved. - - - Modification-justification + + + Number-fixed - - This table provides the main reasons for modifying a Contract within the domain of Public Procurement. - - + + This table provides the codes linked to fix values within the context of Public Procurement. - - - Missing-info-submission + + + Number-threshold - - This table provides the list of codes indicating wether Tenderer-related information (complete or partial) can be supplemented even after the submission deadline. + + This table provides the codes linked to the type of threshold values within the context of Public Procurement. - - - Main-activity + + + Number-weight - - This table provides the list of main activities of the Buyers. - -The codes associated with Contracting Authorities are derived from the top level of the Classification of the functions of the government (COFOG) from the United Nations Statistics Division. - -The codes associated with contracting entities are derived from sectors explicitly falling within the sectoral directive (2014/25/EU Art. 8 - Art. 14). + + This table provides the codes linked to the type of weight values used in Award Criteria within the context of Public Procurement. - - - Legal-basis + + + Nuts - - This table provides the legal basis based on the legal acts used for a given Public Procurement Procedure. The table is provided by the Publications Office. - + + The NUTS classification (Nomenclature of territorial units for statistics) is a hierarchical system for dividing up the economic territory of the EU and the UK. The NUTS 2021 compiles the versions 2010, 2013, 2016 and 2021 of the NUTS classification as well as the Statistical Regions for countries that do not belong to the EU such as candidate countries, potential candidates or countries belonging to the EFTA (European Free Trade Association). - - - Language + + + Other-place-service - - The Language authority table is a controlled vocabulary that lists concepts associated with languages. - -Its main scope is to support activities associated with publication process. - -The concepts included are correlated with the ISO 639 international standard. This standard is issued in several parts: - -ISO 639-1 contains strictly two alphabetic letters (alpha-2), - -ISO 639-2/B (B = bibliographic) is used for bibliographic purpose (alpha-3), - -ISO 639-2/T (T = terminology) is used for technical purpose (alpha-3), - -ISO 639-3 covers all the languages and macro-languages of the world (alpha-3); the values are compliant with ISO 639-2/T. - -If an authority code is needed for a language without assigned ISO code, an alphanumeric code is created in order to not confuse with ISO codes that are strictly alphabetic. + + This table provides the broad geopolitical areas linked to the Location of works and the place of performance or delivery within the context of Public Procurement. - - - Innovative-acquisition + + + Permission - - This table provides the codes and values used for innovative works, supplies or services being bought. + + This table provides the codes linked to the different values of permission and/or obligation. - - - Environmental-impact + + + Procurement-procedure-type - - This table provides the information about whether a Procurement includes a process to procure goods, services and works with a reduced Environmental Impact throughout their life cycle. + + This table provides a list of activities leading to the conclusion of public Contracts used in Public Procurement according to the legislation. + + - - - Economic-operator-size + + + Received-submission-type - - This table provides the different categories in which the Tenderers to whom a Contract can be awarded are classified, according to their size (using as Criteria the number of employees). - + + This table provides the list of relevant categories used to classify Tenders or requests to participate received within the context of Public Procurement. - - - Dps-usage + + + Remedy-type - - This table provides a list wether a dynamic purchasing system is involved in a Procurement and, in case of central purchasing bodies, whether it can be used by buyers not listed in the Notice of the Official Journal of the European Union. + + This table describes the measures taken following a Review. - - - Direct-award-justification + + + Requirement-stage - - This table provides the list of reasons for using a Procedure which allows awarding Contracts directly without the Requirement of publishing a call for competition in the Official Journal of the European Union. + + This table describes when and whether a given Requirement must be provided in a Procedure. - - - Cpv + + + Reserved-procurement - - To support an effective Single Market, the Commission encourages suppliers and Contracting Authorities/Entities to adopt best practice and use electronic communication and information technology to provide all the relevant information, so as to ensure best value for money in Public Procurement. + + This table provides the values used to indicate wether the participation in the Procurement is reserved for specific Organisations. - - - Country + + + Review-body-type - - The Country authority table is a controlled vocabulary that lists concepts associated with names of countries and territories. - -Its main scope is to support documentary metadata activities. - -The concepts included are correlated with the ISO 3166 international standard. ISO 3166-1 contains a two-letter code which is recommended as the general purpose code, a three-letter code which has better mnenomic properties and a numeric-3 code which can be useful if script independence of the codes is important. The authority code relies on the ISO 3166-1/alpha-3 positions. If an authority code is needed for a country without assigned ISO code, an alphanumeric code is created in order to not confuse with ISO codes that are strictly alphabetic or numeric. - -A country code comparison is provided between ISO codes, IANA codes (Internet Country-code Top-level Domains) and TIR (Transport International par la Route) Vehicle system codes. - - + + This table covers the list of organisations providing the review of a given procedure. - - - Contract-nature + + + Review-decision-type - - This table provides a list of different types of subjects and goods that can be acquired by means of a public Contract such as works, supplies and services by one or more Contracting Authorities from Economic Operators. + + This table describes the decision made a review body. - - - Communication-justification + + + Selection-criterion - - This table provides the justification for restricting access rights to resources within the context of Public Procurement + + This table provides the list of conditions that are concerned for evaluation purposes. In the domain of Public Procurement, Selection Criteria are normally based on a specific legal framework. This codelist is a subset of the ESPD codelist CriterionTaxonomy. - - - Buyer-legal-type + + + Social-objective - - This table provides a list of the type of Procuring Authorities within the domain of public procurement according to legislation. - + + This table provides the values linked to any social objective promoted by the technical specifications, Award Criteria, Selection Criteria or Contract performance conditions included in a Procurement. - - - Award-criterion-type + + + Subcontracting-indication - - This table provides the list of rules to be taken into account for the Award Decisions within the in public Procurement Procedures. The initial values are those foreseen in the public procurement directives of 2014 (Directives 2014/23/EU, 2014/24/EU and 2014/25/EU). + + This table provides the list of codes and values used to indicate information regarding the share of parts of a Contract to third parties. The share may refer to the portion of work, services or supplies and/or to the subject matter being subcontracted. - - - Applicability + + + Subcontracting-obligation - - This table provides a list of the options pertinent to be chosen for a matter concerning the applicability of predefined fields. It is designed for but not restricted to the context of public procurement. + + This table provides the list of codes and values used for the obligation of the Economic Operator of sharing parts of the original Contract to third parties. The share may refer to the portion of work, services or supplies. - - - Accessibility + + + Timeperiod - - This table provides a list of options for the use of accessibility Criteria for Person with disabilities in the technical specifications within the domain of Public Procurement. + + The Time-period authority table is a controlled vocabulary which lists the periods of time in the 24 official languages of the EU. It enumerates the names of the seasons, months, weekdays and the main units of time when the issues are published. It also contains concepts for ‘unlimited’ or ‘unknown’ time periods. + + - - - Irregularity-type + + + Usage - - This code list refers generally to the types of irregularities described in Section 2 of the Annex to the Commission Decision C(2019) 3452. + + This table provides the list of codes and values indicating the application of Criteria or other concepts and information. Vehicle-category - - - Cvd-contract-type - - - - Measurement-unit - - - The Measurement unit authority table is a controlled vocabulary listing units of measurement with their authority codes. The labels and symbols are given in all official EU languages. If available, the codes are based on the code list recommendation N&#176;. 20 "Codes for Units of Measure Used in International Trade" (as revised periodically) maintained and published by UNECE through its Center for Trade Facilitation and Electronic Business (UN/CEFACT). The Measurement unit authority table is maintained by the Publications Office of the European Union on the EU Vocabularies website. + + + Winner-selection-status - - - Green-public-procurement-criteria + + This table provides the list of codes and values used to indicate whether a tenderer was chosen to be awarded with a Contract and wether the competition is open. - - - Currency + + + Temporal unit - - The Currency authority table is a controlled vocabulary that lists concepts associated with currencies and currency subunits. - -The concepts included are correlated with the ISO 4217 international standard. - + + standard duration, which provides the scale factor for a time extent, or the granularity or precision for a time position. - - - Received-submission-type + + + Certification-label-type - - This table provides the list of relevant categories used to classify Tenders or requests to participate received within the context of Public Procurement. + + * environmental/ecological/green, +* quality, +* social, etc. @@ -2542,18 +2533,12 @@ The concepts included are correlated with the ISO 4217 international standard. Integer - - - - - - @@ -2566,6 +2551,12 @@ The concepts included are correlated with the ISO 4217 international standard. + + + + + + @@ -2606,172 +2597,31 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -2779,6 +2629,9 @@ The concepts included are correlated with the ISO 4217 international standard. + + + @@ -3547,6 +3400,12 @@ The concepts included are correlated with the ISO 4217 international standard. + + + + + + @@ -3556,185 +3415,317 @@ The concepts included are correlated with the ISO 4217 international standard. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + - + - + + + + + + + - - + + - - + + - + - + - + - + - + - + + + + + + + - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + - - + + - - + + - + + + + + + + - + - + - + - + - + - + - + - - + + - - + + @@ -4840,22 +4831,16 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - - - - + - + @@ -4867,30 +4852,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -4900,30 +4885,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -4933,30 +4918,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -4966,30 +4951,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -4999,30 +4984,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -5032,30 +5017,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -5065,30 +5050,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -5098,30 +5083,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -5131,30 +5116,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -5164,30 +5149,30 @@ The concepts included are correlated with the ISO 4217 international standard. - - - - + - + - + - + - + + + + @@ -5197,6 +5182,12 @@ The concepts included are correlated with the ISO 4217 international standard. + + + + + + @@ -5320,76 +5311,27 @@ Additional Information For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. -WG Approval 12/11/2019 - (epo:ProcurementElement -> adms:Identifier (+adms:identifier)) A unique identifier of the instance of the concept. +WG Approval 12/11/2019 (epo:LotGroup -> adms:Identifier (+adms:identifier)) A unique identifier of the instance of the concept. Additional Information For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. WG Approval 12/11/2019 - (epo:TenderGroup -> adms:Identifier (+adms:identifier)) A unique identifier of the instance of the concept. + (epo:ProcurementElement -> adms:Identifier (+adms:identifier)) A unique identifier of the instance of the concept. Additional Information -For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. - -WG Approval 12/11/2019 (epo:LotGroup -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (foaf:Agent -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (dct:Location -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (cccev:InformationConcept -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (cccev:Requirement -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo:Document -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo:Fund -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:Consignment -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:ShipmentInformation -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-cat:Line -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:AbstractContainer -> adms:Identifier (+adms:identifier)) - - - - Refers to project - - - - - - - Uses channel - - - - - - - Has internal identifier - - - - - - - Has estimated value - - - A forecast of the value of the procurement before competition. - -Additional Information: -Different cases of estimated values may refer to a lot, the global value of the procedure, or of a combinatorial value of a group of lots. -The forecast is calculated by the buyer and covers all revenues whether coming from the buyer or third parties. -See for example recital (19), Article 5 of Directive 2014/24/EU and other articles from the rest of Directives about procurement. - -In the case of framework agreements and dynamic purchasing systems this refers to the maximum estimated value. - -This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be used for BT-157 (for LotGroup). -<b> -</b><b>WG Approval 05/12/2019</b> - - (epo:ProcurementElement -> epo:MonetaryValue (+epo:hasEstimatedValue)) A forecast of the value of the procurement before competition. - -Additional Information: -Different cases of estimated values may refer to a lot, the global value of the procedure, or of a combinatorial value of a group of lots. -The forecast is calculated by the buyer and covers all revenues whether coming from the buyer or third parties. -See for example recital (19), Article 5 of Directive 2014/24/EU and other articles from the rest of Directives about procurement. - -In the case of framework agreements and dynamic purchasing systems this refers to the maximum estimated value. - -This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be used for BT-157 (for LotGroup). -<b> -</b>WG Approval 05/12/2019 - (epo:LotGroup -> epo:MonetaryValue (+epo:hasEstimatedValue)) +For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. + +WG Approval 12/11/2019 + (epo:TenderGroup -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (foaf:Agent -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (dct:Location -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (cccev:InformationConcept -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (cccev:Requirement -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo:Document -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo:Fund -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:Consignment -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:ShipmentInformation -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-cat:Line -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:AbstractContainer -> adms:Identifier (+adms:identifier)) - + + + Refers to project + + @@ -5509,59 +5451,149 @@ For example, Procedure isFundedBy should be read as Procedure foreseesToBeFunded - - - Has total quantity + + + Specifies procurement criterion - - The number of units required. + + + + + + Is subject to lot specific term + + + + + + + Has lot reference + + + + + + + Sets grouping context for lot + + + + + + + Refers to lot + + + + + + + Refers to previous procedure lot + + + Reference to one or more Lots in a previous procedure. Additional Information: -The quantity needs to go along with the unit. +In the case of Direct Award Terms, this property points to a previous Procedure justifying the use of Direct Award without a prior publication. +This corresponds in the eForms to BT-1252 Direct Award Justification Previous Procedure Identifier +WG Approval 22/11/2019 14:33:55 (epo:DirectAwardTerm -> epo:Lot (+epo:refersToPreviousProcedureLot)) + + + + + + + Announces lot + + + + + + + Is assigned for evaluation of + + + + + + + Is submitted for lot + + + + + + + Concerns review summary for lot + + + Relates to Lot review summary. - (epo:Purpose -> epo:Quantity (+epo:hasTotalQuantity)) +Additional information: +This relation corresponds in eForms to BT-13722 Buyer Review Lot Identifier. (epo:ReviewRequestSummary -> epo:Lot (+epo:concernsReviewSummaryForLot)) - + - - - Has main classification + + + Describes lot completion - + - - - Has additional classification + + + Concerns lot - + + Relates to Lot. (epo:ProcurementProcessInformation -> epo:Lot (+epo:concernsLot)) Relates to Lot. (epo:LotAwardOutcome -> epo:Lot (+epo:concernsLot)) + + - - - Comprises tender + + + Has procurement scope divided into lot - - Incorporates Tender. (epo:TenderGroup -> epo:Tender (+epo:comprisesTender)) + + - + + + Foresees technique + + - - - Has total value + + + Has planned period - + - - - Is submitted for lot group + + + Has planned duration - + + + + + + Announces planned procurement part + + + + + + + Refers to planned part + + @@ -5612,13 +5644,6 @@ In case there are multiple buyers, it may be the case that one or more buyers ar - - - Has procurement scope divided into lot - - - - Specifies procurement criteria summary @@ -5672,53 +5697,46 @@ This corresponds in the eForms to BT-1252 Direct Award Justification Previou - - - Foresees technique - - - - - - - Has planned period - - - - - - - Has planned duration - - - - - - - Announces planned procurement part - - - - - - - Refers to planned part + + + Has internal identifier - + - - - Sets grouping context for lot - - - + + + Has estimated value - - - Specifies procurement criterion + + A forecast of the value of the procurement before competition. + +Additional Information: +Different cases of estimated values may refer to a lot, the global value of the procedure, or of a combinatorial value of a group of lots. +The forecast is calculated by the buyer and covers all revenues whether coming from the buyer or third parties. +See for example recital (19), Article 5 of Directive 2014/24/EU and other articles from the rest of Directives about procurement. + +In the case of framework agreements and dynamic purchasing systems this refers to the maximum estimated value. + +This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be used for BT-157 (for LotGroup). +<b> +</b>WG Approval 05/12/2019 + (epo:LotGroup -> epo:MonetaryValue (+epo:hasEstimatedValue)) A forecast of the value of the procurement before competition. + +Additional Information: +Different cases of estimated values may refer to a lot, the global value of the procedure, or of a combinatorial value of a group of lots. +The forecast is calculated by the buyer and covers all revenues whether coming from the buyer or third parties. +See for example recital (19), Article 5 of Directive 2014/24/EU and other articles from the rest of Directives about procurement. + +In the case of framework agreements and dynamic purchasing systems this refers to the maximum estimated value. + +This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be used for BT-157 (for LotGroup). +<b> +</b><b>WG Approval 05/12/2019</b> + + (epo:ProcurementElement -> epo:MonetaryValue (+epo:hasEstimatedValue)) - + @@ -5759,93 +5777,66 @@ This corresponds in the eForms to BT-1252 Direct Award Justification Previou - - - Is subject to lot specific term - - - - - - - Has lot reference + + + Is submitted for lot group - + - - - Refers to lot + + + Uses channel - + - - - Refers to previous procedure lot + + + Has total quantity - - Reference to one or more Lots in a previous procedure. + + The number of units required. Additional Information: -In the case of Direct Award Terms, this property points to a previous Procedure justifying the use of Direct Award without a prior publication. +The quantity needs to go along with the unit. -This corresponds in the eForms to BT-1252 Direct Award Justification Previous Procedure Identifier -WG Approval 22/11/2019 14:33:55 (epo:DirectAwardTerm -> epo:Lot (+epo:refersToPreviousProcedureLot)) - - - - - - - Announces lot + + (epo:Purpose -> epo:Quantity (+epo:hasTotalQuantity)) - + - - - Is assigned for evaluation of + + + Has main classification - + - - - Is submitted for lot + + + Has additional classification - + - - - Concerns review summary for lot - - - Relates to Lot review summary. - -Additional information: -This relation corresponds in eForms to BT-13722 Buyer Review Lot Identifier. (epo:ReviewRequestSummary -> epo:Lot (+epo:concernsReviewSummaryForLot)) - - - + + + Comprises tender - - - Describes lot completion + + Incorporates Tender. (epo:TenderGroup -> epo:Tender (+epo:comprisesTender)) - + - - - Concerns lot - - - Relates to Lot. (epo:ProcurementProcessInformation -> epo:Lot (+epo:concernsLot)) Relates to Lot. (epo:LotAwardOutcome -> epo:Lot (+epo:concernsLot)) + + + Has total value - + @@ -6080,45 +6071,6 @@ WG 07/09/2021 - - - Contains candidate - - - - - - - Distributes offer - - - - - - - Defines information provider - - - Relation indicating a ProcedureTerm has an information provider. (epo:ProcedureTerm -> epo:AuxiliaryParty (+epo:definesInformationProvider)) - - - - - - - Issued by certifier - - - Relation indicating the Certifier responsible for providing the ItemCertificate. - -Additional Information: -Certifier is a role played by an organisation. - -WG approval 26/07/2022 (epo:Certificate -> epo:Certifier (+epo:issuedByCertifier)) - - - - Exposes channel @@ -6151,194 +6103,55 @@ WG approval 26/07/2022 (epo:Certificate -> epo:Certifier (+epo:issuedByCertif Announces role - - - - - - Refers to role - - - - - - - Defines review procedure information provider - - - Relation indicating a ReviewTerm has a ReviewProcedureInformationProvider. (epo:ReviewTerm -> epo:ReviewProcedureInformationProvider (+epo:definesReviewProcedureInformationProvider)) - - - - - - - Defines offline access provider - - - Relation indicating an AccessTerm has an OfflineAccessProvider. (epo:AccessTerm -> epo:OfflineAccessProvider (+epo:definesOfflineAccessProvider)) - - - - - - - Defines tender processor - - - Relation indicating a SubmissionTerm has a TenderProcessor. (epo:SubmissionTerm -> epo:TenderProcessor (+epo:definesTenderProcessor)) - - - - - - - Defines tender receiver - - - Relation indicating a SubmissionTerm has a TenderReceiver. (epo:SubmissionTerm -> epo:TenderReceiver (+epo:definesTenderReceiver)) - - - - - - - Defines participation request receiver - - - Relation indicating a ParticipationRequestTerm has a ParticipationRequestReceiver. (epo:ParticipationRequestTerm -> epo:ParticipationRequestReceiver (+epo:definesParticipationRequestReceiver)) - - - - - - - Defines participation request processor - - - Relation indicating a ParticipationRequestTerm has a ParticipationRequestProcessor. (epo:ParticipationRequestTerm -> epo:ParticipationRequestProcessor (+epo:definesParticipationRequestProcessor)) - - - - - - - Defines budget provider - - - Relation indicating a ProcedureTerm has a BudgetProvider. (epo:ProcedureTerm -> epo:BudgetProvider (+epo:definesBudgetProvider)) - - - - - - - Defines payment executor - - - Relation indicating a ContractTerm has a PaymentExecutor. (epo:ContractTerm -> epo:PaymentExecutor (+epo:definesPaymentExecutor)) - - - - - - - Defines procurement procedure information provider - - - Relation indicating an AccessTerm has a ProcurementProcedureInformationProvider. (epo:AccessTerm -> epo:ProcurementProcedureInformationProvider (+epo:definesProcurementProcedureInformationProvider)) - - - - - - - Has evaluation member - - - - - - - Needs to be a tenderer - - - The Winner must be a Tenderer. (epo:Winner -> epo:Tenderer (+epo:needsToBeATenderer)) - - - - - - - Indicates award to winner - - - Reveals the winner to whom the tender award outcome is attributed. (epo:TenderAwardOutcome -> epo:Winner (+epo:indicatesAwardToWinner)) - - - - - - - Needs to be a winner - - - The Contractor must be a Winner. - (epo:Contractor -> epo:Winner (+epo:needsToBeAWinner)) - - + - - - Substantiates exclusion ground + + + Refers to role - + - - - Is submited by + + + Defines information provider - - Relation indicating the submission of a tender by an economic operator. -WG approval 18/05/2021 (epo:Tender -> epo:Tenderer (+epo:isSubmitedBy)) + + Relation indicating a ProcedureTerm has an information provider. (epo:ProcedureTerm -> epo:AuxiliaryParty (+epo:definesInformationProvider)) - + - - - Specifies subcontractors + + + Defines budget provider - + + Relation indicating a ProcedureTerm has a BudgetProvider. (epo:ProcedureTerm -> epo:BudgetProvider (+epo:definesBudgetProvider)) + + - - - Has review body type + + + Signs award decision - + - - - Defines reviewer - - - Relation indicating a ReviewTerm has a Reviewer. (epo:ReviewTerm -> epo:Reviewer (+epo:definesReviewer)) + + + Indicates invoicee contact point - + - - - Acts on behalf of - - - Represents. (epo:ProcurementServiceProvider -> epo:Buyer (+epo:actsOnBehalfOf)) + + + Exposes invoicee channel - + @@ -6360,14 +6173,66 @@ Directive 2014/24/EU describes ancillary purchasing activities as activities con - - - Defines mediator + + + Binds buyer - - Relation indicating a ProcedureTerm has a Mediator. (epo:ProcedureTerm -> epo:Mediator (+epo:definesMediator)) + + Provides legal constraint on the Buyer. (epo:Contract -> epo:Buyer (+epo:bindsBuyer)) - + + + + + + Acts on behalf of + + + Represents. (epo:ProcurementServiceProvider -> epo:Buyer (+epo:actsOnBehalfOf)) + + + + + + + Is appointed by + + + + + + + Agreed by buyer + + + + + + + Specifies buyer + + + + + + + Specifies buyer + + + + + + + Signed by buyer + + + + + + + Contains candidate + + @@ -6404,6 +6269,17 @@ Directive 2014/24/EU describes ancillary purchasing activities as activities con + + + Needs to be a winner + + + The Contractor must be a Winner. + (epo:Contractor -> epo:Winner (+epo:needsToBeAWinner)) + + + + Signed by contractor @@ -6421,70 +6297,185 @@ Directive 2014/24/EU describes ancillary purchasing activities as activities con - - - Signs award decision + + + Has evaluation member - + - - - Indicates invoicee contact point + + + Defines mediator - + + Relation indicating a ProcedureTerm has a Mediator. (epo:ProcedureTerm -> epo:Mediator (+epo:definesMediator)) + + - - - Exposes invoicee channel + + + Distributes offer - + + + + + + Defines offline access provider + + + Relation indicating an AccessTerm has an OfflineAccessProvider. (epo:AccessTerm -> epo:OfflineAccessProvider (+epo:definesOfflineAccessProvider)) + + + + + + + Defines participation request processor + + + Relation indicating a ParticipationRequestTerm has a ParticipationRequestProcessor. (epo:ParticipationRequestTerm -> epo:ParticipationRequestProcessor (+epo:definesParticipationRequestProcessor)) + + + + + + + Defines participation request receiver + + + Relation indicating a ParticipationRequestTerm has a ParticipationRequestReceiver. (epo:ParticipationRequestTerm -> epo:ParticipationRequestReceiver (+epo:definesParticipationRequestReceiver)) + + + + + + + Defines payment executor + + + Relation indicating a ContractTerm has a PaymentExecutor. (epo:ContractTerm -> epo:PaymentExecutor (+epo:definesPaymentExecutor)) + + + + + + + Defines procurement procedure information provider + + + Relation indicating an AccessTerm has a ProcurementProcedureInformationProvider. (epo:AccessTerm -> epo:ProcurementProcedureInformationProvider (+epo:definesProcurementProcedureInformationProvider)) + + + + + + + Has review body type + + + + + + + Defines reviewer + + + Relation indicating a ReviewTerm has a Reviewer. (epo:ReviewTerm -> epo:Reviewer (+epo:definesReviewer)) + + + + + + + Defines review procedure information provider + + + Relation indicating a ReviewTerm has a ReviewProcedureInformationProvider. (epo:ReviewTerm -> epo:ReviewProcedureInformationProvider (+epo:definesReviewProcedureInformationProvider)) + + + + + + + Specifies subcontractors + + + + + + + Substantiates exclusion ground + + - - - Binds buyer + + + Needs to be a tenderer - - Provides legal constraint on the Buyer. (epo:Contract -> epo:Buyer (+epo:bindsBuyer)) + + The Winner must be a Tenderer. (epo:Winner -> epo:Tenderer (+epo:needsToBeATenderer)) - + - - - Is appointed by + + + Is submited by - + + Relation indicating the submission of a tender by an economic operator. +WG approval 18/05/2021 (epo:Tender -> epo:Tenderer (+epo:isSubmitedBy)) + + - - - Agreed by buyer + + + Defines tender processor - + + Relation indicating a SubmissionTerm has a TenderProcessor. (epo:SubmissionTerm -> epo:TenderProcessor (+epo:definesTenderProcessor)) + + - - - Specifies buyer + + + Defines tender receiver - + + Relation indicating a SubmissionTerm has a TenderReceiver. (epo:SubmissionTerm -> epo:TenderReceiver (+epo:definesTenderReceiver)) + + - - - Specifies buyer + + + Indicates award to winner - + + Reveals the winner to whom the tender award outcome is attributed. (epo:TenderAwardOutcome -> epo:Winner (+epo:indicatesAwardToWinner)) + + - - - Signed by buyer + + + Issued by certifier - + + Relation indicating the Certifier responsible for providing the ItemCertificate. + +Additional Information: +Certifier is a role played by an organisation. + +WG approval 26/07/2022 (epo:Certificate -> epo:Certifier (+epo:issuedByCertifier)) + + @@ -7725,77 +7716,88 @@ WG Approval 12/12/2019 - - - Has electronic signature + + + Has u u i d - + + A universally unique identifier for an instance of this document. + +WG Approval 12/05/2020 (epo:Document -> adms:Identifier (+epo:hasUUID)) + + - - - Concerns originator request + + + Associated with - + + The document to which a document is associated. + +WGM 01/03/2022 + (epo:Document -> epo:Document (+epo:associatedWith)) + + - - - Is supported by + + + Has official language - + + The language(s) in which the instances of the given concepts are officially available. These linguistic versions are equally legally valid. + +WG Approval 03/10/2019 + + (epo:Document -> at-voc:language (+epo:hasOfficialLanguage)) + + - - - Has subcontracting + + + Has electronic digest - + - - - Has item country of origin + + + Has unofficial language - - The source country of the product or service. - -Additional Information: - -The country of origin can be provided by the buyer as a requirement or by the tenderer information of the item to be provided. - -WG Approval 07/01/2020 + + The language translation(s) in which the instances of the given concepts are available. These linguistic versions are not an official translation, they are provided only for information. -The codelist to be used is at-voc:country which is available at http://publications.europa.eu/resource/dataset/country (epo:Tender -> at-voc:country (+epo:hasItemCountryOfOrigin)) +WG Approval 03/10/2019 + (epo:Document -> at-voc:language (+epo:hasUnofficialLanguage)) - + - - - Has financial offer value + + + Has electronic signature - - The value offered by the Tenderer for a Lot. - -Additional Information: -This value is normally the one awarded for a winning Tender Lot. In case of negotiated procedures the original financial value may be reviewed and the offer updated. - -This corresponds to BT-720 in eForms. (epo:Tender -> epo:MonetaryValue (+epo:hasFinancialOfferValue)) + + - + + + Refers to previous + + - - - Includes tender + + + Has external specification - - Additional information: -This corresponds in eForms to BT-3202 Contract Tender Identifier. - (epo:Contract -> epo:Tender (+epo:includesTender)) + + URI reference to external item information or specifications, e.g. web address. + (epo-cat:Item -> epo:Document (+epo-cat:hasExternalSpecification)) - + @@ -7871,81 +7873,11 @@ This corresponds in eForms to BT-758 Change Notice Version Identifier. (epo:Chan - - - Has u u i d - - - A universally unique identifier for an instance of this document. - -WG Approval 12/05/2020 (epo:Document -> adms:Identifier (+epo:hasUUID)) - - - - - - - Associated with - - - The document to which a document is associated. - -WGM 01/03/2022 - (epo:Document -> epo:Document (+epo:associatedWith)) - - - - - - - Has official language - - - The language(s) in which the instances of the given concepts are officially available. These linguistic versions are equally legally valid. - -WG Approval 03/10/2019 - - (epo:Document -> at-voc:language (+epo:hasOfficialLanguage)) - - - - - - - Has electronic digest - - - - - - - Has unofficial language - - - The language translation(s) in which the instances of the given concepts are available. These linguistic versions are not an official translation, they are provided only for information. - -WG Approval 03/10/2019 - (epo:Document -> at-voc:language (+epo:hasUnofficialLanguage)) - - - - - - - Refers to previous - - - - - - - Has external specification - - - URI reference to external item information or specifications, e.g. web address. - (epo-cat:Item -> epo:Document (+epo-cat:hasExternalSpecification)) + + + Concerns originator request - + @@ -7962,6 +7894,65 @@ WG Approval 03/10/2019 + + + Is supported by + + + + + + + Has subcontracting + + + + + + + Has item country of origin + + + The source country of the product or service. + +Additional Information: + +The country of origin can be provided by the buyer as a requirement or by the tenderer information of the item to be provided. + +WG Approval 07/01/2020 + +The codelist to be used is at-voc:country which is available at http://publications.europa.eu/resource/dataset/country (epo:Tender -> at-voc:country (+epo:hasItemCountryOfOrigin)) + + + + + + + Has financial offer value + + + The value offered by the Tenderer for a Lot. + +Additional Information: +This value is normally the one awarded for a winning Tender Lot. In case of negotiated procedures the original financial value may be reviewed and the offer updated. + +This corresponds to BT-720 in eForms. (epo:Tender -> epo:MonetaryValue (+epo:hasFinancialOfferValue)) + + + + + + + Includes tender + + + Additional information: +This corresponds in eForms to BT-3202 Contract Tender Identifier. + (epo:Contract -> epo:Tender (+epo:includesTender)) + + + + Specifies deliverable @@ -8680,85 +8671,278 @@ For example, the (0173-1#02-AAA026#007) drilling diameter of an item has value o WG approval 28/07/2022 (epo-cat:ItemProperty -> epo:Quantity (+epo-cat:hasQualifiedValue)) - + + + + + + Has total goods item quantity + + + + + + + Has minimum quantity guaranteed for delivery + + + The minimum quantity of an item that is guaranteed by the seller to be delivered. + + (epo-cat:CatalogueLine -> epo:Quantity (+epo-cat:hasMinimumQuantityGuaranteedForDelivery)) + + + + + + + Has maximum order quantity + + + The maximum number of orderable units that can be ordered according to details provided in the catalogue line, such as price. + (epo-cat:CatalogueLine -> epo:Quantity (+epo-cat:hasMaximumOrderQuantity)) + + + + + + + Has minimum temperature + + + + + + + Has net volume + + + + + + + Unit type + + + + Has country of origin + + + + + + + Has modification justification + + + Explanation of why a contract was modified. + +WG Approval 09/11/2021 + +The codelist to be used is at-voc:modification-justification which is available at http://publications.europa.eu/resource/dataset/modification-justification + +Additional Information + +This corresponds in Standard forms to Field VII.2.2.1 and VII.2.2.3 in F20 . + +This corresponds in eForms to BT-200. + + + (epo-con:ContractModificationInformation -> at-voc:modification-justification (+epo:hasModificationJustification)) + + + + + + + Is s m e suitable + + + The Lot is suitable for small and medium enterprises (SMEs). + +Additional Information + +This allows the buyer to make emphasis on the fact that the procedure has been designed having SMEs in mind. This indicator is also to be reflected in the selection criteria. + +For example, number of employees and turnover are applicable to the definition of an SME. + +WG Approval 15/10/2019 + (epo:ProcurementObject) + + + + + + + Has additional information + + + Supplementary data about the instance of the concept. + +WG Approval 15/10/2019 (epo:ProcurementObject) Supplementary data about the instance of the concept. + +WG Approval 15/10/2019 (epo:Notice) Supplementary data about the instance of the concept. + +WG Approval 15/10/2019 + (epo:ChangeInformation) + + + + + + + Is using e u funds + + + The procurement foresees funding by the Union. + +Additional Information: +The funding may cover the whole procurement or part of the procurement. + +For example the European Structural and Investment Funds or grants awarded by the European Union. + + (epo:ProcurementObject) + + + + + + + Is covered by g p a + + + Specifies whether the Agreement on Government Procurement (GPA) applies. + +Additional information: +The GPA aims to establish a multilateral framework of balanced rights and obligations relating to public contracts with a view to achieving the liberalization and expansion of world trade. + +This corresponds in the e Forms to BT-115 GPA Coverage. + +WG Approval 15/10/2019 + + (epo:ProcurementObject) + + + + + + + Is recurrent + + + The Procurement being notified is likely to be included in another procedure in the foreseeable future. + +Additional Information: + +For example, a regularly re-tendered municipal service. This does not include awarding multiple contracts within a single qualification system, framework agreement, or a dynamic purchasing system. + +This corresponds in eForms to BT-94 Recurrence. + +WG Approval 12/05/2020 + (epo:ProcurementObject) + + + + + + + Has recurrence description + + + Any additional information about the recurrence of the Procurement. + +Additional Information: +For example estimated timing of the Procedure. + +This corresponds in eForms to BT-95 Recurrence Description. + +(WG approval 2019-01-16) + (epo:ProcurementObject) + + + + + + + Has legal basis description + + - - - Has total goods item quantity + + + Is accelerated - + + Statement about the fact that the procedure will be reduced due to a state of urgency. + +Additional Information + +This modifies the time limit for the receipt of requests to participate or the receipt of tenders. + +WG Approval 20/08/2019 + (epo:Procedure) + + - - - Has minimum quantity guaranteed for delivery + + + Has accelerated procedure justification - - The minimum quantity of an item that is guaranteed by the seller to be delivered. + + The reasons why the procedure is accelerated. - (epo-cat:CatalogueLine -> epo:Quantity (+epo-cat:hasMinimumQuantityGuaranteedForDelivery)) +Additional Information: +A procedure is accelerated to cover needs of extraordinary circumstances ie earthquake relief. + +WG Approval 09/06/2020 + + (epo:Procedure) - + - - - Has maximum order quantity + + + Has main feature - - The maximum number of orderable units that can be ordered according to details provided in the catalogue line, such as price. - (epo-cat:CatalogueLine -> epo:Quantity (+epo-cat:hasMaximumOrderQuantity)) + + Main features of the procedure and information about where the full rules for the procedure can be found. + +Additional Information: +This information should be given when the procedure is not one of those mentioned in the procurement directives. This can be the case for example for concessions, for social and other specific services, and in case of voluntary publication of procurement procedures below the EU procurement thresholds. (epo:Procedure) - + - - - Has minimum temperature - - - + + + Is joint procurement - - - Has net volume + + Multiple buyers procure together within the same procedure. + +Addition Information: +In case the joint procurement involves buyers from different countries, the national law is specified by the epo:hasCrossBorderLaw in the ProcedureTerm . (epo:Procedure) - + - - - Unit type - - - - Has modification justification + + + Is design contest - - Explanation of why a contract was modified. - -WG Approval 09/11/2021 - -The codelist to be used is at-voc:modification-justification which is available at http://publications.europa.eu/resource/dataset/modification-justification - -Additional Information - -This corresponds in Standard forms to Field VII.2.2.1 and VII.2.2.3 in F20 . + + A competition which enables the buyer to acquire a plan or design via a jury. -This corresponds in eForms to BT-200. +Additional information: +Design contests have traditionally mostly been used in the fields of town and country planning, architecture and engineering or data processing, other purposes, such as to obtain plans for financial engineering +The contest may include or not the award of prizes; - (epo-con:ContractModificationInformation -> at-voc:modification-justification (+epo:hasModificationJustification)) - - - - - - - Has country of origin +WG approval 04-02-2021 (epo:Procedure) - + @@ -8768,14 +8952,14 @@ This corresponds in eForms to BT-200. A name given to the resource. +WG approval 30/05/2023 + (epo:LotGroup) A name given to the resource. + WG approval 30/05/2023 (epo:ProcurementElement) A name given to the resource. WG approval 30/05/2023 (epo:TenderGroup) A name given to the resource. -WG approval 30/05/2023 - (epo:LotGroup) A name given to the resource. - WG approval 30/05/2023 (foaf:Agent) A name given to the resource. WG approval 30/05/2023 @@ -8798,19 +8982,19 @@ WG approval 30/05/2023 Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG Approval 30/05/2023 (epo:ProcurementElement) An account of the resource. +WG Approval 30/05/2023 + (epo:LotGroup) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG Approval 30/05/2023 - (epo:TenderGroup) An account of the resource. +WG Approval 30/05/2023 (epo:ProcurementElement) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. WG Approval 30/05/2023 - (epo:LotGroup) An account of the resource. + (epo:TenderGroup) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. @@ -8851,231 +9035,38 @@ WG Approval 30/05/2023 (epo:SubcontractTerm) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG Approval 30/05/2023 (cccev:InformationConcept) An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 (cccev:Requirement) An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 (epo:Technique) An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 (epo:SubcontractingEstimate) An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 (epo:ElectronicSignature) An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 - (epo:Document) An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 (epo:Fund) - - - - Is s m e suitable - - - The Lot is suitable for small and medium enterprises (SMEs). - -Additional Information - -This allows the buyer to make emphasis on the fact that the procedure has been designed having SMEs in mind. This indicator is also to be reflected in the selection criteria. - -For example, number of employees and turnover are applicable to the definition of an SME. - -WG Approval 15/10/2019 - (epo:ProcurementObject) - - - - - - - Has additional information - - - Supplementary data about the instance of the concept. - -WG Approval 15/10/2019 (epo:ProcurementObject) Supplementary data about the instance of the concept. - -WG Approval 15/10/2019 (epo:Notice) Supplementary data about the instance of the concept. - -WG Approval 15/10/2019 - (epo:ChangeInformation) - - - - - - - Is using e u funds - - - The procurement foresees funding by the Union. - -Additional Information: -The funding may cover the whole procurement or part of the procurement. - -For example the European Structural and Investment Funds or grants awarded by the European Union. - - (epo:ProcurementObject) - - - - - - - Is covered by g p a - - - Specifies whether the Agreement on Government Procurement (GPA) applies. - -Additional information: -The GPA aims to establish a multilateral framework of balanced rights and obligations relating to public contracts with a view to achieving the liberalization and expansion of world trade. - -This corresponds in the e Forms to BT-115 GPA Coverage. - -WG Approval 15/10/2019 - - (epo:ProcurementObject) - - - - - - - Is recurrent - - - The Procurement being notified is likely to be included in another procedure in the foreseeable future. - -Additional Information: - -For example, a regularly re-tendered municipal service. This does not include awarding multiple contracts within a single qualification system, framework agreement, or a dynamic purchasing system. - -This corresponds in eForms to BT-94 Recurrence. - -WG Approval 12/05/2020 - (epo:ProcurementObject) - - - - - - - Has recurrence description - - - Any additional information about the recurrence of the Procurement. - +WG Approval 30/05/2023 (cccev:InformationConcept) An account of the resource. + Additional Information: -For example estimated timing of the Procedure. +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -This corresponds in eForms to BT-95 Recurrence Description. +WG Approval 30/05/2023 (cccev:Requirement) An account of the resource. -(WG approval 2019-01-16) - (epo:ProcurementObject) - - - - - - - Has legal basis description - - - - - - - Is accelerated - - - Statement about the fact that the procedure will be reduced due to a state of urgency. +Additional Information: +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -Additional Information +WG Approval 30/05/2023 (epo:Technique) An account of the resource. -This modifies the time limit for the receipt of requests to participate or the receipt of tenders. +Additional Information: +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG Approval 20/08/2019 - (epo:Procedure) - - - - - - - Has accelerated procedure justification - - - The reasons why the procedure is accelerated. +WG Approval 30/05/2023 (epo:SubcontractingEstimate) An account of the resource. Additional Information: -A procedure is accelerated to cover needs of extraordinary circumstances ie earthquake relief. - -WG Approval 09/06/2020 +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - (epo:Procedure) - - - - - - - Has main feature - - - Main features of the procedure and information about where the full rules for the procedure can be found. +WG Approval 30/05/2023 + (epo:Document) An account of the resource. Additional Information: -This information should be given when the procedure is not one of those mentioned in the procurement directives. This can be the case for example for concessions, for social and other specific services, and in case of voluntary publication of procurement procedures below the EU procurement thresholds. (epo:Procedure) - - - - - - - Is joint procurement - - - Multiple buyers procure together within the same procedure. - -Addition Information: -In case the joint procurement involves buyers from different countries, the national law is specified by the epo:hasCrossBorderLaw in the ProcedureTerm . (epo:Procedure) - - - - - - - Is design contest - - - A competition which enables the buyer to acquire a plan or design via a jury. +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -Additional information: -Design contests have traditionally mostly been used in the fields of town and country planning, architecture and engineering or data processing, other purposes, such as to obtain plans for financial engineering +WG Approval 30/05/2023 (epo:ElectronicSignature) An account of the resource. -The contest may include or not the award of prizes; +Additional Information: +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG approval 04-02-2021 (epo:Procedure) - - - +WG Approval 30/05/2023 (epo:Fund) @@ -11228,85 +11219,6 @@ WG Approval 01/12/2020 - - - Has electronic submission - - - Transmission of tenders is possible by electronic means of communication. (epo:Tender) - - - - - - - Is variant - - - Alternative solution to fulfil the buyer's needs as opposed to solutions indicated in the procurement documents. - -Additional Information: - -The permission to offer variants is only allowed if specified in a Contract Notice or a Prior Information Notice that used as a means for calling for a competition. -The buyer lays out minimum requirements in the procurement documents that must be respected by tenderers submitting variants. - -WG Approval 29/05/2019 - - (epo:Tender) - - - - - - - Has o j s issue number - - - - - - - Has o j s type - - - - - - - Has notice publication number - - - - - - - Has form number - - - - - - - Has e forms subtype - - - - - - - Has e sender dispatch date - - - The date and time the notice was transmitted electronically by the eSender to the Publications Office of the European Union. - -Additional Information: -Typically, eSenders include national Official Journals, Buyers sending a large number of electronic Notices, public or private bodies acting on behalf of Buyers and eProcurement software developers. - -WG approval 20/06/2023 (epo:Notice) - - - - Has publication date @@ -11382,6 +11294,56 @@ WG approval: 18/11/2021 + + + Has o j s issue number + + + + + + + Has o j s type + + + + + + + Has notice publication number + + + + + + + Has form number + + + + + + + Has e forms subtype + + + + + + + Has e sender dispatch date + + + The date and time the notice was transmitted electronically by the eSender to the Publications Office of the European Union. + +Additional Information: +Typically, eSenders include national Official Journals, Buyers sending a large number of electronic Notices, public or private bodies acting on behalf of Buyers and eProcurement software developers. + +WG approval 20/06/2023 (epo:Notice) + + + + Has award decision date @@ -11413,6 +11375,35 @@ WG: 18/01/2022 (epo:AwardDecision) + + + Has electronic submission + + + Transmission of tenders is possible by electronic means of communication. (epo:Tender) + + + + + + + Is variant + + + Alternative solution to fulfil the buyer's needs as opposed to solutions indicated in the procurement documents. + +Additional Information: + +The permission to offer variants is only allowed if specified in a Contract Notice or a Prior Information Notice that used as a means for calling for a competition. +The buyer lays out minimum requirements in the procurement documents that must be respected by tenderers submitting variants. + +WG Approval 29/05/2019 + + (epo:Tender) + + + + Has contract conclusion date diff --git a/implementation/ePO/owl_ontology/ePO_CM-core.ttl b/implementation/ePO/owl_ontology/ePO_CM-core.ttl index 541ea14d..a9add0b9 100644 --- a/implementation/ePO/owl_ontology/ePO_CM-core.ttl +++ b/implementation/ePO/owl_ontology/ePO_CM-core.ttl @@ -638,7 +638,6 @@ WG approval: 15/04/2021"""@en ; :Procedure a owl:Class ; rdfs:isDefinedBy :core ; rdfs:subClassOf :ProcurementObject ; - skos:Label "this is a french label"@fr ; skos:definition """A legally defined set of administrative activities conducted to conclude one or more Contracts. Additional Information @@ -646,9 +645,7 @@ The Procedure is categorised in the law according to different rules determining WG Approval 20/08/2019 """@en ; - skos:editorialNote "this is a note"@en ; - skos:prefLabel "Procedure"@en, - "this is a romanina"@ro . + skos:prefLabel "Procedure"@en . :ProcedureTerm a owl:Class ; rdfs:isDefinedBy :core ; @@ -2282,9 +2279,8 @@ In the case of framework agreements and dynamic purchasing systems this refers t This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be used for BT-157 (for LotGroup). -WG Approval 05/12/2019 - - (epo:ProcurementElement -> epo:MonetaryValue (+epo:hasEstimatedValue)) A forecast of the value of the procurement before competition. +WG Approval 05/12/2019 + (epo:LotGroup -> epo:MonetaryValue (+epo:hasEstimatedValue)) A forecast of the value of the procurement before competition. Additional Information: Different cases of estimated values may refer to a lot, the global value of the procedure, or of a combinatorial value of a group of lots. @@ -2295,8 +2291,9 @@ In the case of framework agreements and dynamic purchasing systems this refers t This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be used for BT-157 (for LotGroup). -WG Approval 05/12/2019 - (epo:LotGroup -> epo:MonetaryValue (+epo:hasEstimatedValue)) """@en ; +WG Approval 05/12/2019 + + (epo:ProcurementElement -> epo:MonetaryValue (+epo:hasEstimatedValue)) """@en ; skos:prefLabel "Has estimated value"@en . :hasEvaluationMember a owl:ObjectProperty ; @@ -5056,19 +5053,19 @@ dcterms:description a owl:DatatypeProperty ; Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG Approval 30/05/2023 (epo:ProcurementElement) An account of the resource. +WG Approval 30/05/2023 + (epo:LotGroup) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG Approval 30/05/2023 - (epo:TenderGroup) An account of the resource. +WG Approval 30/05/2023 (epo:ProcurementElement) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. WG Approval 30/05/2023 - (epo:LotGroup) An account of the resource. + (epo:TenderGroup) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. @@ -5129,13 +5126,13 @@ WG Approval 30/05/2023 (epo:SubcontractingEstimate) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG Approval 30/05/2023 (epo:ElectronicSignature) An account of the resource. +WG Approval 30/05/2023 + (epo:Document) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. -WG Approval 30/05/2023 - (epo:Document) An account of the resource. +WG Approval 30/05/2023 (epo:ElectronicSignature) An account of the resource. Additional Information: Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. @@ -5157,14 +5154,14 @@ WG approval 26/01/2023 (epo:Document) """@en ; dcterms:title a owl:DatatypeProperty ; skos:definition """A name given to the resource. +WG approval 30/05/2023 + (epo:LotGroup) A name given to the resource. + WG approval 30/05/2023 (epo:ProcurementElement) A name given to the resource. WG approval 30/05/2023 (epo:TenderGroup) A name given to the resource. -WG approval 30/05/2023 - (epo:LotGroup) A name given to the resource. - WG approval 30/05/2023 (foaf:Agent) A name given to the resource. WG approval 30/05/2023 @@ -5248,21 +5245,21 @@ Additional Information For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. -WG Approval 12/11/2019 - (epo:ProcurementElement -> adms:Identifier (+adms:identifier)) A unique identifier of the instance of the concept. +WG Approval 12/11/2019 (epo:LotGroup -> adms:Identifier (+adms:identifier)) A unique identifier of the instance of the concept. Additional Information For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. WG Approval 12/11/2019 - (epo:TenderGroup -> adms:Identifier (+adms:identifier)) A unique identifier of the instance of the concept. + (epo:ProcurementElement -> adms:Identifier (+adms:identifier)) A unique identifier of the instance of the concept. Additional Information For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. -WG Approval 12/11/2019 (epo:LotGroup -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (foaf:Agent -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (dct:Location -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (cccev:InformationConcept -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (cccev:Requirement -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo:Document -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo:Fund -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:Consignment -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:ShipmentInformation -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-cat:Line -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:AbstractContainer -> adms:Identifier (+adms:identifier)) """@en ; +WG Approval 12/11/2019 + (epo:TenderGroup -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (foaf:Agent -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (dct:Location -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (cccev:InformationConcept -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (cccev:Requirement -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo:Document -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo:Fund -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:Consignment -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:ShipmentInformation -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-cat:Line -> adms:Identifier (+adms:identifier)) Links a resource to an adms:Identifier class. (epo-ful:AbstractContainer -> adms:Identifier (+adms:identifier)) """@en ; skos:prefLabel "Identifier"@en . adms:schemaAgency a owl:DatatypeProperty ; diff --git a/implementation/ePO/owl_ontology/ePO_CM-restrictions.rdf b/implementation/ePO/owl_ontology/ePO_CM-restrictions.rdf index 4790c74d..68c2b02b 100644 --- a/implementation/ePO/owl_ontology/ePO_CM-restrictions.rdf +++ b/implementation/ePO/owl_ontology/ePO_CM-restrictions.rdf @@ -79,56 +79,56 @@ European Union - + - + - + - + - + - + - + - + - + - + - + - + @@ -142,200 +142,200 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -349,227 +349,227 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1686,74 +1686,74 @@ - + - - 1 + + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - - 1 + + 1 - + 1 @@ -1761,79 +1761,79 @@ - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 @@ -2009,15 +2009,15 @@ - + - - + + @@ -2030,8 +2030,8 @@ - - + + @@ -2085,102 +2085,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2522,107 +2436,67 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - + + + + - - + + + + - - - - - - - - - + + + + - - - - - - - - - + + + + - + - - - - - - - - - + + @@ -2635,32 +2509,158 @@ - - - - + + + + + + + + + - - - + + + + + + + + + - - - + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3331,15 +3331,15 @@ - - - - + + + + @@ -3347,15 +3347,15 @@ - - - - + + + + @@ -3363,15 +3363,15 @@ - - - - + + + + @@ -3379,15 +3379,15 @@ - - - - + + + + @@ -3395,15 +3395,15 @@ - - - - + + + + @@ -3411,15 +3411,15 @@ - - - - + + + + @@ -3427,15 +3427,15 @@ - - - - + + + + @@ -3443,15 +3443,15 @@ - - - - + + + + @@ -3459,15 +3459,15 @@ - - - - + + + + @@ -3475,15 +3475,15 @@ - - - - + + + + @@ -3491,15 +3491,15 @@ - - - - + + + + @@ -3576,25 +3576,6 @@ - - - - - 1 - - - - - - - - 1 - - - - - - @@ -3627,73 +3608,82 @@ - - - - - 1 - - - - - 1 + + 1 - + - - 1 + + 1 - + - + 1 - + - - 1 + + 1 - + + + + - + 1 - + - + - - 1 + + 1 - + + + + - + 1 + + + + + 1 + + + + + + @@ -3702,57 +3692,65 @@ - + - + 1 - + - + 1 - + - - 1 + + 1 - - + + + + + 1 + + - + - + 1 - + - + 1 - + - - 1 + + 1 + + + @@ -3796,73 +3794,75 @@ - + - - 1 + + 1 - + + + + - - 1 + + 1 - + - + 1 - + - + - - 1 + + 1 - - - - + - - 1 + + 1 - - - - + - + 1 - + - - 1 + + 1 - - + + + + + 1 + + @@ -3942,42 +3942,42 @@ - + - + 1 - + - - 1 + + 1 - + - + 1 - + - + 1 - + - + 1 @@ -3985,7 +3985,7 @@ - + 1 @@ -3993,87 +3993,87 @@ - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - + 1 - + - - 1 + + 1 - + - + 1 @@ -4464,14 +4464,23 @@ - + - + 1 + + + + + + + + + @@ -4516,23 +4525,14 @@ - + - + 1 - - - - - - - - - @@ -4622,13 +4622,13 @@ - + - + - + @@ -4787,10 +4787,10 @@ - + - + @@ -4805,10 +4805,10 @@ - + - + @@ -4847,79 +4847,33 @@ - + - + - + + + + + + + - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -4982,6 +4936,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6038,17 +6038,41 @@ - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6086,42 +6110,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -6134,6 +6122,18 @@ + + + + + + + + + + + + @@ -6328,9 +6328,9 @@ + - @@ -6357,38 +6357,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -6480,48 +6448,149 @@ - - - - - - - - - - - - - - - - - - - + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6544,12 +6613,6 @@ - - - - - - @@ -6602,54 +6665,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - + + - + - + - - + + @@ -6696,88 +6736,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + @@ -6937,30 +6937,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -7007,122 +6983,144 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + @@ -7130,102 +7128,104 @@ - + + + + + + + - - + + - - + + + + + + + + - - + + - - + + - - + + - + - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + @@ -7867,49 +7867,54 @@ - + - - - - - + + - - + + - - + + - - + + - - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + @@ -7948,48 +7953,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + @@ -8017,6 +7985,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8580,10 +8580,10 @@ - - - + + + diff --git a/implementation/ePO/owl_ontology/ePO_CM-restrictions.ttl b/implementation/ePO/owl_ontology/ePO_CM-restrictions.ttl index 322c0963..84a8ad35 100644 --- a/implementation/ePO/owl_ontology/ePO_CM-restrictions.ttl +++ b/implementation/ePO/owl_ontology/ePO_CM-restrictions.ttl @@ -446,7 +446,7 @@ rdfs:range :Quantity . :hasInternalIdentifier rdfs:domain [ a owl:Class ; - owl:unionOf ( :ProcurementElement :LotGroup ) ] ; + owl:unionOf ( :LotGroup :ProcurementElement ) ] ; rdfs:range adms:Identifier . :hasIrregularityType rdfs:domain :ReviewIrregularitySummary ; @@ -900,7 +900,7 @@ rdfs:range :ProcurementCriteriaSummary . :specifiesProcurementCriterion rdfs:domain [ a owl:Class ; - owl:unionOf ( :LotGroup :Lot ) ] ; + owl:unionOf ( :Lot :LotGroup ) ] ; rdfs:range :ProcurementCriterion . :specifiesSubcontractors rdfs:domain :Tender ; @@ -2079,7 +2079,7 @@ dcterms:issued rdfs:domain :Document ; rdfs:range xsd:dateTime . dcterms:title rdfs:domain [ a owl:Class ; - owl:unionOf ( :ProcurementElement :TenderGroup :LotGroup foaf:Agent :AgentInRole :Document :Fund ) ] ; + owl:unionOf ( :LotGroup :ProcurementElement :TenderGroup foaf:Agent :AgentInRole :Document :Fund ) ] ; rdfs:range rdf:PlainLiteral . skos:notation a owl:FunctionalProperty ; @@ -2171,7 +2171,7 @@ person:placeOfDeath rdfs:domain cccev:Person ; rdfs:range :MonetaryValue . :hasEstimatedValue rdfs:domain [ a owl:Class ; - owl:unionOf ( :ProcurementElement :LotGroup ) ] ; + owl:unionOf ( :LotGroup :ProcurementElement ) ] ; rdfs:range :MonetaryValue . :hasLaunchFrameworkAgreementMaximumValue rdfs:domain [ a owl:Class ; @@ -2229,10 +2229,10 @@ cccev:registeredAddress rdfs:domain [ a owl:Class ; :SelectionCriteriaSummary rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :describesMinimumLevelOfStandards ], + owl:onProperty :hasSelectionCriteriaStatedInProcurementDocuments ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasSelectionCriteriaStatedInProcurementDocuments ] . + owl:onProperty :describesMinimumLevelOfStandards ] . :SpecificDuration rdfs:subClassOf [ a owl:Restriction ; owl:cardinality 1 ; @@ -2240,17 +2240,17 @@ cccev:registeredAddress rdfs:domain [ a owl:Class ; :Certificate a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :hasCertificationNumber ], - [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :attestedByLabel ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasURL ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :issuedByCertifier ] . + owl:onProperty :issuedByCertifier ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :attestedByLabel ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :hasCertificationNumber ] . :ProcurementCriteriaSummary rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -2271,7 +2271,7 @@ cccev:InformationConcept a owl:Class ; owl:onProperty adms:identifier ] . dcterms:description rdfs:domain [ a owl:Class ; - owl:unionOf ( :ProcurementElement :TenderGroup :LotGroup :System :AgentInRole cccev:ContactPoint cccev:Channel :NonDisclosureAgreementTerm :SecurityClearanceTerm :SubcontractTerm cccev:InformationConcept cccev:Requirement :Technique :SubcontractingEstimate :ElectronicSignature :Document :Fund ) ] ; + owl:unionOf ( :LotGroup :ProcurementElement :TenderGroup :System :AgentInRole cccev:ContactPoint cccev:Channel :NonDisclosureAgreementTerm :SecurityClearanceTerm :SubcontractTerm cccev:InformationConcept cccev:Requirement :Technique :SubcontractingEstimate :Document :ElectronicSignature :Fund ) ] ; rdfs:range rdf:PlainLiteral . :Fund a owl:Class ; @@ -2287,11 +2287,11 @@ dcterms:description rdfs:domain [ a owl:Class ; owl:onProperty :usesCleanVehicleDirective ] . :OrganisationGroup rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :leadBy ], - [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty :hasMember ] . + owl:onProperty :hasMember ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :leadBy ] . :ParticipationConditionsSummary rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -2310,13 +2310,13 @@ dcterms:description rdfs:domain [ a owl:Class ; :ProfessionalSuitabilitySummary rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :describesProfessionRelevantLaw ], + owl:onProperty :describesProfession ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :describesProfession ], + owl:onProperty :hasServiceReservedToParticularProfession ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasServiceReservedToParticularProfession ] . + owl:onProperty :describesProfessionRelevantLaw ] . :PurchaseContract rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -2342,41 +2342,41 @@ dcterms:description rdfs:domain [ a owl:Class ; owl:onProperty :isOwnedByAgent ] . :TenderAwardOutcome rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :indicatesAwardToWinner ], + owl:cardinality 1 ; + owl:onProperty :concernsTender ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasAwardRank ], [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :concernsTender ] . + owl:maxCardinality 1 ; + owl:onProperty :indicatesAwardToWinner ] . :TenderGroup a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :isSubmittedForLotGroup ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty :comprisesTender ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasTotalValue ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :isSubmittedForLotGroup ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty adms:identifier ] . :VehicleInformation rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasZeroEmissionVehicles ], - [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :concernsGreenProcurement ], + owl:onProperty :hasTotalVehicles ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasTotalVehicles ], + owl:onProperty :hasCleanVehicles ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasCleanVehicles ] . + owl:onProperty :hasZeroEmissionVehicles ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :concernsGreenProcurement ] . cccev:Channel a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; @@ -2392,10 +2392,10 @@ cccev:Requirement a owl:Class ; owl:onProperty skos:prefLabel ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty dcterms:description ], + owl:onProperty adms:identifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty adms:identifier ] . + owl:onProperty dcterms:description ] . foaf:Agent a owl:Class . @@ -2404,13 +2404,13 @@ foaf:Agent a owl:Class . owl:onProperty :hasAwardCriteriaOrderJustification ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasOverallQualityAwardCriteriaPonderation ], + owl:onProperty :hasOverallPriceAwardCriteriaPonderation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasOverallCostAwardCriteriaPonderation ], + owl:onProperty :hasOverallQualityAwardCriteriaPonderation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasOverallPriceAwardCriteriaPonderation ] . + owl:onProperty :hasOverallCostAwardCriteriaPonderation ] . :Business rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -2418,7 +2418,7 @@ foaf:Agent a owl:Class . :ConcessionEstimate rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEstimatedUserConcessionRevenue ], + owl:onProperty :hasEstimatedBuyerConcessionRevenue ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasCalculationMethod ], @@ -2427,17 +2427,17 @@ foaf:Agent a owl:Class . owl:onProperty :hasConcessionEstimatedValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEstimatedBuyerConcessionRevenue ] . + owl:onProperty :hasEstimatedUserConcessionRevenue ] . :ProcessPlanningTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEstimatedContractNoticePublicationDate ], + owl:onProperty :hasEstimatedTenderInvitationDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEstimatedTenderInvitationDate ], + owl:onProperty :hasAwardDateScheduled ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasAwardDateScheduled ] . + owl:onProperty :hasEstimatedContractNoticePublicationDate ] . :SelectionCriterion rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -2446,10 +2446,10 @@ foaf:Agent a owl:Class . :SubcontractingEstimate a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasSubcontractingEstimatedValue ], + owl:onProperty :hasEstimatedPercentage ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEstimatedPercentage ] . + owl:onProperty :hasSubcontractingEstimatedValue ] . cccev:Constraint rdfs:subClassOf [ a owl:Restriction ; owl:cardinality 1 ; @@ -2457,13 +2457,13 @@ cccev:Constraint rdfs:subClassOf [ a owl:Restriction ; cccev:Criterion rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty cccev:bias ], + owl:onProperty cccev:weight ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty cccev:weightingConsiderationDescription ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty cccev:weight ] . + owl:onProperty cccev:bias ] . :AgentInRole a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; @@ -2479,51 +2479,51 @@ cccev:Criterion rdfs:subClassOf [ a owl:Restriction ; :LotAwardOutcome rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasFrameworkAgreementMaximumValue ], + owl:onProperty :hasNonAwardedContractNumber ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasNonAwardedContractNumber ], + owl:onProperty :hasApproximateFrameworkAgreementValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasNonAwardedContractTitle ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasApproximateFrameworkAgreementValue ], + owl:onProperty :hasFrameworkAgreementMaximumValue ], [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty :concernsLot ] . :PlannedProcurementPart rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasPlannedPeriod ], + owl:onProperty :hasPlannedDuration ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasPlannedDuration ], + owl:onProperty :foreseesProcurementObject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :foreseesProcurementObject ] . + owl:onProperty :hasPlannedPeriod ] . :ReviewDecision rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasDecisionDate ], + owl:onProperty :hasRemedyValue ], [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty :resolvesReviewRequest ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasRemedyValue ] . + owl:onProperty :hasDecisionDate ] . adms:identifier a owl:FunctionalProperty ; rdfs:domain [ a owl:Class ; - owl:unionOf ( :Project :ProcurementElement :TenderGroup :LotGroup foaf:Agent dcterms:Location cccev:InformationConcept cccev:Requirement :Document :Fund :Consignment :TransportEquipment :ShipmentStage :TransportEquipmentSeal :ShipmentInformation :Line :AbstractContainer ) ] ; + owl:unionOf ( :Project :LotGroup :ProcurementElement :TenderGroup foaf:Agent dcterms:Location cccev:InformationConcept cccev:Requirement :Document :Fund :Consignment :TransportEquipment :ShipmentStage :TransportEquipmentSeal :ShipmentInformation :Line :AbstractContainer ) ] ; rdfs:range adms:Identifier . :AwardOutcome rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasBargainPrice ], + owl:onProperty :hasAwardedValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasAwardedValue ] . + owl:onProperty :hasBargainPrice ] . :ProcurementCriterion rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -2531,14 +2531,14 @@ adms:identifier a owl:FunctionalProperty ; cccev:ContactPoint a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty cccev:email ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasInternetAddress ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasContactName ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty cccev:email ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty cccev:address ] . @@ -2548,27 +2548,27 @@ cccev:ContactPoint a owl:Class ; owl:onProperty :hasRequestDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isWithdrawn ], + owl:onProperty :hasWithdrawalDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReviewRequestFee ], + owl:onProperty :hasWithdrawalReason ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasWithdrawalReason ], + owl:onProperty :isWithdrawn ], [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty :hasNumberOfReviewRequests ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasWithdrawalDate ] . + owl:onProperty :hasReviewRequestFee ] . :SubcontractTerm a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasSubcontractingInvolved ], + owl:onProperty :hasSubcontractorsProposedAboveObligation ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasSubcontractorsProposedAboveObligation ], + owl:onProperty :hasSubcontractingInvolved ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasMinimumShare ], @@ -2588,18 +2588,18 @@ cccev:ContactPoint a owl:Class ; owl:onProperty :refersToPreviousProcedure ] . :LotGroupAwardInformation rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasGroupFrameworkAgreementMaximumValue ], - [ a owl:Restriction ; owl:cardinality 1 ; - owl:onProperty :describesLotGroup ] . + owl:onProperty :describesLotGroup ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :hasGroupFrameworkAgreementMaximumValue ] . :Period rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasBeginning ], + owl:onProperty :hasEnd ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEnd ] . + owl:onProperty :hasBeginning ] . :Tenderer rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -2610,32 +2610,32 @@ cccev:ContactPoint a owl:Class ; owl:onProperty :needsToBeATenderer ] . :ContractLotCompletionInformation rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasPaymentValueDiscrepancyJustification ], - [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty :describesLotCompletion ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :providesContractTotalPaymentValue ], + owl:onProperty :hasPaymentValueDiscrepancyJustification ], [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty :refersToContract ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :providesContractTotalPenaltyValue ] . + owl:onProperty :providesContractTotalPenaltyValue ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :providesContractTotalPaymentValue ] . :NonDisclosureAgreementTerm a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isNonDisclosureAgreementRequired ], + owl:onProperty dcterms:description ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty dcterms:description ] . + owl:onProperty :isNonDisclosureAgreementRequired ] . :NonPublishedInformation rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasConfidentialityJustification ], + owl:cardinality 1 ; + owl:onProperty :concernsNotice ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty :relatesToEFormSectionIdentifier ], @@ -2643,42 +2643,42 @@ cccev:ContactPoint a owl:Class ; owl:maxCardinality 1 ; owl:onProperty :hasAccessibilityDate ], [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :concernsNotice ] . + owl:maxCardinality 1 ; + owl:onProperty :hasConfidentialityJustification ] . :ParticipationRequestTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesParticipationRequestReceiver ], + owl:onProperty :definesParticipationRequestProcessor ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesParticipationRequestProcessor ] . + owl:onProperty :definesParticipationRequestReceiver ] . :ProcurementProcessInformation rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :isCompetitionTerminated ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isDPSTerminated ], + owl:onProperty :isToBeRelaunched ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :concernsLot ], + owl:onProperty :isDPSTerminated ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :concernsProcedure ], + owl:onProperty :concernsLot ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isToBeRelaunched ] . + owl:onProperty :concernsProcedure ] . :LotGroup a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty adms:identifier ], + owl:minCardinality 1 ; + owl:onProperty :setsGroupingContextForLot ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasLaunchFrameworkAgreementMaximumValue ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty :setsGroupingContextForLot ], + owl:maxCardinality 1 ; + owl:onProperty adms:identifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasEstimatedValue ] . @@ -2686,159 +2686,159 @@ cccev:ContactPoint a owl:Class ; :SecurityClearanceTerm a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasDeadline ], + owl:onProperty :isSecurityClearanceRequired ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isSecurityClearanceRequired ] . + owl:onProperty :hasDeadline ] . dcterms:Location rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:geographicName ], + owl:onProperty adms:identifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:geometry ], + owl:onProperty locn:address ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:geographicIdentifier ], + owl:onProperty locn:geographicName ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:address ], + owl:onProperty locn:geometry ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty adms:identifier ] . + owl:onProperty locn:geographicIdentifier ] . cccev:Person rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty cccev:birthDate ], + owl:onProperty person:placeOfDeath ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty cccev:registeredAddress ], + owl:onProperty person:placeOfBirth ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty person:placeOfBirth ], + owl:onProperty cccev:registeredAddress ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty person:placeOfDeath ] . + owl:onProperty cccev:birthDate ] . :ReviewObject rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReviewURL ], + owl:onProperty :refersToPreviousReview ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :refersToPreviousReview ] . + owl:onProperty :hasReviewURL ] . locn:Address rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:addressArea ], + owl:onProperty locn:fullAddress ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:locatorDesignator ], + owl:onProperty locn:addressID ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:adminUnitL1 ], + owl:onProperty locn:locatorDesignator ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:fullAddress ], + owl:onProperty locn:addressArea ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:locatorName ], + owl:onProperty locn:adminUnitL2 ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:addressID ], + owl:onProperty locn:locatorName ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty locn:adminUnitL2 ] . + owl:onProperty locn:adminUnitL1 ] . :AwardDecision rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasAdditionalNonAwardJustification ], + owl:onProperty :hasAwardDecisionDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasAwardDecisionDate ] . + owl:onProperty :hasAdditionalNonAwardJustification ] . :ChangeInformation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :concernsNotice ], + owl:maxCardinality 1 ; + owl:onProperty :hasProcurementDocumentChangeDate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :hasAdditionalInformation ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :isProcurementDocumentChanged ], [ a owl:Restriction ; owl:cardinality 1 ; - owl:onProperty :refersToPreviousNotice ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasProcurementDocumentChangeDate ], + owl:onProperty :concernsNotice ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasAdditionalInformation ], + owl:cardinality 1 ; + owl:onProperty :refersToPreviousNotice ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty :relatesToEFormSectionIdentifier ] . :NoticeAwardInformation rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasMaximumFrameworkAgreementAwardedValue ], + owl:onProperty :hasProcurementLowestReceivedTenderValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasTotalAwardedValue ], + owl:onProperty :hasProcurementHighestReceivedTenderValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasApproximateFrameworkAgreementValue ], + owl:onProperty :hasMaximumFrameworkAgreementAwardedValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasProcurementHighestReceivedTenderValue ], + owl:onProperty :hasApproximateFrameworkAgreementValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasProcurementLowestReceivedTenderValue ] . + owl:onProperty :hasTotalAwardedValue ] . :JuryMember rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :playedBy ] . :Procedure rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty :hasProcurementScopeDividedIntoLot ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isDesignContest ], + owl:onProperty :isAccelerated ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty :isSubjectToProcedureSpecificTerm ], + owl:maxCardinality 1 ; + owl:onProperty :isJointProcurement ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :isExecutedByProcurementServiceProvider ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :isAccelerated ], + owl:minCardinality 1 ; + owl:onProperty :hasProcurementScopeDividedIntoLot ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isJointProcurement ] . + owl:onProperty :isDesignContest ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty :isSubjectToProcedureSpecificTerm ] . :MultipleStageProcedureTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasMinimumNumberOfCandidates ], + owl:onProperty :hasQualificationSystemDuration ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasEstimatedInvitationToTenderDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasMaximumNumberOfCandidates ], + owl:onProperty :hasSuccessiveReduction ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasQualificationSystemRenewalDescription ], + owl:onProperty :hasMaximumNumberOfCandidates ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEstimatedInvitationToExpressInterestDate ], + owl:onProperty :hasMinimumNumberOfCandidates ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasNoNegotiationNecessary ], + owl:onProperty :hasEstimatedInvitationToExpressInterestDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasQualificationSystemDuration ], + owl:onProperty :hasQualificationSystemRenewalDescription ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasSuccessiveReduction ] . + owl:onProperty :hasNoNegotiationNecessary ] . :ProcurementServiceProvider rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; @@ -2847,247 +2847,247 @@ locn:Address rdfs:subClassOf [ a owl:Restriction ; :Document a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasUUID ], + owl:onProperty dcterms:title ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasDispatchDate ], + owl:onProperty dcterms:description ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasVersion ], + owl:onProperty dcterms:issued ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasPublicationDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty dcterms:title ], + owl:onProperty :hasReceptionDate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceptionDate ], + owl:onProperty :hasUUID ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty dcterms:issued ], + owl:onProperty :hasVersion ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty dcterms:description ] . + owl:onProperty :hasDispatchDate ] . :ProcurementObject a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isUsingEUFunds ], + owl:onProperty :hasPurpose ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasLaunchFrameworkAgreementMaximumValue ], + owl:onProperty :isSMESuitable ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isRecurrent ], + owl:onProperty :hasRecurrenceDescription ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isCoveredByGPA ], + owl:onProperty :foreseesConcession ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasPurpose ], + owl:onProperty :isCoveredByGPA ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isSMESuitable ], + owl:onProperty :isUsingEUFunds ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :foreseesConcession ], + owl:onProperty :isRecurrent ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasRecurrenceDescription ] . + owl:onProperty :hasLaunchFrameworkAgreementMaximumValue ] . :ProcedureTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasMaximumNumberOfLotsToBeAwarded ], + owl:onProperty :definesMediator ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasLotAwardCombination ], + owl:onProperty :isSubmissionForAllLotsRequired ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesMediator ], + owl:onProperty :isOneLotOnlyAllowed ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasMaximumLotSubmissionAllowed ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesBudgetProvider ], + owl:onProperty :hasMaximumNumberOfLotsToBeAwarded ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :isAwardedByCPB ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isOneLotOnlyAllowed ], + owl:onProperty :definesBudgetProvider ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isSubmissionForAllLotsRequired ] . + owl:onProperty :hasLotAwardCombination ] . org:Organization a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasMainActivityDescription ], + owl:onProperty :hasBuyerLegalTypeDescription ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty cccev:registeredAddress ], + owl:onProperty :hasMainActivityDescription ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasLegalFormType ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasBuyerLegalTypeDescription ] . + owl:onProperty cccev:registeredAddress ] . :OpeningTerm rdfs:subClassOf [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :hasOpeningDateTime ], + owl:maxCardinality 1 ; + owl:onProperty :hasOpeningURL ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :definesOpeningPlace ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasOpeningURL ] . + owl:cardinality 1 ; + owl:onProperty :hasOpeningDateTime ] . :ReviewTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReviewDeadline ], + owl:onProperty :definesReviewProcedureInformationProvider ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesReviewProcedureInformationProvider ] . + owl:onProperty :hasReviewDeadline ] . :SubmissionStatisticalInformation rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasNonEUReceivedTenders ], + owl:onProperty :hasEEAReceivedTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceivedSmallTenders ], + owl:onProperty :hasUnverifiedTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasUnverifiedTenders ], + owl:onProperty :hasInadmissibleTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEEAReceivedTenders ], + owl:onProperty :hasEUReceivedTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasElectronicTenders ], + owl:onProperty :hasEstimatedTotalSubcontracts ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasInadmissibleTenders ], + owl:onProperty :hasAbnormallyLowTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasHighestReceivedTenderValue ], + owl:onProperty :hasElectronicTenders ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :summarisesInformationForAwardOutcome ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceivedTenders ], + owl:onProperty :hasHighestReceivedTenderValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasReceivedParticipationRequests ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasNumberOfTenderersInvited ], + owl:onProperty :hasReceivedMicroTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasLowestReceivedTenderValue ], + owl:onProperty :hasNonEUReceivedTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasMediumTenderPerLots ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasAbnormallyLowTenders ], + owl:onProperty :hasNumberOfTenderersInvited ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasNonEEAReceivedTenders ], + owl:onProperty :hasLowestReceivedTenderValue ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasOtherCountriesReceivedTenders ], + owl:onProperty :hasReceivedTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceivedMicroTenders ], - [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :summarisesInformationForAwardOutcome ], + owl:onProperty :hasReceivedSmallTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEstimatedTotalSubcontracts ], + owl:onProperty :hasNonEEAReceivedTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasSMEReceivedTenders ], + owl:onProperty :hasOtherCountriesReceivedTenders ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEUReceivedTenders ] . + owl:onProperty :hasSMEReceivedTenders ] . :ContractTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEOrdering ], + owl:onProperty :hasEPayment ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEPayment ], + owl:onProperty :hasEInvoicing ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesSubcontractingTerm ], + owl:onProperty :isRenewalIndicator ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasMaximumNumberOfRenewals ], + owl:onProperty :hasLegalFormRequirement ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesContractPeriod ], + owl:onProperty :definesPaymentExecutor ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasLegalFormRequirement ], + owl:onProperty :definesContractDuration ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesPaymentExecutor ], + owl:onProperty :definesContractPeriod ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasOptions ], + owl:onProperty :definesSubcontractingTerm ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesContractDuration ], + owl:onProperty :hasMaximumNumberOfRenewals ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEInvoicing ], + owl:onProperty :hasEOrdering ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isRenewalIndicator ] . + owl:onProperty :hasOptions ] . :DesignContestRegimeTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasFollowupContract ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasParticipationPayment ], + owl:onProperty :hasDescriptionOfPrizes ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasDescriptionOfPrizes ], + owl:onProperty :isJuryDecisionBinding ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isJuryDecisionBinding ] . + owl:onProperty :hasParticipationPayment ] . :FrameworkAgreementTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasMaximumParticipantsNumber ], + owl:onProperty :hasDurationExtensionJustification ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasDurationExtensionJustification ] . + owl:onProperty :hasMaximumParticipantsNumber ] . :Tender rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasFinancialOfferValue ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :isVariant ], + owl:onProperty :hasElectronicSubmission ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasElectronicSubmission ], + owl:onProperty :isSubmitedBy ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :isSubjectToGrouping ], [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :isSubmittedForLot ], + owl:maxCardinality 1 ; + owl:onProperty :isVariant ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isSubmitedBy ], + owl:onProperty :foreseesConcession ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :foreseesConcession ] . + owl:onProperty :hasFinancialOfferValue ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :isSubmittedForLot ] . :Quantity rdfs:subClassOf [ a owl:Restriction ; owl:cardinality 1 ; @@ -3099,57 +3099,57 @@ adms:Identifier rdfs:subClassOf [ a owl:Restriction ; :Notice a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasOJSIssueNumber ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasFormNumber ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty :refersToLot ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasAdditionalInformation ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasOJSType ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasNoticePublicationNumber ], + owl:onProperty :hasEFormsSubtype ], + [ a owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :refersToProcedure ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :refersToNotice ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEFormsSubtype ], + owl:onProperty :hasNoticePublicationNumber ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :hasOJSIssueNumber ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasESenderDispatchDate ], [ a owl:Restriction ; - owl:cardinality 1 ; - owl:onProperty :refersToProcedure ] . + owl:maxCardinality 1 ; + owl:onProperty :hasAdditionalInformation ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :hasFormNumber ] . :AccessTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesProcurementProcedureInformationProvider ], + owl:onProperty :hasAdditionalInformationDeadline ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasRestrictedAccessURL ], + owl:onProperty :definesOfflineAccessProvider ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :involvesProcurementDocument ], + owl:onProperty :definesProcurementProcedureInformationProvider ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasAdditionalInformationDeadline ], + owl:onProperty :isProcurementDocumentRestricted ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesOfflineAccessProvider ], + owl:onProperty :hasPublicAccessURL ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isProcurementDocumentRestricted ], + owl:onProperty :involvesProcurementDocument ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasPublicAccessURL ] . + owl:onProperty :hasRestrictedAccessURL ] . :Buyer rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -3163,300 +3163,294 @@ adms:Identifier rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :hasPurpose ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasContractConclusionDate ], + owl:onProperty :hasEstimatedDuration ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasContractValue ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty :hasEntryIntoForceDate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty :hasLotReference ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEstimatedDuration ] . + owl:onProperty :hasContractConclusionDate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty :hasEntryIntoForceDate ] . :SubmissionTerm rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceiptTenderDeadline ], + owl:onProperty :definesTenderProcessor ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasTenderValidityPeriod ], + owl:onProperty :hasReceiptPreliminaryMarketConsultationDeadline ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :hasTenderValidityDuration ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isAdvancedElectronicSignatureRequired ], + owl:onProperty :hasReceiptParticipationRequestDeadline ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceiptParticipationRequestDeadline ], + owl:onProperty :hasReceiptDeadline ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceiptPreliminaryMarketConsultationDeadline ], + owl:onProperty :isGuaranteeRequired ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesTenderReceiver ], + owl:onProperty :hasTenderValidityPeriod ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceiptExpressionDeadline ], + owl:onProperty :hasEAuctionURL ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty :isMultipleTenderSubmissionAllowed ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasEAuctionURL ], + owl:onProperty :hasReceiptExpressionDeadline ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :definesTenderProcessor ], + owl:onProperty :isAdvancedElectronicSignatureRequired ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :isGuaranteeRequired ], + owl:onProperty :definesTenderReceiver ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty :hasReceiptDeadline ] . + owl:onProperty :hasReceiptTenderDeadline ] . :MonetaryValue rdfs:subClassOf [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty :hasAmountValue ] . [] a ; - owl:members ( :ConcessionContract :PurchaseContract :DirectContract :FrameworkAgreement ) . - -[] a ; - owl:members ( :AwardCriterion :ParticipationCondition :QualificationCriterion ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :AuxiliaryParty :AcquiringParty :OfferingParty ) . + owl:members ( :AcquiringParty :OfferingParty :AuxiliaryParty ) . [] a ; owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . - -[] a ; - owl:members ( :AwardCriterion :ParticipationCondition :QualificationCriterion ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . [] a ; - owl:members ( :TaxInformationProvider :Certifier :EnvironmentalProtectionInformationProvider :EmploymentInformationProvider ) . + owl:members ( cccev:Constraint cccev:Criterion :ProcurementCriteriaSummary ) . [] a ; - owl:members ( :AuxiliaryParty :AcquiringParty :OfferingParty ) . + owl:members ( :TaxInformationProvider :Certifier :EnvironmentalProtectionInformationProvider :EmploymentInformationProvider ) . [] a ; - owl:members ( :ExclusionGroundsSummary :SelectionCriteriaSummary ) . + owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . [] a ; - owl:members ( :ContractSpecificTerm :LotSpecificTerm :ProcedureSpecificTerm :ProcessPlanningTerm ) . + owl:members ( :AwardEvaluationTerm :SelectionEvaluationTerm ) . [] a ; owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :AwardCriteriaSummary :ParticipationConditionsSummary :QualificationCriteriaSummary ) . + owl:members ( :ProcurementObject :PlannedProcurementPart ) . [] a ; - owl:members ( :AwardCriteriaSummary :ParticipationConditionsSummary :QualificationCriteriaSummary ) . + owl:members ( :ContractSpecificTerm :LotSpecificTerm :ProcedureSpecificTerm :ProcessPlanningTerm ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . [] a ; - owl:members ( :GreenProcurement :InnovativeProcurement :SocialProcurement ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . [] a ; - owl:members ( :AwardingCentralPurchasingBody :AcquiringCentralPurchasingBody ) . + owl:members ( :AcquiringCentralPurchasingBody :AwardingCentralPurchasingBody ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . + owl:members ( :ExclusionGround :SelectionCriterion ) . [] a ; - owl:members ( :TaxInformationProvider :Certifier :EnvironmentalProtectionInformationProvider :EmploymentInformationProvider ) . + owl:members ( :AcquiringParty :OfferingParty :AuxiliaryParty ) . [] a ; - owl:members ( :SubcontractTerm :ContractTerm :FrameworkAgreementTerm ) . + owl:members ( :AcquiringParty :OfferingParty :AuxiliaryParty ) . [] a ; - owl:members ( :ContractSpecificTerm :LotSpecificTerm :ProcedureSpecificTerm :ProcessPlanningTerm ) . + owl:members ( :System org:Organization foaf:Person ) . [] a ; - owl:members ( :AwardingCentralPurchasingBody :AcquiringCentralPurchasingBody ) . + owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :ExclusionGround :SelectionCriterion ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . + owl:members ( :AwardOutcome :TenderAwardOutcome ) . [] a ; - owl:members ( :IndefiniteDuration :SpecificDuration ) . + owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :LeadBuyer :CentralPurchasingBody ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :SubcontractTerm :ContractTerm :FrameworkAgreementTerm ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :AwardEvaluationTerm :SelectionEvaluationTerm ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . [] a ; - owl:members ( cccev:Constraint cccev:Criterion :ProcurementCriteriaSummary ) . + owl:members ( :ReviewDecision :ReviewRequest ) . [] a ; - owl:members ( :ContractSpecificTerm :LotSpecificTerm :ProcedureSpecificTerm :ProcessPlanningTerm ) . + owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . [] a ; owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . [] a ; - owl:members ( :IndefiniteDuration :SpecificDuration ) . + owl:members ( :ReviewIrregularitySummary :ReviewRequestSummary :SubmissionStatisticalInformation ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :SubcontractTerm :ContractTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :DynamicPurchaseSystemTechnique :EAuctionTechnique :FrameworkAgreementTechnique ) . [] a ; owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . [] a ; - owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . - -[] a ; - owl:members ( :EconomicStandingSummary :ProfessionalSuitabilitySummary :TechnicalAbilitySummary ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :ReviewDecision :ReviewRequest ) . + owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :PlannedProcurementPart :ProcurementObject ) . + owl:members ( :System org:Organization foaf:Person ) . [] a ; owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :ContractSpecificTerm :LotSpecificTerm :ProcedureSpecificTerm :ProcessPlanningTerm ) . + owl:members ( :Procedure :Lot ) . [] a ; - owl:members ( :ExclusionGroundsSummary :SelectionCriteriaSummary ) . + owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :AwardOutcome :TenderAwardOutcome ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :Procedure :Lot ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . [] a ; - owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . + owl:members ( :ConcessionEstimate :SubcontractingEstimate ) . [] a ; - owl:members ( :EconomicStandingSummary :ProfessionalSuitabilitySummary :TechnicalAbilitySummary ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :ReviewIrregularitySummary :ReviewRequestSummary :SubmissionStatisticalInformation ) . + owl:members ( :ContractSpecificTerm :LotSpecificTerm :ProcedureSpecificTerm :ProcessPlanningTerm ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :TaxInformationProvider :Certifier :EnvironmentalProtectionInformationProvider :EmploymentInformationProvider ) . [] a ; - owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . + owl:members ( cccev:PublicOrganisation :Business :OrganisationGroup ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :ExclusionGroundsSummary :SelectionCriteriaSummary ) . [] a ; - owl:members ( :MiniCompetitionAwardOutcome :LotAwardOutcome ) . + owl:members ( cccev:Constraint cccev:Criterion :ProcurementCriteriaSummary ) . [] a ; - owl:members ( :ConcessionEstimate :SubcontractingEstimate ) . + owl:members ( :GreenProcurement :InnovativeProcurement :SocialProcurement ) . [] a ; - owl:members ( :MiniCompetitionAwardOutcome :LotAwardOutcome ) . + owl:members ( :ExclusionGround :SelectionCriterion ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :SubcontractTerm :ContractTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :MiniCompetitionAwardOutcome :LotAwardOutcome ) . [] a ; - owl:members ( :ConcessionEstimate :SubcontractingEstimate ) . + owl:members ( :ReviewDecision :ReviewRequest ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( cccev:PublicOrganisation :Business :OrganisationGroup ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :AwardOutcome :TenderAwardOutcome ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :LeadBuyer :CentralPurchasingBody ) . [] a ; - owl:members ( :ConcessionContract :PurchaseContract :DirectContract :FrameworkAgreement ) . + owl:members ( :AwardCriteriaSummary :ParticipationConditionsSummary :QualificationCriteriaSummary ) . [] a ; owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :TaxInformationProvider :Certifier :EnvironmentalProtectionInformationProvider :EmploymentInformationProvider ) . [] a ; - owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . + owl:members ( :System org:Organization foaf:Person ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :EconomicStandingSummary :ProfessionalSuitabilitySummary :TechnicalAbilitySummary ) . [] a ; - owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . + owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . + owl:members ( :GreenProcurement :InnovativeProcurement :SocialProcurement ) . [] a ; - owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . + owl:members ( :ProcurementObject :PlannedProcurementPart ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :ConcessionContract :PurchaseContract :DirectContract :FrameworkAgreement ) . [] a ; - owl:members ( :AuxiliaryParty :AcquiringParty :OfferingParty ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :ExclusionGround :SelectionCriterion ) . + owl:members ( :ConcessionContract :PurchaseContract :DirectContract :FrameworkAgreement ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :GreenProcurement :InnovativeProcurement :SocialProcurement ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :EconomicStandingSummary :ProfessionalSuitabilitySummary :TechnicalAbilitySummary ) . [] a ; - owl:members ( :GreenProcurement :InnovativeProcurement :SocialProcurement ) . + owl:members ( :TaxInformationProvider :Certifier :EnvironmentalProtectionInformationProvider :EmploymentInformationProvider ) . + +[] a ; + owl:members ( :ReviewIrregularitySummary :ReviewRequestSummary :SubmissionStatisticalInformation ) . [] a ; owl:members ( :DynamicPurchaseSystemTechnique :EAuctionTechnique :FrameworkAgreementTechnique ) . @@ -3468,152 +3462,158 @@ adms:Identifier rdfs:subClassOf [ a owl:Restriction ; owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . [] a ; - owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . - -[] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :ContractSpecificTerm :LotSpecificTerm :ProcedureSpecificTerm :ProcessPlanningTerm ) . [] a ; - owl:members ( :ReviewIrregularitySummary :ReviewRequestSummary :SubmissionStatisticalInformation ) . + owl:members ( :LeadBuyer :CentralPurchasingBody ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :AwardEvaluationTerm :SelectionEvaluationTerm ) . [] a ; - owl:members ( :DynamicPurchaseSystemTechnique :EAuctionTechnique :FrameworkAgreementTechnique ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . [] a ; - owl:members ( :AwardOutcome :TenderAwardOutcome ) . + owl:members ( :AwardCriterion :ParticipationCondition :QualificationCriterion ) . [] a ; - owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . + owl:members ( :IndefiniteDuration :SpecificDuration ) . [] a ; - owl:members ( :ConcessionContract :PurchaseContract :DirectContract :FrameworkAgreement ) . + owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :AwardCriterion :ParticipationCondition :QualificationCriterion ) . [] a ; - owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . + owl:members ( cccev:PublicOrganisation :Business :OrganisationGroup ) . [] a ; - owl:members ( cccev:PublicOrganisation :Business :OrganisationGroup ) . + owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :MiniCompetitionAwardOutcome :LotAwardOutcome ) . [] a ; owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :System org:Organization foaf:Person ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :ConcessionContract :PurchaseContract :DirectContract :FrameworkAgreement ) . + owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . [] a ; - owl:members ( :TaxInformationProvider :Certifier :EnvironmentalProtectionInformationProvider :EmploymentInformationProvider ) . + owl:members ( :EconomicStandingSummary :ProfessionalSuitabilitySummary :TechnicalAbilitySummary ) . [] a ; - owl:members ( :PlannedProcurementPart :ProcurementObject ) . + owl:members ( :AwardCriteriaSummary :ParticipationConditionsSummary :QualificationCriteriaSummary ) . [] a ; - owl:members ( :TaxInformationProvider :Certifier :EnvironmentalProtectionInformationProvider :EmploymentInformationProvider ) . + owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . [] a ; - owl:members ( cccev:PublicOrganisation :Business :OrganisationGroup ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . [] a ; - owl:members ( :AwardEvaluationTerm :SelectionEvaluationTerm ) . + owl:members ( :AcquiringCentralPurchasingBody :AwardingCentralPurchasingBody ) . [] a ; - owl:members ( :Candidate :OfferIssuer :OtherEntity :Winner :Tenderer :Subcontractor :CatalogueProvider :ReviewRequester :Contractor ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . [] a ; - owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . + owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . [] a ; owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . [] a ; - owl:members ( :EconomicStandingSummary :ProfessionalSuitabilitySummary :TechnicalAbilitySummary ) . + owl:members ( :DynamicPurchaseSystemTechnique :EAuctionTechnique :FrameworkAgreementTechnique ) . [] a ; - owl:members ( :ReviewDecision :ReviewRequest ) . + owl:members ( :Procedure :Lot ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( cccev:Constraint cccev:Criterion :ProcurementCriteriaSummary ) . + owl:members ( :AwardCriteriaSummary :ParticipationConditionsSummary :QualificationCriteriaSummary ) . [] a ; - owl:members ( :System org:Organization foaf:Person ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . [] a ; - owl:members ( :AwardCriteriaSummary :ParticipationConditionsSummary :QualificationCriteriaSummary ) . + owl:members ( :ConcessionContract :PurchaseContract :DirectContract :FrameworkAgreement ) . [] a ; - owl:members ( :LotGroupAwardInformation :NoticeAwardInformation :ChangeInformation :StatisticalInformation :ProcurementProcessInformation :NonPublishedInformation :Estimate :ContractLotCompletionInformation ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :LeadBuyer :CentralPurchasingBody ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :System org:Organization foaf:Person ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . [] a ; - owl:members ( :Procedure :Lot ) . + owl:members ( :ReviewIrregularitySummary :ReviewRequestSummary :SubmissionStatisticalInformation ) . [] a ; owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( cccev:PublicOrganisation :Business :OrganisationGroup ) . + owl:members ( :ConcessionContract :PurchaseContract :DirectContract :FrameworkAgreement ) . [] a ; - owl:members ( :GreenProcurement :InnovativeProcurement :SocialProcurement ) . + owl:members ( cccev:Constraint cccev:Criterion :ProcurementCriteriaSummary ) . + +[] a ; + owl:members ( :SubcontractTerm :ContractTerm :FrameworkAgreementTerm ) . [] a ; owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :OpeningTerm :AccessTerm :ProcedureTerm :SubmissionTerm :FrameworkAgreementTerm :DesignContestRegimeTerm :DirectAwardTerm :ReviewTerm ) . + owl:members ( :AwardCriterion :ParticipationCondition :QualificationCriterion ) . [] a ; - owl:members ( :SubcontractTerm :ContractTerm :FrameworkAgreementTerm ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . [] a ; - owl:members ( :AwardCriterion :ParticipationCondition :QualificationCriterion ) . + owl:members ( :Candidate :CatalogueProvider :Contractor :Tenderer :OtherEntity :ReviewRequester :Subcontractor :OfferIssuer :Winner ) . + +[] a ; + owl:members ( :IndefiniteDuration :SpecificDuration ) . + +[] a ; + owl:members ( :ExclusionGroundsSummary :SelectionCriteriaSummary ) . [] a ; owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( :ReviewIrregularitySummary :ReviewRequestSummary :SubmissionStatisticalInformation ) . + owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . [] a ; - owl:members ( :DynamicPurchaseSystemTechnique :EAuctionTechnique :FrameworkAgreementTechnique ) . + owl:members ( :SecurityClearanceTerm :ParticipationRequestTerm :DesignContestRegimeTerm :OpeningTerm :SubmissionTerm :EvaluationTerm :NonDisclosureAgreementTerm :ReviewTerm :AccessTerm :MultipleStageProcedureTerm :FrameworkAgreementTerm ) . [] a ; - owl:members ( cccev:Constraint cccev:Criterion :ProcurementCriteriaSummary ) . + owl:members ( :ConcessionEstimate :SubcontractingEstimate ) . [] a ; - owl:members ( :Mediator :JuryMember :ParticipationRequestProcessor :ProcurementServiceProvider :ProcurementProcedureInformationProvider :Reviewer :TenderReceiver :PaymentExecutor :Awarder :BudgetProvider :Buyer :OfflineAccessProvider :TenderProcessor :ReviewProcedureInformationProvider :CatalogueReceiver :ParticipationRequestReceiver ) . + owl:members ( :ProcurementDocument :Offer :RequestForClarification :OriginatorRequest :Contract :ReviewObject :AwardDecision :Notice :Tender :ExpressionOfInterest :RequestForParticipation ) . [] a ; - owl:members ( :OriginatorRequest :Tender :Offer :ProcurementDocument :Notice :RequestForClarification :Contract :ReviewObject :AwardDecision :ExpressionOfInterest :RequestForParticipation ) . + owl:members ( :ContractSpecificTerm :LotSpecificTerm :ProcedureSpecificTerm :ProcessPlanningTerm ) . diff --git a/implementation/ePO/shacl_shapes/ePO_CM-shacl.rdf b/implementation/ePO/shacl_shapes/ePO_CM-shacl.rdf index 1504ab67..e9b7ddaf 100644 --- a/implementation/ePO/shacl_shapes/ePO_CM-shacl.rdf +++ b/implementation/ePO/shacl_shapes/ePO_CM-shacl.rdf @@ -94,22 +94,6 @@ - - - - - Procurement element - - - Gathering class for critical/central elements in the Procurement Process. - -TODO: add definition -Additional information: -Alias: ProcurementComponent - - - - @@ -130,50 +114,32 @@ Procedure, seems to be an exception from this rule. Because it is a conflated te - - + + - - Purpose + + Lot - - The description of the objectives related to a Procurement. - -Additional information: - -The description of the objectives includes the Subject Matter and Quantities. - - -The quantification of the objectives related to a procurement. - -To be re-reviewed by the WG the soonest. - -(WG to be discussed, this was pointed out on the 09/04/2019 14:38:25 WG Meeting) - -The old definition read as follows: - -The description of the objectives related to a procurement. + + A qualitative, quantitative or strategic subdivision of the goods, services or works to be procured, allowing the award of one or more Contracts. -(WG approval 05/12/2018) - +WG approval 12/09/2018 - + - - + + - - Tender group + + Planned procurement part - - Specific Offer in response to a Lot Group. + + A subdivision of a Planned Procurement that may later become one or more Lots or a self-standing Procedure. A Lot or a Procedure can also cover one or more parts of the Planned Procurement. -Additional Information: -This class is generally used to provide the Monetary Value in response to a Lot Group. - +WG Approval 20/06/2019 - + @@ -194,20 +160,6 @@ WG Approval 20/08/2019 - - - - - Planned procurement part - - - A subdivision of a Planned Procurement that may later become one or more Lots or a self-standing Procedure. A Lot or a Procedure can also cover one or more parts of the Planned Procurement. - -WG Approval 20/06/2019 - - - - @@ -230,18 +182,66 @@ Member States may provide that, where more than one lot may be awarded to the sa - - + + - - Lot + + Procurement element - - A qualitative, quantitative or strategic subdivision of the goods, services or works to be procured, allowing the award of one or more Contracts. + + Gathering class for critical/central elements in the Procurement Process. -WG approval 12/09/2018 +TODO: add definition +Additional information: +Alias: ProcurementComponent - + + + + + + + + Purpose + + + The description of the objectives related to a Procurement. + +Additional information: + +The description of the objectives includes the Subject Matter and Quantities. + + +The quantification of the objectives related to a procurement. + +To be re-reviewed by the WG the soonest. + +(WG to be discussed, this was pointed out on the 09/04/2019 14:38:25 WG Meeting) + +The old definition read as follows: + +The description of the objectives related to a procurement. + +(WG approval 05/12/2018) + + + + + + + + + + Tender group + + + Specific Offer in response to a Lot Group. + +Additional Information: +This class is generally used to provide the Monetary Value in response to a Lot Group. + + + @@ -387,58 +387,52 @@ WG Approval 28/04/2020 - - + + - - Candidate + + Acquiring central purchasing body - - The Role of an Agent that has sought an invitation or has been invited to take part in a restricted Procedure, in a competitive Procedure with negotiation, in a negotiated Procedure without prior publication, in a competitive dialogue or in an innovation partnership. + + Role of an Agent procuring activities conducted on a permanent basis in the form of the acquisition of supplies and/or services intended for other Buyers. +Additional Information: +In Public Procurement the Role of Acquiring Central Purchasing Body is carried out by a Central Purchasing Body for other Contracting Authorities. -WG approval 30/05/2023 +WG approval 05/08/2021 + - + - - + + - - Offer issuer + + Acquiring party - - The Role of an Agent that distributes an Offer. - -WG approval 09/02/2023 + + The Role of an Agent that acts on the buying side of a Procurement Process. + - + - - + + - - Lead buyer + + Agent in role - - A Role of an Agent who is a Buyer and takes the administrative lead of the Procedure. + + Relative concept that ties an Agent to a part they play in a given Situational Context. -WG agreement: 2022-11-22 - - - - - - - - - Other entity - - - Economic Operator (who is not a Subcontractor) on which the Tenderer relies upon, to meet Selection Criteria. +Additional information: +The classification of roles is based is based on the degree of involvement into the Procurement Process: +- Primary (Procurement) Pole is directly involved in the Procurement Process; +- Secondary (Procurement sub-) Role is secondary to the Procurement Process +- Tertiary (Related) Role is not involved in the Procurement Process. - + @@ -453,36 +447,6 @@ WG agreement: 2022-11-22 - - - - - Acquiring party - - - The Role of an Agent that acts on the buying side of a Procurement Process. - - - - - - - - - - Certifier - - - The role of an agent who issues a certificate. - -Additional Information: -The certifier is responsible for verifying and confirming the conformance of the instance of the concept to a defined set of criteria. - -WG approval 16/05/2023 - - - - @@ -495,17 +459,135 @@ WG approval 16/05/2023 - - + + - - Environmental protection information provider - - - A Role of an Agent responsible for providing information concerning the general regulatory framework for Environmental Protection. - - - + + Awarding central purchasing body + + + Role of an Agent procuring activities conducted on a permanent basis in the form of the award of Public Contracts or the conclusion of Framework Agreements for works, supplies or services intended for other Buyers. +Additional Information: +In Public Procurement the Role of Awarding Central purchasing Body is carried out by a Central Purchasing Body for other Contracting Authorities. + +WG approval 05/08/2021 + + + + + + + + + + Budget provider + + + A role of an agent whose Budget is used to pay for the Contract. + + + + + + + + + Buyer + + + A Role of an Agent that awards a Contract and/or purchases items. + +Additional information: +In Public Procurement the Role of Buyer is carried out by the following types of Organisation: Contracting Authority, Contracting Entity, a defense Contractor, an international Organisation, or an organisation awarding a Contract subsidized by a Contracting Authority. +In Pre-Award, the Buyer generally awards the Contract, however future purchasers may be foreseen. +In Post-Award the buyer generally refers to the purchaser of items. + + + + + + + + + Candidate + + + The Role of an Agent that has sought an invitation or has been invited to take part in a restricted Procedure, in a competitive Procedure with negotiation, in a negotiated Procedure without prior publication, in a competitive dialogue or in an innovation partnership. + +WG approval 30/05/2023 + + + + + + + + + Catalogue provider + + + A Role of an Agent compiling and supplying a Catalogue. + +Additional Information: + +The Catalogue Provider Role is usually played by the Agent that acts as a Seller, or by another Agent that acts on behalf of the Seller. + +WG Approval 28/01/2021 + + + + + + + + + + Catalogue receiver + + + A Role of an Agent processing a Catalogue. + +Additional Information: +The Catalogue Receiver may not only receive it but also validate it, process it, etc. + +The Catalogue Receiver role is usually played by the agent that acts as a Buyer, or by another Agent that acts on behalf of the Buyer. + +WG Approval 28/01/2021 + + + + + + + + + Central purchasing body + + + Role of an Agent that provides centralised purchasing activities and, possibly, ancillary purchasing activities for other Buyers. + +Additional Information: +In Public Procurement the Role of Central Purchasing Body is carried out by a Contracting Authority for other Contracting Authorities. +Contracting Authority procuring activities conducted on a permanent basis, in one of the following forms:[...](b) the award of Public Contracts or the conclusion of Framework Agreements for works, supplies or services intended for Contracting Authorities; + +WG approval 05/08/2021 + + + + + + + + + Contractor + + + The Role of an Agent that has signed a Contract with a Buyer. + +WG approval 08/11/2022 + + + @@ -519,94 +601,105 @@ WG approval 16/05/2023 - - + + - - Tax information provider + + Environmental protection information provider - - A Role of an Agent responsible for providing information concerning the general regulatory framework for taxes. + + A Role of an Agent responsible for providing information concerning the general regulatory framework for Environmental Protection. - + - - + + - - Agent in role + + Jury member - - Relative concept that ties an Agent to a part they play in a given Situational Context. + + + + + + + + Lead buyer + + + A Role of an Agent who is a Buyer and takes the administrative lead of the Procedure. -Additional information: -The classification of roles is based is based on the degree of involvement into the Procurement Process: -- Primary (Procurement) Pole is directly involved in the Procurement Process; -- Secondary (Procurement sub-) Role is secondary to the Procurement Process -- Tertiary (Related) Role is not involved in the Procurement Process. +WG agreement: 2022-11-22 - + - - + + - - Review procedure information provider + + Mediator - - A Role of an Agent who is providing more information on the time limits for review Procedures. + + A Role of an Agent that attempts to resolve a dispute between different Agents and come to an agreement. +WG approval 20/04/2021 - + - - + + - - Offline access provider + + Offering party - - A Role of an Agent responsible for providing offline access to the Procurement Documents. + + The Role of an Agent that acts on the Economic Operator side during a Procurement Process. + +Additional information: +As per the European Procurement Directives the notion of ‘Economic Operators’ should be interpreted in a broad manner so as to include any Persons and/or Entities which offer the execution of works, the supply of products or the provision of services on the market, irrespective of the legal form under which they have chosen to operate. Thus, firms, branches, subsidiaries, partnerships, cooperative societies, limited companies, universities, public or private, and other forms of entities than natural Persons should all fall within the notion of Economic Operator, whether or not they are ‘Legal Persons’ in all circumstances. - + - - + + - - Tender processor + + Offer issuer - - A Role of an Agent responsible for processing Tenders. + + The Role of an Agent that distributes an Offer. + +WG approval 09/02/2023 - + - - + + - - Tender receiver + + Offline access provider - - A Role of an Agent responsible for receiving Tenders. + + A Role of an Agent responsible for providing offline access to the Procurement Documents. - + - - + + - - Participation request receiver + + Other entity - - A Role of an Agent responsible for receiving Requests To Participate. + + Economic Operator (who is not a Subcontractor) on which the Tenderer relies upon, to meet Selection Criteria. - + @@ -621,16 +714,16 @@ The classification of roles is based is based on the degree of involvement into - - + + - - Budget provider + + Participation request receiver - - A role of an agent whose Budget is used to pay for the Contract. + + A Role of an Agent responsible for receiving Requests To Participate. - + @@ -657,80 +750,6 @@ The classification of roles is based is based on the degree of involvement into - - - - - Jury member - - - - - - - - - Winner - - - A Role of an Agent to whom a Lot is awarded. -WG approval 05/08/2021 (revised 26/10/2021) - - - - - - - - - Tenderer - - - A Role of an Agent that has submitted a Tender. - -Additional Information: -A Tenderer is an Economic Operator or group of Economic Operators that has submitted a Tender. -WG approval 05/08/2021 - - - - - - - - - Subcontractor - - - A Role of an Agent that has an agreement to perform part or all of the obligations of another Agents's Contract. -Additional information -For some Procedures, the Subcontractor signs as well the Contract between the Buyer and the Contractor. - -At tendering time, entities relied upon by the Economic Operators can be Subcontractors or not. - -When modelling ESPD we well analyze whether we need or not a Role named "relied upon". - -WG approval 05/08/2021 - - - - - - - - - - Reviewer - - - Role of an Agent who investigates the overall correctness of a Procurement Procedure, producing a related report. -Additional Information: -Any Organisation or Person may request a review of a Procurement Procedure. -WG approval: 20/04/2021 - - - - @@ -751,78 +770,37 @@ Source: Directive 2014/24/EU, Article 2, paragraphs 17 and 15. This would be equivalent to the concept of 'ProcuringEntity' in OCDS: 'The Entity managing the Procurement, which may be different from the Buyer who is paying / using the items being procured'. -WG Approval 24/03/2020 - - - - - - - - - - Mediator - - - A Role of an Agent that attempts to resolve a dispute between different Agents and come to an agreement. -WG approval 20/04/2021 - - - - - - - - - Awarding central purchasing body - - - Role of an Agent procuring activities conducted on a permanent basis in the form of the award of Public Contracts or the conclusion of Framework Agreements for works, supplies or services intended for other Buyers. -Additional Information: -In Public Procurement the Role of Awarding Central purchasing Body is carried out by a Central Purchasing Body for other Contracting Authorities. - -WG approval 05/08/2021 - - - - - - - - - - Catalogue provider - - - A Role of an Agent compiling and supplying a Catalogue. - -Additional Information: - -The Catalogue Provider Role is usually played by the Agent that acts as a Seller, or by another Agent that acts on behalf of the Seller. - -WG Approval 28/01/2021 +WG Approval 24/03/2020 - + - - + + - - Catalogue receiver + + Reviewer - - A Role of an Agent processing a Catalogue. - + + Role of an Agent who investigates the overall correctness of a Procurement Procedure, producing a related report. Additional Information: -The Catalogue Receiver may not only receive it but also validate it, process it, etc. - -The Catalogue Receiver role is usually played by the agent that acts as a Buyer, or by another Agent that acts on behalf of the Buyer. - -WG Approval 28/01/2021 +Any Organisation or Person may request a review of a Procurement Procedure. +WG approval: 20/04/2021 - + + + + + + + + Review procedure information provider + + + A Role of an Agent who is providing more information on the time limits for review Procedures. + + @@ -839,85 +817,107 @@ WG Approval 23/10/2021 - - + + - - Acquiring central purchasing body + + Subcontractor - - Role of an Agent procuring activities conducted on a permanent basis in the form of the acquisition of supplies and/or services intended for other Buyers. -Additional Information: -In Public Procurement the Role of Acquiring Central Purchasing Body is carried out by a Central Purchasing Body for other Contracting Authorities. + + A Role of an Agent that has an agreement to perform part or all of the obligations of another Agents's Contract. +Additional information +For some Procedures, the Subcontractor signs as well the Contract between the Buyer and the Contractor. + +At tendering time, entities relied upon by the Economic Operators can be Subcontractors or not. + +When modelling ESPD we well analyze whether we need or not a Role named "relied upon". WG approval 05/08/2021 - + - - + + - - Offering party + + Tax information provider - - The Role of an Agent that acts on the Economic Operator side during a Procurement Process. - -Additional information: -As per the European Procurement Directives the notion of ‘Economic Operators’ should be interpreted in a broad manner so as to include any Persons and/or Entities which offer the execution of works, the supply of products or the provision of services on the market, irrespective of the legal form under which they have chosen to operate. Thus, firms, branches, subsidiaries, partnerships, cooperative societies, limited companies, universities, public or private, and other forms of entities than natural Persons should all fall within the notion of Economic Operator, whether or not they are ‘Legal Persons’ in all circumstances. + + A Role of an Agent responsible for providing information concerning the general regulatory framework for taxes. - + - - + + - - Contractor + + Tenderer - - The Role of an Agent that has signed a Contract with a Buyer. + + A Role of an Agent that has submitted a Tender. -WG approval 08/11/2022 +Additional Information: +A Tenderer is an Economic Operator or group of Economic Operators that has submitted a Tender. +WG approval 05/08/2021 - + - - + + - - Central purchasing body + + Tender processor - - Role of an Agent that provides centralised purchasing activities and, possibly, ancillary purchasing activities for other Buyers. - -Additional Information: -In Public Procurement the Role of Central Purchasing Body is carried out by a Contracting Authority for other Contracting Authorities. -Contracting Authority procuring activities conducted on a permanent basis, in one of the following forms:[...](b) the award of Public Contracts or the conclusion of Framework Agreements for works, supplies or services intended for Contracting Authorities; - -WG approval 05/08/2021 + + A Role of an Agent responsible for processing Tenders. - + - - + + - - Buyer + + Tender receiver - - A Role of an Agent that awards a Contract and/or purchases items. + + A Role of an Agent responsible for receiving Tenders. + + + + + + + + + Winner + + + A Role of an Agent to whom a Lot is awarded. +WG approval 05/08/2021 (revised 26/10/2021) + + + + + + + + + Certifier + + + The role of an agent who issues a certificate. -Additional information: -In Public Procurement the Role of Buyer is carried out by the following types of Organisation: Contracting Authority, Contracting Entity, a defense Contractor, an international Organisation, or an organisation awarding a Contract subsidized by a Contracting Authority. -In Pre-Award, the Buyer generally awards the Contract, however future purchasers may be foreseen. -In Post-Award the buyer generally refers to the purchaser of items. +Additional Information: +The certifier is responsible for verifying and confirming the conformance of the instance of the concept to a defined set of criteria. + +WG approval 16/05/2023 - + @@ -2034,6 +2034,22 @@ WG approval 30/05/2023 + + + + + Document + + + A set of interrelated Business Information representing the Business facts and associated metadata. +The information may be conveyed in any language, medium or form, including textual, numerical, graphic, cartographic, audio-visual forms, etc. + +WG Approval 23/05/2019 + + + + + @@ -2043,35 +2059,32 @@ WG approval 30/05/2023 - - + + - - Originator request + + Expression of interest - - Document in which the Originator describes his needs. - -WG approval 09/02/2023 + + Document presenting an Economic Operator's Request to be considered for Procedures covering a specific domain. +WG approval 13/04/2021 - + - - + + - - Tender + + Notice - - Information submitted by the Economic Operator to specify its Offer regarding a specific Lot, in response to the call for Tender. - -(WG approval 03/05/2022) - + + Document published by the Buyer about market opportunities and results. +WG Approval 23/05/2019 - + @@ -2091,71 +2104,55 @@ WG approval 09/02/2023 - - - - - Procurement document - - - Document produced or referred to by the Buyer to describe or determine elements of the Procurement. - -Additional information: - -Procurement Documents are to be accessible since the date of publication of the Contract Notice or the prior information Notice when used as a call for competition. - -Examples of Procurement Documents are Technical Specifications, the Descriptive Document, proposed conditions of Contract, formats for the presentation of Documents by Candidates and Tenderers, information on generally applicable obligations. - -Other Documents related to the Procedure such as Notices are not considered to be Procurement Documents. - -WG Approval 23/05/2019 17:08:30 - - - - - - + + - - Notice + + Originator request - - Document published by the Buyer about market opportunities and results. + + Document in which the Originator describes his needs. -WG Approval 23/05/2019 - +WG approval 09/02/2023 - + - - + + - - Document + + Procurement document - - A set of interrelated Business Information representing the Business facts and associated metadata. -The information may be conveyed in any language, medium or form, including textual, numerical, graphic, cartographic, audio-visual forms, etc. + + Document produced or referred to by the Buyer to describe or determine elements of the Procurement. -WG Approval 23/05/2019 - +Additional information: + +Procurement Documents are to be accessible since the date of publication of the Contract Notice or the prior information Notice when used as a call for competition. + +Examples of Procurement Documents are Technical Specifications, the Descriptive Document, proposed conditions of Contract, formats for the presentation of Documents by Candidates and Tenderers, information on generally applicable obligations. + +Other Documents related to the Procedure such as Notices are not considered to be Procurement Documents. + +WG Approval 23/05/2019 17:08:30 - + - - + + - - Award decision + + Request for clarification - - Resolution of the Buyer as to the result of the Procurement Procedure. - -WG approval 14/11/2018 + + A demand for elucidation of received information. +Additional Information: +Requests for clarification are usually used by Buyers during the process of award or evaluation to understand specific aspects of the Tender without altering the Tender. +WG approval 20/04/2021 - + @@ -2171,32 +2168,35 @@ WG approval: 20/04/2021 - - + + - - Expression of interest + + Award decision - - Document presenting an Economic Operator's Request to be considered for Procedures covering a specific domain. -WG approval 13/04/2021 + + Resolution of the Buyer as to the result of the Procurement Procedure. + +WG approval 14/11/2018 - + - - + + - - Request for clarification + + Tender - - A demand for elucidation of received information. -Additional Information: -Requests for clarification are usually used by Buyers during the process of award or evaluation to understand specific aspects of the Tender without altering the Tender. -WG approval 20/04/2021 + + Information submitted by the Economic Operator to specify its Offer regarding a specific Lot, in response to the call for Tender. + +(WG approval 03/05/2022) + + + - + @@ -2454,49 +2454,6 @@ WG approval 13/04/2021 - - - - - - - - Title - - - A name given to the resource. - -WG approval 30/05/2023 - - - - - - - - - - - - - - - Description - - - An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 - - - - - - - @@ -2679,51 +2636,6 @@ This corresponds in eForms to BT-95 Recurrence Description. - - - - - - - - Title - - - A name given to the resource. - -WG approval 30/05/2023 - - - - - - - - - - - - - - - - Description - - - An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 - - - - - - - - @@ -2844,43 +2756,131 @@ WG approval 04-02-2021 - - + + + + + 1 + + + + + + + + + Title + + + A name given to the resource. + +WG approval 30/05/2023 + + + + + + + + + + + + + + + + Description + + + An account of the resource. + +Additional Information: +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. + +WG Approval 30/05/2023 + + + + + + + + + + + + + + + + Title + + + A name given to the resource. + +WG approval 30/05/2023 + + + + + + + + + + + + + + + Description + + + An account of the resource. + +Additional Information: +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. + +WG Approval 30/05/2023 + + + - - 1 + + - - + + - + - + Title - + A name given to the resource. WG approval 30/05/2023 - + - + - - + + - + - + Description - + An account of the resource. Additional Information: @@ -2889,10 +2889,10 @@ Description may include but is not limited to: an abstract, a table of contents, WG Approval 30/05/2023 - + - + @@ -7121,301 +7121,84 @@ WG Approval 28/07/2020 Has e u received tenders - - The amount of tenders received from economic operators in other EU countries other than the country of the buyer. - - - - - - - - - 1 - - - - - - - - - Has other countries received tenders - - - - - - - - - 1 - - - - - - - - - Has estimated total subcontracts - - - The estimated amount of work to be subcontracted in the contract resulting from the lot. -WG Approval 09/11/2021 - - - - - - - - - 1 - - - - - - - - - Has number of tenderers invited - - - Number of economic operators invited to tender. - -Additional Information -This may be used for single-stage procedures or to indicate the number of candidates invited to tender in multi-stage procedures. - -WG Approval 01/12/2020 - - - - - - - - - - - 1 - - - - - - - - - Description - - - An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 - - - - - - - - - 1 - 1 - - - - - - - - - Has electronic submission - - - Transmission of tenders is possible by electronic means of communication. - - - - - - - - - 1 - - - - - - - - - Is variant - - - Alternative solution to fulfil the buyer's needs as opposed to solutions indicated in the procurement documents. - -Additional Information: - -The permission to offer variants is only allowed if specified in a Contract Notice or a Prior Information Notice that used as a means for calling for a competition. -The buyer lays out minimum requirements in the procurement documents that must be respected by tenderers submitting variants. - -WG Approval 29/05/2019 - - - - - - - - - - - 1 - - - - - - - - - Has o j s issue number - - - - - - - - - 1 - - - - - - - - - Has o j s type - - - - - - - - - 1 - - - - - - - - - Has notice publication number - - - - - - - - - 1 - - - - - - - - - Has form number + + The amount of tenders received from economic operators in other EU countries other than the country of the buyer. - + - - + + - + 1 - - + + - - + + - - Has e forms subtype + + Has other countries received tenders - + - + - + 1 - - + + - - + + - - Has additional information + + Has estimated total subcontracts - - Supplementary data about the instance of the concept. - -WG Approval 15/10/2019 + + The estimated amount of work to be subcontracted in the contract resulting from the lot. +WG Approval 09/11/2021 - + - - + + - + 1 - - + + - - + + - - Has e sender dispatch date + + Has number of tenderers invited - - The date and time the notice was transmitted electronically by the eSender to the Publications Office of the European Union. + + Number of economic operators invited to tender. -Additional Information: -Typically, eSenders include national Official Journals, Buyers sending a large number of electronic Notices, public or private bodies acting on behalf of Buyers and eProcurement software developers. +Additional Information +This may be used for single-stage procedures or to indicate the number of candidates invited to tender in multi-stage procedures. -WG approval 20/06/2023 +WG Approval 01/12/2020 + + - + - - + + - + 1 @@ -7540,75 +7323,241 @@ WG approval 26/01/2023 1 - - + + + + + + + + Description + + + An account of the resource. + +Additional Information: +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. + +WG Approval 30/05/2023 + + + + + + + + + + 1 + + + + + + + + + Has access u r l + + + Location where the resource can be accessed. + +WG approval 07/04/2022 + + + + + + + + + + + + + + + Has version + + + A number that identifies a specific state of a document. + +WG approval: 18/11/2021 + + + + + + + + + + 1 + + + + + + + + + Description + + + An account of the resource. + +Additional Information: +Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. + +WG Approval 30/05/2023 + + + + + + + + + 1 + 1 + + + + + + + + + Has o j s issue number + + + + + + + + + 1 + + + + + + + + + Has o j s type + + + + + + + + + 1 + + + + + + + + + Has notice publication number + + + + + + + + + 1 + + + + + + + + + Has form number + + + + + + + + + 1 + + + - - + + - - Description - - - An account of the resource. - -Additional Information: -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -WG Approval 30/05/2023 - + + Has e forms subtype - + - - + + - + 1 - - + + - - + + - - Has access u r l + + Has additional information - - Location where the resource can be accessed. + + Supplementary data about the instance of the concept. -WG approval 07/04/2022 +WG Approval 15/10/2019 - + - - + + - - + + 1 - - + + + + + - - Has version + + Has e sender dispatch date - - A number that identifies a specific state of a document. + + The date and time the notice was transmitted electronically by the eSender to the Publications Office of the European Union. -WG approval: 18/11/2021 - +Additional Information: +Typically, eSenders include national Official Journals, Buyers sending a large number of electronic Notices, public or private bodies acting on behalf of Buyers and eProcurement software developers. + +WG approval 20/06/2023 - + - - + + - + 1 @@ -7664,6 +7613,57 @@ WG: 18/01/2022 1 + + + + + + + + Has electronic submission + + + Transmission of tenders is possible by electronic means of communication. + + + + + + + + + 1 + + + + + + + + + Is variant + + + Alternative solution to fulfil the buyer's needs as opposed to solutions indicated in the procurement documents. + +Additional Information: + +The permission to offer variants is only allowed if specified in a Contract Notice or a Prior Information Notice that used as a means for calling for a competition. +The buyer lays out minimum requirements in the procurement documents that must be respected by tenderers submitting variants. + +WG Approval 29/05/2019 + + + + + + + + + + + 1 + @@ -8402,147 +8402,45 @@ WG Approval 09/11/2021 - - - - Numeric duration - - - Value of a temporal extent expressed as a number. - - - - - - - - - 1 - 1 - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://www.w3.org/ns/adms#identifier> ?that . ?that <http://www.w3.org/ns/adms#identifier> ?this .} - - - - - - - - - - Identifier - - - A unique identifier of the instance of the concept. - -Additional Information - -For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. - -WG Approval 12/11/2019 - - - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#usesChannel> ?that . ?that <http://data.europa.eu/a4g/ontology#usesChannel> ?this .} - - - - - - - - - - Uses channel - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasInternalIdentifier> ?that . ?that <http://data.europa.eu/a4g/ontology#hasInternalIdentifier> ?this .} - - - - - - - - - - Has internal identifier - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasEstimatedValue> ?that . ?that <http://data.europa.eu/a4g/ontology#hasEstimatedValue> ?this .} - - - - - - - - - - Has estimated value - - - A forecast of the value of the procurement before competition. - -Additional Information: -Different cases of estimated values may refer to a lot, the global value of the procedure, or of a combinatorial value of a group of lots. -The forecast is calculated by the buyer and covers all revenues whether coming from the buyer or third parties. -See for example recital (19), Article 5 of Directive 2014/24/EU and other articles from the rest of Directives about procurement. - -In the case of framework agreements and dynamic purchasing systems this refers to the maximum estimated value. - -This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be used for BT-157 (for LotGroup). -<b> -</b><b>WG Approval 05/12/2019</b> - - + + + + Numeric duration - + + Value of a temporal extent expressed as a number. + + + + + + + + + 1 + 1 + + - + 1 - 1 - + SELECT ?this ?that WHERE { ?this <http://www.w3.org/ns/adms#identifier> ?that . ?that <http://www.w3.org/ns/adms#identifier> ?this .} - - + + - + - + Identifier - + A unique identifier of the instance of the concept. Additional Information @@ -8550,6 +8448,7 @@ Additional Information For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. WG Approval 12/11/2019 + @@ -8757,149 +8656,336 @@ The properties of the Procurement Object that is foreseen should be read as fore For example, Procedure isSMESuitable should be read as Procedure foreseesToBeSMESuitable. For example, Procedure isFundedBy should be read as Procedure foreseesToBeFundedBy. - - + + - - 1 + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#specifiesProcurementCriterion> ?that . ?that <http://data.europa.eu/a4g/ontology#specifiesProcurementCriterion> ?this .} + - + + + + + + + + Specifies procurement criterion + + + + + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasTotalQuantity> ?that . ?that <http://data.europa.eu/a4g/ontology#hasTotalQuantity> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#isSubjectToLotSpecificTerm> ?that . ?that <http://data.europa.eu/a4g/ontology#isSubjectToLotSpecificTerm> ?this .} - - + + - - + + - - Has total quantity + + Is subject to lot specific term - - The number of units required. + + + + + 1 + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasLotReference> ?that . ?that <http://data.europa.eu/a4g/ontology#hasLotReference> ?this .} + + + + + + + + + + Has lot reference + + + + + + 1 + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#setsGroupingContextForLot> ?that . ?that <http://data.europa.eu/a4g/ontology#setsGroupingContextForLot> ?this .} + + + + + + + + + + Sets grouping context for lot + + + + + + 1 + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToLot> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToLot> ?this .} + + + + + + + + + + Refers to lot + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToPreviousProcedureLot> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToPreviousProcedureLot> ?this .} + + + + + + + + + + Refers to previous procedure lot + + + Reference to one or more Lots in a previous procedure. Additional Information: -The quantity needs to go along with the unit. +In the case of Direct Award Terms, this property points to a previous Procedure justifying the use of Direct Award without a prior publication. +This corresponds in the eForms to BT-1252 Direct Award Justification Previous Procedure Identifier +WG Approval 22/11/2019 14:33:55 + + + + + + 1 + 1 + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#isSubmittedForLot> ?that . ?that <http://data.europa.eu/a4g/ontology#isSubmittedForLot> ?this .} + + + + + + + + + + Is submitted for lot + + + + + + 1 + 1 + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#concernsReviewSummaryForLot> ?that . ?that <http://data.europa.eu/a4g/ontology#concernsReviewSummaryForLot> ?this .} + + + + + + + + + + Concerns review summary for lot + + + Relates to Lot review summary. - +Additional information: +This relation corresponds in eForms to BT-13722 Buyer Review Lot Identifier. - - + + - + + 1 + 1 + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#describesLotCompletion> ?that . ?that <http://data.europa.eu/a4g/ontology#describesLotCompletion> ?this .} + + + + + + + + + + Describes lot completion + + + + + + 1 + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#concernsLot> ?that . ?that <http://data.europa.eu/a4g/ontology#concernsLot> ?this .} + + + + + + + + + + Concerns lot + + + Relates to Lot. + + + + + 1 + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasPurpose> ?that . ?that <http://data.europa.eu/a4g/ontology#hasPurpose> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#concernsLot> ?that . ?that <http://data.europa.eu/a4g/ontology#concernsLot> ?this .} - - + + - - + + - - Has purpose + + Concerns lot - - + + Relates to Lot. - - 1 + + - + + 1 + + - SELECT ?this ?that WHERE { ?this <http://www.w3.org/ns/adms#identifier> ?that . ?that <http://www.w3.org/ns/adms#identifier> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasProcurementScopeDividedIntoLot> ?that . ?that <http://data.europa.eu/a4g/ontology#hasProcurementScopeDividedIntoLot> ?this .} - - + + - - + + - - Identifier - - - A unique identifier of the instance of the concept. - -Additional Information - -For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. - -WG Approval 12/11/2019 - - - - + + Has procurement scope divided into lot - - 1 + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#comprisesTender> ?that . ?that <http://data.europa.eu/a4g/ontology#comprisesTender> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#foreseesTechnique> ?that . ?that <http://data.europa.eu/a4g/ontology#foreseesTechnique> ?this .} - - + + - - + + - - Comprises tender - - - Incorporates Tender. + + Foresees technique - - + + - + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasTotalValue> ?that . ?that <http://data.europa.eu/a4g/ontology#hasTotalValue> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasPlannedPeriod> ?that . ?that <http://data.europa.eu/a4g/ontology#hasPlannedPeriod> ?this .} - - + + - - + + - - Has total value + + Has planned period - - + + - + 1 - 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#isSubmittedForLotGroup> ?that . ?that <http://data.europa.eu/a4g/ontology#isSubmittedForLotGroup> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasPlannedDuration> ?that . ?that <http://data.europa.eu/a4g/ontology#hasPlannedDuration> ?this .} - - + + - - + + - - Is submitted for lot group + + Has planned duration + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToPlannedPart> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToPlannedPart> ?this .} + + + + + + + + + + Refers to planned part @@ -8979,26 +9065,6 @@ WG Approval 12/11/2019 - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasProcurementScopeDividedIntoLot> ?that . ?that <http://data.europa.eu/a4g/ontology#hasProcurementScopeDividedIntoLot> ?this .} - - - - - - - - - - Has procurement scope divided into lot - @@ -9074,113 +9140,19 @@ This corresponds in the eForms to BT-1252 Direct Award Justification Previou 1 1 - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToProcedure> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToProcedure> ?this .} - - - - - - - - - - Refers to procedure - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#foreseesTechnique> ?that . ?that <http://data.europa.eu/a4g/ontology#foreseesTechnique> ?this .} - - - - - - - - - - Foresees technique - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasPlannedPeriod> ?that . ?that <http://data.europa.eu/a4g/ontology#hasPlannedPeriod> ?this .} - - - - - - - - - - Has planned period - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasPlannedDuration> ?that . ?that <http://data.europa.eu/a4g/ontology#hasPlannedDuration> ?this .} - - - - - - - - - - Has planned duration - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToPlannedPart> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToPlannedPart> ?this .} - - - - - - - - - - Refers to planned part - - - - - - 1 - - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#setsGroupingContextForLot> ?that . ?that <http://data.europa.eu/a4g/ontology#setsGroupingContextForLot> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToProcedure> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToProcedure> ?this .} - - + + - - + + - - Sets grouping context for lot + + Refers to procedure @@ -9361,222 +9333,250 @@ This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be Is subject to grouping - - + + - + + 1 + 1 + + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#specifiesProcurementCriterion> ?that . ?that <http://data.europa.eu/a4g/ontology#specifiesProcurementCriterion> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#isSubmittedForLotGroup> ?that . ?that <http://data.europa.eu/a4g/ontology#isSubmittedForLotGroup> ?this .} - - + + - - + + - - Specifies procurement criterion + + Is submitted for lot group - - + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#isSubjectToLotSpecificTerm> ?that . ?that <http://data.europa.eu/a4g/ontology#isSubjectToLotSpecificTerm> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#usesChannel> ?that . ?that <http://data.europa.eu/a4g/ontology#usesChannel> ?this .} - - + + - - + + - - Is subject to lot specific term - - - + + Uses channel - - 1 + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasLotReference> ?that . ?that <http://data.europa.eu/a4g/ontology#hasLotReference> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasInternalIdentifier> ?that . ?that <http://data.europa.eu/a4g/ontology#hasInternalIdentifier> ?this .} - - + + - - + + - - Has lot reference + + Has internal identifier - - + + - - 1 + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToLot> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToLot> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasEstimatedValue> ?that . ?that <http://data.europa.eu/a4g/ontology#hasEstimatedValue> ?this .} - - + + - - + + - - Refers to lot + + Has estimated value - - + + A forecast of the value of the procurement before competition. + +Additional Information: +Different cases of estimated values may refer to a lot, the global value of the procedure, or of a combinatorial value of a group of lots. +The forecast is calculated by the buyer and covers all revenues whether coming from the buyer or third parties. +See for example recital (19), Article 5 of Directive 2014/24/EU and other articles from the rest of Directives about procurement. + +In the case of framework agreements and dynamic purchasing systems this refers to the maximum estimated value. + +This property corresponds to BT-27 in eForms (for Lot and Procedure) and can be used for BT-157 (for LotGroup). +<b> +</b><b>WG Approval 05/12/2019</b> + + - + + + + + 1 + 1 + + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToPreviousProcedureLot> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToPreviousProcedureLot> ?this .} + SELECT ?this ?that WHERE { ?this <http://www.w3.org/ns/adms#identifier> ?that . ?that <http://www.w3.org/ns/adms#identifier> ?this .} - - + + - - + + - - Refers to previous procedure lot + + Identifier - - Reference to one or more Lots in a previous procedure. + + A unique identifier of the instance of the concept. -Additional Information: -In the case of Direct Award Terms, this property points to a previous Procedure justifying the use of Direct Award without a prior publication. +Additional Information -This corresponds in the eForms to BT-1252 Direct Award Justification Previous Procedure Identifier +For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. -WG Approval 22/11/2019 14:33:55 +WG Approval 12/11/2019 + - - + + - + 1 - 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#isSubmittedForLot> ?that . ?that <http://data.europa.eu/a4g/ontology#isSubmittedForLot> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasTotalQuantity> ?that . ?that <http://data.europa.eu/a4g/ontology#hasTotalQuantity> ?this .} - - + + - - + + - - Is submitted for lot + + Has total quantity - - + + The number of units required. + +Additional Information: +The quantity needs to go along with the unit. + + + + - + + + + 1 - 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#concernsReviewSummaryForLot> ?that . ?that <http://data.europa.eu/a4g/ontology#concernsReviewSummaryForLot> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasPurpose> ?that . ?that <http://data.europa.eu/a4g/ontology#hasPurpose> ?this .} - - + + - - + + - - Concerns review summary for lot - - - Relates to Lot review summary. - -Additional information: -This relation corresponds in eForms to BT-13722 Buyer Review Lot Identifier. + + Has purpose - - + + - + 1 - 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#describesLotCompletion> ?that . ?that <http://data.europa.eu/a4g/ontology#describesLotCompletion> ?this .} + SELECT ?this ?that WHERE { ?this <http://www.w3.org/ns/adms#identifier> ?that . ?that <http://www.w3.org/ns/adms#identifier> ?this .} - - + + - - + + - - Describes lot completion + + Identifier - - + + A unique identifier of the instance of the concept. + +Additional Information + +For example, in the case of the Procurement Identifier, this could be the European Public Procurement Identifier, and/or any other identifier provided by the buyer, the service provider or any other stakeholder. + +WG Approval 12/11/2019 + + + + - - 1 + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#concernsLot> ?that . ?that <http://data.europa.eu/a4g/ontology#concernsLot> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#comprisesTender> ?that . ?that <http://data.europa.eu/a4g/ontology#comprisesTender> ?this .} - - + + - - + + - - Concerns lot + + Comprises tender - - Relates to Lot. + + Incorporates Tender. - - + + - + 1 - 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#concernsLot> ?that . ?that <http://data.europa.eu/a4g/ontology#concernsLot> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasTotalValue> ?that . ?that <http://data.europa.eu/a4g/ontology#hasTotalValue> ?this .} - - + + - - + + - - Concerns lot - - - Relates to Lot. + + Has total value @@ -9922,84 +9922,301 @@ Additional Information: It is the address to which formal communications can be sent, such as the postal address. - - + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/m8g/address> ?that . ?that <http://data.europa.eu/m8g/address> ?this .} + + + + + + + + + + Address + + + Associates any Resource with the corresponding Address. + +Additional Information: +Asserting the address relationship implies that the Resource has an Address. + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasPrimaryContactPoint> ?that . ?that <http://data.europa.eu/a4g/ontology#hasPrimaryContactPoint> ?this .} + + + + + + + + + + Has primary contact point + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasCertification> ?that . ?that <http://data.europa.eu/a4g/ontology#hasCertification> ?this .} + + + + + + + + + + Has certification + + + Relation to the proof of conformance. + +WG approval 30/05/2023 + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasTaxIdentifier> ?that . ?that <http://data.europa.eu/a4g/ontology#hasTaxIdentifier> ?this .} + + + + + + + + + + Has tax identifier + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#exposesChannel> ?that . ?that <http://data.europa.eu/a4g/ontology#exposesChannel> ?this .} + + + + + + + + + + Exposes channel + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasContactPointInRole> ?that . ?that <http://data.europa.eu/a4g/ontology#hasContactPointInRole> ?this .} + + + + + + + + + + Has contact point in role + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesInformationProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesInformationProvider> ?this .} + + + + + + + + + + Defines information provider + + + Relation indicating a ProcedureTerm has an information provider. + + + + + + 1 + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesBudgetProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesBudgetProvider> ?this .} + + + + + + + + + + Defines budget provider + + + Relation indicating a ProcedureTerm has a BudgetProvider. + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#signsAwardDecision> ?that . ?that <http://data.europa.eu/a4g/ontology#signsAwardDecision> ?this .} + + + + + + + + + + Signs award decision + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#indicatesInvoiceeContactPoint> ?that . ?that <http://data.europa.eu/a4g/ontology#indicatesInvoiceeContactPoint> ?this .} + + + + + + + + + + Indicates invoicee contact point + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#exposesInvoiceeChannel> ?that . ?that <http://data.europa.eu/a4g/ontology#exposesInvoiceeChannel> ?this .} + + + + + + + + + + Exposes invoicee channel + + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/m8g/address> ?that . ?that <http://data.europa.eu/m8g/address> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#delegatesAncillaryActivitiesTo> ?that . ?that <http://data.europa.eu/a4g/ontology#delegatesAncillaryActivitiesTo> ?this .} - - + + - - + + - - Address + + Delegates ancillary activities to - - Associates any Resource with the corresponding Address. + + Entrusts ancillary purchasing activities to ProcurementServiceProvider. Additional Information: -Asserting the address relationship implies that the Resource has an Address. +Directive 2014/24/EU describes ancillary purchasing activities as activities consisting in the provision of support to purchasing activities, in particular in the following forms: + +(a) technical infrastructure enabling contracting authorities to award public contracts or to conclude framework agreements for works, supplies or services; + +(b) advice on the conduct or design of public procurement procedures; + +(c) preparation and management of procurement procedures on behalf and for the account of the contracting authority concerned; - - + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasPrimaryContactPoint> ?that . ?that <http://data.europa.eu/a4g/ontology#hasPrimaryContactPoint> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#bindsBuyer> ?that . ?that <http://data.europa.eu/a4g/ontology#bindsBuyer> ?this .} - - + + - - + + - - Has primary contact point + + Binds buyer - - + + Provides legal constraint on the Buyer. - + + + + + 1 + + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasCertification> ?that . ?that <http://data.europa.eu/a4g/ontology#hasCertification> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#actsOnBehalfOf> ?that . ?that <http://data.europa.eu/a4g/ontology#actsOnBehalfOf> ?this .} - - + + - - + + - - Has certification + + Acts on behalf of - - Relation to the proof of conformance. - -WG approval 30/05/2023 + + Represents. - - + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasTaxIdentifier> ?that . ?that <http://data.europa.eu/a4g/ontology#hasTaxIdentifier> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#signedByBuyer> ?that . ?that <http://data.europa.eu/a4g/ontology#signedByBuyer> ?this .} - - + + - - + + - - Has tax identifier + + Signed by buyer @@ -10018,219 +10235,169 @@ WG approval 30/05/2023 Contains candidate - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#distributesOffer> ?that . ?that <http://data.europa.eu/a4g/ontology#distributesOffer> ?this .} - - - - - - - - - - Distributes offer - - - + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesInformationProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesInformationProvider> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesCatalogueProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesCatalogueProvider> ?this .} - - + + - - + + - - Defines information provider - - - Relation indicating a ProcedureTerm has an information provider. + + Defines catalogue provider - - + + Relation indicating an AccessTerm has a CatalogueProvider. - - 1 + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#issuedByCertifier> ?that . ?that <http://data.europa.eu/a4g/ontology#issuedByCertifier> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesCatalogueReceiver> ?that . ?that <http://data.europa.eu/a4g/ontology#definesCatalogueReceiver> ?this .} - - + + - - + + - - Issued by certifier - - - Relation indicating the Certifier responsible for providing the ItemCertificate. - -Additional Information: -Certifier is a role played by an organisation. - -WG approval 26/07/2022 - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#exposesChannel> ?that . ?that <http://data.europa.eu/a4g/ontology#exposesChannel> ?this .} - + + Defines catalogue receiver - - + + Relation indicating an AccessTerm has a CatalogueReceiver. - - - - - Exposes channel + + - - + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasContactPointInRole> ?that . ?that <http://data.europa.eu/a4g/ontology#hasContactPointInRole> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#needsToBeAWinner> ?that . ?that <http://data.europa.eu/a4g/ontology#needsToBeAWinner> ?this .} - - + + - - + + - - Has contact point in role + + Needs to be a winner - - + + The Contractor must be a Winner. + - - 1 + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesReviewProcedureInformationProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesReviewProcedureInformationProvider> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#signedByContractor> ?that . ?that <http://data.europa.eu/a4g/ontology#signedByContractor> ?this .} - - + + - - + + - - Defines review procedure information provider - - - Relation indicating a ReviewTerm has a ReviewProcedureInformationProvider. - - - + + Signed by contractor - - 1 + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesOfflineAccessProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesOfflineAccessProvider> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#bindsContractor> ?that . ?that <http://data.europa.eu/a4g/ontology#bindsContractor> ?this .} - - + + - - + + - - Defines offline access provider + + Binds contractor - - Relation indicating an AccessTerm has an OfflineAccessProvider. + + Provides legal constraint on the Contractor. - - + + - + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesTenderProcessor> ?that . ?that <http://data.europa.eu/a4g/ontology#definesTenderProcessor> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesMediator> ?that . ?that <http://data.europa.eu/a4g/ontology#definesMediator> ?this .} - - + + - - + + - - Defines tender processor - - - Relation indicating a SubmissionTerm has a TenderProcessor. + + Defines mediator - - + + Relation indicating a ProcedureTerm has a Mediator. - - 1 + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesTenderReceiver> ?that . ?that <http://data.europa.eu/a4g/ontology#definesTenderReceiver> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#distributesOffer> ?that . ?that <http://data.europa.eu/a4g/ontology#distributesOffer> ?this .} - - + + - - + + - - Defines tender receiver - - - Relation indicating a SubmissionTerm has a TenderReceiver. + + Distributes offer - - + + - + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesParticipationRequestReceiver> ?that . ?that <http://data.europa.eu/a4g/ontology#definesParticipationRequestReceiver> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesOfflineAccessProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesOfflineAccessProvider> ?this .} - - + + - - + + - - Defines participation request receiver + + Defines offline access provider - - Relation indicating a ParticipationRequestTerm has a ParticipationRequestReceiver. + + Relation indicating an AccessTerm has an OfflineAccessProvider. @@ -10255,28 +10422,28 @@ WG approval 26/07/2022 Relation indicating a ParticipationRequestTerm has a ParticipationRequestProcessor. - - + + - + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesBudgetProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesBudgetProvider> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesParticipationRequestReceiver> ?that . ?that <http://data.europa.eu/a4g/ontology#definesParticipationRequestReceiver> ?this .} - - + + - - + + - - Defines budget provider + + Defines participation request receiver - - Relation indicating a ProcedureTerm has a BudgetProvider. + + Relation indicating a ParticipationRequestTerm has a ParticipationRequestReceiver. @@ -10309,151 +10476,20 @@ WG approval 26/07/2022 - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesProcurementProcedureInformationProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesProcurementProcedureInformationProvider> ?this .} - - - - - - - - - - Defines procurement procedure information provider - - - Relation indicating an AccessTerm has a ProcurementProcedureInformationProvider. - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#needsToBeATenderer> ?that . ?that <http://data.europa.eu/a4g/ontology#needsToBeATenderer> ?this .} - - - - - - - - - - Needs to be a tenderer - - - The Winner must be a Tenderer. - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#indicatesAwardToWinner> ?that . ?that <http://data.europa.eu/a4g/ontology#indicatesAwardToWinner> ?this .} - - - - - - - - - - Indicates award to winner - - - Reveals the winner to whom the tender award outcome is attributed. - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#needsToBeAWinner> ?that . ?that <http://data.europa.eu/a4g/ontology#needsToBeAWinner> ?this .} - - - - - - - - - - Needs to be a winner - - - The Contractor must be a Winner. - - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#substantiatesExclusionGround> ?that . ?that <http://data.europa.eu/a4g/ontology#substantiatesExclusionGround> ?this .} - - - - - - - - - - Substantiates exclusion ground - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#isSubmitedBy> ?that . ?that <http://data.europa.eu/a4g/ontology#isSubmitedBy> ?this .} - - - - - - - - - - Is submited by - - - Relation indicating the submission of a tender by an economic operator. -WG approval 18/05/2021 - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#specifiesSubcontractors> ?that . ?that <http://data.europa.eu/a4g/ontology#specifiesSubcontractors> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesProcurementProcedureInformationProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesProcurementProcedureInformationProvider> ?this .} - - + + - - + + - - Specifies subcontractors + + Defines procurement procedure information provider + + + Relation indicating an AccessTerm has a ProcurementProcedureInformationProvider. @@ -10475,245 +10511,209 @@ WG approval 18/05/2021 Relation indicating a ReviewTerm has a Reviewer. - - + + - - 1 + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#actsOnBehalfOf> ?that . ?that <http://data.europa.eu/a4g/ontology#actsOnBehalfOf> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesReviewProcedureInformationProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesReviewProcedureInformationProvider> ?this .} - - + + - - + + - - Acts on behalf of + + Defines review procedure information provider - - Represents. + + Relation indicating a ReviewTerm has a ReviewProcedureInformationProvider. - - + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#delegatesAncillaryActivitiesTo> ?that . ?that <http://data.europa.eu/a4g/ontology#delegatesAncillaryActivitiesTo> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#specifiesSubcontractors> ?that . ?that <http://data.europa.eu/a4g/ontology#specifiesSubcontractors> ?this .} - - + + - - + + - - Delegates ancillary activities to - - - Entrusts ancillary purchasing activities to ProcurementServiceProvider. - -Additional Information: -Directive 2014/24/EU describes ancillary purchasing activities as activities consisting in the provision of support to purchasing activities, in particular in the following forms: - -(a) technical infrastructure enabling contracting authorities to award public contracts or to conclude framework agreements for works, supplies or services; - -(b) advice on the conduct or design of public procurement procedures; - -(c) preparation and management of procurement procedures on behalf and for the account of the contracting authority concerned; + + Specifies subcontractors - - + + - + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesMediator> ?that . ?that <http://data.europa.eu/a4g/ontology#definesMediator> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#substantiatesExclusionGround> ?that . ?that <http://data.europa.eu/a4g/ontology#substantiatesExclusionGround> ?this .} - - + + - - + + - - Defines mediator + + Substantiates exclusion ground - - Relation indicating a ProcedureTerm has a Mediator. + + - - + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesCatalogueProvider> ?that . ?that <http://data.europa.eu/a4g/ontology#definesCatalogueProvider> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#needsToBeATenderer> ?that . ?that <http://data.europa.eu/a4g/ontology#needsToBeATenderer> ?this .} - - + + - - + + - - Defines catalogue provider + + Needs to be a tenderer - - Relation indicating an AccessTerm has a CatalogueProvider. + + The Winner must be a Tenderer. - - + + - + + 1 + + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesCatalogueReceiver> ?that . ?that <http://data.europa.eu/a4g/ontology#definesCatalogueReceiver> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#isSubmitedBy> ?that . ?that <http://data.europa.eu/a4g/ontology#isSubmitedBy> ?this .} - - + + - - + + - - Defines catalogue receiver - - - Relation indicating an AccessTerm has a CatalogueReceiver. - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#signedByContractor> ?that . ?that <http://data.europa.eu/a4g/ontology#signedByContractor> ?this .} - + + Is submited by - - + + Relation indicating the submission of a tender by an economic operator. +WG approval 18/05/2021 - - - - - Signed by contractor + + - - + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#bindsContractor> ?that . ?that <http://data.europa.eu/a4g/ontology#bindsContractor> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesTenderProcessor> ?that . ?that <http://data.europa.eu/a4g/ontology#definesTenderProcessor> ?this .} - - + + - - + + - - Binds contractor - - - Provides legal constraint on the Contractor. - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#signsAwardDecision> ?that . ?that <http://data.europa.eu/a4g/ontology#signsAwardDecision> ?this .} - + + Defines tender processor - - + + Relation indicating a SubmissionTerm has a TenderProcessor. - - - - - Signs award decision + + - - + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#indicatesInvoiceeContactPoint> ?that . ?that <http://data.europa.eu/a4g/ontology#indicatesInvoiceeContactPoint> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#definesTenderReceiver> ?that . ?that <http://data.europa.eu/a4g/ontology#definesTenderReceiver> ?this .} - - + + - - + + - - Indicates invoicee contact point - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#exposesInvoiceeChannel> ?that . ?that <http://data.europa.eu/a4g/ontology#exposesInvoiceeChannel> ?this .} - + + Defines tender receiver - - + + Relation indicating a SubmissionTerm has a TenderReceiver. - - - - - Exposes invoicee channel + + - - + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#bindsBuyer> ?that . ?that <http://data.europa.eu/a4g/ontology#bindsBuyer> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#indicatesAwardToWinner> ?that . ?that <http://data.europa.eu/a4g/ontology#indicatesAwardToWinner> ?this .} - - + + - - + + - - Binds buyer + + Indicates award to winner - - Provides legal constraint on the Buyer. + + Reveals the winner to whom the tender award outcome is attributed. - - + + - + + 1 + + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#signedByBuyer> ?that . ?that <http://data.europa.eu/a4g/ontology#signedByBuyer> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#issuedByCertifier> ?that . ?that <http://data.europa.eu/a4g/ontology#issuedByCertifier> ?this .} - - + + - - + + - - Signed by buyer + + Issued by certifier + + + Relation indicating the Certifier responsible for providing the ItemCertificate. + +Additional Information: +Certifier is a role played by an organisation. + +WG approval 26/07/2022 @@ -12158,72 +12158,124 @@ WG Approval 12/12/2019 - - + + - + + 1 + + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasElectronicSignature> ?that . ?that <http://data.europa.eu/a4g/ontology#hasElectronicSignature> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasUUID> ?that . ?that <http://data.europa.eu/a4g/ontology#hasUUID> ?this .} - + - - + + - - Has electronic signature + + Has u u i d - - + + A universally unique identifier for an instance of this document. + +WG Approval 12/05/2020 - - 1 + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasFinancialOfferValue> ?that . ?that <http://data.europa.eu/a4g/ontology#hasFinancialOfferValue> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#associatedWith> ?that . ?that <http://data.europa.eu/a4g/ontology#associatedWith> ?this .} - - + + - - + + - - Has financial offer value + + Associated with - - The value offered by the Tenderer for a Lot. - -Additional Information: -This value is normally the one awarded for a winning Tender Lot. In case of negotiated procedures the original financial value may be reviewed and the offer updated. + + The document to which a document is associated. -This corresponds to BT-720 in eForms. +WGM 01/03/2022 + - - + + - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#includesTender> ?that . ?that <http://data.europa.eu/a4g/ontology#includesTender> ?this .} + SELECT ?this ?that WHERE { ?this <http://www.w3.org/ns/adms#identifier> ?that . ?that <http://www.w3.org/ns/adms#identifier> ?this .} - - + + - - + + - - Includes tender + + Identifier - - Additional information: -This corresponds in eForms to BT-3202 Contract Tender Identifier. - + + Links a resource to an adms:Identifier class. + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasElectronicDigest> ?that . ?that <http://data.europa.eu/a4g/ontology#hasElectronicDigest> ?this .} + + + + + + + + + + Has electronic digest + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasElectronicSignature> ?that . ?that <http://data.europa.eu/a4g/ontology#hasElectronicSignature> ?this .} + + + + + + + + + + Has electronic signature + + + + + + + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToPrevious> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToPrevious> ?this .} + + + + + + + + + + Refers to previous @@ -12278,142 +12330,90 @@ This corresponds in eForms to BT-3202 Contract Tender Identifier. SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToPreviousNotice> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToPreviousNotice> ?this .} - - - - - - - - Refers to previous notice - - - -Additional information: -This corresponds in eForms to BT-758 Change Notice Version Identifier. - - - - - - 1 - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#concernsNotice> ?that . ?that <http://data.europa.eu/a4g/ontology#concernsNotice> ?this .} - - - - - - - - - - Concerns notice - - - - - - 1 - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasUUID> ?that . ?that <http://data.europa.eu/a4g/ontology#hasUUID> ?this .} - - - - - - - - - - Has u u i d - - - A universally unique identifier for an instance of this document. - -WG Approval 12/05/2020 - - - - - - - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#associatedWith> ?that . ?that <http://data.europa.eu/a4g/ontology#associatedWith> ?this .} - - - - + + - - + + - - Associated with + + Refers to previous notice - - The document to which a document is associated. - -WGM 01/03/2022 - + + +Additional information: +This corresponds in eForms to BT-758 Change Notice Version Identifier. - - + + - + + 1 + 1 + + - SELECT ?this ?that WHERE { ?this <http://www.w3.org/ns/adms#identifier> ?that . ?that <http://www.w3.org/ns/adms#identifier> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#concernsNotice> ?that . ?that <http://data.europa.eu/a4g/ontology#concernsNotice> ?this .} - - + + - - + + - - Identifier + + Concerns notice - - Links a resource to an adms:Identifier class. + + - - + + 1 - + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasElectronicDigest> ?that . ?that <http://data.europa.eu/a4g/ontology#hasElectronicDigest> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#hasFinancialOfferValue> ?that . ?that <http://data.europa.eu/a4g/ontology#hasFinancialOfferValue> ?this .} - - + + - - + + - - Has electronic digest + + Has financial offer value - - + + The value offered by the Tenderer for a Lot. + +Additional Information: +This value is normally the one awarded for a winning Tender Lot. In case of negotiated procedures the original financial value may be reviewed and the offer updated. + +This corresponds to BT-720 in eForms. - + + + + - SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#refersToPrevious> ?that . ?that <http://data.europa.eu/a4g/ontology#refersToPrevious> ?this .} + SELECT ?this ?that WHERE { ?this <http://data.europa.eu/a4g/ontology#includesTender> ?that . ?that <http://data.europa.eu/a4g/ontology#includesTender> ?this .} - - + + - - + + - - Refers to previous + + Includes tender + + + Additional information: +This corresponds in eForms to BT-3202 Contract Tender Identifier. + @@ -12686,6 +12686,28 @@ For example European Directives or Regulations, national law WG 09/11/2021 The codelist to be used is at-voc:legal-basis which is available at http://publications.europa.eu/resource/dataset/legal-basis + + + + + + + 1 + 1 + + + + + + + + + Has procedure type + + + Identification of the Procedure used. + +WG Approval 09/06/2020 @@ -12715,28 +12737,6 @@ The codelist to be used is at-voc:legal-basis which is available at http://publi Has additional classification - - - - - 1 - 1 - - - - - - - - - Has procedure type - - - Identification of the Procedure used. - -WG Approval 09/06/2020 - - @@ -13762,43 +13762,45 @@ This relation corresponds in eForms to BT-636 Buyer Review Requests I Has received submission type - - + + - - 1 + + 1 - - + + - - + + - - Has subcontracting + + Has official language - - + + The language(s) in which the instances of the given concepts are officially available. These linguistic versions are equally legally valid. + +WG Approval 03/10/2019 + + - - + + - - + + + + + - - Has item country of origin + + Has unofficial language - - The source country of the product or service. - -Additional Information: - -The country of origin can be provided by the buyer as a requirement or by the tenderer information of the item to be provided. - -WG Approval 07/01/2020 + + The language translation(s) in which the instances of the given concepts are available. These linguistic versions are not an official translation, they are provided only for information. -The codelist to be used is at-voc:country which is available at http://publications.europa.eu/resource/dataset/country +WG Approval 03/10/2019 + @@ -13877,45 +13879,43 @@ WG Approval 12/05/2020 - - + + - - 1 + + 1 - - + + - - + + - - Has official language - - - The language(s) in which the instances of the given concepts are officially available. These linguistic versions are equally legally valid. - -WG Approval 03/10/2019 - - + + Has subcontracting - - + + - - + + - - + + - - Has unofficial language + + Has item country of origin - - The language translation(s) in which the instances of the given concepts are available. These linguistic versions are not an official translation, they are provided only for information. + + The source country of the product or service. -WG Approval 03/10/2019 - +Additional Information: + +The country of origin can be provided by the buyer as a requirement or by the tenderer information of the item to be provided. + +WG Approval 07/01/2020 + +The codelist to be used is at-voc:country which is available at http://publications.europa.eu/resource/dataset/country