Skip to content

Commit

Permalink
add missing updates definition
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Nov 14, 2016
1 parent 9ef8427 commit 9c4e047
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meta.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
<rdfs:range rdf:resource="EntityType"/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="updates">
<rdfs:label xml:lang="en">updates</rdfs:label>
<rdfs:label xml:lang="de">aktualisiert</rdfs:label>
<rdfs:domain rdf:resource="Function"/>
<rdfs:range rdf:resource="EntityType"/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="increases">
<rdfs:label xml:lang="en">increases</rdfs:label>
<rdfs:label xml:lang="de">erhöht</rdfs:label>
Expand Down

0 comments on commit 9c4e047

Please sign in to comment.