]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
(refs #7521) Added FunctionalRelation types to properties in graphfile 65/1065/1
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 2 Oct 2017 10:35:22 +0000 (13:35 +0300)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 2 Oct 2017 10:35:22 +0000 (13:35 +0300)
Change-Id: I7309b87a7c2fa5f9fda4601eb29fb8278371cd9a

bundles/org.simantics.graphfile.ontology/graph/graphfile.pgraph

index 628c81e6aca7d4bea78995e08963e33eff7d33cf..c406fd71dfd65e0901858ee764d7e71cc9237e2c 100644 (file)
@@ -17,11 +17,11 @@ GF.File <T GF.SystemResource
   
 GF.Folder <T GF.SystemResource
 
-GF.HasFiledata <R L0.HasProperty
+GF.HasFiledata <R L0.HasProperty : L0.FunctionalRelation
   L0.HasDomain GF.File
   L0.HasRange L0.ByteArray
 
-GF.LastModified <R L0.HasProperty
+GF.LastModified <R L0.HasProperty : L0.FunctionalRelation
   L0.HasDomain GF.File
   L0.HasRange L0.Long
   
@@ -33,10 +33,10 @@ GF.HasFile <R GF.HasSystemResource
    L0.HasDomain GF.Folder
    L0.HasRange GF.File
    
-GF.HasResourceName <R L0.HasProperty
+GF.HasResourceName <R L0.HasProperty : L0.FunctionalRelation
    L0.HasDomain GF.SystemResource
    L0.HasRange L0.String
 
-GF.SystemPath <R L0.HasProperty
+GF.SystemPath <R L0.HasProperty : L0.FunctionalRelation
    L0.HasDomain GF.SystemResource
    L0.HasRange L0.String