Created
September 13, 2011 19:55
-
-
Save martinthenext/1214925 to your computer and use it in GitHub Desktop.
Такой вот код
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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