From f5b6b12e1a53e2fc7be399f74dd2c2f5ee974c44 Mon Sep 17 00:00:00 2001 From: Christoph Lange Date: Tue, 19 Nov 2019 14:45:35 +0100 Subject: [PATCH] fixed typos --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45982d50..5ba9c621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p Version 2.0.1 of the IDS Information model ### Changed -* Removed property *ids:baseContractOffer* from class *ids:ContractRequestMessage* due to redundancy. Per definition *ids:ContractRequestMessage* already requires a contract in it's payload. The property is therefore not needed. +* Removed property *ids:baseContractOffer* from class *ids:ContractRequestMessage* due to redundancy. By definition *ids:ContractRequestMessage* already requires a contract in its payload. The property is therefore not needed. ### Fixed -* Changed *ids:referingConnector* (class *ids:Token*) from *owl:ObjectProperty* to owl:DatatypeProperty with *rdfs:range xsd:anyURI*. Allows to reference the connector via an URI. +* Changed *ids:referingConnector* (class *ids:Token*) from *owl:ObjectProperty* to *owl:DatatypeProperty* with *rdfs:range* *xsd:anyURI*. Allows to reference the connector via an URI. -* Removed *idsm:abstract true* proeprty from *ids:variant* (class *ids:Resource*). Property is invalid, since it is intended to be used by classes only. +* Removed *idsm:abstract true* property from *ids:variant* (class *ids:Resource*). Property is invalid, since it is intended to be used by classes only. * Minor typo fixes.