part of

IRI:
http://www.ontologydesignpatterns.org/cp/owl/partof.owl
Current version :
1.1 added rdfs:isDefinedBy for all named entities
Imported Ontologies :
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl (visualise it with LODE )
Covers requirements :
- What is this entity part of? What are the parts of this entity?
Has Consequences :
- This CP allows designers to represent entities and their parts i.e., part-whole relations, with transitivity. The temporal aspect of this relation cannot be expressed; in order to solve this issue the time indexed part of CP can be used.
Has Intent :
- To represents entities and their parts.
Related Content Patterns :
(visualise it with LODE )
Scenarios :
- Brain and heart are parts of the human body, substantia nigra is part of brain.
Other visualisation :
Ontology source - WebVowl

Table of Content

  1. Object Properties
  2. Annotation Properties
  3. Namespace Declarations

Object Properties

has partop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/partof.owl#hasPart

is defined by
http://www.ontologydesignpatterns.org/cp/owl/partof.owl
A transitive relation expressing parthood between any entities, e.g. 'the human body has a brain as part'. When specializing this pattern, take care of restricting the domain and range appropriately, since it could be counterintuitive to use this relation arbitrarily, e.g. between animals and planets. For an intransitive partof pattern, see 'componency'.

has characteristics : transitive

has domain
thingc
has range
thingc
is inverse of
is part ofop

is part ofop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/partof.owl#isPartOf

is defined by
http://www.ontologydesignpatterns.org/cp/owl/partof.owl
A transitive relation expressing parthood between any entities, e.g. 'brain is a part of the human body'. When specializing this pattern, take care of restricting the domain and range appropriately, since it could be counterintuitive to use this relation arbitrarily, e.g. between animals and planets. For an intransitive partof pattern, see 'componency'.

has characteristics : transitive

has domain
thingc
has range
thingc
is inverse of
has partop

Annotation Properties

commentap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#comment

covers requirementsap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements

has consequencesap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasConsequences

has intentap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent

is defined byap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy

labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#label

related c psap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs

scenariosap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios

version infoap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionInfo

Namespace Declarations back to ToC

default namespace
http://www.ontologydesignpatterns.org/cp/owl/partof.owl#
cpannotationschema
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
owl
http://www.w3.org/2002/07/owl#
partof
http://www.ontologydesignpatterns.org/cp/owl/partof.owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
schemas
http://www.ontologydesignpatterns.org/schemas/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .