Skip to content

Commit

Permalink
Merge branch 'v1.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcoz committed Jan 11, 2024
2 parents 8b0c9b0 + 93a71ee commit 4bd9f83
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 125 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.0] - 2024-01-11

### Added

#### Property
- region, domain: Address, range: xsd:string

### Changed
- Rename: hasIncome -> hasInput
- Rename: hasOutcome -> hasOutput
- Rename: incomeOf -> inputOf
- Rename: outcomeOf -> outputOf


## [1.10.0] - 2023-12-22

### Added
Expand All @@ -18,17 +32,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- hasPaymentStatus, domain: Order, range: skos:Concept and (skos:broader value PaymentState) and (skos:inScheme value DFC_Vocabulary), subpropertyOf: hasStatus

#### Domain
- physicalCharacteristicsOf : PhysicalCharacteristic
- physicalCharacteristicsOf: PhysicalCharacteristic

#### Range
- stocklimitation : xsd:float
- totalTheoreticalStock : xsd:float
- stocklimitation: xsd:float
- totalTheoreticalStock: xsd:float

#### Properties characteristics
- inverse property : hasLabellingCharacteristic inverseOf labellingCharacteristicOf
- inverse property: hasLabellingCharacteristic inverseOf labellingCharacteristicOf

### Changed

- PhysicalProduct: subClassOf (consumedBy only AsRealisedProductionFlow) -> subClassOf (consumedBy only AsRealisedConsumptionFlow)
- Address: subClassOf addressOf only Person and subClassOf addressOf only PhysicalPlace -> subClassOf addressOf only (Person or PhysicalPlace)
- Agent: subClassOf owns only PhysicalProduct -> subClassOf owns only (PhysicalProduct or Brand)
Expand All @@ -38,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Domain: magages, Agent -> Enterprise
- Domain: affiliatedTo, Enterprise -> Agent
- Domain: websitePage, (Agent or VirtualPlace) -> (Agent or VirtualPlace or SocialMedia)
- Rename : affiliatedBy -> affiliatedTo
- Rename: affiliatedBy -> affiliatedTo

### Removed

Expand Down
14 changes: 7 additions & 7 deletions context.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@
"dfc-b:hasGeographicalOrigin": {
"@type": "@id"
},
"dfc-b:hasIncome": {
"dfc-b:hasIngredient": {
"@type": "@id"
},
"dfc-b:hasIngredient": {
"dfc-b:hasInput": {
"@type": "@id"
},
"dfc-b:hasLabellingCharacteristic": {
Expand Down Expand Up @@ -164,7 +164,7 @@
"dfc-b:hasOrderStatus": {
"@type": "@id"
},
"dfc-b:hasOutcome": {
"dfc-b:hasOutput": {
"@type": "@id"
},
"dfc-b:hasPart": {
Expand Down Expand Up @@ -227,15 +227,15 @@
"dfc-b:identifies": {
"@type": "@id"
},
"dfc-b:incomeOf": {
"@type": "@id"
},
"dfc-b:industrializedBy": {
"@type": "@id"
},
"dfc-b:industrializes": {
"@type": "@id"
},
"dfc-b:inputOf": {
"@type": "@id"
},
"dfc-b:isIngredientOf": {
"@type": "@id"
},
Expand Down Expand Up @@ -302,7 +302,7 @@
"dfc-b:orders": {
"@type": "@id"
},
"dfc-b:outcomeOf": {
"dfc-b:outputOf": {
"@type": "@id"
},
"dfc-b:ownedBy": {
Expand Down
Loading

0 comments on commit 4bd9f83

Please sign in to comment.