Skip to content

Commit

Permalink
Deprecate tool:buildConfiguration
Browse files Browse the repository at this point in the history
AJN: This was one of Sean's noted changes.  I set it aside on not
finding a `hasConfiguration` property, but assume it was meant to be
`configure:usesConfiguration`.

No effects were observed on Make-managed files.

Co-authored-by: Sean Barnum <[email protected]>
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist and Sean Barnum committed Feb 5, 2024
1 parent 623c5f4 commit 0d9c39f
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion ontology/uco/tool/tool.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,31 @@ tool:Tool
.

tool:buildConfiguration
a owl:ObjectProperty ;
a
owl:ObjectProperty ,
owl:DeprecatedProperty
;
rdfs:label "buildConfiguration"@en ;
rdfs:comment "How the build utility was configured for a particular build of a particular software."@en ;
rdfs:range configuration:Configuration ;
rdfs:seeAlso
configuration:usesConfiguration ,
observable:BuildUtility
;
.

tool:buildConfiguration-subjects-shape
a sh:NodeShape ;
rdfs:seeAlso
configuration:usesConfiguration ,
observable:BuildUtility
;
sh:property [
sh:maxCount "0"^^xsd:integer ;
sh:message "uco-tool:buildConfiguration is deprecated. Please instead use the property (starting from uco-observable:BuildUtility) / configuration:usesConfiguration."@en ;
sh:path tool:buildConfiguration ;
] ;
sh:targetSubjectsOf tool:buildConfiguration ;
.

tool:buildID
Expand Down

0 comments on commit 0d9c39f

Please sign in to comment.