We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This wiki serves as structure documentation for proposal to use term NamedNode instead of IRI
excerpts from original chat:
timbl Like you can say in turtle
<#pi> = math:Pi, 3.14159 .
That will smush to a node which has two URIs, and th value a decimal number.
— https://gitter.im/rdfjs/public?at=56d61e05b01413547d894cff
timbl
In pi = 3.141 x = pi + 1 what is the name of x? what is the value of x? x ’s name is ‘x’ x’s value is 4.141
that’s how i think of these things
— https://gitter.im/rdfjs/public?at=56d6264806ba9a282a285667
https://www.w3.org/TR/rdf-schema/#ch_value
<http://www.example.com/2002/04/products#item10245> <http://www.example.org/terms/weight> [ rdf:value 2.4 ; <http://www.example.org/terms/units> <http://www.example.org/units/kilograms> ] .