Skip to content

Commit

Permalink
Merge pull request #217 from IndustrialDataSpace/fix/pluralforms
Browse files Browse the repository at this point in the history
remove plural form
  • Loading branch information
Haydar Akyürek committed Mar 5, 2020
2 parents 180ebee + 247e185 commit a577363
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion model/contract/Action.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
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 a577363

Please sign in to comment.