Skip to content

Commit

Permalink
Normalize
Browse files Browse the repository at this point in the history
References:
* #432

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 21, 2022
1 parent 6b51302 commit e4bcf92
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ontology/uco/tool/tool.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<https://ontology.unifiedcyberontology.org/uco/tool>
a owl:Ontology ;
rdfs:label "uco-tool"@en ;
owl:imports <https://ontology.unifiedcyberontology.org/uco/configuration> ;
owl:imports <https://ontology.unifiedcyberontology.org/uco/core> ;
owl:imports
<https://ontology.unifiedcyberontology.org/uco/configuration> ,
<https://ontology.unifiedcyberontology.org/uco/core>
;
.

tool:AnalyticTool
Expand Down Expand Up @@ -270,7 +272,6 @@ tool:Tool
sh:targetClass tool:Tool ;
.


tool:buildConfiguration
a owl:ObjectProperty ;
rdfs:label "buildConfiguration"@en ;
Expand Down Expand Up @@ -431,3 +432,4 @@ tool:version
rdfs:comment "An appropriate version descriptor of a particular tool."@en ;
rdfs:range xsd:string ;
.

0 comments on commit e4bcf92

Please sign in to comment.