Skip to content

Commit

Permalink
preparing the hal and tal libraries for Borderless Cyber conference
Browse files Browse the repository at this point in the history
  • Loading branch information
rhohimer committed Sep 4, 2023
1 parent f696fd6 commit 43dd67b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
7 changes: 5 additions & 2 deletions health-agent-lib/hal-library.owl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<owl:imports rdf:resource="http://www.intel.com/ns/ta-library"/>
</owl:Ontology>

<owl:NamedIndividual rdf:about="&hal;Curiosity">
<rdf:type rdf:resource="&tal;Motivation"/>
</owl:NamedIndividual>

<owl:Class rdf:about="&hal;CuriousHealthcareWorker">
<rdfs:subClassOf rdf:resource="&tal;RecklessEmployee"/>
<owl:equivalentClass>
Expand All @@ -34,7 +38,7 @@
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&tac;categorizedBy"/>
<owl:hasValue rdf:resource="&hal;EnjoymentObjective"/>
<owl:hasValue rdf:resource="&hal;Curiosity"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&tac;categorizedBy"/>
Expand All @@ -50,7 +54,6 @@
</owl:Class>

<owl:NamedIndividual rdf:about="&hal;EnjoymentObjective">
<rdf:type rdf:resource="&tal;Objective"/>
</owl:NamedIndividual>

<owl:NamedIndividual rdf:about="&hal;PolicyViolationObjective">
Expand Down
16 changes: 16 additions & 0 deletions knowledgebase-examples/hal-example.owl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY demo "http://hohimer.net/hal-example#">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
Expand All @@ -11,6 +12,7 @@
]>
<rdf:RDF xml:base="http://hohimer.net/hal-example"
xmlns="http://hohimer.net/hal-example#"
xmlns:demo="http://hohimer.net/hal-example#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
Expand All @@ -25,5 +27,19 @@
<owl:imports rdf:resource="http://www.hc-ta.org/ns/hal-library"/>
<owl:imports rdf:resource="http://www.intel.com/ns/ta-library"/>
</owl:Ontology>

<owl:NamedIndividual rdf:about="&demo;Person-of-Interest">
<rdf:type rdf:resource="&stix;ThreatActor"/>
<tac:categorizedBy rdf:resource="http://www.hc-ta.org/ns/hal-library#Curiosity"/>
<tac:categorizedBy rdf:resource="http://www.hc-ta.org/ns/hal-library#PolicyViolationOutcome"/>
<tac:categorizedBy rdf:resource="&tal;AdeptSkills"/>
<tac:categorizedBy rdf:resource="&tal;CovertVisibility"/>
<tac:categorizedBy rdf:resource="&tal;DamageOutcome"/>
<tac:categorizedBy rdf:resource="&tal;EmbarrassmentOutcome"/>
<tac:categorizedBy rdf:resource="&tal;IndividualResources"/>
<tac:categorizedBy rdf:resource="&tal;InternalAccess"/>
<tac:categorizedBy rdf:resource="&tal;LegalLimits"/>
<tac:categorizedBy rdf:resource="&tal;PersonalStatisfaction"/>
</owl:NamedIndividual>

</rdf:RDF>
4 changes: 0 additions & 4 deletions threat-agent-lib/ta-library.owl
Original file line number Diff line number Diff line change
Expand Up @@ -848,10 +848,6 @@
<owl:onProperty rdf:resource="&tac;categorizedBy"/>
<owl:hasValue rdf:resource="&tal;AdeptSkills"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&tac;categorizedBy"/>
<owl:hasValue rdf:resource="&tal;AllDontCareObjective"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&tac;categorizedBy"/>
<owl:hasValue rdf:resource="&tal;CovertVisibility"/>
Expand Down

0 comments on commit 43dd67b

Please sign in to comment.