Q3. Consider the code in Terse Triple Language given below: @prefix schema: . @prefix ex:
Posted: Sat May 14, 2022 2:55 pm
Q3. Consider the code in Terse Triple Language given below: @prefix schema: <https://schema.org/>. @prefix ex: <https://www.uclan.ac.uk/knowledge- graph#>. ex:Frank a schema:Person; schema:nationality ex:UK; # Frank is a UK citizen. schema:parent ex:Anna, ex:Nick. # Frank's parents are Anna and Nick. ex:Anna a schema:Person; schema:spouse ex:Nick; schema:parent ex:Mary, ex:Gavin. ex:Nick a schema:Person; schema:spouse ex:Anna; schema:parent ex:Iseult, ex:Giancarlo. ex:UK a schema:Country. a. Give an example for an unabbreviated IRI from the given knowledge base.
Posted: Sat May 14, 2022 2:55 pm
Q3. Consider the code in Terse Triple Language given below: @prefix schema: <https://schema.org/>. @prefix ex: <https://www.uclan.ac.uk/knowledge- graph#>. ex:Frank a schema:Person; schema:nationality ex:UK; # Frank is a UK citizen. schema:parent ex:Anna, ex:Nick. # Frank's parents are Anna and Nick. ex:Anna a schema:Person; schema:spouse ex:Nick; schema:parent ex:Mary, ex:Gavin. ex:Nick a schema:Person; schema:spouse ex:Anna; schema:parent ex:Iseult, ex:Giancarlo. ex:UK a schema:Country. a. Give an example for an unabbreviated IRI from the given knowledge base.