Skip to content

Commit cf40780

Browse files
authored
Merge pull request #339 from casework/bump_prerelease_pointers
Bump prerelease pointers
2 parents d05c0cf + 71334c7 commit cf40780

4 files changed

Lines changed: 222 additions & 2 deletions

File tree

ontology/CASE-unstable-2.0.0.ttl

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,17 @@ co:ListItem
301301
rdfs:subClassOf co:Item ;
302302
.
303303

304+
investigation:AcademicResearchInvestigator
305+
a
306+
owl:Class ,
307+
sh:NodeShape
308+
;
309+
rdfs:subClassOf investigation:Investigator ;
310+
rdfs:label "Academic-Research Investigator"@en ;
311+
rdfs:comment "A principal or co-investigator on a university or research-institute project who designs and conducts scholarly investigations under institutional research-ethics policy."@en ;
312+
sh:targetClass investigation:AcademicResearchInvestigator ;
313+
.
314+
304315
investigation:Attorney
305316
a
306317
owl:Class ,
@@ -348,6 +359,28 @@ investigation:Authorization
348359
sh:targetClass investigation:Authorization ;
349360
.
350361

362+
investigation:CivilSocietyInvestigator
363+
a
364+
owl:Class ,
365+
sh:NodeShape
366+
;
367+
rdfs:subClassOf investigation:Investigator ;
368+
rdfs:label "Civil-Society / Open-Source Investigator"@en ;
369+
rdfs:comment "An investigator working for an NGO, newsroom, or public OSINT collective who gathers, verifies, and preserves open-source information on matters of public interest (e.g., war-crimes documentation, environmental abuse)."@en ;
370+
sh:targetClass investigation:CivilSocietyInvestigator ;
371+
.
372+
373+
investigation:CorporateInvestigator
374+
a
375+
owl:Class ,
376+
sh:NodeShape
377+
;
378+
rdfs:subClassOf investigation:Investigator ;
379+
rdfs:label "Corporate Investigator"@en ;
380+
rdfs:comment "An internal or contracted investigator who conducts fact-finding for a private-sector organisation under corporate policy and applicable civil law (e.g., fraud, misconduct, or e-discovery inquiries)."@en ;
381+
sh:targetClass investigation:CorporateInvestigator ;
382+
.
383+
351384
investigation:Examiner
352385
a
353386
owl:Class ,
@@ -370,6 +403,39 @@ investigation:ExaminerActionLifecycle
370403
sh:targetClass investigation:ExaminerActionLifecylce ;
371404
.
372405

406+
investigation:HumanRightsInvestigator
407+
a
408+
owl:Class ,
409+
sh:NodeShape
410+
;
411+
rdfs:subClassOf investigation:Investigator ;
412+
rdfs:label "Human-Rights Investigator"@en ;
413+
rdfs:comment "An investigator mandated by an international or regional body (e.g., UN fact-finding mission, ICC Office of the Prosecutor) to collect and analyse evidence of human-rights or humanitarian-law violations."@en ;
414+
sh:targetClass investigation:HumanRightsInvestigator ;
415+
.
416+
417+
investigation:InsuranceInvestigator
418+
a
419+
owl:Class ,
420+
sh:NodeShape
421+
;
422+
rdfs:subClassOf investigation:Investigator ;
423+
rdfs:label "Insurance Investigator"@en ;
424+
rdfs:comment "A specialist (often in an insurer's Special Investigation Unit) who examines claims and related evidence to detect, document, and prevent insurance fraud."@en ;
425+
sh:targetClass investigation:InsuranceInvestigator ;
426+
.
427+
428+
investigation:IntelligenceInvestigator
429+
a
430+
owl:Class ,
431+
sh:NodeShape
432+
;
433+
rdfs:subClassOf investigation:Investigator ;
434+
rdfs:label "Intelligence Investigator"@en ;
435+
rdfs:comment "An investigator within a civil or military intelligence or counter-intelligence agency who collects and analyses information to detect, assess, and neutralize foreign-intelligence or terrorism threats."@en ;
436+
sh:targetClass investigation:IntelligenceInvestigator ;
437+
.
438+
373439
investigation:Investigation
374440
a
375441
owl:Class ,
@@ -482,6 +548,39 @@ investigation:Investigator
482548
sh:targetClass investigation:Investigator ;
483549
.
484550

551+
investigation:LawEnforcementInvestigator
552+
a
553+
owl:Class ,
554+
sh:NodeShape
555+
;
556+
rdfs:subClassOf investigation:Investigator ;
557+
rdfs:label "Law-Enforcement Investigator"@en ;
558+
rdfs:comment "An investigator empowered by criminal-procedure law—e.g., police detective, federal special agent—to collect evidence of suspected offences, execute warrants, and file charges."@en ;
559+
sh:targetClass investigation:LawEnforcementInvestigator ;
560+
.
561+
562+
investigation:MilitaryInvestigator
563+
a
564+
owl:Class ,
565+
sh:NodeShape
566+
;
567+
rdfs:subClassOf investigation:Investigator ;
568+
rdfs:label "Military Investigator"@en ;
569+
rdfs:comment "A member of a military criminal-investigation organisation who investigates offences under military justice codes and the law of armed conflict (e.g., Army CID, Naval Criminal Investigative Service agent)."@en ;
570+
sh:targetClass investigation:MilitaryInvestigator ;
571+
.
572+
573+
investigation:PrivateInvestigator
574+
a
575+
owl:Class ,
576+
sh:NodeShape
577+
;
578+
rdfs:subClassOf investigation:Investigator ;
579+
rdfs:label "Private Investigator"@en ;
580+
rdfs:comment "A non-law enforcement investigator (often called a PI, private detective, or private eye) hired by private clients to conduct investigative services, such as, surveillance, background checks, or asset tracing. Private Investigators oftentimes require a license but not in all jurisdictions."@en ;
581+
sh:targetClass investigation:PrivateInvestigator ;
582+
.
583+
485584
investigation:ProvenanceRecord
486585
a
487586
owl:Class ,
@@ -507,6 +606,17 @@ investigation:ProvenanceRecord
507606
sh:targetClass investigation:ProvenanceRecord ;
508607
.
509608

609+
investigation:RegulatoryInvestigator
610+
a
611+
owl:Class ,
612+
sh:NodeShape
613+
;
614+
rdfs:subClassOf investigation:Investigator ;
615+
rdfs:label "Regulatory Investigator"@en ;
616+
rdfs:comment "An investigator acting under statutory regulatory authority—such as securities, health-and-safety, or data-protection law—to determine compliance and recommend administrative sanctions."@en ;
617+
sh:targetClass investigation:RegulatoryInvestigator ;
618+
.
619+
510620
investigation:Subject
511621
a
512622
owl:Class ,

ontology/CASE-unstable.ttl

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,17 @@ co:ListItem
301301
rdfs:subClassOf co:Item ;
302302
.
303303

304+
investigation:AcademicResearchInvestigator
305+
a
306+
owl:Class ,
307+
sh:NodeShape
308+
;
309+
rdfs:subClassOf investigation:Investigator ;
310+
rdfs:label "Academic-Research Investigator"@en ;
311+
rdfs:comment "A principal or co-investigator on a university or research-institute project who designs and conducts scholarly investigations under institutional research-ethics policy."@en ;
312+
sh:targetClass investigation:AcademicResearchInvestigator ;
313+
.
314+
304315
investigation:Attorney
305316
a
306317
owl:Class ,
@@ -348,6 +359,28 @@ investigation:Authorization
348359
sh:targetClass investigation:Authorization ;
349360
.
350361

362+
investigation:CivilSocietyInvestigator
363+
a
364+
owl:Class ,
365+
sh:NodeShape
366+
;
367+
rdfs:subClassOf investigation:Investigator ;
368+
rdfs:label "Civil-Society / Open-Source Investigator"@en ;
369+
rdfs:comment "An investigator working for an NGO, newsroom, or public OSINT collective who gathers, verifies, and preserves open-source information on matters of public interest (e.g., war-crimes documentation, environmental abuse)."@en ;
370+
sh:targetClass investigation:CivilSocietyInvestigator ;
371+
.
372+
373+
investigation:CorporateInvestigator
374+
a
375+
owl:Class ,
376+
sh:NodeShape
377+
;
378+
rdfs:subClassOf investigation:Investigator ;
379+
rdfs:label "Corporate Investigator"@en ;
380+
rdfs:comment "An internal or contracted investigator who conducts fact-finding for a private-sector organisation under corporate policy and applicable civil law (e.g., fraud, misconduct, or e-discovery inquiries)."@en ;
381+
sh:targetClass investigation:CorporateInvestigator ;
382+
.
383+
351384
investigation:Examiner
352385
a
353386
owl:Class ,
@@ -370,6 +403,39 @@ investigation:ExaminerActionLifecycle
370403
sh:targetClass investigation:ExaminerActionLifecylce ;
371404
.
372405

406+
investigation:HumanRightsInvestigator
407+
a
408+
owl:Class ,
409+
sh:NodeShape
410+
;
411+
rdfs:subClassOf investigation:Investigator ;
412+
rdfs:label "Human-Rights Investigator"@en ;
413+
rdfs:comment "An investigator mandated by an international or regional body (e.g., UN fact-finding mission, ICC Office of the Prosecutor) to collect and analyse evidence of human-rights or humanitarian-law violations."@en ;
414+
sh:targetClass investigation:HumanRightsInvestigator ;
415+
.
416+
417+
investigation:InsuranceInvestigator
418+
a
419+
owl:Class ,
420+
sh:NodeShape
421+
;
422+
rdfs:subClassOf investigation:Investigator ;
423+
rdfs:label "Insurance Investigator"@en ;
424+
rdfs:comment "A specialist (often in an insurer's Special Investigation Unit) who examines claims and related evidence to detect, document, and prevent insurance fraud."@en ;
425+
sh:targetClass investigation:InsuranceInvestigator ;
426+
.
427+
428+
investigation:IntelligenceInvestigator
429+
a
430+
owl:Class ,
431+
sh:NodeShape
432+
;
433+
rdfs:subClassOf investigation:Investigator ;
434+
rdfs:label "Intelligence Investigator"@en ;
435+
rdfs:comment "An investigator within a civil or military intelligence or counter-intelligence agency who collects and analyses information to detect, assess, and neutralize foreign-intelligence or terrorism threats."@en ;
436+
sh:targetClass investigation:IntelligenceInvestigator ;
437+
.
438+
373439
investigation:Investigation
374440
a
375441
owl:Class ,
@@ -482,6 +548,39 @@ investigation:Investigator
482548
sh:targetClass investigation:Investigator ;
483549
.
484550

551+
investigation:LawEnforcementInvestigator
552+
a
553+
owl:Class ,
554+
sh:NodeShape
555+
;
556+
rdfs:subClassOf investigation:Investigator ;
557+
rdfs:label "Law-Enforcement Investigator"@en ;
558+
rdfs:comment "An investigator empowered by criminal-procedure law—e.g., police detective, federal special agent—to collect evidence of suspected offences, execute warrants, and file charges."@en ;
559+
sh:targetClass investigation:LawEnforcementInvestigator ;
560+
.
561+
562+
investigation:MilitaryInvestigator
563+
a
564+
owl:Class ,
565+
sh:NodeShape
566+
;
567+
rdfs:subClassOf investigation:Investigator ;
568+
rdfs:label "Military Investigator"@en ;
569+
rdfs:comment "A member of a military criminal-investigation organisation who investigates offences under military justice codes and the law of armed conflict (e.g., Army CID, Naval Criminal Investigative Service agent)."@en ;
570+
sh:targetClass investigation:MilitaryInvestigator ;
571+
.
572+
573+
investigation:PrivateInvestigator
574+
a
575+
owl:Class ,
576+
sh:NodeShape
577+
;
578+
rdfs:subClassOf investigation:Investigator ;
579+
rdfs:label "Private Investigator"@en ;
580+
rdfs:comment "A non-law enforcement investigator (often called a PI, private detective, or private eye) hired by private clients to conduct investigative services, such as, surveillance, background checks, or asset tracing. Private Investigators oftentimes require a license but not in all jurisdictions."@en ;
581+
sh:targetClass investigation:PrivateInvestigator ;
582+
.
583+
485584
investigation:ProvenanceRecord
486585
a
487586
owl:Class ,
@@ -507,6 +606,17 @@ investigation:ProvenanceRecord
507606
sh:targetClass investigation:ProvenanceRecord ;
508607
.
509608

609+
investigation:RegulatoryInvestigator
610+
a
611+
owl:Class ,
612+
sh:NodeShape
613+
;
614+
rdfs:subClassOf investigation:Investigator ;
615+
rdfs:label "Regulatory Investigator"@en ;
616+
rdfs:comment "An investigator acting under statutory regulatory authority—such as securities, health-and-safety, or data-protection law—to determine compliance and recommend administrative sanctions."@en ;
617+
sh:targetClass investigation:RegulatoryInvestigator ;
618+
.
619+
510620
investigation:Subject
511621
a
512622
owl:Class ,

0 commit comments

Comments
 (0)