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

How can a data property be restricted to apply only to a specific type of statement? #284

Open
strawberrylunar opened this issue Dec 20, 2023 · 2 comments

Comments

@strawberrylunar
Copy link

strawberrylunar commented Dec 20, 2023

For example, how would I assign a 'startedTime' property exclusively to all triples where the predicate is 'married'?" How to define "startedTime" in this case?

@TallTed
Copy link
Member

TallTed commented Dec 20, 2023

ex:Person ex:age ex:Literal is a poor choice, as it will be accurate (or "certain") for at most one year.

@strawberrylunar
Copy link
Author

ex:Person ex:age ex:Literal is a poor choice, as it will be accurate (or "certain") for at most one year.

Yes, I admit it, that's why I'm looking for a right answer. I would appreciate it if you can help me !

@strawberrylunar strawberrylunar changed the title How to specify the data properties or object properties for a class of RDF triple ? How to specify a data property or object property for a class of RDF triple ? Dec 21, 2023
@strawberrylunar strawberrylunar changed the title How to specify a data property or object property for a class of RDF triple ? How can a data property be restricted to apply only to a specific type of statement? For example, how would I assign a 'beginning_time' property exclusively to all triples where the predicate is 'marriage'? Jan 5, 2024
@strawberrylunar strawberrylunar changed the title How can a data property be restricted to apply only to a specific type of statement? For example, how would I assign a 'beginning_time' property exclusively to all triples where the predicate is 'marriage'? How can a data property be restricted to apply only to a specific type of statement? Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants