Skip to content

Commit

Permalink
Fix static links and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Darnala committed Sep 20, 2023
1 parent 80d6003 commit 282600e
Show file tree
Hide file tree
Showing 3 changed files with 3,693 additions and 3,648 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

#### Class
- Add creators: florenceA, baptisteD
- Add contributors: maximeL, garetheH

**Class**

- PhoneNumber subClassOf What Subject
- SocialMedia subClassOf What Subject

#### ObjectProperty
**ObjectProperty**

- hasPhoneNumber: domain Agent, inverse: phoneNumberOf
- phoneNumberOf: domain PhoneNumber, inverse hasPhoneNumber
- hasSocialMedia: domain Agent, inverse: socialMediaOf
- socialMediaOf: domain SocialMedia, inverse: hasSocialMedia

#### DataProperty
**DataProperty**

- discount: domain (Offer | Order | OrderLine), range: float
- websitePage: domain (Agent | VirtualPlace), range: anyURI
Expand All @@ -38,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ClassName: Repository -> Catalog
- Domain phoneNumber: Agent -> PhoneNumber
- Range date: date -> dateTime
- Update namespace static.datafoodconsortium.org -> github.com
- Remove link to contributors file

### Removed

Expand Down
Loading

0 comments on commit 282600e

Please sign in to comment.