Skip to content

Commit

Permalink
Merge pull request #207 from ucoProject/Release-0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
sbarnum authored Nov 18, 2020
2 parents e4a146c + bd483c0 commit b33433b
Show file tree
Hide file tree
Showing 12 changed files with 1,264 additions and 1,384 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ Through this approach not only are domain-focused representations defined consis
The purpose of this repository is to provide a foundation for broader community involvement in defining what to represent and how.

### Current Release
The current release of UCO is v0.3.0
The current release of UCO is 0.5.0

The content of v0.3.0 is primarily of fixing lexical, syntactic and semantic reasoning errors present in v0.2.0 and simplifying in some areas.
Its content is driven primarily from the initial base requirements of expressing cyber investigation information and is the product of input from the [Cyberinvestigation Analysis Standard Expression (CASE)](https://caseontology.org/) community.
UCO 0.5.0 is primarily focused on the removal of the investigation namespace from UCO (that namespace now resides in the CASE ontology) and on the renaming of several classes (Observable subclasses, Facet subclasses) in the observable namespace and a single property (core:facet) to support improved alignment with the CASE ontology and the forthcoming addition of ObservableObject subclasses.

Future versions of UCO will not only expand and refine the ontology itself but will also provide more complete and formalized documentation.
146 changes: 146 additions & 0 deletions Release Notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
# UCO 0.5.0 Release Notes

## Focus:

UCO Version 0.5.0 is primarily focused on the removal of the investigation namespace from UCO (that namespace now resides in the CASE ontology) and on the renaming of several classes (Observable subclasses, Facet subclasses) in the observable namespace and a single property (core:facet) to support improved alignment with the CASE ontology and the forthcoming addition of ObservableObject subclasses.

### Focus Exceptions: 


# Changes (these are changes to ontologies, classes or properties in the preexisting ontology)

### Breaking Changes (these are changes to ontologies, classes or properties in the preexisting ontology that make the new release non-backward-compatible)

* uco-observable: modified the class name of observable:CyberItem to be observable:ObservableObject - [Issue OC-7](https://unifiedcyberontology.atlassian.net/jira/software/projects/OC/issues/OC-7)
* uco-observable: modified the class name of observable:CyberAction to be observable:ObservableAction - [Issue OC-7](https://unifiedcyberontology.atlassian.net/jira/software/projects/OC/issues/OC-7)
* uco-observable: modified the class name of observable:CyberRelationship to be observable:ObservableRelationship - [Issue OC-7](https://unifiedcyberontology.atlassian.net/jira/software/projects/OC/issues/OC-7)
* uco-observable: modified the class name of observable:CyberObservablePattern to be observable:ObservablePattern - [Issue OC-7](https://unifiedcyberontology.atlassian.net/jira/software/projects/OC/issues/OC-7)
* uco-core: modified the property name of core:facets to be core:hasFacet - [Issue OC-58](https://unifiedcyberontology.atlassian.net/jira/software/projects/OC/issues/OC-58)
* uco-observable: renamed the Facet subclasses within the observable namespace by appending “Facet” to the end of each subclass name - [Issue OC-57](https://unifiedcyberontology.atlassian.net/jira/software/projects/OC/issues/OC-57)

Deprecated Subclass Name | New Subclass Name
------------------------ | -----------------
observable:Account | observable:AccountFacet
observable:AccountAuthentication | observable:AccountAuthenticationFacet
observable:Application | observable:ApplicationFacet
observable:ApplicationAccount | observable:ApplicationAccountFacet
observable:ArchiveFile | observable:ArchiveFileFacet
observable:Attachment | observable:AttachmentFacet
observable:Audio | observable:AudioFacet
observable:AutonomousSystem | observable:AutonomousSystemFacet
observable:BluetoothAddress | observable:BluetoothAddressFacet
observable:BrowserBookmark | observable:BrowserBookmarkFacet
observable:BrowserCookie | observable:BrowserCookieFacet
observable:Calendar | observable:CalendarFacet
observable:CalendarEntry | observable:CalendarEntryFacet
observable:CompressedStream | observable:CompressedStreamFacet
observable:ComputerSpecification | observable:ComputerSpecificationFacet
observable:Contact | observable:ContactFacet
observable:ContentData | observable:ContentDataFacet
observable:DataRange | observable:DataRangeFacet
observable:Device | observable:DeviceFacet
observable:DigitalAccount | observable:DigitalAccountFacet
observable:DigitalSignatureInfo | observable:DigitalSignatureInfoFacet
observable:Disk | observable:DiskFacet
observable:DiskPartition | observable:DiskPartitionFacet
observable:DomainName | observable:DomainNameFacet
observable:EXIF | observable:EXIFFacet
observable:EmailAccount | observable:EmailAccountFacet
observable:EmailAddress |observable:EmailAddressFacet
observable:EmailMessage |observable:EmailMessageFacet
observable:EncodedStream |observable:EncodedStreamFacet
observable:EncryptedStream |observable:EncryptedStreamFacet
observable:Event |observable:EventFacet
observable:ExtInode |observable:ExtInodeFacet
observable:ExtractedStrings |observable:ExtractedStringsFacet
observable:File |observable:FileFacet
observable:FilePermissions |observable:FilePermissionsFacet
observable:FileSystem |observable:FileSystemFacet
observable:Fragment |observable:FragmentFacet
observable:GeoLocationEntry |observable:GeoLocationEntryFacet
observable:GeoLocationLog |observable:GeoLocationLogFacet
observable:GeoLocationTrack |observable:GeoLocationTrackFacet
observable:HTTPConnection |observable:HTTPConnectionFacet
observable:ICMPConnection |observable:ICMPConnectionFacet
observable:IPv4Address |observable:IPv4AddressFacet
observable:IPv6Address |observable:IPv6AddressFacet
observable:Image |observable:ImageFacet
observable:Library |observable:LibraryFacet
observable:MACAddress |observable:MACAddressFacet
observable:Memory |observable:MemoryFacet
observable:Message |observable:MessageFacet
observable:MessageThread |observable:MessageThreadFacet
observable:MftRecord |observable:MftRecordFacet
observable:MobileAccount |observable:MobileAccountFacet
observable:MobileDevice |observable:MobileDeviceFacet
observable:Mutex |observable:MutexFacet
observable:NTFSFilePermissions |observable:NTFSFilePermissionsFacet
observable:NTFSFileSystem |observable:NTFSFileSystemFacet
observable:NetworkConnection |observable:NetworkConnectionFacet
observable:NetworkFlow |observable:NetworkFlowFacet
observable:NetworkInterface |observable:NetworkInterfaceFacet
observable:Note |observable:NoteFacet
observable:OperatingSystem |observable:OperatingSystemFacet
observable:PDFFile |observable:PDFFileFacet
observable:PathRelation |observable:PathRelationFacet
observable:PhoneAccount |observable:PhoneAccountFacet
observable:PhoneCall |observable:PhoneCallFacet
observable:Process |observable:ProcessFacet
observable:PropertiesEnumeratedEffect |observable:PropertiesEnumeratedEffectFacet
observable:PropertyReadEffect |observable:PropertyReadEffectFacet
observable:RasterPicture |observable:RasterPictureFacet
observable:SIMCard |observable:SIMCardFacet
observable:SMSMessage |observable:SMSMessageFacet
observable:SQLiteBlob |observable:SQLiteBlobFacet
observable:SendControlCodeEffect |observable:SendControlCodeEffectFacet
observable:Software |observable:SoftwareFacet
observable:StateChangeEffect |observable:StateChangeEffectFacet
observable:SymbolicLink |observable:SymbolicLinkFacet
observable:TCPConnection |observable:TCPConnectionFacet
observable:UNIXAccount |observable:UNIXAccountFacet
observable:UNIXFilePermissions |observable:UNIXFilePermissionsFacet
observable:UNIXProcess |observable:UNIXProcessFacet
observable:UNIXVolume |observable:UNIXVolumeFacet
observable:URL |observable:URLFacet
observable:UserAccount |observable:UserAccountFacet
observable:UserSession |observable:UserSessionFacet
observable:ValuesEnumeratedEffect |observable:ValuesEnumeratedEffectFacet
observable:Volume |observable:VolumeFacet
observable:WhoIs |observable:WhoIsFacet
observable:WifiAddress |observable:WifiAddressFacet
observable:WindowsAccount |observable:WindowsAccountFacet
observable:WindowsActiveDirectoryAccount |observable:WindowsActiveDirectoryAccountFacet
observable:WindowsComputerSpecification |observable:WindowsComputerSpecificationFacet
observable:WindowsPEBinaryFile |observable:WindowsPEBinaryFileFacet
observable:WindowsPrefetch |observable:WindowsPrefetchFacet
observable:WindowsProcess |observable:WindowsProcessFacet
observable:WindowsRegistryHive |observable:WindowsRegistryHiveFacet
observable:WindowsRegistryKey |observable:WindowsRegistryKeyFacet
observable:WindowsService |observable:WindowsServiceFacet
observable:WindowsTask |observable:WindowsTaskFacet
observable:WindowsThread |observable:WindowsThreadFacet
observable:WindowsVolume |observable:WindowsVolumeFacet
observable:WirelessNetworkConnection |observable:WirelessNetworkConnectionFacet
observable:X509Certificate | observable:X509CertificateFacet
observable:X509V3Extensions | observable:X509V3ExtensionsFacet


### Range Changes (these are changes to the "range" of a property that are not breaking changes: typically these are broadening in the scope of the range)

### Changes (these are general changes to the preexisting ontology that are not breaking or range changes)

### Deprecations/Deletions (classes or properties that were deprecated from the ontology)

* uco-investigation: removed the Investigation namespace (investigation.ttl and investigation-da.ttl) from the UCO ontology - Issue OC-6(https://unifiedcyberontology.atlassian.net/jira/software/projects/OC/issues/OC-6)
* uco-master: removed the Investigation namespace (investigation and investigation-da) imports - Issue OC-6(https://unifiedcyberontology.atlassian.net/jira/software/projects/OC/issues/OC-6)

## Additions

### Class Additions (classes that were added)

### Property Additions (properties that were added)

### Vocabulary Additions/Changes (vocabularies that were added or modified)

## Annotation Changes

Binary file removed Release Notes.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion uco-core/core-da.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ core:externalIdentifier
rdfs:domain core:ExternalReference ;
.

core:facets
core:hasFacet
rdfs:domain core:UcoObject ;
.

Expand Down Expand Up @@ -133,3 +133,4 @@ core:type
core:value
rdfs:domain core:ControlledVocabulary ;
.

5 changes: 3 additions & 2 deletions uco-core/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ core:externalIdentifier
rdfs:range xsd:string ;
.

core:facets
core:hasFacet
a owl:ObjectProperty ;
rdfs:label "facets"@en ;
rdfs:label "hasFacet"@en ;
rdfs:comment "Further sets of properties characterizing a concept based on the particular context of the class and of the particular instance of the concept being characterized."@en ;
rdfs:range core:Facet ;
.
Expand Down Expand Up @@ -452,3 +452,4 @@ core:value
<https://unifiedcyberontology.org/ontology/uco/marking#MarkingDefinition>
a owl:Class ;
.

50 changes: 0 additions & 50 deletions uco-investigation/investigation-da.ttl

This file was deleted.

Loading

0 comments on commit b33433b

Please sign in to comment.