From 0b066d8e4dfc0bac8e371108a5381ca04da6bf68 Mon Sep 17 00:00:00 2001 From: Dragos0000 Date: Fri, 22 Nov 2024 12:50:40 +0000 Subject: [PATCH] added readme for config parameters and regenerated glossary for ePO file --- docs/config-files/config-parameters.md | 155 +++++++++++++ .../ePO_core_glossary.html | 210 ++++++++--------- .../ePO_core_glossary.html | 212 +++++++++--------- 3 files changed, 366 insertions(+), 211 deletions(-) create mode 100644 docs/config-files/config-parameters.md diff --git a/docs/config-files/config-parameters.md b/docs/config-files/config-parameters.md new file mode 100644 index 00000000..2a588477 --- /dev/null +++ b/docs/config-files/config-parameters.md @@ -0,0 +1,155 @@ +# Configuration File Documentation + +This document provides an explanation for the variables in the configuration file, detailing their purpose and data types. + +--- + +## Variables and Their Descriptions + +### 1. `namespacePrefixes` +- **Type:** String +- **Description:** A reference to an XML document containing prefix-baseURI definitions. +- **Note:** Don't change this + +### 2. `umlDataTypesMapping` +- **Type:** String +- **Description:** A reference to an XML document mapping UML atomic types to XSD data types. +- **Note:** Don't change this + +### 3. `xsdAndRdfDataTypes` +- **Type:** String +- **Description:** A reference to an XML document listing XSD data types compliant with OWL2 requirements. +- **Note:** Don't change this + +### 4. `defaultNamespaceInterpretation` +- **Type:** Boolean +- **Description:** set default namespace interpretation for lexical Qnames that are not `prefix:localSegment` or `:localSegment`. If this + is set to true `localSegment` will be transformed to `:localSegment` + +### 5. `base-ontology-uri` +- **Type:** String +- **Description:** The base URI for the ontology. Should not include a trailing delimiter. + +### 6. `base-shape-uri` +- **Type:** String +- **Description:** The base URI for SHACL shapes. + +### 7. `base-restriction-uri` +- **Type:** String +- **Description:** The base URI for restrictions, derived from `base-ontology-uri`. + +### 8. `shapeArtefactURI` +- **Type:** String +- **Description:** Constructs the URI for shape artefacts using base shape URI, delimiter, and module reference. + +### 9. `restrictionsArtefactURI` +- **Type:** String +- **Description:** Constructs the URI for restrictions artefacts using base restriction URI, delimiter, and module reference. + +### 10. `coreArtefactURI` +- **Type:** String +- **Description:** Constructs the URI for the core ontology artefact. + +### 11. `defaultDelimiter` +- **Type:** String +- **Description:** Default delimiter for namespaces when missing in base URI (e.g., `#`). + +### 12. `acceptableTypesForObjectProperties` +- **Type:** List +- **Description:** Specifies element types eligible for object property generation. + +### 13. `controlledListType` +- **Type:** String +- **Description:** Defines the type of attributes that use controlled vocabularies. + +### 14. Stereotype Validation Variables +- **Type:** List +- **Description:** Define acceptable stereotypes for various elements: + - `stereotypeValidOnAttributes` + - `stereotypeValidOnObjects` + - `stereotypeValidOnGeneralisations` + - `stereotypeValidOnAssociations` + - `stereotypeValidOnDependencies` + - `stereotypeValidOnClasses` + - `stereotypeValidOnDatatypes` + - `stereotypeValidOnEnumerations` + - `stereotypeValidOnPackages` + +### 15. `abstractClassesStereotypes` +- **Type:** List +- **Description:** Stereotypes considered valid for abstract classes. + +### 16. Enumeration generation variables +- **Type:** Boolean +- **Description:** Control the transformation of enumerations and enumeration items: + - `enableGenerationOfSkosConcept` + - `enableGenerationOfConceptSchemes` + +### 17. `allowedStrings` +- **Type:** String (Regex Pattern) +- **Description:** Defines valid characters for a normalised string. + +### 18. `internalModelPrefixesList` +- **Type:** List +- **Description:** Specifies prefixes that should be considered internal to the model and not reused. + +### 19. Filter reused concepts variables +- **Type:** Boolean +- **Description:** Controls reused concept generation for various artefacts: + - `generateReusedConceptsSHACL` + - `generateReusedConceptsOWLcore` + - `generateReusedConceptsOWLrestrictions` + - `generateReusedConceptsGlossary` + +### 20. `generateObjectsAndRealisations` +- **Type:** Boolean +- **Description:** Controls the generation of objects and realisations. + +### 21. Convention Report Variables +- **Type:** String +- **Description:** Define metadata for convention reports: + - `conventionReportCopyrightText` + - `conventionReportAuthor` + - `conventionReportAuthorLocation` + - `conventionReportAuthorWebsite` + - `conventionReportUMLModelName` + +### 22. Ontology Metadata Variables +- **Type:** String +- **Description:** Metadata for ontology modules, including titles, descriptions, labels, and publication details: + - `ontologyTitleCore` + - `ontologyDescriptionCore` + - `ontologyLabelCore` + - `ontologyTitleRestrictions` + - `ontologyDescriptionRestrictions` + - `ontologyLabelRestrictions` + - `ontologyTitleShapes` + - `ontologyDescriptionShapes` + - `ontologyLabelShapes` + +- **Type:** List +- **Description:** Links to additional resources. + - `seeAlsoResources` + +- **Type:** String +- **Description:** Automatically generated date fields: + - `issuedDate` + - `createdDate` + +- **Type:** String +- **Description:** Manage versioning and compatibility: + - `incompatibleWith` + - `versionInfo` + - `priorVersion` + - +- **Type:** String +- **Description:** Define namespace preferences and license information: + - `preferredNamespaceUri` + - `preferredNamespacePrefix` + - `licenseLiteral` + +- **Type:** String +- **Description:** The publisher's URI. + - `publisher` + +--- \ No newline at end of file diff --git a/test/external-concepts-filters-testing/external-filters-false/ePO_core_glossary.html b/test/external-concepts-filters-testing/external-filters-false/ePO_core_glossary.html index 10cce34f..e9fabb8a 100644 --- a/test/external-concepts-filters-testing/external-filters-false/ePO_core_glossary.html +++ b/test/external-concepts-filters-testing/external-filters-false/ePO_core_glossary.html @@ -3268,62 +3268,62 @@

Predicates (object p epo:amendsContract - -> epo:Contract [1] + epo-con:ContractAmendment -> epo:Contract [1] epo:announcesAwardDecision -

+ epo-not:ResultNotice -> epo:AwardDecision [0..*]
epo-not:DirectAwardPrenotificationNotice -> epo:AwardDecision [0..*]
epo:announcesCompletionOfContract - -> epo:Contract [1] + epo-not:CompletionNotice -> epo:Contract [1] epo:announcesContract -

+ epo-not:DirectAwardPrenotificationNotice -> epo:Contract [0..*]
epo-not:ResultNotice -> epo:Contract [0..*]
epo:announcesLot -

+ epo-not:DirectAwardPrenotificationNotice -> epo:Lot [1..*]
epo-not:CompetitionNotice -> epo:Lot [1..*]
epo:announcesLotGroup -

+ epo-not:CompetitionNotice -> epo:LotGroup [0..*]
epo-not:DirectAwardPrenotificationNotice -> epo:LotGroup [0..*]
epo:announcesLotGroupAwardInformation -

+ epo-not:DirectAwardPrenotificationNotice -> epo:LotGroupAwardInformation [0..*]
epo-not:ResultNotice -> epo:LotGroupAwardInformation [0..*]
epo:announcesNoticeAwardInformation -

+ epo-not:DirectAwardPrenotificationNotice -> epo:NoticeAwardInformation [0..1]
epo-not:ResultNotice -> epo:NoticeAwardInformation [0..1]
epo:announcesPlannedProcurementPart - -> epo:PlannedProcurementPart [0..*] + epo-not:PlanningNotice -> epo:PlannedProcurementPart [0..*] epo:announcesProcedure -

+ epo-not:DirectAwardPrenotificationNotice -> epo:Procedure [1]
epo-not:CompetitionNotice -> epo:Procedure [1]
epo:announcesReviewObject - -> epo:ReviewObject [1..*] + epo-not:CompletionNotice -> epo:ReviewObject [1..*] epo:announcesRole -




+ epo-not:DirectAwardPrenotificationNotice -> epo:AgentInRole [1..*]
epo-not:ContractModificationNotice -> epo:AgentInRole [0..*]
epo-not:PlanningNotice -> epo:AgentInRole [1..*]
epo-not:CompetitionNotice -> epo:AgentInRole [1..*]
epo-not:CompletionNotice -> epo:AgentInRole [0..*]
epo:associatedWith @@ -3546,7 +3546,7 @@

Predicates (object p epo:describesDirectAwardPrenotificationNotice - epo:NoticeAwardInformation -> [0..1] + epo:NoticeAwardInformation -> epo-not:DirectAwardPrenotificationNotice [0..1] epo:describesLotCompletion @@ -3561,7 +3561,7 @@

Predicates (object p epo:describesResultNotice - epo:NoticeAwardInformation -> [0..1] + epo:NoticeAwardInformation -> epo-not:ResultNotice [0..1] epo:distributesOffer @@ -3717,7 +3717,7 @@

Predicates (object p The identifier assigned to a specific batch of the produced Item. WG Approval 16/05/2023 - -> adms:Identifier [0..1] + epo-cat:Batch -> adms:Identifier [0..1] epo:hasBeneficialOwner @@ -3760,7 +3760,7 @@

Predicates (object p This refers to the identifier for the specific instance of the produced concept. WG Approval 16/05/2023 - -> adms:Identifier [0..1] + epo-cat:Item -> adms:Identifier [0..1] epo:hasBuyerLegalType @@ -3783,7 +3783,7 @@

Predicates (object p WG approval 30/05/2023 Relation to the proof of conformance. WG approval 30/05/2023 - foaf:Person -> epo:Certificate [0..*]
org:Organization -> epo:Certificate [0..*]

+ foaf:Person -> epo:Certificate [0..*]
org:Organization -> epo:Certificate [0..*]
epo-cat:Item -> epo:Certificate [0..*]
epo:hasChangeJustification @@ -4111,7 +4111,7 @@

Predicates (object p WG Approval 24/02/2022 - -> adms:Identifier [0..*] + epo-cat:Item -> adms:Identifier [0..*] epo:hasLabelType @@ -4216,7 +4216,7 @@

Predicates (object p epo:hasManufacturerID The manufacturer's identifier for the item. - -> adms:Identifier [0..1] + epo-cat:Manufacturer -> adms:Identifier [0..1] epo:hasManufacturerItemID @@ -4226,7 +4226,7 @@

Predicates (object p WG Approval 16/05/2023 - -> adms:Identifier [0..1] + epo-cat:Item -> adms:Identifier [0..1] epo:hasMaximumFrameworkAgreementAwardedValue @@ -4268,7 +4268,7 @@

Predicates (object p - -> at-voc:modification-justification [1] + epo-con:ContractModificationInformation -> at-voc:modification-justification [1] epo:hasNationality @@ -4487,14 +4487,14 @@

Predicates (object p WG Approval 16/05/2023 - -> adms:Identifier [0..1] + epo-cat:Item -> adms:Identifier [0..1] epo:hasSerialID The identifier assigned to the specific instance of the produced concept. WG Approval 16/05/2023 - -> adms:Identifier [0..1] + epo-cat:Item -> adms:Identifier [0..1] epo:hasStartDate @@ -4598,7 +4598,7 @@

Predicates (object p epo:hasTotalValue - epo:TenderGroup -> epo:MonetaryValue [0..1]

+ epo:TenderGroup -> epo:MonetaryValue [0..1]
epo-con:Deliverable -> epo:MonetaryValue [0..1]
epo:hasUnitCode @@ -4724,7 +4724,7 @@

Predicates (object p The monetary amount to which the multiplier factor is applied in calculating the amount of this allowance or charge. -

+ epo-ord:AllowanceChargeInformation -> epo:MonetaryValue [0..1]
epo-ord:TaxInformation -> epo:MonetaryValue [0..1]
epo:isExecutedByProcurementServiceProvider @@ -4843,7 +4843,7 @@

Predicates (object p epo:playedBy - epo:AgentInRole -> foaf:Agent [1]
epo:JuryMember -> person:Person [0..1]

+ epo:AgentInRole -> foaf:Agent [1]
epo:JuryMember -> person:Person [0..1]
epo-ful:TransportMeansOperator -> foaf:Person [0..1]
epo:providesContractTotalPaymentValue @@ -4867,7 +4867,7 @@

Predicates (object p epo:refersToAwardDecision -

+ epo-not:CompletionNotice -> epo:AwardDecision [0..*]
epo-not:ContractModificationNotice -> epo:AwardDecision [0..*]
epo:refersToContract @@ -4877,22 +4877,22 @@

Predicates (object p epo:refersToContractToBeModified - -> epo:Contract [1] + epo-not:ContractModificationNotice -> epo:Contract [1] epo:refersToLot - epo:Notice -> epo:Lot [1..*]



+ epo:Notice -> epo:Lot [1..*]
epo-not:CompletionNotice -> epo:Lot [1..*]
epo-not:ContractModificationNotice -> epo:Lot [1..*]
epo-not:ResultNotice -> epo:Lot [1..*]
epo:refersToLotGroup -


+ epo-not:ContractModificationNotice -> epo:LotGroup [0..*]
epo-not:ResultNotice -> epo:LotGroup [0..*]
epo-not:CompletionNotice -> epo:LotGroup [0..*]
epo:refersToLotGroupAwardInformation -

+ epo-not:CompletionNotice -> epo:LotGroupAwardInformation [0..*]
epo-not:ContractModificationNotice -> epo:LotGroupAwardInformation [0..*]
epo:refersToNotice @@ -4902,7 +4902,7 @@

Predicates (object p epo:refersToNoticeAwardInformation -

+ epo-not:ContractModificationNotice -> epo:NoticeAwardInformation [0..1]
epo-not:CompletionNotice -> epo:NoticeAwardInformation [0..1]
epo:refersToPlannedPart @@ -4956,22 +4956,22 @@

Predicates (object p epo:refersToProcedure - epo:Notice -> epo:Procedure [1]



+ epo:Notice -> epo:Procedure [1]
epo-not:ResultNotice -> epo:Procedure [1]
epo-not:ContractModificationNotice -> epo:Procedure [1]
epo-not:CompletionNotice -> epo:Procedure [1]
epo:refersToProject - -> epo:Project [0..1] + epo-ord:Order -> epo:Project [0..1] epo:refersToRole - -> epo:AgentInRole [0..*] + epo-not:CompletionNotice -> epo:AgentInRole [0..*] epo:relatesToEFormSectionIdentifier - epo:ChangeInformation -> adms:Identifier [1..*]
epo:NonPublishedInformation -> adms:Identifier [1..*]

+ epo:ChangeInformation -> adms:Identifier [1..*]
epo:NonPublishedInformation -> adms:Identifier [1..*]
epo-con:ContractModificationInformation -> adms:Identifier [0..1]
epo:requestsRemedyType @@ -5022,17 +5022,17 @@

Predicates (object p epo:specifiesBuyer -

+ epo-cat:Catalogue -> epo:Buyer [0..*]
epo-ord:Order -> epo:Buyer [1]
epo:specifiesCatalogueProvider - -> epo:CatalogueProvider [0..1] + epo-cat:Catalogue -> epo:CatalogueProvider [0..1] epo:specifiesCatalogueReceiver - -> epo:CatalogueReceiver [0..1] + epo-cat:Catalogue -> epo:CatalogueReceiver [0..1] epo:specifiesCleanVehicleDirectiveContractType @@ -5047,7 +5047,7 @@

Predicates (object p epo:specifiesDeliverable - epo:Contract -> [0..*] + epo:Contract -> epo-con:Deliverable [0..*] epo:specifiesProcurementCriteriaSummary @@ -5080,7 +5080,7 @@

Predicates (object p epo:updatesContractValue - -> epo:MonetaryValue [0..1] + epo-con:ContractAmendment -> epo:MonetaryValue [0..1] epo:usesChannel @@ -5101,17 +5101,17 @@

Predicates (object p WG approval 26/07/2022 -

+ epo-ord:AllowanceChargeInformation -> epo:MonetaryValue [1]
epo-ord:TaxInformation -> epo:MonetaryValue [0..1]
epo-cat:hasBaseQuantity The quantity at which the net monetary value applies. - -> epo:Quantity [0..1] + epo-cat:Price -> epo:Quantity [0..1] epo-cat:hasCatalogueLineValidity - -> epo:Period [0..1] + epo-cat:CatalogueLine -> epo:Period [0..1] epo-cat:hasCountryOfOrigin @@ -5124,13 +5124,13 @@

Predicates (object p WG Approval 07/01/2020 - -> at-voc:country [0..1] + epo-cat:Item -> at-voc:country [0..1] epo-cat:hasDeliveryLocation Location delivery area where the Item can be ordered to the given price. - -> dct:Location [0..1] + epo-cat:Price -> dct:Location [0..1] epo-cat:hasExpectedDeliveryTime @@ -5138,40 +5138,40 @@

Predicates (object p WG approval 26/07/2022 - -> epo:Duration [0..1] + epo-cat:Price -> epo:Duration [0..1] epo-cat:hasExternalSpecification URI reference to external item information or specifications, e.g. web address. - -> epo:Document [] + epo-cat:Item -> epo:Document [] epo-cat:hasMaximumOrderQuantity The maximum number of orderable units that can be ordered according to details provided in the catalogue line, such as price. - -> epo:Quantity [0..1] + epo-cat:CatalogueLine -> epo:Quantity [0..1] epo-cat:hasMinimumQuantityGuaranteedForDelivery The minimum quantity of an item that is guaranteed by the seller to be delivered. - -> epo:Quantity [0..1] + epo-cat:CatalogueLine -> epo:Quantity [0..1] epo-cat:hasNetMonetaryValue The price amount of an Item exclusive of taxes and after substracting price discounts. - -> epo:MonetaryValue [1] + epo-cat:Price -> epo:MonetaryValue [1] epo-cat:hasNetQuantity The net quantity of the item that is contained in each consumable unit, excluding any packaging materials. - -> epo:Quantity [0..1] + epo-cat:Item -> epo:Quantity [0..1] epo-cat:hasOrderabableUnitFactorRate @@ -5184,13 +5184,13 @@

Predicates (object p orderable unit. - -> epo:Quantity [0..1] + epo-cat:Price -> epo:Quantity [0..1] epo-cat:hasPriceValidity The period of time when the Item can be ordered to the given price. - -> epo:Period [1] + epo-cat:Price -> epo:Period [1] epo-cat:hasQualifiedValue @@ -5201,52 +5201,52 @@

Predicates (object p 12 inches. WG approval 28/07/2022 - -> epo:Quantity [0..1] + epo-cat:ItemProperty -> epo:Quantity [0..1] epo-cat:hasQuantity -

+ epo-ord:OrderLine -> epo:Quantity [1]
epo-con:Deliverable -> epo:Quantity [0..1]
epo-cat:hasQuantityThreshold The minimum quantity of the item that can be ordered to the given net monetary value. - -> epo:Quantity [0..1] + epo-cat:Price -> epo:Quantity [0..1] epo-cat:isSubordinatedToContract - -> epo:Contract [0..1] + epo-cat:Catalogue -> epo:Contract [0..1] epo-ful:agreedByBuyer - -> epo:Buyer [1..*] + epo-ful:ShipmentAgreement -> epo:Buyer [1..*] epo-ful:hasCarrierConsignmentID - -> adms:Identifier [0..1] + epo-ful:Consignment -> adms:Identifier [0..1] epo-ful:hasChargeableWeight - -> epo:Quantity [0..1] + epo-ful:Consignment -> epo:Quantity [0..1] epo-ful:hasConsigneeConsignmentID - -> adms:Identifier [0..1] + epo-ful:Consignment -> adms:Identifier [0..1] epo-ful:hasConsignmentDeclaredStatisticsValue - -> epo:MonetaryValue [0..1] + epo-ful:Consignment -> epo:MonetaryValue [0..1] epo-ful:hasConsignmentFreeOnBoardValue - -> epo:MonetaryValue [0..1] + epo-ful:Consignment -> epo:MonetaryValue [0..1] epo-ful:hasConsignmentInvoiceValue @@ -5256,207 +5256,207 @@

Predicates (object p This is a logistics information needed for logistics, security measures, customs check, etc. - -> epo:MonetaryValue [0..1] + epo-ful:Consignment -> epo:MonetaryValue [0..1] epo-ful:hasDeclaredStatisticalValue - -> epo:MonetaryValue [0..*] + epo-ful:GoodsItem -> epo:MonetaryValue [0..*] epo-ful:hasDespatchedQuantity Quantity despatched for delivered. - -> epo:Quantity [1] + epo-ful:DespatchLine -> epo:Quantity [1] epo-ful:hasEstimatedDeliveryPeriod - -> epo:Period [0..1] + epo-ful:ShipmentInformation -> epo:Period [0..1] epo-ful:hasFreightForwarderConsignmentID - -> adms:Identifier [0..1] + epo-ful:Consignment -> adms:Identifier [0..1] epo-ful:hasGrossVolume -

+ epo-ful:AbstractContainer -> epo:Quantity [0..1]
epo-ful:Consignment -> epo:Quantity [0..1]
epo-ful:hasGrossWeight -

+ epo-ful:AbstractContainer -> epo:Quantity [0..1]
epo-ful:Consignment -> epo:Quantity [0..1]
epo-ful:hasHeight - -> epo:Quantity [0..1] + epo-ful:AbstractContainer -> epo:Quantity [0..1] epo-ful:hasLength - -> epo:Quantity [0..1] + epo-ful:AbstractContainer -> epo:Quantity [0..1] epo-ful:hasLoadingLength - -> epo:Quantity [0..1] + epo-ful:Consignment -> epo:Quantity [0..1] epo-ful:hasMaximumTemperature - -> epo:Quantity [0..1] + epo-ful:TemperatureSpecification -> epo:Quantity [0..1] epo-ful:hasMinimumTemperature - -> epo:Quantity [0..1] + epo-ful:TemperatureSpecification -> epo:Quantity [0..1] epo-ful:hasNetVolume - -> epo:Quantity [0..1] + epo-ful:AbstractContainer -> epo:Quantity [0..1] epo-ful:hasNetWeight -

+ epo-ful:AbstractContainer -> epo:Quantity [0..1]
epo-ful:Consignment -> epo:Quantity [0..1]
epo-ful:hasOutstandingQuantity - -> epo:Quantity [0..1] + epo-ful:DespatchLine -> epo:Quantity [0..1] epo-ful:hasTotalGoodsItemQuantity -

+ epo-ful:AbstractContainer -> epo:Quantity [0..1]
epo-ful:Consignment -> epo:Quantity [0..1]
epo-ful:hasTraceID - -> adms:Identifier [0..1] + epo-ful:GoodsItem -> adms:Identifier [0..1] epo-ful:hasTrackingID - -> adms:Identifier [0..1] + epo-ord:DeliveryInformation -> adms:Identifier [0..1] epo-ful:hasTransportHandlingUnitQuantity - -> epo:Quantity [0..1] + epo-ful:Consignment -> epo:Quantity [0..1] epo-ful:hasVehicleID - -> adms:Identifier [1] + epo-ful:TransportMeans -> adms:Identifier [1] epo-ful:hasVehicleSegmentID - -> adms:Identifier [0..1] + epo-ful:TransportMeans -> adms:Identifier [0..1] epo-ful:hasWidth - -> epo:Quantity [0..1] + epo-ful:AbstractContainer -> epo:Quantity [0..1] epo-ful:specifiesPlaceOfDespatch - -> dct:Location [0..1] + epo-ful:ShipmentInformation -> dct:Location [0..1] epo-not:announcesRole - -> epo:AgentInRole [0..*] + epo-not:ResultNotice -> epo:AgentInRole [0..*] epo-not:refersToRole - -> epo:AgentInRole [1..*] + epo-not:ResultNotice -> epo:AgentInRole [1..*] epo-ord:concernsContract - -> epo:Contract [1] + epo-ord:ContractInformation -> epo:Contract [1] epo-ord:concernsOriginatorRequest - -> epo:OriginatorRequest [0..1] + epo-ord:OriginatorInformation -> epo:OriginatorRequest [0..1] epo-ord:hasAmountDueForPayment - -> epo:MonetaryValue [1] + epo-ord:Order -> epo:MonetaryValue [1] epo-ord:hasDeliveryPeriod -

+ epo-ord:OrderResponseInformation -> epo:Period [0..1]
epo-ord:DeliveryInformation -> epo:Period [0..1]
epo-ord:hasPrepaidAmount - -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasRoundingAmount - -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasTaxInformation - epo:Contract -> [0..1] + epo:Contract -> epo-ord:TaxInformation [0..1] epo-ord:hasTotalAllowanceAmount - -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasTotalChargeAmount - -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasTotalLineAmount - -> epo:MonetaryValue [1] + epo-ord:Order -> epo:MonetaryValue [1] epo-ord:hasTotalTaxExclusiveAmount - -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasTotalTaxInclusiveAmount - -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:implementsContract - -> epo:Contract [0..1] + epo-ord:OrderResponse -> epo:Contract [0..1] epo-ord:specifiesBuyer - -> epo:Buyer [0..1] + epo-ord:OrderResponse -> epo:Buyer [0..1] epo-ord:specifiesDeliveryAgreementLocation - -> dct:Location [0..1] + epo-ord:DeliveryAgreement -> dct:Location [0..1] epo-ord:specifiesPlaceOfDelivery - -> dct:Location [0..1] + epo-ord:DeliveryInformation -> dct:Location [0..1] diff --git a/test/external-concepts-filters-testing/external-filters-true/ePO_core_glossary.html b/test/external-concepts-filters-testing/external-filters-true/ePO_core_glossary.html index b6db1bce..63282e94 100644 --- a/test/external-concepts-filters-testing/external-filters-true/ePO_core_glossary.html +++ b/test/external-concepts-filters-testing/external-filters-true/ePO_core_glossary.html @@ -3937,7 +3937,7 @@

Predicates (object p WG Approval 12/11/2019 Links a resource to an adms:Identifier class. Links a resource to an adms:Identifier class. Links a resource to an adms:Identifier class. Links a resource to an adms:Identifier class. - cccev:InformationConcept -> adms:Identifier [0..1]
cccev:Requirement -> adms:Identifier [0..1]
dct:Location -> adms:Identifier [0..1]
epo:Document -> adms:Identifier [0..*]
epo:Fund -> adms:Identifier [0..1]
epo:Project -> adms:Identifier [0..1]
foaf:Agent -> adms:Identifier [0..*]
epo:LotGroup -> adms:Identifier [0..1]
epo:ProcurementElement -> adms:Identifier [1]
epo:TenderGroup -> adms:Identifier [0..1]
epo-ful:Consignment (external) -> adms:Identifier [0..1]
epo-ful:TransportEquipment (external) -> adms:Identifier [0..1]
epo-ful:ShipmentStage (external) -> adms:Identifier [0..1]
epo-ful:TransportEquipmentSeal (external) -> adms:Identifier [0..1]
epo-ful:ShipmentInformation (external) -> adms:Identifier [0..1]
epo-cat:Line (external) -> adms:Identifier [0..1]
epo-ful:AbstractContainer (external) -> adms:Identifier [0..1]
+ cccev:InformationConcept -> adms:Identifier [0..1]
cccev:Requirement -> adms:Identifier [0..1]
dct:Location -> adms:Identifier [0..1]
epo:Document -> adms:Identifier [0..*]
epo:Fund -> adms:Identifier [0..1]
epo:Project -> adms:Identifier [0..1]
foaf:Agent -> adms:Identifier [0..*]
epo:LotGroup -> adms:Identifier [0..1]
epo:ProcurementElement -> adms:Identifier [1]
epo:TenderGroup -> adms:Identifier [0..1]
epo-ful:Consignment -> adms:Identifier [0..1]
epo-ful:TransportEquipment -> adms:Identifier [0..1]
epo-ful:ShipmentStage -> adms:Identifier [0..1]
epo-ful:TransportEquipmentSeal -> adms:Identifier [0..1]
epo-ful:ShipmentInformation -> adms:Identifier [0..1]
epo-cat:Line -> adms:Identifier [0..1]
epo-ful:AbstractContainer -> adms:Identifier [0..1]
cccev:confidentialityLevelType @@ -4008,62 +4008,62 @@

Predicates (object p epo:amendsContract - epo-con:ContractAmendment (external) -> epo:Contract [1] + epo-con:ContractAmendment -> epo:Contract [1] epo:announcesAwardDecision - epo-not:ResultNotice (external) -> epo:AwardDecision [0..*]
epo-not:DirectAwardPrenotificationNotice (external) -> epo:AwardDecision [0..*]
+ epo-not:ResultNotice -> epo:AwardDecision [0..*]
epo-not:DirectAwardPrenotificationNotice -> epo:AwardDecision [0..*]
epo:announcesCompletionOfContract - epo-not:CompletionNotice (external) -> epo:Contract [1] + epo-not:CompletionNotice -> epo:Contract [1] epo:announcesContract - epo-not:DirectAwardPrenotificationNotice (external) -> epo:Contract [0..*]
epo-not:ResultNotice (external) -> epo:Contract [0..*]
+ epo-not:DirectAwardPrenotificationNotice -> epo:Contract [0..*]
epo-not:ResultNotice -> epo:Contract [0..*]
epo:announcesLot - epo-not:DirectAwardPrenotificationNotice (external) -> epo:Lot [1..*]
epo-not:CompetitionNotice (external) -> epo:Lot [1..*]
+ epo-not:DirectAwardPrenotificationNotice -> epo:Lot [1..*]
epo-not:CompetitionNotice -> epo:Lot [1..*]
epo:announcesLotGroup - epo-not:CompetitionNotice (external) -> epo:LotGroup [0..*]
epo-not:DirectAwardPrenotificationNotice (external) -> epo:LotGroup [0..*]
+ epo-not:CompetitionNotice -> epo:LotGroup [0..*]
epo-not:DirectAwardPrenotificationNotice -> epo:LotGroup [0..*]
epo:announcesLotGroupAwardInformation - epo-not:DirectAwardPrenotificationNotice (external) -> epo:LotGroupAwardInformation [0..*]
epo-not:ResultNotice (external) -> epo:LotGroupAwardInformation [0..*]
+ epo-not:DirectAwardPrenotificationNotice -> epo:LotGroupAwardInformation [0..*]
epo-not:ResultNotice -> epo:LotGroupAwardInformation [0..*]
epo:announcesNoticeAwardInformation - epo-not:DirectAwardPrenotificationNotice (external) -> epo:NoticeAwardInformation [0..1]
epo-not:ResultNotice (external) -> epo:NoticeAwardInformation [0..1]
+ epo-not:DirectAwardPrenotificationNotice -> epo:NoticeAwardInformation [0..1]
epo-not:ResultNotice -> epo:NoticeAwardInformation [0..1]
epo:announcesPlannedProcurementPart - epo-not:PlanningNotice (external) -> epo:PlannedProcurementPart [0..*] + epo-not:PlanningNotice -> epo:PlannedProcurementPart [0..*] epo:announcesProcedure - epo-not:DirectAwardPrenotificationNotice (external) -> epo:Procedure [1]
epo-not:CompetitionNotice (external) -> epo:Procedure [1]
+ epo-not:DirectAwardPrenotificationNotice -> epo:Procedure [1]
epo-not:CompetitionNotice -> epo:Procedure [1]
epo:announcesReviewObject - epo-not:CompletionNotice (external) -> epo:ReviewObject [1..*] + epo-not:CompletionNotice -> epo:ReviewObject [1..*] epo:announcesRole - epo-not:DirectAwardPrenotificationNotice (external) -> epo:AgentInRole [1..*]
epo-not:ContractModificationNotice (external) -> epo:AgentInRole [0..*]
epo-not:PlanningNotice (external) -> epo:AgentInRole [1..*]
epo-not:CompetitionNotice (external) -> epo:AgentInRole [1..*]
epo-not:CompletionNotice (external) -> epo:AgentInRole [0..*]
+ epo-not:DirectAwardPrenotificationNotice -> epo:AgentInRole [1..*]
epo-not:ContractModificationNotice -> epo:AgentInRole [0..*]
epo-not:PlanningNotice -> epo:AgentInRole [1..*]
epo-not:CompetitionNotice -> epo:AgentInRole [1..*]
epo-not:CompletionNotice -> epo:AgentInRole [0..*]
epo:associatedWith @@ -4286,7 +4286,7 @@

Predicates (object p epo:describesDirectAwardPrenotificationNotice - epo:NoticeAwardInformation -> epo-not:DirectAwardPrenotificationNotice (external) [0..1] + epo:NoticeAwardInformation -> epo-not:DirectAwardPrenotificationNotice [0..1] epo:describesLotCompletion @@ -4301,7 +4301,7 @@

Predicates (object p epo:describesResultNotice - epo:NoticeAwardInformation -> epo-not:ResultNotice (external) [0..1] + epo:NoticeAwardInformation -> epo-not:ResultNotice [0..1] epo:distributesOffer @@ -4457,7 +4457,7 @@

Predicates (object p The identifier assigned to a specific batch of the produced Item. WG Approval 16/05/2023 - epo-cat:Batch (external) -> adms:Identifier [0..1] + epo-cat:Batch -> adms:Identifier [0..1] epo:hasBeneficialOwner @@ -4500,7 +4500,7 @@

Predicates (object p This refers to the identifier for the specific instance of the produced concept. WG Approval 16/05/2023 - epo-cat:Item (external) -> adms:Identifier [0..1] + epo-cat:Item -> adms:Identifier [0..1] epo:hasBuyerLegalType @@ -4523,7 +4523,7 @@

Predicates (object p WG approval 30/05/2023 Relation to the proof of conformance. WG approval 30/05/2023 - foaf:Person -> epo:Certificate [0..*]
org:Organization -> epo:Certificate [0..*]
epo-cat:Item (external) -> epo:Certificate [0..*]
+ foaf:Person -> epo:Certificate [0..*]
org:Organization -> epo:Certificate [0..*]
epo-cat:Item -> epo:Certificate [0..*]
epo:hasChangeJustification @@ -4851,7 +4851,7 @@

Predicates (object p WG Approval 24/02/2022 - epo-cat:Item (external) -> adms:Identifier [0..*] + epo-cat:Item -> adms:Identifier [0..*] epo:hasLabelType @@ -4956,7 +4956,7 @@

Predicates (object p epo:hasManufacturerID The manufacturer's identifier for the item. - epo-cat:Manufacturer (external) -> adms:Identifier [0..1] + epo-cat:Manufacturer -> adms:Identifier [0..1] epo:hasManufacturerItemID @@ -4966,7 +4966,7 @@

Predicates (object p WG Approval 16/05/2023 - epo-cat:Item (external) -> adms:Identifier [0..1] + epo-cat:Item -> adms:Identifier [0..1] epo:hasMaximumFrameworkAgreementAwardedValue @@ -5008,7 +5008,7 @@

Predicates (object p - epo-con:ContractModificationInformation (external) -> at-voc:modification-justification [1] + epo-con:ContractModificationInformation -> at-voc:modification-justification [1] epo:hasNationality @@ -5227,14 +5227,14 @@

Predicates (object p WG Approval 16/05/2023 - epo-cat:Item (external) -> adms:Identifier [0..1] + epo-cat:Item -> adms:Identifier [0..1] epo:hasSerialID The identifier assigned to the specific instance of the produced concept. WG Approval 16/05/2023 - epo-cat:Item (external) -> adms:Identifier [0..1] + epo-cat:Item -> adms:Identifier [0..1] epo:hasStartDate @@ -5338,7 +5338,7 @@

Predicates (object p epo:hasTotalValue - epo:TenderGroup -> epo:MonetaryValue [0..1]
epo-con:Deliverable (external) -> epo:MonetaryValue [0..1]
+ epo:TenderGroup -> epo:MonetaryValue [0..1]
epo-con:Deliverable -> epo:MonetaryValue [0..1]
epo:hasUnitCode @@ -5464,7 +5464,7 @@

Predicates (object p The monetary amount to which the multiplier factor is applied in calculating the amount of this allowance or charge. - epo-ord:AllowanceChargeInformation (external) -> epo:MonetaryValue [0..1]
epo-ord:TaxInformation (external) -> epo:MonetaryValue [0..1]
+ epo-ord:AllowanceChargeInformation -> epo:MonetaryValue [0..1]
epo-ord:TaxInformation -> epo:MonetaryValue [0..1]
epo:isExecutedByProcurementServiceProvider @@ -5583,7 +5583,7 @@

Predicates (object p epo:playedBy - epo:AgentInRole -> foaf:Agent [1]
epo:JuryMember -> person:Person [0..1]
epo-ful:TransportMeansOperator (external) -> foaf:Person [0..1]
+ epo:AgentInRole -> foaf:Agent [1]
epo:JuryMember -> person:Person [0..1]
epo-ful:TransportMeansOperator -> foaf:Person [0..1]
epo:providesContractTotalPaymentValue @@ -5607,7 +5607,7 @@

Predicates (object p epo:refersToAwardDecision - epo-not:CompletionNotice (external) -> epo:AwardDecision [0..*]
epo-not:ContractModificationNotice (external) -> epo:AwardDecision [0..*]
+ epo-not:CompletionNotice -> epo:AwardDecision [0..*]
epo-not:ContractModificationNotice -> epo:AwardDecision [0..*]
epo:refersToContract @@ -5617,22 +5617,22 @@

Predicates (object p epo:refersToContractToBeModified - epo-not:ContractModificationNotice (external) -> epo:Contract [1] + epo-not:ContractModificationNotice -> epo:Contract [1] epo:refersToLot - epo:Notice -> epo:Lot [1..*]
epo-not:CompletionNotice (external) -> epo:Lot [1..*]
epo-not:ContractModificationNotice (external) -> epo:Lot [1..*]
epo-not:ResultNotice (external) -> epo:Lot [1..*]
+ epo:Notice -> epo:Lot [1..*]
epo-not:CompletionNotice -> epo:Lot [1..*]
epo-not:ContractModificationNotice -> epo:Lot [1..*]
epo-not:ResultNotice -> epo:Lot [1..*]
epo:refersToLotGroup - epo-not:ContractModificationNotice (external) -> epo:LotGroup [0..*]
epo-not:ResultNotice (external) -> epo:LotGroup [0..*]
epo-not:CompletionNotice (external) -> epo:LotGroup [0..*]
+ epo-not:ContractModificationNotice -> epo:LotGroup [0..*]
epo-not:ResultNotice -> epo:LotGroup [0..*]
epo-not:CompletionNotice -> epo:LotGroup [0..*]
epo:refersToLotGroupAwardInformation - epo-not:CompletionNotice (external) -> epo:LotGroupAwardInformation [0..*]
epo-not:ContractModificationNotice (external) -> epo:LotGroupAwardInformation [0..*]
+ epo-not:CompletionNotice -> epo:LotGroupAwardInformation [0..*]
epo-not:ContractModificationNotice -> epo:LotGroupAwardInformation [0..*]
epo:refersToNotice @@ -5642,7 +5642,7 @@

Predicates (object p epo:refersToNoticeAwardInformation - epo-not:ContractModificationNotice (external) -> epo:NoticeAwardInformation [0..1]
epo-not:CompletionNotice (external) -> epo:NoticeAwardInformation [0..1]
+ epo-not:ContractModificationNotice -> epo:NoticeAwardInformation [0..1]
epo-not:CompletionNotice -> epo:NoticeAwardInformation [0..1]
epo:refersToPlannedPart @@ -5696,22 +5696,22 @@

Predicates (object p epo:refersToProcedure - epo:Notice -> epo:Procedure [1]
epo-not:ResultNotice (external) -> epo:Procedure [1]
epo-not:ContractModificationNotice (external) -> epo:Procedure [1]
epo-not:CompletionNotice (external) -> epo:Procedure [1]
+ epo:Notice -> epo:Procedure [1]
epo-not:ResultNotice -> epo:Procedure [1]
epo-not:ContractModificationNotice -> epo:Procedure [1]
epo-not:CompletionNotice -> epo:Procedure [1]
epo:refersToProject - epo-ord:Order (external) -> epo:Project [0..1] + epo-ord:Order -> epo:Project [0..1] epo:refersToRole - epo-not:CompletionNotice (external) -> epo:AgentInRole [0..*] + epo-not:CompletionNotice -> epo:AgentInRole [0..*] epo:relatesToEFormSectionIdentifier - epo:ChangeInformation -> adms:Identifier [1..*]
epo:NonPublishedInformation -> adms:Identifier [1..*]
epo-con:ContractModificationInformation (external) -> adms:Identifier [0..1]
+ epo:ChangeInformation -> adms:Identifier [1..*]
epo:NonPublishedInformation -> adms:Identifier [1..*]
epo-con:ContractModificationInformation -> adms:Identifier [0..1]
epo:requestsRemedyType @@ -5762,17 +5762,17 @@

Predicates (object p epo:specifiesBuyer - epo-cat:Catalogue (external) -> epo:Buyer [0..*]
epo-ord:Order (external) -> epo:Buyer [1]
+ epo-cat:Catalogue -> epo:Buyer [0..*]
epo-ord:Order -> epo:Buyer [1]
epo:specifiesCatalogueProvider - epo-cat:Catalogue (external) -> epo:CatalogueProvider [0..1] + epo-cat:Catalogue -> epo:CatalogueProvider [0..1] epo:specifiesCatalogueReceiver - epo-cat:Catalogue (external) -> epo:CatalogueReceiver [0..1] + epo-cat:Catalogue -> epo:CatalogueReceiver [0..1] epo:specifiesCleanVehicleDirectiveContractType @@ -5787,7 +5787,7 @@

Predicates (object p epo:specifiesDeliverable - epo:Contract -> epo-con:Deliverable (external) [0..*] + epo:Contract -> epo-con:Deliverable [0..*] epo:specifiesProcurementCriteriaSummary @@ -5820,7 +5820,7 @@

Predicates (object p epo:updatesContractValue - epo-con:ContractAmendment (external) -> epo:MonetaryValue [0..1] + epo-con:ContractAmendment -> epo:MonetaryValue [0..1] epo:usesChannel @@ -5841,17 +5841,17 @@

Predicates (object p WG approval 26/07/2022 - epo-ord:AllowanceChargeInformation (external) -> epo:MonetaryValue [1]
epo-ord:TaxInformation (external) -> epo:MonetaryValue [0..1]
+ epo-ord:AllowanceChargeInformation -> epo:MonetaryValue [1]
epo-ord:TaxInformation -> epo:MonetaryValue [0..1]
epo-cat:hasBaseQuantity The quantity at which the net monetary value applies. - epo-cat:Price (external) -> epo:Quantity [0..1] + epo-cat:Price -> epo:Quantity [0..1] epo-cat:hasCatalogueLineValidity - epo-cat:CatalogueLine (external) -> epo:Period [0..1] + epo-cat:CatalogueLine -> epo:Period [0..1] epo-cat:hasCountryOfOrigin @@ -5864,13 +5864,13 @@

Predicates (object p WG Approval 07/01/2020 - epo-cat:Item (external) -> at-voc:country [0..1] + epo-cat:Item -> at-voc:country [0..1] epo-cat:hasDeliveryLocation Location delivery area where the Item can be ordered to the given price. - epo-cat:Price (external) -> dct:Location [0..1] + epo-cat:Price -> dct:Location [0..1] epo-cat:hasExpectedDeliveryTime @@ -5878,40 +5878,40 @@

Predicates (object p WG approval 26/07/2022 - epo-cat:Price (external) -> epo:Duration [0..1] + epo-cat:Price -> epo:Duration [0..1] epo-cat:hasExternalSpecification URI reference to external item information or specifications, e.g. web address. - epo-cat:Item (external) -> epo:Document [] + epo-cat:Item -> epo:Document [] epo-cat:hasMaximumOrderQuantity The maximum number of orderable units that can be ordered according to details provided in the catalogue line, such as price. - epo-cat:CatalogueLine (external) -> epo:Quantity [0..1] + epo-cat:CatalogueLine -> epo:Quantity [0..1] epo-cat:hasMinimumQuantityGuaranteedForDelivery The minimum quantity of an item that is guaranteed by the seller to be delivered. - epo-cat:CatalogueLine (external) -> epo:Quantity [0..1] + epo-cat:CatalogueLine -> epo:Quantity [0..1] epo-cat:hasNetMonetaryValue The price amount of an Item exclusive of taxes and after substracting price discounts. - epo-cat:Price (external) -> epo:MonetaryValue [1] + epo-cat:Price -> epo:MonetaryValue [1] epo-cat:hasNetQuantity The net quantity of the item that is contained in each consumable unit, excluding any packaging materials. - epo-cat:Item (external) -> epo:Quantity [0..1] + epo-cat:Item -> epo:Quantity [0..1] epo-cat:hasOrderabableUnitFactorRate @@ -5924,13 +5924,13 @@

Predicates (object p orderable unit. - epo-cat:Price (external) -> epo:Quantity [0..1] + epo-cat:Price -> epo:Quantity [0..1] epo-cat:hasPriceValidity The period of time when the Item can be ordered to the given price. - epo-cat:Price (external) -> epo:Period [1] + epo-cat:Price -> epo:Period [1] epo-cat:hasQualifiedValue @@ -5941,52 +5941,52 @@

Predicates (object p 12 inches. WG approval 28/07/2022 - epo-cat:ItemProperty (external) -> epo:Quantity [0..1] + epo-cat:ItemProperty -> epo:Quantity [0..1] epo-cat:hasQuantity - epo-ord:OrderLine (external) -> epo:Quantity [1]
epo-con:Deliverable (external) -> epo:Quantity [0..1]
+ epo-ord:OrderLine -> epo:Quantity [1]
epo-con:Deliverable -> epo:Quantity [0..1]
epo-cat:hasQuantityThreshold The minimum quantity of the item that can be ordered to the given net monetary value. - epo-cat:Price (external) -> epo:Quantity [0..1] + epo-cat:Price -> epo:Quantity [0..1] epo-cat:isSubordinatedToContract - epo-cat:Catalogue (external) -> epo:Contract [0..1] + epo-cat:Catalogue -> epo:Contract [0..1] epo-ful:agreedByBuyer - epo-ful:ShipmentAgreement (external) -> epo:Buyer [1..*] + epo-ful:ShipmentAgreement -> epo:Buyer [1..*] epo-ful:hasCarrierConsignmentID - epo-ful:Consignment (external) -> adms:Identifier [0..1] + epo-ful:Consignment -> adms:Identifier [0..1] epo-ful:hasChargeableWeight - epo-ful:Consignment (external) -> epo:Quantity [0..1] + epo-ful:Consignment -> epo:Quantity [0..1] epo-ful:hasConsigneeConsignmentID - epo-ful:Consignment (external) -> adms:Identifier [0..1] + epo-ful:Consignment -> adms:Identifier [0..1] epo-ful:hasConsignmentDeclaredStatisticsValue - epo-ful:Consignment (external) -> epo:MonetaryValue [0..1] + epo-ful:Consignment -> epo:MonetaryValue [0..1] epo-ful:hasConsignmentFreeOnBoardValue - epo-ful:Consignment (external) -> epo:MonetaryValue [0..1] + epo-ful:Consignment -> epo:MonetaryValue [0..1] epo-ful:hasConsignmentInvoiceValue @@ -5996,207 +5996,207 @@

Predicates (object p This is a logistics information needed for logistics, security measures, customs check, etc. - epo-ful:Consignment (external) -> epo:MonetaryValue [0..1] + epo-ful:Consignment -> epo:MonetaryValue [0..1] epo-ful:hasDeclaredStatisticalValue - epo-ful:GoodsItem (external) -> epo:MonetaryValue [0..*] + epo-ful:GoodsItem -> epo:MonetaryValue [0..*] epo-ful:hasDespatchedQuantity Quantity despatched for delivered. - epo-ful:DespatchLine (external) -> epo:Quantity [1] + epo-ful:DespatchLine -> epo:Quantity [1] epo-ful:hasEstimatedDeliveryPeriod - epo-ful:ShipmentInformation (external) -> epo:Period [0..1] + epo-ful:ShipmentInformation -> epo:Period [0..1] epo-ful:hasFreightForwarderConsignmentID - epo-ful:Consignment (external) -> adms:Identifier [0..1] + epo-ful:Consignment -> adms:Identifier [0..1] epo-ful:hasGrossVolume - epo-ful:AbstractContainer (external) -> epo:Quantity [0..1]
epo-ful:Consignment (external) -> epo:Quantity [0..1]
+ epo-ful:AbstractContainer -> epo:Quantity [0..1]
epo-ful:Consignment -> epo:Quantity [0..1]
epo-ful:hasGrossWeight - epo-ful:AbstractContainer (external) -> epo:Quantity [0..1]
epo-ful:Consignment (external) -> epo:Quantity [0..1]
+ epo-ful:AbstractContainer -> epo:Quantity [0..1]
epo-ful:Consignment -> epo:Quantity [0..1]
epo-ful:hasHeight - epo-ful:AbstractContainer (external) -> epo:Quantity [0..1] + epo-ful:AbstractContainer -> epo:Quantity [0..1] epo-ful:hasLength - epo-ful:AbstractContainer (external) -> epo:Quantity [0..1] + epo-ful:AbstractContainer -> epo:Quantity [0..1] epo-ful:hasLoadingLength - epo-ful:Consignment (external) -> epo:Quantity [0..1] + epo-ful:Consignment -> epo:Quantity [0..1] epo-ful:hasMaximumTemperature - epo-ful:TemperatureSpecification (external) -> epo:Quantity [0..1] + epo-ful:TemperatureSpecification -> epo:Quantity [0..1] epo-ful:hasMinimumTemperature - epo-ful:TemperatureSpecification (external) -> epo:Quantity [0..1] + epo-ful:TemperatureSpecification -> epo:Quantity [0..1] epo-ful:hasNetVolume - epo-ful:AbstractContainer (external) -> epo:Quantity [0..1] + epo-ful:AbstractContainer -> epo:Quantity [0..1] epo-ful:hasNetWeight - epo-ful:AbstractContainer (external) -> epo:Quantity [0..1]
epo-ful:Consignment (external) -> epo:Quantity [0..1]
+ epo-ful:AbstractContainer -> epo:Quantity [0..1]
epo-ful:Consignment -> epo:Quantity [0..1]
epo-ful:hasOutstandingQuantity - epo-ful:DespatchLine (external) -> epo:Quantity [0..1] + epo-ful:DespatchLine -> epo:Quantity [0..1] epo-ful:hasTotalGoodsItemQuantity - epo-ful:AbstractContainer (external) -> epo:Quantity [0..1]
epo-ful:Consignment (external) -> epo:Quantity [0..1]
+ epo-ful:AbstractContainer -> epo:Quantity [0..1]
epo-ful:Consignment -> epo:Quantity [0..1]
epo-ful:hasTraceID - epo-ful:GoodsItem (external) -> adms:Identifier [0..1] + epo-ful:GoodsItem -> adms:Identifier [0..1] epo-ful:hasTrackingID - epo-ord:DeliveryInformation (external) -> adms:Identifier [0..1] + epo-ord:DeliveryInformation -> adms:Identifier [0..1] epo-ful:hasTransportHandlingUnitQuantity - epo-ful:Consignment (external) -> epo:Quantity [0..1] + epo-ful:Consignment -> epo:Quantity [0..1] epo-ful:hasVehicleID - epo-ful:TransportMeans (external) -> adms:Identifier [1] + epo-ful:TransportMeans -> adms:Identifier [1] epo-ful:hasVehicleSegmentID - epo-ful:TransportMeans (external) -> adms:Identifier [0..1] + epo-ful:TransportMeans -> adms:Identifier [0..1] epo-ful:hasWidth - epo-ful:AbstractContainer (external) -> epo:Quantity [0..1] + epo-ful:AbstractContainer -> epo:Quantity [0..1] epo-ful:specifiesPlaceOfDespatch - epo-ful:ShipmentInformation (external) -> dct:Location [0..1] + epo-ful:ShipmentInformation -> dct:Location [0..1] epo-not:announcesRole - epo-not:ResultNotice (external) -> epo:AgentInRole [0..*] + epo-not:ResultNotice -> epo:AgentInRole [0..*] epo-not:refersToRole - epo-not:ResultNotice (external) -> epo:AgentInRole [1..*] + epo-not:ResultNotice -> epo:AgentInRole [1..*] epo-ord:concernsContract - epo-ord:ContractInformation (external) -> epo:Contract [1] + epo-ord:ContractInformation -> epo:Contract [1] epo-ord:concernsOriginatorRequest - epo-ord:OriginatorInformation (external) -> epo:OriginatorRequest [0..1] + epo-ord:OriginatorInformation -> epo:OriginatorRequest [0..1] epo-ord:hasAmountDueForPayment - epo-ord:Order (external) -> epo:MonetaryValue [1] + epo-ord:Order -> epo:MonetaryValue [1] epo-ord:hasDeliveryPeriod - epo-ord:OrderResponseInformation (external) -> epo:Period [0..1]
epo-ord:DeliveryInformation (external) -> epo:Period [0..1]
+ epo-ord:OrderResponseInformation -> epo:Period [0..1]
epo-ord:DeliveryInformation -> epo:Period [0..1]
epo-ord:hasPrepaidAmount - epo-ord:Order (external) -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasRoundingAmount - epo-ord:Order (external) -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasTaxInformation - epo:Contract -> epo-ord:TaxInformation (external) [0..1] + epo:Contract -> epo-ord:TaxInformation [0..1] epo-ord:hasTotalAllowanceAmount - epo-ord:Order (external) -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasTotalChargeAmount - epo-ord:Order (external) -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasTotalLineAmount - epo-ord:Order (external) -> epo:MonetaryValue [1] + epo-ord:Order -> epo:MonetaryValue [1] epo-ord:hasTotalTaxExclusiveAmount - epo-ord:Order (external) -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:hasTotalTaxInclusiveAmount - epo-ord:Order (external) -> epo:MonetaryValue [0..1] + epo-ord:Order -> epo:MonetaryValue [0..1] epo-ord:implementsContract - epo-ord:OrderResponse (external) -> epo:Contract [0..1] + epo-ord:OrderResponse -> epo:Contract [0..1] epo-ord:specifiesBuyer - epo-ord:OrderResponse (external) -> epo:Buyer [0..1] + epo-ord:OrderResponse -> epo:Buyer [0..1] epo-ord:specifiesDeliveryAgreementLocation - epo-ord:DeliveryAgreement (external) -> dct:Location [0..1] + epo-ord:DeliveryAgreement -> dct:Location [0..1] epo-ord:specifiesPlaceOfDelivery - epo-ord:DeliveryInformation (external) -> dct:Location [0..1] + epo-ord:DeliveryInformation -> dct:Location [0..1] locn:address