From 28e877e8155ae817ff833ba193e77a6ee0ff4319 Mon Sep 17 00:00:00 2001 From: Haydar Akyuerek Date: Thu, 5 Mar 2020 16:29:42 +0100 Subject: [PATCH 1/2] remove plural form --- model/infrastructure/Connector.ttl | 4 ++-- testing/infrastructure/ConnectorShape.ttl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/model/infrastructure/Connector.ttl b/model/infrastructure/Connector.ttl index f4c04c35..4a649b4d 100644 --- a/model/infrastructure/Connector.ttl +++ b/model/infrastructure/Connector.ttl @@ -90,9 +90,9 @@ ids:catalog a owl:ObjectProperty; rdfs:label "catalog"@en; rdfs:comment "References the Catalog of published or requested resource by this Connector."@en. -ids:hasAgents a owl:ObjectProperty; +ids:hasAgent a owl:ObjectProperty; idsm:referenceByUri true; - rdfs:label "has Agents"@en; + rdfs:label "has Agent"@en; rdfs:domain ids:Connector; rdfs:range ids:Agent; rdfs:comment "The Agents for which this Connector may initiate and receive Messages."@en. diff --git a/testing/infrastructure/ConnectorShape.ttl b/testing/infrastructure/ConnectorShape.ttl index dbb49c32..160a6de2 100644 --- a/testing/infrastructure/ConnectorShape.ttl +++ b/testing/infrastructure/ConnectorShape.ttl @@ -74,7 +74,7 @@ shapes:ConnectorShape sh:property [ a sh:PropertyShape ; - sh:path ids:hasAgents ; + sh:path ids:hasAgent ; sh:datatype xsd:anyURI ; sh:pattern "^(?:(?:http(s)?|(s)?ftp|idscp):\\/\\/)?[\\w.-]+(?:\\.[\\w\\w.-]+)+[\\w\\-\\._~:/?#\\[\\]@!\\$&'\\(\\)\\*\\+,;=.]+$" ; sh:severity sh:Violation ; From 247e185ad81c462b6dd2242f7b4a6371531bc44f Mon Sep 17 00:00:00 2001 From: Haydar Akyuerek Date: Thu, 5 Mar 2020 16:33:48 +0100 Subject: [PATCH 2/2] remove plural form --- model/contract/Action.ttl | 1 - 1 file changed, 1 deletion(-) diff --git a/model/contract/Action.ttl b/model/contract/Action.ttl index 51acb298..125ef1f7 100644 --- a/model/contract/Action.ttl +++ b/model/contract/Action.ttl @@ -12,7 +12,6 @@ ids:Action rdfs:subClassOf odrl:Action; a owl:Class; rdfs:label "Action"@en; - idsm:labelPluralForm "Actions"@en; rdfs:comment "A thing one might be permitted to do or prohibited from doing to something."@en; idsm:validation [ idsm:forProperty ids:actionRefinement;