https://ontology.unifiedcyberontology.org/uco/observable/RecoveredObjectFacet
Recoverability status of name, metadata, and content.
Instances of observable:RecoveredObjectFacet can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
---|---|---|---|---|
observable:RecoveredObjectFacet | ||||
observable:contentRecoveredStatus | 1 |
xsd:string
|
||
observable:metadataRecoveredStatus | 1 |
xsd:string
|
||
observable:nameRecoveredStatus | 1 |
xsd:string
|
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:RecoveredObjectFacet a owl:Class,
sh:NodeShape ;
rdfs:label "RecoveredObjectFacet"@en ;
rdfs:comment "Recoverability status of name, metadata, and content."@en ;
rdfs:subClassOf core:Facet ;
sh:property [ sh:datatype xsd:string ;
sh:message "As of UCO 1.4.0, the datatype to use for observable:contentRecoveredStatus should be xsd:string. Not using xsd:string will be an error in UCO 2.0.0." ;
sh:path observable:contentRecoveredStatus ;
sh:severity sh:Warning ],
[ sh:datatype xsd:string ;
sh:message "As of UCO 1.4.0, the datatype to use for observable:metadataRecoveredStatus should be xsd:string. Not using xsd:string will be an error in UCO 2.0.0." ;
sh:path observable:metadataRecoveredStatus ;
sh:severity sh:Warning ],
[ sh:datatype xsd:string ;
sh:message "As of UCO 1.4.0, the datatype to use for observable:nameRecoveredStatus should be xsd:string. Not using xsd:string will be an error in UCO 2.0.0." ;
sh:path observable:nameRecoveredStatus ;
sh:severity sh:Warning ],
[ sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:contentRecoveredStatus ],
[ sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:metadataRecoveredStatus ],
[ sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:nameRecoveredStatus ],
observable:RecoveredObjectFacet-contentRecoveredStatus-in-shape,
observable:RecoveredObjectFacet-metadataRecoveredStatus-in-shape,
observable:RecoveredObjectFacet-nameRecoveredStatus-in-shape ;
sh:targetClass observable:RecoveredObjectFacet .