Replies: 1 comment
-
Bump @milen-sage, we would appreciate your feedback here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the jsonld document, most properties are defined as
"@type": "rdfs:Class"
( vs."@type": "rdf:Property"
)I noticed this defining numerics in the code vs in the schema
htan-portal/lib/dataSchemaHelpers.ts
Lines 139 to 167 in f496b61
I also noticed type information embedded in comments. Parsing comments, I noticed the following "type" information in comments:
Is there a convention on primitive type location?
Beta Was this translation helpful? Give feedback.
All reactions