Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Person-with-friend Example Context Ontology

Revision as of 10:37, 19 October 2006 by Unnamed Poltroon (Talk) (Instance Data)

Instance Data

<higgins:NormalizedStringSimpleAttribute rdf:about="urn:mary-firstname">
  <higgins:normalizedStringSimpleValue rdf:datatype="&xsd;normalizedString">Mary</higgins:normalizedStringSimpleValue>
</higgins:NormalizedStringSimpleAttribute>

<higgins:NormalizedStringSimpleAttribute rdf:about="urn:mary-surname">
  <higgins:normalizedStringSimpleValue rdf:datatype="&xsd;normalizedString">Ruddy</higgins:normalizedStringSimpleValue>
</higgins:NormalizedStringSimpleAttribute>
<higgins:SubjectRelationship rdf:about="urn:sr-to-bob">
  <higgins:contextURI rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://example.com/robertjones/public-business-card</higgins:contextURI>
  <higgins:subjectCUID>bob</higgins:subjectCUID>
</higgins:SubjectRelationship>

Graphically

Pwf-instance.JPG

Back to the top