Skip to content

Commit

Permalink
Issue #171
Browse files Browse the repository at this point in the history
hasKill subpropertyOf offers
  • Loading branch information
tfrancart committed Jun 8, 2021
1 parent 5da7924 commit 0ad26f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 1-Conception/PAIR_Core_Subjects.graphml
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,8 @@ hosts / hostedIn<y:LabelModel><y:SmartEdgeLabelModel autoRotationEnabled="false"
</y:Path>
<y:LineStyle color="#000000" type="line" width="1.0"/>
<y:Arrows source="none" target="none"/>
<y:EdgeLabel alignment="center" backgroundColor="#FFFFFF" configuration="AutoFlippingLabel" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="98.32421875" x="513.4602616859911" xml:space="preserve" y="-38.40911865234375">hasSkill / skillOf<y:LabelModel><y:SmartEdgeLabelModel autoRotationEnabled="false" defaultAngle="0.0" defaultDistance="10.0"/></y:LabelModel><y:ModelParameter><y:SmartEdgeLabelModelParameter angle="0.0" distance="30.0" distanceToCenter="true" position="center" ratio="0.7983383263509067" segment="-1"/></y:ModelParameter><y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
<y:EdgeLabel alignment="center" backgroundColor="#FFFFFF" configuration="AutoFlippingLabel" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasLineColor="false" height="31.9375" horizontalTextPosition="center" iconTextGap="4" modelName="custom" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="122.341796875" x="491.86439606183376" xml:space="preserve" y="-45.39349365234375">hasSkill / skillOf
&lt; offers / offeredBy<y:LabelModel><y:SmartEdgeLabelModel autoRotationEnabled="false" defaultAngle="0.0" defaultDistance="10.0"/></y:LabelModel><y:ModelParameter><y:SmartEdgeLabelModelParameter angle="0.0" distance="30.0" distanceToCenter="true" position="center" ratio="0.7983383263509067" segment="-1"/></y:ModelParameter><y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
<y:BendStyle smoothed="false"/>
</y:PolyLineEdge>
</data>
Expand Down
4 changes: 2 additions & 2 deletions 2-Implementation/owl/pair.owl
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
<!-- http://virtual-assembly.org/ontologies/pair#hasSkill -->

<owl:ObjectProperty rdf:about="http://virtual-assembly.org/ontologies/pair#hasSkill">
<rdfs:subPropertyOf rdf:resource="http://virtual-assembly.org/ontologies/pair#interSubjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://virtual-assembly.org/ontologies/pair#offers"/>
<owl:inverseOf rdf:resource="http://virtual-assembly.org/ontologies/pair#skillOf"/>
<rdfs:domain rdf:resource="http://virtual-assembly.org/ontologies/pair#Person"/>
<rdfs:range rdf:resource="http://virtual-assembly.org/ontologies/pair#Skill"/>
Expand Down Expand Up @@ -1075,7 +1075,7 @@
<!-- http://virtual-assembly.org/ontologies/pair#skillOf -->

<owl:ObjectProperty rdf:about="http://virtual-assembly.org/ontologies/pair#skillOf">
<rdfs:subPropertyOf rdf:resource="http://virtual-assembly.org/ontologies/pair#interSubjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://virtual-assembly.org/ontologies/pair#offeredBy"/>
<rdfs:domain rdf:resource="http://virtual-assembly.org/ontologies/pair#Skill"/>
<rdfs:range rdf:resource="http://virtual-assembly.org/ontologies/pair#Person"/>
</owl:ObjectProperty>
Expand Down

0 comments on commit 0ad26f0

Please sign in to comment.