First use of rdfs:label for argument passing replaced by a transhelp property.
Showing
7 changed files
with
6 additions
and
3 deletions
This diff is collapsed. Click to expand it.
... | @@ -12,13 +12,16 @@ | ... | @@ -12,13 +12,16 @@ |
12 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 12 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
13 | 13 | ||
14 | transhelp:derivedFrom | 14 | transhelp:derivedFrom |
15 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty . | 15 | + rdf:type owl:ObjectProperty . |
16 | 16 | ||
17 | transhelp:dummyTrue | 17 | transhelp:dummyTrue |
18 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 18 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
19 | + | ||
20 | +transhelp:hasDerivedText | ||
21 | + rdf:type owl:DatatypeProperty . | ||
19 | 22 | ||
20 | transhelp:intervalIdentifier | 23 | transhelp:intervalIdentifier |
21 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 24 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
22 | 25 | ||
23 | transhelp:mapsTo | 26 | transhelp:mapsTo |
24 | rdf:type rdf:Property . | 27 | rdf:type rdf:Property . | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment