From 1d5d2e1133dae03092ba6f0943ad531ac13834a9 Mon Sep 17 00:00:00 2001 From: Steven Chong Date: Thu, 20 Dec 2018 16:32:22 -0800 Subject: [PATCH] update generic examples Updated the generic examples --- docs/eml-semantic-annotations-primer.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/eml-semantic-annotations-primer.md b/docs/eml-semantic-annotations-primer.md index 11c6e7db..9a19f786 100644 --- a/docs/eml-semantic-annotations-primer.md +++ b/docs/eml-semantic-annotations-primer.md @@ -116,13 +116,13 @@ Multiple `annotation` elements can be used to create multiple annotations about ... - <- subject 1 is "john_doe" - <- object property 1 is "abc" - 123 <- object 1 is "123" + <- subject 1 is "john_doe" + http://www.w3.org/1999/02/22-rdf-syntax-ns#type <- object property 1 is "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" + https://schema.org/Person <- object 1 is "https://schema.org/Person" - <- subject 2 is "test_data" (same as subject 1) - xyz <- object property 2 is "xyz" - 789 <- object 2 is "789" + <- subject 2 is "http://purl.obolibrary.org/obo/GAZ_00002459" (same as subject 1) + http://www.w3.org/1999/02/22-rdf-syntax-ns#type <- object property 2 is "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" + http://purl.obolibrary.org/obo/ENVO_00000009 <- object 2 is "http://purl.obolibrary.org/obo/ENVO_00000009" ... @@ -170,15 +170,15 @@ Multiple `annotation` elements may be embedded in the same `metadata` element to ... - john.smith <- subject is "john.smith" + john.smith <- subject is "john.smith" - http://www.w3.org/1999/02/22-rdf-syntax-ns#type <- object property 1 is "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" - https://schema.org/Person <- object 1 is "https://schema.org/Person" + http://www.w3.org/1999/02/22-rdf-syntax-ns#type <- object property 1 is "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" + https://schema.org/Person <- object 1 is "https://schema.org/Person" - http://schema.org/hasOccupation <- object property 2 is "http://schema.org/hasOccupation" - http://purl.obolibrary.org/obo/RoleO_0000248 <- object 2 is "http://purl.obolibrary.org/obo/RoleO_0000248" + http://schema.org/hasOccupation <- object property 2 is "http://schema.org/hasOccupation" + http://purl.obolibrary.org/obo/RoleO_0000248 <- object 2 is "http://purl.obolibrary.org/obo/RoleO_0000248"