You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdfs:comment "A persistent relationship between two kernels - the ONLY mechanism for inter-Kernel communication."@en ;
132
+
rdfs:comment "An abstract relationship between two kernels - the ONLY mechanism for inter-Kernel communication. Edges are information entities that depend on the kernels they connect."@en ;
133
133
dc:description "Implemented in /core/src/EdgeKernel.js:1-448" ;
134
134
dc:description "Edge kernel structure created in /edges/{EdgeType}.{Source}.{Target}/" ;
rdfs:comment "An abstract information-bearing entity that can be concretized in multiple bearers. Base class for Instance, Edge, and other information artifacts."@en .
rdfs:comment "A persistent relationship between two kernels - the ONLY mechanism for inter-Kernel communication."@en ;
143
+
rdfs:comment "An abstract relationship between two kernels - the ONLY mechanism for inter-Kernel communication. Edges are information entities that depend on the kernels they connect."@en ;
133
144
dc:description "Implemented in /core/src/EdgeKernel.js:1-448" ;
134
145
dc:description "Edge kernel structure created in /edges/{EdgeType}.{Source}.{Target}/" ;
rdfs:comment "An executable operation exposed by a kernel. Actions are processes that transform inputs into instances. Defined in conceptkernel.yaml under spec.actions."@en .
299
+
300
+
ckp:hasAction a owl:ObjectProperty ;
301
+
rdfs:domain ckp:Kernel ;
302
+
rdfs:range ckp:Action ;
303
+
rdfs:label "has action"@en ;
304
+
rdfs:comment "An action exposed by this kernel"@en .
305
+
306
+
ckp:hasAccessLevel a owl:DatatypeProperty , owl:FunctionalProperty ;
307
+
rdfs:domain ckp:Action ;
308
+
rdfs:range xsd:string ;
309
+
rdfs:label "has access level"@en ;
310
+
rdfs:comment "Access control level for the action: anon, auth, admin"@en .
Copy file name to clipboardExpand all lines: docs/public/ontology/v3.5/proof.ttl
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,17 @@ ckp:checked_by_identity a owl:DatatypeProperty , owl:FunctionalProperty ;
84
84
rdfs:label "checked by identity"@en ;
85
85
rdfs:comment "The kernel URN identity that performed the verification"@en .
86
86
87
+
ckp:checked_at a owl:DatatypeProperty , owl:FunctionalProperty ;
88
+
rdfs:domain ckp:ProofRecord ;
89
+
rdfs:range xsd:dateTime ;
90
+
rdfs:label "checked at"@en ;
91
+
rdfs:comment "ISO 8601 timestamp of when the proof verification was performed"@en .
92
+
87
93
ckp:svid a owl:DatatypeProperty , owl:FunctionalProperty ;
88
94
rdfs:domain ckp:ProofRecord ;
89
95
rdfs:range xsd:string ;
90
96
rdfs:label "SVID"@en ;
91
-
rdfs:comment "SPIFFE Verifiable Identity Document of the verifier, enabling trust chain validation"@en .
97
+
rdfs:comment "SPIFFE Verifiable Identity Document of the verifier, enabling trust chain validation. Required per spec — every ProofRecord must carry the verifier's SVID for trust chain validation."@en .
0 commit comments