Skip to content

Instantly share code, notes, and snippets.

@martinthenext
Created September 13, 2011 19:55
Show Gist options
  • Save martinthenext/1214925 to your computer and use it in GitHub Desktop.
Save martinthenext/1214925 to your computer and use it in GitHub Desktop.
Такой вот код
AssemblyProperty (x1, x2, x3, x4, x5) <->
ClassOfIndividual(x1) &
ClassOfIndividual(x2) &
ClassOfIndirectProperty(x3)&
Scale(x4) &
ArithmeticNumber(x5) &
exists z (
ClassOfIndividual(z) &
SpecializationTemplate(x2, z) &
ClassOfAssemblyOfIndividual(z, x1) &
Property(z, x3, x4, x5)
) .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment