0

I have only the following Turtle statement:

x isAuthorOf y

If I have only this statement where isAuthorOf is used as a predicate, means this that I can conclude that isAuthorOf is also a Property without instanciation (isAuthorOf rdf:type rdfs:Property)?

Thanks in advance.

user3352632
  • 617
  • 6
  • 18

1 Answers1

1

Yes, an IRI used ad a property implies it is a property. However, without declaration you won't know if it's a datatype or an object property.

Ignazio
  • 10,504
  • 1
  • 14
  • 25