Skip to content

Commit

Permalink
remove plural form
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydar Akyuerek committed Mar 5, 2020
1 parent 180ebee commit 28e877e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model/infrastructure/Connector.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion testing/infrastructure/ConnectorShape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit 28e877e

Please sign in to comment.