Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Fwd: Shacl AST

+ rdf4j
---------- Forwarded message ----------
From: Heshan Jayasinghe <shanujse@xxxxxxxxx>
Date: Sat, Jun 10, 2017 at 1:54 PM
Subject: Shacl AST
To: "Håvard M. Ottestad" <hmottestad@xxxxxxxxx>


Hi Håvard,
According to the following image I am creating AST like this 

interface ExNode
      |
Shape -- TargetClass
       |------ NodeShape
                        |------ property1
                        |------ property2
                                      |-------- path 
                                      |-------- Name
                                      |-------- minCount

I am still working on this I'll give this today evening(SL time).is this ok for our AST? can you please tell me more about ASTParser and ASTVisitor.I saw next we should create those two things.


Inline image 1


Back to the top