diff --git a/dependencies/CASE-develop b/dependencies/CASE-develop index 462cd105..6df0bea8 160000 --- a/dependencies/CASE-develop +++ b/dependencies/CASE-develop @@ -1 +1 @@ -Subproject commit 462cd10595b308c82893004cbe4c78f22d3d5940 +Subproject commit 6df0bea8d96c9644de8456e8eb602a55ff334908 diff --git a/dependencies/CASE-develop-2.0.0 b/dependencies/CASE-develop-2.0.0 index fdc6e528..0dba3af4 160000 --- a/dependencies/CASE-develop-2.0.0 +++ b/dependencies/CASE-develop-2.0.0 @@ -1 +1 @@ -Subproject commit fdc6e528b6d70f1e7790463d9a160d5f41634843 +Subproject commit 0dba3af495c6c95bb91a9be9610d9830c3f28015 diff --git a/dependencies/CASE-unstable b/dependencies/CASE-unstable index 39d3487f..88976365 160000 --- a/dependencies/CASE-unstable +++ b/dependencies/CASE-unstable @@ -1 +1 @@ -Subproject commit 39d3487fe60f7dd7552b793c18c03475a4aa7034 +Subproject commit 889763650845fa5c04819ada31601c14f64002d8 diff --git a/dependencies/CASE-unstable-2.0.0 b/dependencies/CASE-unstable-2.0.0 index caa62014..4a3e5ee5 160000 --- a/dependencies/CASE-unstable-2.0.0 +++ b/dependencies/CASE-unstable-2.0.0 @@ -1 +1 @@ -Subproject commit caa620145adbde80123b9f6a7bfff3786fe03688 +Subproject commit 4a3e5ee5e4e94cae50667721a0d003c18de7cea3 diff --git a/ontology/CASE-develop-2.0.0.ttl b/ontology/CASE-develop-2.0.0.ttl index 51ed24e6..4517dfaf 100644 --- a/ontology/CASE-develop-2.0.0.ttl +++ b/ontology/CASE-develop-2.0.0.ttl @@ -541,6 +541,7 @@ investigation:authorizationIdentifier investigation:authorizationType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "authorizationType"@en ; rdfs:comment "A label categorizing a type of authorization (e.g. warrant)"@en ; rdfs:range xsd:string ; @@ -562,6 +563,7 @@ investigation:focus investigation:investigationForm a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "investigationForm"@en ; rdfs:comment "A label categorizing a type of investigation (case, incident, suspicious-activity, etc.)"@en ; rdfs:range [ @@ -2016,6 +2018,7 @@ configuration:dependencyDescription configuration:dependencyType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "dependencyType"@en ; rdfs:comment "The type of a tool or other software dependency."@en ; rdfs:range xsd:string ; @@ -2054,6 +2057,7 @@ configuration:itemObject configuration:itemType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "itemType"@en ; rdfs:comment "The type of a configuration setting entry item."@en ; rdfs:range xsd:string ; @@ -2671,6 +2675,7 @@ core:eventContext core:eventType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "Event Type"@en ; rdfs:comment "An event type specifies a classification type for the event."@en ; rdfs:range xsd:string ; @@ -2723,6 +2728,12 @@ core:hasFacet-shape sh:targetObjectsOf core:hasFacet ; . +core:informalType + a owl:DatatypeProperty ; + rdfs:label "informalType"@en ; + rdfs:comment "Informal Type serves as a parent property for string-valued properties meant to describe a type without implementing a class design. This property hierarchy supports a balancing point between semantic specificity and operational agility. The known benefits of describing types rather than implementing them include swift extensibility of some existing, or possibly non-existing, subclass hierarchy in UCO without requiring training in ontological development, taxonomic specification, or OWL, SHACL, or RDF maintenance logistics. The known detractions of using string-literals for type descriptions include that used vocabularies may require careful maintenance among data-sharing parties; that vocabularies require independent logistics (external to UCO) for providing definitions (i.e., dictionary-style semantics) to string-literals chosen; and that string-literals cannot by themselves encode hierarchical structure or entailments, such as the informal device type string 'ExamplePhone 8 P4321' entailing 'ExamplePhone 8', 'ExamplePhone', or 'ExamplePhone models discontinued in 2020'. Usage of Informal Type to house strings should be weighed against usage of classes when classes are available, and should periodically be reviewed for potential additions to UCO's class hierarchy or downstream extensions thereof."@en ; + . + core:isDirectional a owl:DatatypeProperty ; rdfs:label "isDirectional"@en ; @@ -3274,6 +3285,7 @@ location:SimpleAddressFacet location:addressType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "addressType"@en ; rdfs:comment "The type of the address, for instance home or work."@en ; rdfs:range xsd:string ; @@ -3549,6 +3561,7 @@ marking:definition marking:definitionType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "definitionType"@en ; rdfs:comment "Specifies the Marking Model for a Marking Definition."@en ; rdfs:range xsd:string ; @@ -7569,6 +7582,7 @@ observable:MSISDN observable:MSISDNType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "MSISDNType"@en ; rdfs:comment "???."@en ; rdfs:range xsd:string ; @@ -12967,6 +12981,7 @@ observable:accountLogin observable:accountLogonType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "accountLogonType"@en ; rdfs:comment "Specifies the security logon method required to run the tasks associated with the account. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383013(v=vs.85).aspx."@en ; rdfs:range xsd:string ; @@ -12981,6 +12996,7 @@ observable:accountRunLevel observable:accountType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "accountType"@en ; rdfs:comment "The type of account, for instance bank, phone, application, service, etc."@en ; rdfs:range [ @@ -13008,6 +13024,7 @@ observable:actionList observable:actionType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "actionType"@en ; rdfs:comment "Specifies the type of the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380596(v=vs.85).aspx."@en ; rdfs:range [ @@ -13116,6 +13133,7 @@ observable:applicationIdentifier observable:archiveType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "archiveType"@en ; rdfs:comment "The type of a file archive, e.g. ZIP, GZIP or RAR."@en ; rdfs:range xsd:string ; @@ -13149,6 +13167,7 @@ observable:attendant observable:audioType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "audioType"@en ; rdfs:comment "The type of a audio. For example: music or speech."@en ; rdfs:range xsd:string ; @@ -13263,6 +13282,7 @@ observable:bitsPerPixel observable:blockType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "blockType"@en ; rdfs:comment "The blockType property specifies the block type of a particular memory object."@en ; rdfs:range [ @@ -13342,6 +13362,7 @@ observable:byteStringValue observable:callType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "callType"@en ; rdfs:comment "The type of a phone call,for example incoming, outgoing, missed."@en ; rdfs:range xsd:string ; @@ -13417,6 +13438,7 @@ observable:cellSiteNetworkCode observable:cellSiteType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "cellSiteType"@en ; rdfs:comment "Specifies the technology used by the Cell Site (e.g., GSM, CDMA, or LTE)."@en ; rdfs:range xsd:string ; @@ -13706,6 +13728,7 @@ observable:contentRecoveredStatus observable:contentType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "contentType"@en ; rdfs:range xsd:string ; . @@ -13858,6 +13881,7 @@ observable:dataPayloadReferenceURL observable:dataType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "dataType"@en ; rdfs:range xsd:string ; . @@ -13897,6 +13921,7 @@ observable:destinationPort observable:deviceType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "deviceType"@en ; rdfs:range xsd:string ; . @@ -13924,6 +13949,7 @@ observable:dhcpServer observable:diskPartitionType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "diskPartitionType"@en ; rdfs:comment "Specifies the type of partition being characterized."@en ; rdfs:range xsd:string ; @@ -13938,6 +13964,7 @@ observable:diskSize observable:diskType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "diskType"@en ; rdfs:comment "The type of disk being characterized, e.g., removable."@en ; rdfs:range xsd:string ; @@ -14000,6 +14027,7 @@ observable:driveLetter observable:driveType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "driveType"@en ; rdfs:comment "Specifies the drive type of a windows volume."@en ; rdfs:range [ @@ -14193,6 +14221,7 @@ observable:eventStatus observable:eventType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "eventType"@en ; rdfs:comment "The type of the event, for example 'information', 'warning' or 'error'."@en ; rdfs:range xsd:string ; @@ -14276,6 +14305,7 @@ observable:extDeletionTime observable:extFileType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "extFileType"@en ; rdfs:comment "Specifies the EXT file type (FIFO, Directory, Regular file, Symbolic link, etc) for the Inode."@en ; rdfs:range xsd:integer ; @@ -14380,6 +14410,7 @@ observable:filePath observable:fileSystemType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "fileSystemType"@en ; rdfs:comment "The specific type of a file system."@en ; rdfs:range xsd:string ; @@ -14575,6 +14606,7 @@ observable:hexadecimalValue observable:hiveType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "hiveType"@en ; rdfs:comment "The type of a registry hive."@en ; rdfs:range xsd:string ; @@ -14665,6 +14697,7 @@ observable:icmpCode observable:icmpType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "icmpType"@en ; rdfs:comment "Specifies the ICMP type byte."@en ; rdfs:range xsd:hexBinary ; @@ -14692,6 +14725,7 @@ observable:imageName observable:imageType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "imageType"@en ; rdfs:comment "The type of the image, e.g. EnCase, RAW or LocalFolder."@en ; rdfs:range xsd:string ; @@ -15043,6 +15077,7 @@ observable:length observable:libraryType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "libraryType"@en ; rdfs:comment "Specifies the type of library being characterized."@en ; rdfs:range xsd:string ; @@ -15194,6 +15229,7 @@ observable:messageThread observable:messageType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "messageType"@en ; rdfs:comment "Message type specifies what sort of message (email, chat, SMS, etc) a Message is."@en ; rdfs:range xsd:string ; @@ -15304,6 +15340,7 @@ observable:mimeClass observable:mimeType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "mimeType"@en ; rdfs:comment "MIME type of the data. For example 'text/html' or 'audio/mp3'."@en ; rdfs:range xsd:string ; @@ -15727,6 +15764,7 @@ observable:passwordLastChanged observable:passwordType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "passwordType"@en ; rdfs:comment "The type of password, for instance plain-text or encrypted."@en ; rdfs:range xsd:string ; @@ -15767,6 +15805,7 @@ observable:pdfModDate observable:peType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "peType"@en ; rdfs:comment "Specifies the type of the PE binary."@en ; rdfs:range xsd:string ; @@ -15794,6 +15833,7 @@ observable:pictureHeight observable:pictureType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "pictureType"@en ; rdfs:comment "The type of a picture, for example a thumbnail."@en ; rdfs:range xsd:string ; @@ -16021,6 +16061,7 @@ observable:rangeOffset observable:rangeOffsetType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "rangeOffsetType"@en ; rdfs:comment "The type of offset defined for the range (e.g., image, file, address)."@en ; rdfs:range xsd:string ; @@ -16377,6 +16418,7 @@ observable:serviceStatus observable:serviceType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "serviceType"@en ; rdfs:range xsd:string ; . @@ -16651,6 +16693,7 @@ observable:startTime observable:startType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "startType"@en ; rdfs:range xsd:string ; . @@ -16951,6 +16994,7 @@ observable:triggerMaxRunTime observable:triggerSessionChangeType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "triggerSessionChangeType"@en ; rdfs:comment "Specifies the type of Terminal Server session change that would trigger a task launch. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381298(v=vs.85).aspx."@en ; rdfs:range xsd:string ; @@ -16958,6 +17002,7 @@ observable:triggerSessionChangeType observable:triggerType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "triggerType"@en ; rdfs:comment "Specifies the type of the task trigger."@en ; rdfs:range [ @@ -17027,6 +17072,7 @@ observable:urlTargeted observable:urlTransitionType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "Transition Type"@en ; rdfs:comment "Specifies how a browser navigated to a particular URL on a particular visit."@en ; rdfs:range [ @@ -17126,6 +17172,7 @@ observable:volumeID observable:whoisContactType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "whoisContactType"@en ; rdfs:comment "Specifies what type of WHOIS contact this is."@en ; rdfs:range [ @@ -17768,6 +17815,7 @@ tool:swid tool:toolType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "toolType"@en ; rdfs:comment "The type of tool."@en ; rdfs:range xsd:string ; diff --git a/ontology/CASE-develop.ttl b/ontology/CASE-develop.ttl index eddaece1..df7ad847 100644 --- a/ontology/CASE-develop.ttl +++ b/ontology/CASE-develop.ttl @@ -541,6 +541,7 @@ investigation:authorizationIdentifier investigation:authorizationType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "authorizationType"@en ; rdfs:comment "A label categorizing a type of authorization (e.g. warrant)"@en ; rdfs:range xsd:string ; @@ -562,6 +563,7 @@ investigation:focus investigation:investigationForm a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "investigationForm"@en ; rdfs:comment "A label categorizing a type of investigation (case, incident, suspicious-activity, etc.)"@en ; rdfs:range [ @@ -2006,6 +2008,7 @@ configuration:dependencyDescription configuration:dependencyType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "dependencyType"@en ; rdfs:comment "The type of a tool or other software dependency."@en ; rdfs:range xsd:string ; @@ -2044,6 +2047,7 @@ configuration:itemObject configuration:itemType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "itemType"@en ; rdfs:comment "The type of a configuration setting entry item."@en ; rdfs:range xsd:string ; @@ -2662,6 +2666,7 @@ core:eventContext core:eventType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "Event Type"@en ; rdfs:comment "An event type specifies a classification type for the event."@en ; rdfs:range xsd:string ; @@ -2714,6 +2719,12 @@ core:hasFacet-shape sh:targetObjectsOf core:hasFacet ; . +core:informalType + a owl:DatatypeProperty ; + rdfs:label "informalType"@en ; + rdfs:comment "Informal Type serves as a parent property for string-valued properties meant to describe a type without implementing a class design. This property hierarchy supports a balancing point between semantic specificity and operational agility. The known benefits of describing types rather than implementing them include swift extensibility of some existing, or possibly non-existing, subclass hierarchy in UCO without requiring training in ontological development, taxonomic specification, or OWL, SHACL, or RDF maintenance logistics. The known detractions of using string-literals for type descriptions include that used vocabularies may require careful maintenance among data-sharing parties; that vocabularies require independent logistics (external to UCO) for providing definitions (i.e., dictionary-style semantics) to string-literals chosen; and that string-literals cannot by themselves encode hierarchical structure or entailments, such as the informal device type string 'ExamplePhone 8 P4321' entailing 'ExamplePhone 8', 'ExamplePhone', or 'ExamplePhone models discontinued in 2020'. Usage of Informal Type to house strings should be weighed against usage of classes when classes are available, and should periodically be reviewed for potential additions to UCO's class hierarchy or downstream extensions thereof."@en ; + . + core:isDirectional a owl:DatatypeProperty ; rdfs:label "isDirectional"@en ; @@ -3265,6 +3276,7 @@ location:SimpleAddressFacet location:addressType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "addressType"@en ; rdfs:comment "The type of the address, for instance home or work."@en ; rdfs:range xsd:string ; @@ -3540,6 +3552,7 @@ marking:definition marking:definitionType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "definitionType"@en ; rdfs:comment "Specifies the Marking Model for a Marking Definition."@en ; rdfs:range xsd:string ; @@ -7577,6 +7590,7 @@ observable:MSISDN observable:MSISDNType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "MSISDNType"@en ; rdfs:comment "???."@en ; rdfs:range xsd:string ; @@ -13004,6 +13018,7 @@ observable:accountLogin observable:accountLogonType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "accountLogonType"@en ; rdfs:comment "Specifies the security logon method required to run the tasks associated with the account. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383013(v=vs.85).aspx."@en ; rdfs:range xsd:string ; @@ -13018,6 +13033,7 @@ observable:accountRunLevel observable:accountType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "accountType"@en ; rdfs:comment "The type of account, for instance bank, phone, application, service, etc."@en ; rdfs:range [ @@ -13045,6 +13061,7 @@ observable:actionList observable:actionType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "actionType"@en ; rdfs:comment "Specifies the type of the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380596(v=vs.85).aspx."@en ; rdfs:range [ @@ -13153,6 +13170,7 @@ observable:applicationIdentifier observable:archiveType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "archiveType"@en ; rdfs:comment "The type of a file archive, e.g. ZIP, GZIP or RAR."@en ; rdfs:range xsd:string ; @@ -13186,6 +13204,7 @@ observable:attendant observable:audioType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "audioType"@en ; rdfs:comment "The type of a audio. For example: music or speech."@en ; rdfs:range xsd:string ; @@ -13300,6 +13319,7 @@ observable:bitsPerPixel observable:blockType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "blockType"@en ; rdfs:comment "The blockType property specifies the block type of a particular memory object."@en ; rdfs:range [ @@ -13379,6 +13399,7 @@ observable:byteStringValue observable:callType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "callType"@en ; rdfs:comment "The type of a phone call,for example incoming, outgoing, missed."@en ; rdfs:range xsd:string ; @@ -13454,6 +13475,7 @@ observable:cellSiteNetworkCode observable:cellSiteType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "cellSiteType"@en ; rdfs:comment "Specifies the technology used by the Cell Site (e.g., GSM, CDMA, or LTE)."@en ; rdfs:range xsd:string ; @@ -13743,6 +13765,7 @@ observable:contentRecoveredStatus observable:contentType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "contentType"@en ; rdfs:range xsd:string ; . @@ -13896,6 +13919,7 @@ observable:dataPayloadReferenceURL observable:dataType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "dataType"@en ; rdfs:range xsd:string ; . @@ -13935,6 +13959,7 @@ observable:destinationPort observable:deviceType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "deviceType"@en ; rdfs:range xsd:string ; . @@ -13962,6 +13987,7 @@ observable:dhcpServer observable:diskPartitionType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "diskPartitionType"@en ; rdfs:comment "Specifies the type of partition being characterized."@en ; rdfs:range xsd:string ; @@ -13976,6 +14002,7 @@ observable:diskSize observable:diskType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "diskType"@en ; rdfs:comment "The type of disk being characterized, e.g., removable."@en ; rdfs:range xsd:string ; @@ -14038,6 +14065,7 @@ observable:driveLetter observable:driveType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "driveType"@en ; rdfs:comment "Specifies the drive type of a windows volume."@en ; rdfs:range [ @@ -14231,6 +14259,7 @@ observable:eventStatus observable:eventType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "eventType"@en ; rdfs:comment "The type of the event, for example 'information', 'warning' or 'error'."@en ; rdfs:range xsd:string ; @@ -14314,6 +14343,7 @@ observable:extDeletionTime observable:extFileType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "extFileType"@en ; rdfs:comment "Specifies the EXT file type (FIFO, Directory, Regular file, Symbolic link, etc) for the Inode."@en ; rdfs:range xsd:integer ; @@ -14418,6 +14448,7 @@ observable:filePath observable:fileSystemType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "fileSystemType"@en ; rdfs:comment "The specific type of a file system."@en ; rdfs:range xsd:string ; @@ -14613,6 +14644,7 @@ observable:hexadecimalValue observable:hiveType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "hiveType"@en ; rdfs:comment "The type of a registry hive."@en ; rdfs:range xsd:string ; @@ -14703,6 +14735,7 @@ observable:icmpCode observable:icmpType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "icmpType"@en ; rdfs:comment "Specifies the ICMP type byte."@en ; rdfs:range xsd:hexBinary ; @@ -14730,6 +14763,7 @@ observable:imageName observable:imageType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "imageType"@en ; rdfs:comment "The type of the image, e.g. EnCase, RAW or LocalFolder."@en ; rdfs:range xsd:string ; @@ -15081,6 +15115,7 @@ observable:length observable:libraryType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "libraryType"@en ; rdfs:comment "Specifies the type of library being characterized."@en ; rdfs:range xsd:string ; @@ -15232,6 +15267,7 @@ observable:messageThread observable:messageType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "messageType"@en ; rdfs:comment "Message type specifies what sort of message (email, chat, SMS, etc) a Message is."@en ; rdfs:range xsd:string ; @@ -15342,6 +15378,7 @@ observable:mimeClass observable:mimeType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "mimeType"@en ; rdfs:comment "MIME type of the data. For example 'text/html' or 'audio/mp3'."@en ; rdfs:range xsd:string ; @@ -15765,6 +15802,7 @@ observable:passwordLastChanged observable:passwordType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "passwordType"@en ; rdfs:comment "The type of password, for instance plain-text or encrypted."@en ; rdfs:range xsd:string ; @@ -15805,6 +15843,7 @@ observable:pdfModDate observable:peType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "peType"@en ; rdfs:comment "Specifies the type of the PE binary."@en ; rdfs:range xsd:string ; @@ -15832,6 +15871,7 @@ observable:pictureHeight observable:pictureType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "pictureType"@en ; rdfs:comment "The type of a picture, for example a thumbnail."@en ; rdfs:range xsd:string ; @@ -16059,6 +16099,7 @@ observable:rangeOffset observable:rangeOffsetType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "rangeOffsetType"@en ; rdfs:comment "The type of offset defined for the range (e.g., image, file, address)."@en ; rdfs:range xsd:string ; @@ -16415,6 +16456,7 @@ observable:serviceStatus observable:serviceType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "serviceType"@en ; rdfs:range xsd:string ; . @@ -16689,6 +16731,7 @@ observable:startTime observable:startType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "startType"@en ; rdfs:range xsd:string ; . @@ -16989,6 +17032,7 @@ observable:triggerMaxRunTime observable:triggerSessionChangeType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "triggerSessionChangeType"@en ; rdfs:comment "Specifies the type of Terminal Server session change that would trigger a task launch. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381298(v=vs.85).aspx."@en ; rdfs:range xsd:string ; @@ -16996,6 +17040,7 @@ observable:triggerSessionChangeType observable:triggerType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "triggerType"@en ; rdfs:comment "Specifies the type of the task trigger."@en ; rdfs:range [ @@ -17065,6 +17110,7 @@ observable:urlTargeted observable:urlTransitionType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "Transition Type"@en ; rdfs:comment "Specifies how a browser navigated to a particular URL on a particular visit."@en ; rdfs:range [ @@ -17164,6 +17210,7 @@ observable:volumeID observable:whoisContactType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "whoisContactType"@en ; rdfs:comment "Specifies what type of WHOIS contact this is."@en ; rdfs:range [ @@ -17800,6 +17847,7 @@ tool:swid tool:toolType a owl:DatatypeProperty ; + rdfs:subPropertyOf core:informalType ; rdfs:label "toolType"@en ; rdfs:comment "The type of tool."@en ; rdfs:range xsd:string ;