i40-Tools / Alligator

Alligator: Transforms the RDF files generated from AML documents into Datalog code
1 stars 3 forks source link

Prolog query over attributes #1

Closed igrangel closed 7 years ago

igrangel commented 8 years ago

Why this query is only about attributes? Coud this be more general?

omarrana commented 8 years ago

Hi , The goal here is to get attribute names. In output.text we have SameAttribute( attribute51,attribute52)

In edb.pl we have AttributeName(attribute51, "its name").

So this query gets attribute 51 name and replace the output.text

We get: Same Attribute(" some name","some name").