Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ontology/investigation/investigation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ investigation:Investigation
sh:nodeKind sh:Literal ;
sh:path uco-core:startTime ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path investigation:investigationIdentifier ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
Expand Down Expand Up @@ -289,6 +295,14 @@ investigation:investigationForm
] ;
.

investigation:investigationIdentifier
a owl:DatatypeProperty ;
rdfs:label "investigationIdentifier"@en ;
rdfs:comment "A string identifier for an investigation. This would typically be assigned according to practice of the organization pursuing the investigation, e.g., meeting triggering conditions and consistent with a certain string structure decided by the organization. CASE makes no requirement whether or not this identifier is related to the IRI identifying the investigation's node within the graph. The time this identifier is designated is not necessarily the same time as the initiation of the investigation."@en ;
rdfs:domain investigation:Investigation ;
rdfs:range xsd:string ;
.

investigation:investigationStatus
a owl:DatatypeProperty ;
rdfs:label "investigationStatus"@en ;
Expand Down
Loading