Page 1 of 1

Q3. Consider the code in Terse Triple Language given below: @prefix schema: . @prefix ex:
Posted: Sat May 14, 2022 2:55 pm
by answerhappygod
Q3 Consider The Code In Terse Triple Language Given Below Prefix Schema Https Schema Org Prefix Ex Https 1
Q3 Consider The Code In Terse Triple Language Given Below Prefix Schema Https Schema Org Prefix Ex Https 1 (85.41 KiB) Viewed 53 times
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.