-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Another aspect of DCTAP that was confusing to tutorial attendees was the valueNodeType. The confusion seems to have come from the use of a separate column for this since it could be seen as just another valueType. Phil and I couldn't remember the need for this vis-a-vis having a single column for the object of the triple.
If the rationale is that you need to say both "literal node" and give a literal type, it seems that could be inferred from the definition of a literal in the valueType column. So that column could have:
| valueType | inferred node |
|---|---|
| IRI | IRI |
| BNODE | BNODE |
| IRI or BNODE | IRI or BNODE |
| xsd:etc | literal node |
| anything else here | literal node |
Those not focused on RDF can still use IRI/URI/URL even if in their schema language that will be a string value. Those needing to identify specific node types can do so in whatever program interprets the DCTAP.
Metadata
Metadata
Assignees
Labels
No labels