Issue 640: Add core:informalType and link as parent of type-describing properties - #641
Conversation
References: * #640 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
core:informalType and link as parent of type-describing properties
|
This PR is ready for review and merge. |
| a owl:DatatypeProperty ; | ||
| rdfs:subPropertyOf core:informalType ; | ||
| rdfs:label "MSISDNType"@en ; | ||
| rdfs:comment "???."@en ; |
There was a problem hiding this comment.
A comment without explanation is not useful. This should be addressed as a bug.
| a owl:DatatypeProperty ; | ||
| rdfs:subPropertyOf core:informalType ; | ||
| rdfs:label "contentType"@en ; | ||
| rdfs:range xsd:string ; |
There was a problem hiding this comment.
This concept is defined without a comment describing what the type means.
| a owl:DatatypeProperty ; | ||
| rdfs:subPropertyOf core:informalType ; | ||
| rdfs:label "dataType"@en ; | ||
| rdfs:range xsd:string ; |
There was a problem hiding this comment.
This concept is defined without a comment describing what the type means.
| a owl:DatatypeProperty ; | ||
| rdfs:subPropertyOf core:informalType ; | ||
| rdfs:label "deviceType"@en ; | ||
| rdfs:range xsd:string ; |
There was a problem hiding this comment.
This concept is defined without a comment describing what the type means.
| a owl:DatatypeProperty ; | ||
| rdfs:subPropertyOf core:informalType ; | ||
| rdfs:label "peType"@en ; | ||
| rdfs:comment "Specifies the type of the PE binary."@en ; |
There was a problem hiding this comment.
Use of abbreviations in a description should be discouraged.
| a owl:DatatypeProperty ; | ||
| rdfs:subPropertyOf core:informalType ; | ||
| rdfs:label "serviceType"@en ; | ||
| rdfs:range xsd:string ; |
There was a problem hiding this comment.
This concept is defined without a comment describing what the type means.
| a owl:DatatypeProperty ; | ||
| rdfs:subPropertyOf core:informalType ; | ||
| rdfs:label "startType"@en ; | ||
| rdfs:range xsd:string ; |
There was a problem hiding this comment.
This concept is defined without a comment describing what the type means.
|
@plbt5 - I also saw those comment-string issues. They pre-exist this proposal. |
| a owl:DatatypeProperty ; | ||
| rdfs:subPropertyOf core:informalType ; | ||
| rdfs:label "toolType"@en ; | ||
| rdfs:comment "The type of tool."@en ; |
There was a problem hiding this comment.
This type of description does not add to the comprehension of its meaning.
|
The above comments should be resolved with a bug report. |
This Pull Request resolves all requirements of Issue #640 .
Coordination
developunstablebranch (60fa32d)unstablebranch tracking UCO'sunstableas submodule (a21244e)