Skip to content

Commit

Permalink
Add stub reference to types:Dictionary
Browse files Browse the repository at this point in the history
References:
* #541

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 25, 2023
1 parent 36ee236 commit 9cf555a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ontology/uco/core/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,11 @@ core:value
rdfs:range xsd:string ;
.

types:Dictionary
a owl:Class ;
rdfs:isDefinedBy <https://ontology.unifiedcyberontology.org/uco/types> ;
.

[]
a owl:AllDisjointClasses ;
owl:members (
Expand Down

0 comments on commit 9cf555a

Please sign in to comment.