We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I saw some examples of RDF encodings of RDF streams. I am wondering if standardizing the vocabulary and datatypes is within the goal this WG.
:g1 {:axel :isIn :RedRoom. :darko :isIn :RedRoom} {:g1 :atInterval 2016-03-01T13:00:00Z/2016-03-01T13:00:10Z} :g2 {:axel :isIn :BlueRoom. } {:g2 :atInterval 2016-03-01T13:00:20Z/2016-03-01T13:00:40Z} :g3 {:minh :isIn :RedRoom. } {:g3 :atInterval 2016-03-01T13:00:50Z/2016-03-01T13:00:60Z}
For instance, based on the above example
:atInterval
2016-03-01T13:00:00Z/2016-03-01T13:00:10Z
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I saw some examples of RDF encodings of RDF streams. I am wondering if standardizing the vocabulary and datatypes is within the goal this WG.
For instance, based on the above example
:atInterval
? Do we want to define other properties like ":startAt" or ":endAt"2016-03-01T13:00:00Z/2016-03-01T13:00:10Z
?The text was updated successfully, but these errors were encountered: