Re: after-hours conversation (#literal-as-resources #literal-is-xml-structure #xmllang #graph #identity-anon-resources #literal-subjects)

Pat Hayes wrote:
> [...]
> First way:
> 
> aaa integerproperty "200110"
> integerproperty rdfs:range xsd:integer
> 
> second way (using Ntriples++)
> 
> aaa someproperty _:node1:"200110"
> _:node1 rdf:type xsd:integer

To clarify: is the second way above a shortcut for

 aaa    someproperty _node1
_node1  rdf:type      xsd:integer
_node1  rdf:value    "200110"

or it is something else?

Sergey



> Right, exactly. See
> http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0263.html
> 
> If you didn't need to distinguish them, you don't need to do this,
> but it would be an option.
> 
> Pat

Received on Monday, 15 October 2001 18:39:32 UTC