activity-pub-poc/doc/Translate_ttl_to_spec.md

351 B

receipts to transform ttl to spec

it a something

it is a something

Example:

as:id a owl:DatatypeProperty ,
        owl:FunctionalProperty,

Maps to

(s/def ::DatatypeProperty any?)
(s/def ::FunctionalProperty any?)

(s/def ::id 
    (s/and 
        ::DeprecatedProperty 
        ::FunctionalProperty))