-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 640: Add core:informalType
and link as parent of type-describing properties
#641
Conversation
References: * #640 Signed-off-by: Alex Nelson <[email protected]>
core:informalType
and link as parent of type-describing properties
This PR is ready for review and merge. |
@@ -4036,6 +4036,7 @@ observable:MSISDN | |||
|
|||
observable:MSISDNType | |||
a owl:DatatypeProperty ; | |||
rdfs:subPropertyOf core:informalType ; | |||
rdfs:label "MSISDNType"@en ; | |||
rdfs:comment "???."@en ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A comment without explanation is not useful. This should be addressed as a bug.
@@ -10182,6 +10191,7 @@ observable:contentRecoveredStatus | |||
|
|||
observable:contentType | |||
a owl:DatatypeProperty ; | |||
rdfs:subPropertyOf core:informalType ; | |||
rdfs:label "contentType"@en ; | |||
rdfs:range xsd:string ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This concept is defined without a comment describing what the type means.
@@ -10335,6 +10345,7 @@ observable:dataPayloadReferenceURL | |||
|
|||
observable:dataType | |||
a owl:DatatypeProperty ; | |||
rdfs:subPropertyOf core:informalType ; | |||
rdfs:label "dataType"@en ; | |||
rdfs:range xsd:string ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This concept is defined without a comment describing what the type means.
@@ -10374,6 +10385,7 @@ observable:destinationPort | |||
|
|||
observable:deviceType | |||
a owl:DatatypeProperty ; | |||
rdfs:subPropertyOf core:informalType ; | |||
rdfs:label "deviceType"@en ; | |||
rdfs:range xsd:string ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This concept is defined without a comment describing what the type means.
@@ -12244,6 +12269,7 @@ observable:pdfModDate | |||
|
|||
observable:peType | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use of abbreviations in a description should be discouraged.
@@ -12854,6 +12882,7 @@ observable:serviceStatus | |||
|
|||
observable:serviceType | |||
a owl:DatatypeProperty ; | |||
rdfs:subPropertyOf core:informalType ; | |||
rdfs:label "serviceType"@en ; | |||
rdfs:range xsd:string ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This concept is defined without a comment describing what the type means.
@@ -13128,6 +13157,7 @@ observable:startTime | |||
|
|||
observable:startType | |||
a owl:DatatypeProperty ; | |||
rdfs:subPropertyOf core:informalType ; | |||
rdfs:label "startType"@en ; | |||
rdfs:range xsd:string ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
@@ -453,6 +453,7 @@ tool:swid | |||
|
|||
tool:toolType | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
develop
unstable
branch (60fa32d
)unstable
branch tracking UCO'sunstable
as submodule (a21244e
)