How schemas limit smart contracts
The format of a schema
Prefix list
<http://relationlabs.ai/entity/Person_001>:Person_001PREFIX : <http://relationlabs.ai/entity/>
PREFIX p: <http://relationlabs.ai/property/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>Class
Predicate
The example of a schema
The limits to a contract by a schema

Last updated