Skip to content
New issue

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

figure9c.ttl: Can :singletonPropertyOf be replaced with something more standard? #3

Open
lschmelzeisen opened this issue Dec 2, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@lschmelzeisen
Copy link
Member

Figure 9 of the paper (2.4.2) depicts an example of representing temporal context using singleton properties:

singleton-properties

The example currently encodes this in RDF using :singletonPropertyOf:

:e :singletonPropertyOf :flight ;

This property type seems non-standard. Is there anything available in some standard with which we could replace this?

@lschmelzeisen lschmelzeisen added the help wanted Extra attention is needed label Dec 3, 2020
@aidhog
Copy link
Contributor

aidhog commented Dec 5, 2020

If I recall correctly, the original paper uses rdf:singletonPropertyOf as they were proposing it as an extension of the RDF standard, but it's not actually defined there so I don't think it's a good idea to use this.

Searching in LOV doesn't reveal any other standard options: https://lov.linkeddata.es/dataset/lov/terms?q=singleton+property

@lschmelzeisen
Copy link
Member Author

So would it be fair to say that there currently is no established standard on how to represent this example? If yes, we should note this in the file.

Also, if that is the case, we maybe potentially possibly could have cut it from the paper ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants