Skip to content

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydar Akyürek committed Oct 26, 2020
1 parent 96653d3 commit b39b4f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/APP_RESOURCE.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ids:representation [
a ids:AppRepresentation ;
ids:mediaType <https://www.iana.org/assignments/media-types/application/zip> ;
ids:dataAppDestribtutionService <https://example.com> ;
ids:dataAppDistributionService <https://example.com> ;
ids:dataAppRuntimeEnvironment "Docker" ;
ids:dataAppInformation [
a ids:SmartDataApp ;
Expand Down
2 changes: 1 addition & 1 deletion taxonomies/Representation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ids:dataAppInformation a owl:ObjectProperty;
rdfs:range ids:DataApp;
.

ids:dataAppDestribtutionService a owl:DatatypeProperty;
ids:dataAppDistributionService a owl:DatatypeProperty;
rdfs:label "app destribtution service"@en ;
rdfs:comment "IRI reference to storage and distribution system for the correspending data app. Unlinke regular representations for IDS resources, a data app may not be retrieved directly from a connector but from a separate registry instead."@en ;
rdfs:domain ids:AppRepresentation;
Expand Down
4 changes: 2 additions & 2 deletions testing/taxonomies/RepresentationShape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ shapes:AppRepresentationShape

sh:property [
a sh:PropertyShape ;
sh:path ids:dataAppDestribtutionService ;
sh:path ids:dataAppDistributionService ;
sh:nodeKind sh:IRI ;
sh:severity sh:Violation ;
sh:message "<https://raw.githubusercontent.com/International-Data-Spaces-Association/InformationModel/master/testing/taxonomies/RepresentationShape.ttl> (AppRepresentationShape): An ids:appDestribtutionService property must point from an ids:AppRepresentation to an IRI."@en ;
sh:message "<https://raw.githubusercontent.com/International-Data-Spaces-Association/InformationModel/master/testing/taxonomies/RepresentationShape.ttl> (AppRepresentationShape): An ids:dataAppDistributionService property must point from an ids:AppRepresentation to an IRI."@en ;
];

sh:property [
Expand Down

0 comments on commit b39b4f7

Please sign in to comment.