Skip to content

Commit

Permalink
Change rdfs:comment in sh:PropertyShape to sh:description
Browse files Browse the repository at this point in the history
References:
* #357

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Mar 18, 2022
1 parent bfb4c57 commit 0d06a09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ontology/observable/observable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2677,13 +2677,6 @@ observable:FileFacet
rdfs:label "FileFacet"@en ;
rdfs:comment "A file facet is a grouping of characteristics unique to the storage of a file (computer resource for recording data discretely in a computer storage device) on a file system (process that manages how and where data on a storage device is stored, accessed and managed). [based on https://en.wikipedia.org/Computer_file and https://www.techopedia.com/definition/5510/file-system]"@en ;
sh:property
[
rdfs:comment "When used to characterize a file the sizeInBytes property conveys the recorded size of a file in a file system."@en ;
sh:datatype xsd:integer ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:sizeInBytes ;
] ,
[
sh:datatype xsd:boolean ;
sh:nodeKind sh:Literal ;
Expand Down Expand Up @@ -2713,6 +2706,13 @@ observable:FileFacet
sh:nodeKind sh:Literal ;
sh:path observable:observableCreatedTime ;
] ,
[
sh:datatype xsd:integer ;
sh:description "When used to characterize a file the sizeInBytes property conveys the recorded size of a file in a file system."@en ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:sizeInBytes ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
Expand Down

0 comments on commit 0d06a09

Please sign in to comment.