Skip to content

Commit

Permalink
Adding transformation files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 12, 2023
1 parent 28a8cc5 commit eb4f95c
Show file tree
Hide file tree
Showing 10 changed files with 5,683 additions and 5,695 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand All @@ -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 ],
Expand All @@ -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 <http://www.w3.org/2002/07/owl##AllDisjointClasses> ;
owl:members ( :ItemComplementaryRelation :ItemAccessoryRelation :ItemComposition :ItemReplacement :ItemRequirement ) .
owl:onProperty dcterms:description ],
[ a owl:Restriction ;
owl:cardinality 1 ;
owl:onProperty dcterms:title ] .

[] a <http://www.w3.org/2002/07/owl##AllDisjointClasses> ;
owl:members ( :ItemComplementaryRelation :ItemAccessoryRelation :ItemComposition :ItemReplacement :ItemRequirement ) .
Expand All @@ -520,3 +517,6 @@ dcterms:title a owl:FunctionalProperty ;
[] a <http://www.w3.org/2002/07/owl##AllDisjointClasses> ;
owl:members ( :ProductSpecification :Catalogue ) .

[] a <http://www.w3.org/2002/07/owl##AllDisjointClasses> ;
owl:members ( :ItemComplementaryRelation :ItemAccessoryRelation :ItemComposition :ItemReplacement :ItemRequirement ) .

Original file line number Diff line number Diff line change
Expand Up @@ -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 ] .

Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand All @@ -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 ],
Expand All @@ -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 ] .

Loading

0 comments on commit eb4f95c

Please sign in to comment.