Skip to content

Commit

Permalink
Merge pull request #1 from ucoProject/align_hash
Browse files Browse the repository at this point in the history
Align Hash
  • Loading branch information
plbt5 authored Feb 2, 2024
2 parents a8dec94 + 8c15a47 commit 2ee1562
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ontology/uco-gufo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix uco-types: <https://ontology.unifiedcyberontology.org/uco/types/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/ontology/uco-gufo>
Expand All @@ -35,3 +36,7 @@ uco-identity:Person
rdfs:subClassOf gufo:Object ;
.

uco-types:Hash
rdfs:subClassOf gufo:AbstractIndividual ;
.

8 changes: 8 additions & 0 deletions tests/exemplars.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix uco-types: <https://ontology.unifiedcyberontology.org/uco/types/> .
@prefix uco-vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/kb>
Expand All @@ -24,6 +26,12 @@ kb:Event-03a1a1db-0579-4427-9a51-448c32281146
a uco-core:Event ;
.

kb:Hash-4c3d0623-d365-4c69-a1a1-01523c6502fa
a uco-types:Hash ;
uco-types:hashMethod "SHA1"^^uco-vocabulary:HashNameVocab ;
uco-types:hashValue "da39a3ee5e6b4b0d3255bfef95601890afd80709"^^xsd:hexBinary ;
.

kb:Organization-3b542161-47e1-40cd-a1b1-e1b9d07af81f
a uco-identity:Organization ;
.
Expand Down

0 comments on commit 2ee1562

Please sign in to comment.