<https://w3id.org/timebank> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<https://w3id.org/timebank> <http://www.w3.org/2002/07/owl#versionIRI> <https://w3id.org/timebank/0.2> .
<https://w3id.org/timebank> <http://www.w3.org/2002/07/owl#imports> <http://www.w3.org/2004/02/skos/core#> .
<https://w3id.org/timebank> <http://www.w3.org/2002/07/owl#imports> <http://www.w3.org/2006/time#> .
<https://w3id.org/timebank> <http://www.w3.org/2002/07/owl#imports> <http://xmlns.com/foaf/0.1/> .
<https://w3id.org/timebank> <http://purl.org/dc/elements/1.1/title> "Timebank Ontology" .
<https://w3id.org/timebank> <http://purl.org/dc/terms/created> "2020-04-01" .
<https://w3id.org/timebank> <http://purl.org/dc/terms/creator> "Ankit Tibrewal" .
<https://w3id.org/timebank> <http://purl.org/dc/terms/creator> "Subhayan Roy" .
<https://w3id.org/timebank> <http://purl.org/dc/terms/creator> "Tobias Grubenmann" .
<https://w3id.org/timebank> <http://purl.org/dc/terms/creator> "Xueer Li" .
<https://w3id.org/timebank> <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> .
<https://w3id.org/timebank> <http://purl.org/dc/terms/rights> "Copyright © 2020 The University of Hong Kong" .
<https://w3id.org/timebank> <http://purl.org/vocab/vann/preferredNamespacePrefix> "tb" .
<https://w3id.org/timebank> <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/timebank" .
<https://w3id.org/timebank> <http://www.w3.org/2000/01/rdf-schema#comment> "An ontology to describe poeple and requests for timebanks. This includes the poeple's skills, limitations, and environment." .
<https://w3id.org/timebank> <http://www.w3.org/2002/07/owl#versionInfo> "0.2"^^<http://www.w3.org/2001/XMLSchema#decimal> .
<https://w3id.org/timebank> <https://creativecommons.org/ns#license> <https://creativecommons.org/licenses/by/4.0/> .
# 
# 
# #################################################################
# #
# #    Annotation properties
# #
# #################################################################
# 
# 
# http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
# 
# http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
# 
# http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
# 
# http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
# 
# http://purl.org/dc/terms/rights
<http://purl.org/dc/terms/rights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
# 
# http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
# 
# http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
# 
# https://creativecommons.org/ns#license
<https://creativecommons.org/ns#license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
# 
# 
# 
# #################################################################
# #
# #    Object Properties
# #
# #################################################################
# 
# 
# https://w3id.org/timebank#accepts
<https://w3id.org/timebank#accepts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#accepts> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isAcceptedBy> .
<https://w3id.org/timebank#accepts> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#accepts> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#accepts> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a user who is willing to help accepted the request." .
<https://w3id.org/timebank#accepts> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#accepts> <http://www.w3.org/2000/01/rdf-schema#label> "accepts" .
# 
# https://w3id.org/timebank#endsRepeatingOn
<https://w3id.org/timebank#endsRepeatingOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#endsRepeatingOn> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isRepeatingEndpointOf> .
<https://w3id.org/timebank#endsRepeatingOn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#ProperInterval> .
<https://w3id.org/timebank#endsRepeatingOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#endsRepeatingOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a time-interval is repeating until this time and date." .
<https://w3id.org/timebank#endsRepeatingOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#endsRepeatingOn> <http://www.w3.org/2000/01/rdf-schema#label> "ends repeating on" .
# 
# https://w3id.org/timebank#excludesUserByLimitation
<https://w3id.org/timebank#excludesUserByLimitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#excludesUserByLimitation> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#excludesUserFrom> .
<https://w3id.org/timebank#excludesUserByLimitation> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#excludesUserByLimitation> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#excludesUserByLimitation> <http://www.w3.org/2000/01/rdf-schema#comment> "This property is used to describe that a request exludes helpers having a certain limitation." .
<https://w3id.org/timebank#excludesUserByLimitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#excludesUserByLimitation> <http://www.w3.org/2000/01/rdf-schema#label> "excludes user by limitation" .
# 
# https://w3id.org/timebank#excludesUserFrom
<https://w3id.org/timebank#excludesUserFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#excludesUserFrom> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#excludesUserFrom> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#excludesUserFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "This property is used to describe that a certain limitation excludes certain helpers from the request." .
<https://w3id.org/timebank#excludesUserFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#excludesUserFrom> <http://www.w3.org/2000/01/rdf-schema#label> "excludes user from" .
# 
# https://w3id.org/timebank#hasAccreditedDuration
<https://w3id.org/timebank#hasAccreditedDuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasAccreditedDuration> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isAccreditedTo> .
<https://w3id.org/timebank#hasAccreditedDuration> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#hasAccreditedDuration> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#DurationDescription> .
<https://w3id.org/timebank#hasAccreditedDuration> <http://www.w3.org/2000/01/rdf-schema#comment> "The accredited duration of the request. This is the amount of time which will be transferred from the originator the the assigned helper of the request. Do not use this property to indicate the estimated duration of the task. Use hasExpectedDuration instead." .
<https://w3id.org/timebank#hasAccreditedDuration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasAccreditedDuration> <http://www.w3.org/2000/01/rdf-schema#label> "has accredited duration" .
# 
# https://w3id.org/timebank#hasAddressPart
<https://w3id.org/timebank#hasAddressPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasAddressPart> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isAdressPartOf> .
<https://w3id.org/timebank#hasAddressPart> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#hasAddressPart> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#hasAddressPart> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:genid2 .
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#isSubPartOf> .
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid1 .
_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#hasAddressPart> .
_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<https://w3id.org/timebank#hasAddressPart> <http://www.w3.org/2000/01/rdf-schema#comment> "An address part that describes the location of a specific request." .
<https://w3id.org/timebank#hasAddressPart> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasAddressPart> <http://www.w3.org/2000/01/rdf-schema#label> "has address part" .
# 
# https://w3id.org/timebank#hasEnvironment
<https://w3id.org/timebank#hasEnvironment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasEnvironment> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isEnvironmentOf> .
<https://w3id.org/timebank#hasEnvironment> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#hasEnvironment> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Environment> .
<https://w3id.org/timebank#hasEnvironment> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a certain Location Specifier has a specific environmental factor." .
<https://w3id.org/timebank#hasEnvironment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasEnvironment> <http://www.w3.org/2000/01/rdf-schema#label> "has environment" .
# 
# https://w3id.org/timebank#hasExpectedDuration
<https://w3id.org/timebank#hasExpectedDuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasExpectedDuration> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isExpectedDurationOf> .
<https://w3id.org/timebank#hasExpectedDuration> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#hasExpectedDuration> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#DurationDescription> .
<https://w3id.org/timebank#hasExpectedDuration> <http://www.w3.org/2000/01/rdf-schema#comment> "The expected duration indicates the duraction of the request estimated by the originator of the request. Do not use this property to assert the actual time credits associated to this request. Use hasAccreditedDuration instead." .
<https://w3id.org/timebank#hasExpectedDuration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasExpectedDuration> <http://www.w3.org/2000/01/rdf-schema#label> "has expected duration" .
# 
# https://w3id.org/timebank#hasLimitation
<https://w3id.org/timebank#hasLimitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasLimitation> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isLimitationOf> .
<https://w3id.org/timebank#hasLimitation> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#hasLimitation> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#hasLimitation> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a Timebank user suffers from a certain limitation." .
<https://w3id.org/timebank#hasLimitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasLimitation> <http://www.w3.org/2000/01/rdf-schema#label> "has limitation" .
# 
# https://w3id.org/timebank#hasNotEnvironment
<https://w3id.org/timebank#hasNotEnvironment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasNotEnvironment> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isNotEnvironmentOf> .
<https://w3id.org/timebank#hasNotEnvironment> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#hasNotEnvironment> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Environment> .
<https://w3id.org/timebank#hasNotEnvironment> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a certain Location Specifier has a specific environmental factor." .
<https://w3id.org/timebank#hasNotEnvironment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasNotEnvironment> <http://www.w3.org/2000/01/rdf-schema#label> "has not environment" .
# 
# https://w3id.org/timebank#hasOriginator
<https://w3id.org/timebank#hasOriginator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasOriginator> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isOriginatorOf> .
<https://w3id.org/timebank#hasOriginator> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#hasOriginator> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#hasOriginator> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that the request has the specific originator." .
<https://w3id.org/timebank#hasOriginator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasOriginator> <http://www.w3.org/2000/01/rdf-schema#label> "has originator" .
# 
# https://w3id.org/timebank#hasSeverity
<https://w3id.org/timebank#hasSeverity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasSeverity> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isSeverityOf> .
<https://w3id.org/timebank#hasSeverity> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#hasSeverity> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#hasSeverity> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the severity of a limitation." .
<https://w3id.org/timebank#hasSeverity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasSeverity> <http://www.w3.org/2000/01/rdf-schema#label> "has severity" .
# 
# https://w3id.org/timebank#hasSkill
<https://w3id.org/timebank#hasSkill> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasSkill> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isSkillOf> .
<https://w3id.org/timebank#hasSkill> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#hasSkill> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#hasSkill> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the Skill of a certain Timebank user." .
<https://w3id.org/timebank#hasSkill> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasSkill> <http://www.w3.org/2000/01/rdf-schema#label> "has skill" .
# 
# https://w3id.org/timebank#hasSkillLevel
<https://w3id.org/timebank#hasSkillLevel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasSkillLevel> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isSkillLevelOf> .
<https://w3id.org/timebank#hasSkillLevel> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#hasSkillLevel> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#hasSkillLevel> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the proficiency level of a skill." .
<https://w3id.org/timebank#hasSkillLevel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasSkillLevel> <http://www.w3.org/2000/01/rdf-schema#label> "has skill level" .
# 
# https://w3id.org/timebank#hasStatus
<https://w3id.org/timebank#hasStatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasStatus> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isStatusOf> .
<https://w3id.org/timebank#hasStatus> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#hasStatus> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#hasStatus> <http://www.w3.org/2000/01/rdf-schema#comment> "Every request can have at most one status assigned to it." .
<https://w3id.org/timebank#hasStatus> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasStatus> <http://www.w3.org/2000/01/rdf-schema#label> "has status" .
# 
# https://w3id.org/timebank#hasSubPart
<https://w3id.org/timebank#hasSubPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasSubPart> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isSubPartOf> .
<https://w3id.org/timebank#hasSubPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<https://w3id.org/timebank#hasSubPart> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#hasSubPart> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#hasSubPart> <http://www.w3.org/2000/01/rdf-schema#comment> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasSubPart> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that the address part is a sub-part of another. A sub-part defines a place more precisely. A sub-part is always in the context of its super-part. For example, a streetnumber is a sub- part of the street." .
<https://w3id.org/timebank#hasSubPart> <http://www.w3.org/2000/01/rdf-schema#label> "has sub-part" .
# 
# https://w3id.org/timebank#hasTimeBalance
<https://w3id.org/timebank#hasTimeBalance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasTimeBalance> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isTimeBalanceOf> .
<https://w3id.org/timebank#hasTimeBalance> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#hasTimeBalance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#DurationDescription> .
<https://w3id.org/timebank#hasTimeBalance> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the current time-balance of a Timebank user." .
<https://w3id.org/timebank#hasTimeBalance> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasTimeBalance> <http://www.w3.org/2000/01/rdf-schema#label> "has time-balance" .
# 
# https://w3id.org/timebank#hasTimeWindow
<https://w3id.org/timebank#hasTimeWindow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#hasTimeWindow> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isTimeWindowOf> .
<https://w3id.org/timebank#hasTimeWindow> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#hasTimeWindow> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#ProperInterval> .
<https://w3id.org/timebank#hasTimeWindow> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time window in which the request can/should be completed." .
<https://w3id.org/timebank#hasTimeWindow> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#hasTimeWindow> <http://www.w3.org/2000/01/rdf-schema#label> "has time window" .
# 
# https://w3id.org/timebank#isAcceptanceDateOf
<https://w3id.org/timebank#isAcceptanceDateOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isAcceptanceDateOf> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isAcceptedOn> .
<https://w3id.org/timebank#isAcceptanceDateOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isAcceptanceDateOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isAcceptanceDateOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time and date when the Timebank request was accepted by the assigned helper." .
<https://w3id.org/timebank#isAcceptanceDateOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isAcceptanceDateOf> <http://www.w3.org/2000/01/rdf-schema#label> "is acceptance date of" .
# 
# https://w3id.org/timebank#isAcceptedBy
<https://w3id.org/timebank#isAcceptedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isAcceptedBy> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isAcceptedBy> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#isAcceptedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a request is accepted by a user who is willing to help completing the request." .
<https://w3id.org/timebank#isAcceptedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isAcceptedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is accepted by" .
# 
# https://w3id.org/timebank#isAcceptedOn
<https://w3id.org/timebank#isAcceptedOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isAcceptedOn> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isAcceptedOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isAcceptedOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time and date when the Timebank request was accepted by the assigned helper." .
<https://w3id.org/timebank#isAcceptedOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isAcceptedOn> <http://www.w3.org/2000/01/rdf-schema#label> "is accepted on" .
# 
# https://w3id.org/timebank#isAccreditedTo
<https://w3id.org/timebank#isAccreditedTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isAccreditedTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#DurationDescription> .
<https://w3id.org/timebank#isAccreditedTo> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isAccreditedTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The accredited duration of the request. This is the amount of time which will be transferred from the originator the the assigned helper of the request. Do not use this property to indicate the estimated duration of the task. Use hasExpectedDuration instead." .
<https://w3id.org/timebank#isAccreditedTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isAccreditedTo> <http://www.w3.org/2000/01/rdf-schema#label> "is accredited to" .
# 
# https://w3id.org/timebank#isAdressPartOf
<https://w3id.org/timebank#isAdressPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isAdressPartOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#isAdressPartOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isAdressPartOf> <http://www.w3.org/2000/01/rdf-schema#comment> "An address part that describes the location of a specific request." .
<https://w3id.org/timebank#isAdressPartOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isAdressPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "is adress part of" .
# 
# https://w3id.org/timebank#isAvailabilityOf
<https://w3id.org/timebank#isAvailabilityOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isAvailabilityOf> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isAvailableOn> .
<https://w3id.org/timebank#isAvailabilityOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#ProperInterval> .
<https://w3id.org/timebank#isAvailabilityOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#isAvailabilityOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the availability of a Timebank user to act as a helper for a Timebank request." .
<https://w3id.org/timebank#isAvailabilityOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isAvailabilityOf> <http://www.w3.org/2000/01/rdf-schema#label> "is availability of" .
# 
# https://w3id.org/timebank#isAvailableOn
<https://w3id.org/timebank#isAvailableOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isAvailableOn> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#isAvailableOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#ProperInterval> .
<https://w3id.org/timebank#isAvailableOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the availability of a Timebank user to act as a helper for a Timebank request." .
<https://w3id.org/timebank#isAvailableOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isAvailableOn> <http://www.w3.org/2000/01/rdf-schema#label> "is available on" .
# 
# https://w3id.org/timebank#isCancellationDateOf
<https://w3id.org/timebank#isCancellationDateOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isCancellationDateOf> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isCancelledOn> .
<https://w3id.org/timebank#isCancellationDateOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isCancellationDateOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isCancellationDateOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time and date when the Timebank request was cancelled." .
<https://w3id.org/timebank#isCancellationDateOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isCancellationDateOf> <http://www.w3.org/2000/01/rdf-schema#label> "is cancellation date of" .
# 
# https://w3id.org/timebank#isCancelledOn
<https://w3id.org/timebank#isCancelledOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isCancelledOn> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isCancelledOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isCancelledOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time and date when the Timebank request was cancelled." .
<https://w3id.org/timebank#isCancelledOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isCancelledOn> <http://www.w3.org/2000/01/rdf-schema#label> "is cancelled on" .
# 
# https://w3id.org/timebank#isCompletedOn
<https://w3id.org/timebank#isCompletedOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isCompletedOn> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isCompletionDateOf> .
<https://w3id.org/timebank#isCompletedOn> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isCompletedOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isCompletedOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time and date of the completion of a Timebank request." .
<https://w3id.org/timebank#isCompletedOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isCompletedOn> <http://www.w3.org/2000/01/rdf-schema#label> "is completed on" .
# 
# https://w3id.org/timebank#isCompletionDateOf
<https://w3id.org/timebank#isCompletionDateOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isCompletionDateOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isCompletionDateOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isCompletionDateOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time and date of the completion of a Timebank request." .
<https://w3id.org/timebank#isCompletionDateOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isCompletionDateOf> <http://www.w3.org/2000/01/rdf-schema#label> "is completion date of" .
# 
# https://w3id.org/timebank#isEnvironmentOf
<https://w3id.org/timebank#isEnvironmentOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Environment> .
<https://w3id.org/timebank#isEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#isEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a certain Location Specifier has a specific environmental factor." .
<https://w3id.org/timebank#isEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#label> "is environment of" .
# 
# https://w3id.org/timebank#isExpectedDurationOf
<https://w3id.org/timebank#isExpectedDurationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isExpectedDurationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#DurationDescription> .
<https://w3id.org/timebank#isExpectedDurationOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isExpectedDurationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The expected duration indicates the duraction of the request estimated by the originator of the request. Do not use this property to assert the actual time credits associated to this request. Use hasAccreditedDuration instead." .
<https://w3id.org/timebank#isExpectedDurationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isExpectedDurationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is expected duration of" .
# 
# https://w3id.org/timebank#isLimitationOf
<https://w3id.org/timebank#isLimitationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isLimitationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#isLimitationOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#isLimitationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a certain limitation applies to the Timebank user." .
<https://w3id.org/timebank#isLimitationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isLimitationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is limitation of" .
# 
# https://w3id.org/timebank#isNotEnvironmentOf
<https://w3id.org/timebank#isNotEnvironmentOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isNotEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Environment> .
<https://w3id.org/timebank#isNotEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#isNotEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a certain Location Specifier has a specific environmental factor." .
<https://w3id.org/timebank#isNotEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isNotEnvironmentOf> <http://www.w3.org/2000/01/rdf-schema#label> "is not environment of" .
# 
# https://w3id.org/timebank#isOriginatorOf
<https://w3id.org/timebank#isOriginatorOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isOriginatorOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#isOriginatorOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isOriginatorOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that the user is the originator of the request." .
<https://w3id.org/timebank#isOriginatorOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isOriginatorOf> <http://www.w3.org/2000/01/rdf-schema#label> "is originator of" .
# 
# https://w3id.org/timebank#isPublicationDateOf
<https://w3id.org/timebank#isPublicationDateOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isPublicationDateOf> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#isPublishedOn> .
<https://w3id.org/timebank#isPublicationDateOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isPublicationDateOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isPublicationDateOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time and date of the publication of a Timebank request." .
<https://w3id.org/timebank#isPublicationDateOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isPublicationDateOf> <http://www.w3.org/2000/01/rdf-schema#label> "is publication date of" .
# 
# https://w3id.org/timebank#isPublishedOn
<https://w3id.org/timebank#isPublishedOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isPublishedOn> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isPublishedOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isPublishedOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time and date of the publication of a Timebank request." .
<https://w3id.org/timebank#isPublishedOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isPublishedOn> <http://www.w3.org/2000/01/rdf-schema#label> "is published on" .
# 
# https://w3id.org/timebank#isRepeatingEndpointOf
<https://w3id.org/timebank#isRepeatingEndpointOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isRepeatingEndpointOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#Instant> .
<https://w3id.org/timebank#isRepeatingEndpointOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#ProperInterval> .
<https://w3id.org/timebank#isRepeatingEndpointOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a specific time and date marks the end of a repetition of a time-interval." .
<https://w3id.org/timebank#isRepeatingEndpointOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isRepeatingEndpointOf> <http://www.w3.org/2000/01/rdf-schema#label> "is repeating endpoint of" .
# 
# https://w3id.org/timebank#isRepetitionDayOf
<https://w3id.org/timebank#isRepetitionDayOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isRepetitionDayOf> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#repeatsOn> .
<https://w3id.org/timebank#isRepetitionDayOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#DayOfWeek> .
<https://w3id.org/timebank#isRepetitionDayOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#ProperInterval> .
<https://w3id.org/timebank#isRepetitionDayOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a time interval repeats on the specified weekdays." .
<https://w3id.org/timebank#isRepetitionDayOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isRepetitionDayOf> <http://www.w3.org/2000/01/rdf-schema#label> "is repetition date of" .
# 
# https://w3id.org/timebank#isRequiredBy
<https://w3id.org/timebank#isRequiredBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isRequiredBy> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/timebank#requiresSkill> .
<https://w3id.org/timebank#isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill associated with a Timebank request." .
<https://w3id.org/timebank#isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#label> "is required by" .
# 
# https://w3id.org/timebank#isSeverityOf
<https://w3id.org/timebank#isSeverityOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isSeverityOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#isSeverityOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#isSeverityOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the severity of a limitation." .
<https://w3id.org/timebank#isSeverityOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isSeverityOf> <http://www.w3.org/2000/01/rdf-schema#label> "is severity of" .
# 
# https://w3id.org/timebank#isSkillLevelOf
<https://w3id.org/timebank#isSkillLevelOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isSkillLevelOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#isSkillLevelOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#isSkillLevelOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the proficiency level of a skill." .
<https://w3id.org/timebank#isSkillLevelOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isSkillLevelOf> <http://www.w3.org/2000/01/rdf-schema#label> "is skill level of" .
# 
# https://w3id.org/timebank#isSkillOf
<https://w3id.org/timebank#isSkillOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isSkillOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#isSkillOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#isSkillOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the Skill of a certain Timebank user." .
<https://w3id.org/timebank#isSkillOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isSkillOf> <http://www.w3.org/2000/01/rdf-schema#label> "is skill of" .
# 
# https://w3id.org/timebank#isStatusOf
<https://w3id.org/timebank#isStatusOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Every request can have at most one status assigned to it." .
<https://w3id.org/timebank#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isStatusOf> <http://www.w3.org/2000/01/rdf-schema#label> "is status of" .
# 
# https://w3id.org/timebank#isSubPartOf
<https://w3id.org/timebank#isSubPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isSubPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<https://w3id.org/timebank#isSubPartOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#isSubPartOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#AddressPart> .
<https://w3id.org/timebank#isSubPartOf> <http://www.w3.org/2000/01/rdf-schema#comment> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isSubPartOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that the address part is a sub-part of another. A sub-part defines a place more precisely. A sub-part is always in the context of its super-part. For example, a streetnumber is a sub- part of the street." .
<https://w3id.org/timebank#isSubPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "is sub-part of" .
# 
# https://w3id.org/timebank#isTimeBalanceOf
<https://w3id.org/timebank#isTimeBalanceOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isTimeBalanceOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#DurationDescription> .
<https://w3id.org/timebank#isTimeBalanceOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#isTimeBalanceOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the current time-balance of a Timebank user." .
<https://w3id.org/timebank#isTimeBalanceOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isTimeBalanceOf> <http://www.w3.org/2000/01/rdf-schema#label> "is time-balance of" .
# 
# https://w3id.org/timebank#isTimeWindowOf
<https://w3id.org/timebank#isTimeWindowOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#isTimeWindowOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#ProperInterval> .
<https://w3id.org/timebank#isTimeWindowOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#isTimeWindowOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the time window in which the request can/should be completed." .
<https://w3id.org/timebank#isTimeWindowOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#isTimeWindowOf> <http://www.w3.org/2000/01/rdf-schema#label> "is time window of" .
# 
# https://w3id.org/timebank#repeatsOn
<https://w3id.org/timebank#repeatsOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#repeatsOn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#ProperInterval> .
<https://w3id.org/timebank#repeatsOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#DayOfWeek> .
<https://w3id.org/timebank#repeatsOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a time interval repeats on the specified weekdays." .
<https://w3id.org/timebank#repeatsOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#repeatsOn> <http://www.w3.org/2000/01/rdf-schema#label> "repeats on" .
# 
# https://w3id.org/timebank#requiresSkill
<https://w3id.org/timebank#requiresSkill> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/timebank#requiresSkill> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#requiresSkill> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#requiresSkill> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill associated with a Timebank request." .
<https://w3id.org/timebank#requiresSkill> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#requiresSkill> <http://www.w3.org/2000/01/rdf-schema#label> "requires skill" .
# 
# 
# 
# #################################################################
# #
# #    Data properties
# #
# #################################################################
# 
# 
# http://linkedgeodata.org/ontology/addr%3Acity
<http://linkedgeodata.org/ontology/addr%3Acity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Acity> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Acity> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Acity> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Acity> <http://www.w3.org/2000/01/rdf-schema#comment> "May not be required if boundary=administrative is used correctly. May or may not be a clone of is_in:city=* (in some places the city in the address corresponds to the post office that serves the area rather than the actual city, if any, in which the building is located)! The name of the city as given in postal addresses of the building/area.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Acity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Acity> <http://www.w3.org/2000/01/rdf-schema#label> "addr:city" .
# 
# http://linkedgeodata.org/ontology/addr%3Aconscriptionnumber
<http://linkedgeodata.org/ontology/addr%3Aconscriptionnumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Aconscriptionnumber> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Aconscriptionnumber> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Aconscriptionnumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Aconscriptionnumber> <http://www.w3.org/2000/01/rdf-schema#comment> "This special kind of housenumber relates to a settlement instead of a street. Conscription numbers were introduced in the Austrio-Hungarian Empire and are still in use in some parts of Europe, sometimes together with street-related housenumbers which are also called orientation numbers.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Aconscriptionnumber> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Aconscriptionnumber> <http://www.w3.org/2000/01/rdf-schema#label> "addr:conscriptionnumber" .
# 
# http://linkedgeodata.org/ontology/addr%3Acountry
<http://linkedgeodata.org/ontology/addr%3Acountry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Acountry> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Acountry> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Acountry> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Acountry> <http://www.w3.org/2000/01/rdf-schema#comment> "May not be required if boundary=administrative is used correctly. The ISO 3166-1 alpha-2 two letter country code in upper case.\nExample: \"DE\" for Germany, \"CH\" for Switzerland, \"AT\" for Austria, \"FR\" for France, \"IT\" for Italy.\nCaveat: The ISO 3166-1 code for Great Britain is \"GB\" and not \"UK\". See also: is_in:country=*\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Acountry> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Acountry> <http://www.w3.org/2000/01/rdf-schema#label> "addr:country" .
# 
# http://linkedgeodata.org/ontology/addr%3Adistrict
<http://linkedgeodata.org/ontology/addr%3Adistrict> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Adistrict> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Adistrict> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Adistrict> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Adistrict> <http://www.w3.org/2000/01/rdf-schema#comment> "The district of the object.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Adistrict> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Adistrict> <http://www.w3.org/2000/01/rdf-schema#label> "addr:district" .
# 
# http://linkedgeodata.org/ontology/addr%3Aflats
<http://linkedgeodata.org/ontology/addr%3Aflats> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Aflats> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Aflats> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Aflats> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Aflats> <http://www.w3.org/2000/01/rdf-schema#comment> "The house numbers (range or list) of flats behind a door.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Aflats> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Aflats> <http://www.w3.org/2000/01/rdf-schema#label> "addr:flats" .
# 
# http://linkedgeodata.org/ontology/addr%3Afull
<http://linkedgeodata.org/ontology/addr%3Afull> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Afull> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Afull> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Afull> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Afull> <http://www.w3.org/2000/01/rdf-schema#comment> "Use this for a full-text, often multi-line, address if you find the structured address fields unsuitable for denoting the address of this particular location. Examples: \"Fifth house on the left after the village oak, Smalltown, Smallcountry\", or addresses using special delivery names or codes (possibly via an unrelated city name and post code), or PO Boxes.\nBeware that these strings can hardly be parsed by software: \"1200 West Sunset Boulevard Suite 110A\" is still better represented as addr:housenumber=1200 + addr:street=West Sunset Boulevard + addr:flats=Suite 110A.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Afull> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Afull> <http://www.w3.org/2000/01/rdf-schema#label> "addr:full" .
# 
# http://linkedgeodata.org/ontology/addr%3Ahamlet
<http://linkedgeodata.org/ontology/addr%3Ahamlet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Ahamlet> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Ahamlet> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Ahamlet> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Ahamlet> <http://www.w3.org/2000/01/rdf-schema#comment> "The hamlet of the object.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Ahamlet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Ahamlet> <http://www.w3.org/2000/01/rdf-schema#label> "addr:hamlet" .
# 
# http://linkedgeodata.org/ontology/addr%3Ahousename
<http://linkedgeodata.org/ontology/addr%3Ahousename> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Ahousename> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Ahousename> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Ahousename> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Ahousename> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of a house.\nThis is sometimes used in some countries like England instead of (or in addition to) a house number.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Ahousename> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Ahousename> <http://www.w3.org/2000/01/rdf-schema#label> "addr:housename" .
# 
# http://linkedgeodata.org/ontology/addr%3Ahousenumber
<http://linkedgeodata.org/ontology/addr%3Ahousenumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Ahousenumber> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Ahousenumber> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Ahousenumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Ahousenumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The house number (may contain letters, dashes or other characters).\nAddresses describes ways to tag a single building with multiple addresses.\nPlease do not only tag addr:housenumber=*, but also add at least addr:street=* or addr:place=* for places without streets (or map the belonging to a street with a relation using associatedStreet relation or street relation.)\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Ahousenumber> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Ahousenumber> <http://www.w3.org/2000/01/rdf-schema#label> "addr:housenumber" .
# 
# http://linkedgeodata.org/ontology/addr%3Aplace
<http://linkedgeodata.org/ontology/addr%3Aplace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Aplace> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Aplace> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Aplace> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Aplace> <http://www.w3.org/2000/01/rdf-schema#comment> "This is part of an address which refers to the name of some territorial zone (usually a place=* like island, square or very small village) instead of a street (highway=*). Should not be used together with addr:street=*.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Aplace> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Aplace> <http://www.w3.org/2000/01/rdf-schema#label> "addr:place" .
# 
# http://linkedgeodata.org/ontology/addr%3Apostcode
<http://linkedgeodata.org/ontology/addr%3Apostcode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Apostcode> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Apostcode> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Apostcode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Apostcode> <http://www.w3.org/2000/01/rdf-schema#comment> "The postal code of the building/area. Some mappers prefer to use boundary=postal_code\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Apostcode> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Apostcode> <http://www.w3.org/2000/01/rdf-schema#label> "addr:postcode" .
# 
# http://linkedgeodata.org/ontology/addr%3Aprovince
<http://linkedgeodata.org/ontology/addr%3Aprovince> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Aprovince> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Aprovince> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Aprovince> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Aprovince> <http://www.w3.org/2000/01/rdf-schema#comment> "The province of the object. For Canada, uppercase two-letter postal abbreviations (BC, AB, ON, QC, etc.) are used. In Russia a synonym addr:region is widely used\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Aprovince> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Aprovince> <http://www.w3.org/2000/01/rdf-schema#label> "addr:province" .
# 
# http://linkedgeodata.org/ontology/addr%3Astate
<http://linkedgeodata.org/ontology/addr%3Astate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Astate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Astate> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Astate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Astate> <http://www.w3.org/2000/01/rdf-schema#comment> "The state of the object. For the US, uppercase two-letter postal abbreviations (AK, CA, HI, NY, TX, WY, etc.) are used.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Astate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Astate> <http://www.w3.org/2000/01/rdf-schema#label> "addr:state" .
# 
# http://linkedgeodata.org/ontology/addr%3Astreet
<http://linkedgeodata.org/ontology/addr%3Astreet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Astreet> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Astreet> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Astreet> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Astreet> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of the respective street.\nA way with highway=* or a square with place=square and the corresponding name should be found nearby. The belonging to a street can alternatively be represented by a associatedStreet relation or street relation. The keys addr:housenumber=* and addr:street=* in principle are the only necessary ones if there are valid border polygons. If you are not sure if it is so, just add addr:city=*, addr:postcode=* and addr:country=*.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Astreet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Astreet> <http://www.w3.org/2000/01/rdf-schema#label> "addr:street" .
# 
# http://linkedgeodata.org/ontology/addr%3Asubdistrict
<http://linkedgeodata.org/ontology/addr%3Asubdistrict> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Asubdistrict> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Asubdistrict> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Asubdistrict> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Asubdistrict> <http://www.w3.org/2000/01/rdf-schema#comment> "The subdistrict of the object.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Asubdistrict> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Asubdistrict> <http://www.w3.org/2000/01/rdf-schema#label> "addr:subdistrict" .
# 
# http://linkedgeodata.org/ontology/addr%3Asuburb
<http://linkedgeodata.org/ontology/addr%3Asuburb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://linkedgeodata.org/ontology/addr%3Asuburb> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://linkedgeodata.org/ontology/addr%3Asuburb> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#AddressPart> .
<http://linkedgeodata.org/ontology/addr%3Asuburb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://linkedgeodata.org/ontology/addr%3Asuburb> <http://www.w3.org/2000/01/rdf-schema#comment> "If an address exists several times in a city. You have to add the name of the settlement. See Australian definition of suburb.\n(Source: https://wiki.openstreetmap.org/wiki/Map_Features, accessed on March 9, 2020)" .
<http://linkedgeodata.org/ontology/addr%3Asuburb> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://linkedgeodata.org/> .
<http://linkedgeodata.org/ontology/addr%3Asuburb> <http://www.w3.org/2000/01/rdf-schema#label> "addr:suburb" .
# 
# https://w3id.org/timebank#rating
<https://w3id.org/timebank#rating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/timebank#rating> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#rating> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
<https://w3id.org/timebank#rating> <http://www.w3.org/2000/01/rdf-schema#comment> "The rating given by the originator of a request to the assigned helper for completing the specific request." .
<https://w3id.org/timebank#rating> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#rating> <http://www.w3.org/2000/01/rdf-schema#label> "rating" .
# 
# 
# 
# #################################################################
# #
# #    Classes
# #
# #################################################################
# 
# 
# http://www.w3.org/2006/time#DayOfWeek
<http://www.w3.org/2006/time#DayOfWeek> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
# 
# http://www.w3.org/2006/time#DurationDescription
<http://www.w3.org/2006/time#DurationDescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
# 
# http://www.w3.org/2006/time#Instant
<http://www.w3.org/2006/time#Instant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
# 
# http://www.w3.org/2006/time#ProperInterval
<http://www.w3.org/2006/time#ProperInterval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
# 
# https://w3id.org/timebank#Accessibility
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Environment> .
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Supplies> .
# 
# https://w3id.org/timebank#AccessibleByPublicTransport
<https://w3id.org/timebank#AccessibleByPublicTransport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#AccessibleByPublicTransport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#AddressPart
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Environment> .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2000/01/rdf-schema#comment> "An address part indicates part of an address like region, city, etc. If two places share the same address part, they also share the same environmental factors." .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#AddressPart> <http://www.w3.org/2000/01/rdf-schema#label> "Address Part" .
# 
# https://w3id.org/timebank#Advice
<https://w3id.org/timebank#Advice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Advice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#Allergy
<https://w3id.org/timebank#Allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Allergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Limitation> .
# 
# https://w3id.org/timebank#Assembling
<https://w3id.org/timebank#Assembling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Assembling> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Crafting> .
# 
# https://w3id.org/timebank#AutomobileRepair
<https://w3id.org/timebank#AutomobileRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#AutomobileRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Repair> .
# 
# https://w3id.org/timebank#Baking
<https://w3id.org/timebank#Baking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Baking> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodService> .
# 
# https://w3id.org/timebank#Carpeting
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#WoodCrafting> .
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#WoodCarving> .
# 
# https://w3id.org/timebank#Catering
<https://w3id.org/timebank#Catering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Catering> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodService> .
# 
# https://w3id.org/timebank#Cats
<https://w3id.org/timebank#Cats> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Cats> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Pets> .
# 
# https://w3id.org/timebank#ChildCare
<https://w3id.org/timebank#ChildCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#ChildCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PeopleCare> .
# 
# https://w3id.org/timebank#Cleaning
<https://w3id.org/timebank#Cleaning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Cleaning> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Maintenance> .
# 
# https://w3id.org/timebank#ClimbingStairsDifficulty
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#MobilityProblem> .
# 
# https://w3id.org/timebank#ClothesWashing
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Cleaning> .
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Mopping> .
# 
# https://w3id.org/timebank#CognitiveImpairment
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#MentalDisorder> .
# 
# https://w3id.org/timebank#CommonDisease
<https://w3id.org/timebank#CommonDisease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#CommonDisease> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Limitation> .
# 
# https://w3id.org/timebank#ComputerProcessing
<https://w3id.org/timebank#ComputerProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#ComputerProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#OfficeWork> .
# 
# https://w3id.org/timebank#ComputerRepair
<https://w3id.org/timebank#ComputerRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#ComputerRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Repair> .
# 
# https://w3id.org/timebank#Cooking
<https://w3id.org/timebank#Cooking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Cooking> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodService> .
# 
# https://w3id.org/timebank#Counseling
<https://w3id.org/timebank#Counseling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Counseling> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Advice> .
# 
# https://w3id.org/timebank#Crafting
<https://w3id.org/timebank#Crafting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Crafting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#CraftingClothes
<https://w3id.org/timebank#CraftingClothes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#CraftingClothes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Crafting> .
# 
# https://w3id.org/timebank#DancingCompanion
<https://w3id.org/timebank#DancingCompanion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DancingCompanion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Recreation> .
# 
# https://w3id.org/timebank#Depression
<https://w3id.org/timebank#Depression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#MentalDisorder> .
# 
# https://w3id.org/timebank#Diabetes
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CommonDisease> .
# 
# https://w3id.org/timebank#Dishwashing
<https://w3id.org/timebank#Dishwashing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Dishwashing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodService> .
# 
# https://w3id.org/timebank#Dogs
<https://w3id.org/timebank#Dogs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Dogs> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Pets> .
# 
# https://w3id.org/timebank#DressingAssistance
<https://w3id.org/timebank#DressingAssistance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DressingAssistance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PersonalService> .
# 
# https://w3id.org/timebank#DressingProblem
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#MobilityProblem> .
# 
# https://w3id.org/timebank#DrivingCars
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#DrivingLightVehicles> .
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#DrivingVans> .
# 
# https://w3id.org/timebank#DrivingHeavyVehicles
<https://w3id.org/timebank#DrivingHeavyVehicles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DrivingHeavyVehicles> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Transportation> .
<https://w3id.org/timebank#DrivingHeavyVehicles> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#DrivingLightVehicles> .
# 
# https://w3id.org/timebank#DrivingLightVehicles
<https://w3id.org/timebank#DrivingLightVehicles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DrivingLightVehicles> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Transportation> .
# 
# https://w3id.org/timebank#DrivingTractors
<https://w3id.org/timebank#DrivingTractors> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DrivingTractors> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#DrivingHeavyVehicles> .
# 
# https://w3id.org/timebank#DrivingTrucks
<https://w3id.org/timebank#DrivingTrucks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DrivingTrucks> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#DrivingHeavyVehicles> .
# 
# https://w3id.org/timebank#DrivingVans
<https://w3id.org/timebank#DrivingVans> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DrivingVans> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#DrivingLightVehicles> .
# 
# https://w3id.org/timebank#DrivingWithTrailers
<https://w3id.org/timebank#DrivingWithTrailers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DrivingWithTrailers> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#DrivingHeavyVehicles> .
# 
# https://w3id.org/timebank#DrugAllergy
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Allergy> .
# 
# https://w3id.org/timebank#EggAllergy
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodAllergy> .
# 
# https://w3id.org/timebank#ElderlyCare
<https://w3id.org/timebank#ElderlyCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#ElderlyCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PeopleCare> .
# 
# https://w3id.org/timebank#Electricity
<https://w3id.org/timebank#Electricity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Electricity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Supplies> .
# 
# https://w3id.org/timebank#ElectronicRepair
<https://w3id.org/timebank#ElectronicRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#ElectronicRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Repair> .
# 
# https://w3id.org/timebank#Environment
<https://w3id.org/timebank#Environment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Environment> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#Environment> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#Environment> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#Environment> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Environment> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#Environment> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#User> .
# 
# https://w3id.org/timebank#EnvironmentalAllergy
<https://w3id.org/timebank#EnvironmentalAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#EnvironmentalAllergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Allergy> .
# 
# https://w3id.org/timebank#EventPlanning
<https://w3id.org/timebank#EventPlanning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#EventPlanning> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Recreation> .
# 
# https://w3id.org/timebank#FearOfAnimals
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#SpecificPhobia> .
# 
# https://w3id.org/timebank#FearOfCats
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FearOfAnimals> .
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#FearOfDogs> .
# 
# https://w3id.org/timebank#FearOfDark
<https://w3id.org/timebank#FearOfDark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FearOfDark> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#SpecificPhobia> .
# 
# https://w3id.org/timebank#FearOfDogs
<https://w3id.org/timebank#FearOfDogs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FearOfDogs> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FearOfAnimals> .
# 
# https://w3id.org/timebank#FearOfHeights
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#SpecificPhobia> .
# 
# https://w3id.org/timebank#FinancialAdvice
<https://w3id.org/timebank#FinancialAdvice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FinancialAdvice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Advice> .
# 
# https://w3id.org/timebank#FoodAllergy
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Allergy> .
# 
# https://w3id.org/timebank#FoodPreparation
<https://w3id.org/timebank#FoodPreparation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FoodPreparation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodService> .
# 
# https://w3id.org/timebank#FoodService
<https://w3id.org/timebank#FoodService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#FoodService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#Games
<https://w3id.org/timebank#Games> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Games> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Recreation> .
# 
# https://w3id.org/timebank#GlutenAllergy
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodAllergy> .
# 
# https://w3id.org/timebank#Groceries
<https://w3id.org/timebank#Groceries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Groceries> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#SalesService> .
<https://w3id.org/timebank#Groceries> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#OnlineShopping> .
# 
# https://w3id.org/timebank#HairCutting
<https://w3id.org/timebank#HairCutting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#HairCutting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PersonalService> .
# 
# https://w3id.org/timebank#HeartDisease
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CommonDisease> .
# 
# https://w3id.org/timebank#HouseholdEquipmentRepair
<https://w3id.org/timebank#HouseholdEquipmentRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#HouseholdEquipmentRepair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Repair> .
# 
# https://w3id.org/timebank#HygieneAssitance
<https://w3id.org/timebank#HygieneAssitance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#HygieneAssitance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PersonalService> .
# 
# https://w3id.org/timebank#Hypertension
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CommonDisease> .
# 
# https://w3id.org/timebank#Hypotension
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CommonDisease> .
# 
# https://w3id.org/timebank#Internet
<https://w3id.org/timebank#Internet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Internet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Supplies> .
# 
# https://w3id.org/timebank#InventoryManagement
<https://w3id.org/timebank#InventoryManagement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#InventoryManagement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#OfficeWork> .
# 
# https://w3id.org/timebank#Knitting
<https://w3id.org/timebank#Knitting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Knitting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CraftingClothes> .
# 
# https://w3id.org/timebank#LegalAdvice
<https://w3id.org/timebank#LegalAdvice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#LegalAdvice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Advice> .
# 
# https://w3id.org/timebank#Level
<https://w3id.org/timebank#Level> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Level> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#Level> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#Level> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Level> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#Level> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#Level> <http://www.w3.org/2000/01/rdf-schema#comment> "The level can be low, medium, or high." .
<https://w3id.org/timebank#Level> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Level> <http://www.w3.org/2000/01/rdf-schema#label> "Level" .
# 
# https://w3id.org/timebank#Lift
<https://w3id.org/timebank#Lift> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Lift> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#Limitation
<https://w3id.org/timebank#Limitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Limitation> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Request> .
<https://w3id.org/timebank#Limitation> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Limitation> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#Limitation> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#User> .
# 
# https://w3id.org/timebank#LimitedAccessibilityRain
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#WeatherConstraint> .
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#LimitedAccessibilitySnow> .
# 
# https://w3id.org/timebank#LimitedAccessibilitySnow
<https://w3id.org/timebank#LimitedAccessibilitySnow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#LimitedAccessibilitySnow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#WeatherConstraint> .
# 
# https://w3id.org/timebank#Maintenance
<https://w3id.org/timebank#Maintenance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Maintenance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#MentalDisorder
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Limitation> .
# 
# https://w3id.org/timebank#MentallyIllCare
<https://w3id.org/timebank#MentallyIllCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#MentallyIllCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PeopleCare> .
# 
# https://w3id.org/timebank#MilkAllergy
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodAllergy> .
# 
# https://w3id.org/timebank#MobilityProblem
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PhysicalInconvenience> .
# 
# https://w3id.org/timebank#Mopping
<https://w3id.org/timebank#Mopping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Mopping> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Cleaning> .
# 
# https://w3id.org/timebank#Mowing
<https://w3id.org/timebank#Mowing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Mowing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Maintenance> .
# 
# https://w3id.org/timebank#NutsAllergy
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodAllergy> .
# 
# https://w3id.org/timebank#OfficeWork
<https://w3id.org/timebank#OfficeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#OfficeWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#OnlineShopping
<https://w3id.org/timebank#OnlineShopping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#OnlineShopping> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#SalesService> .
# 
# https://w3id.org/timebank#PeopleCare
<https://w3id.org/timebank#PeopleCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PeopleCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#PerformingMusic
<https://w3id.org/timebank#PerformingMusic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PerformingMusic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Recreation> .
# 
# https://w3id.org/timebank#PersonalService
<https://w3id.org/timebank#PersonalService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PersonalService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#Pets
<https://w3id.org/timebank#Pets> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Pets> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Environment> .
# 
# https://w3id.org/timebank#PhoneCalls
<https://w3id.org/timebank#PhoneCalls> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PhoneCalls> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#OfficeWork> .
# 
# https://w3id.org/timebank#PhysicalInconvenience
<https://w3id.org/timebank#PhysicalInconvenience> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PhysicalInconvenience> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Limitation> .
# 
# https://w3id.org/timebank#PhysicallyDisabledCare
<https://w3id.org/timebank#PhysicallyDisabledCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PhysicallyDisabledCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PeopleCare> .
# 
# https://w3id.org/timebank#Plumbing
<https://w3id.org/timebank#Plumbing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Plumbing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Repair> .
# 
# https://w3id.org/timebank#PoorEyesight
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PhysicalInconvenience> .
# 
# https://w3id.org/timebank#PoorHearing
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PhysicalInconvenience> .
# 
# https://w3id.org/timebank#Pruning
<https://w3id.org/timebank#Pruning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Pruning> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Maintenance> .
# 
# https://w3id.org/timebank#PsychoticEpisode
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#MentalDisorder> .
# 
# https://w3id.org/timebank#RecordingNotes
<https://w3id.org/timebank#RecordingNotes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#RecordingNotes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#OfficeWork> .
# 
# https://w3id.org/timebank#Recreation
<https://w3id.org/timebank#Recreation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Recreation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#Repair
<https://w3id.org/timebank#Repair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Repair> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#Request
<https://w3id.org/timebank#Request> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid3 .
_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:genid3 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/timebank#hasAccreditedDuration> .
_:genid3 <http://www.w3.org/2002/07/owl#maxCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid4 .
_:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:genid4 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/timebank#hasOriginator> .
_:genid4 <http://www.w3.org/2002/07/owl#maxCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid5 .
_:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:genid5 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/timebank#hasStatus> .
_:genid5 <http://www.w3.org/2002/07/owl#maxCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid6 .
_:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:genid6 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/timebank#rating> .
_:genid6 <http://www.w3.org/2002/07/owl#maxCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2000/01/rdf-schema#comment> "A request for help from a Timebank user." .
<https://w3id.org/timebank#Request> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Request> <http://www.w3.org/2000/01/rdf-schema#label> "Request" .
# 
# https://w3id.org/timebank#Rheumatism
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CommonDisease> .
# 
# https://w3id.org/timebank#SalesService
<https://w3id.org/timebank#SalesService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#SalesService> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#SeafoodAllergy
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#FoodAllergy> .
# 
# https://w3id.org/timebank#SensitiveSkin
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PhysicalInconvenience> .
# 
# https://w3id.org/timebank#Sewing
<https://w3id.org/timebank#Sewing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Sewing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CraftingClothes> .
# 
# https://w3id.org/timebank#SickCare
<https://w3id.org/timebank#SickCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#SickCare> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PeopleCare> .
# 
# https://w3id.org/timebank#Skill
<https://w3id.org/timebank#Skill> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Skill> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#Skill> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#User> .
# 
# https://w3id.org/timebank#SlipperyFloor
<https://w3id.org/timebank#SlipperyFloor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#SlipperyFloor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#SpeakingProblem
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#PhysicalInconvenience> .
# 
# https://w3id.org/timebank#SpecificPhobia
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#MentalDisorder> .
# 
# https://w3id.org/timebank#Sports
<https://w3id.org/timebank#Sports> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Sports> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Recreation> .
# 
# https://w3id.org/timebank#Stairs
<https://w3id.org/timebank#Stairs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Stairs> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#Status
<https://w3id.org/timebank#Status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Status> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/timebank#User> .
<https://w3id.org/timebank#Status> <http://www.w3.org/2000/01/rdf-schema#comment> "The status of a request." .
<https://w3id.org/timebank#Status> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Status> <http://www.w3.org/2000/01/rdf-schema#label> "Status" .
# 
# https://w3id.org/timebank#StrokeHistory
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CommonDisease> .
# 
# https://w3id.org/timebank#Supplies
<https://w3id.org/timebank#Supplies> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Supplies> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Environment> .
# 
# https://w3id.org/timebank#Tailoring
<https://w3id.org/timebank#Tailoring> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Tailoring> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#CraftingClothes> .
# 
# https://w3id.org/timebank#ToiletUsingProblem
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#MobilityProblem> .
# 
# https://w3id.org/timebank#Tools
<https://w3id.org/timebank#Tools> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Tools> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Supplies> .
# 
# https://w3id.org/timebank#Transportation
<https://w3id.org/timebank#Transportation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Transportation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#TransportationAvailable
<https://w3id.org/timebank#TransportationAvailable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#TransportationAvailable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#TravelCompanion
<https://w3id.org/timebank#TravelCompanion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#TravelCompanion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Recreation> .
# 
# https://w3id.org/timebank#UnevenTerrain
<https://w3id.org/timebank#UnevenTerrain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#UnevenTerrain> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#User
<https://w3id.org/timebank#User> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#User> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/Person> .
<https://w3id.org/timebank#User> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid7 .
_:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:genid7 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/timebank#hasTimeBalance> .
_:genid7 <http://www.w3.org/2002/07/owl#maxCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<https://w3id.org/timebank#User> <http://www.w3.org/2000/01/rdf-schema#comment> "A user of the Timebank." .
<https://w3id.org/timebank#User> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#User> <http://www.w3.org/2000/01/rdf-schema#label> "User" .
# 
# https://w3id.org/timebank#WalkingProblem
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#MobilityProblem> .
# 
# https://w3id.org/timebank#Water
<https://w3id.org/timebank#Water> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Water> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Supplies> .
# 
# https://w3id.org/timebank#WeatherConstraint
<https://w3id.org/timebank#WeatherConstraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#WeatherConstraint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#WoodCarving
<https://w3id.org/timebank#WoodCarving> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#WoodCarving> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#WoodCrafting> .
# 
# https://w3id.org/timebank#WoodCrafting
<https://w3id.org/timebank#WoodCrafting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#WoodCrafting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#Crafting> .
# 
# https://w3id.org/timebank#Writing
<https://w3id.org/timebank#Writing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/timebank#Writing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/timebank#OfficeWork> .
# 
# 
# 
# #################################################################
# #
# #    Individuals
# #
# #################################################################
# 
# 
# dbt:Game
<dbt:Game> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Accessibility
<http://dbpedia.org/resource/Accessibility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Acrophobia
<http://dbpedia.org/resource/Acrophobia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Ailurophobia
<http://dbpedia.org/resource/Ailurophobia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Allergy
<http://dbpedia.org/resource/Allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Auto_mechanic
<http://dbpedia.org/resource/Auto_mechanic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Automobile
<http://dbpedia.org/resource/Automobile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Baking
<http://dbpedia.org/resource/Baking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Blindness
<http://dbpedia.org/resource/Blindness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Caring_for_people_with_dementia
<http://dbpedia.org/resource/Caring_for_people_with_dementia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Cat
<http://dbpedia.org/resource/Cat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Catering
<http://dbpedia.org/resource/Catering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Child_care
<http://dbpedia.org/resource/Child_care> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Cognitive_deficit
<http://dbpedia.org/resource/Cognitive_deficit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Computer_repair_technician
<http://dbpedia.org/resource/Computer_repair_technician> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Computer_skills
<http://dbpedia.org/resource/Computer_skills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Cooking
<http://dbpedia.org/resource/Cooking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Craft
<http://dbpedia.org/resource/Craft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Cynophobia
<http://dbpedia.org/resource/Cynophobia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Dance
<http://dbpedia.org/resource/Dance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Deafness
<http://dbpedia.org/resource/Deafness> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Diabetes_mellitus
<http://dbpedia.org/resource/Diabetes_mellitus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Dishwashing
<http://dbpedia.org/resource/Dishwashing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Dog
<http://dbpedia.org/resource/Dog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Drug_allergy
<http://dbpedia.org/resource/Drug_allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Egg_allergy
<http://dbpedia.org/resource/Egg_allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Elderly_care
<http://dbpedia.org/resource/Elderly_care> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Electricity
<http://dbpedia.org/resource/Electricity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Elevator
<http://dbpedia.org/resource/Elevator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Event_planning
<http://dbpedia.org/resource/Event_planning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Fear_of_the_dark
<http://dbpedia.org/resource/Fear_of_the_dark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Financial_adviser
<http://dbpedia.org/resource/Financial_adviser> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Food_allergy
<http://dbpedia.org/resource/Food_allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Grocery_store
<http://dbpedia.org/resource/Grocery_store> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Hairdresser
<http://dbpedia.org/resource/Hairdresser> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Heart_disease
<http://dbpedia.org/resource/Heart_disease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Hypertension
<http://dbpedia.org/resource/Hypertension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Hypotension
<http://dbpedia.org/resource/Hypotension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Internet
<http://dbpedia.org/resource/Internet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Inventory
<http://dbpedia.org/resource/Inventory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Knitting
<http://dbpedia.org/resource/Knitting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Lawyer
<http://dbpedia.org/resource/Lawyer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Mental_disorder
<http://dbpedia.org/resource/Mental_disorder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Meteorology
<http://dbpedia.org/resource/Meteorology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Milk_allergy
<http://dbpedia.org/resource/Milk_allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Musical_performance
<http://dbpedia.org/resource/Musical_performance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Nursing
<http://dbpedia.org/resource/Nursing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Online_shopping
<http://dbpedia.org/resource/Online_shopping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Personal_Care_Assistant
<http://dbpedia.org/resource/Personal_Care_Assistant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Pet
<http://dbpedia.org/resource/Pet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Plumbing
<http://dbpedia.org/resource/Plumbing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Pruning
<http://dbpedia.org/resource/Pruning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Psychotic_episode
<http://dbpedia.org/resource/Psychotic_episode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Public_transport
<http://dbpedia.org/resource/Public_transport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Rheumatism
<http://dbpedia.org/resource/Rheumatism> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Sales
<http://dbpedia.org/resource/Sales> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Seafood_allergy
<http://dbpedia.org/resource/Seafood_allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Sensitive_skin_type
<http://dbpedia.org/resource/Sensitive_skin_type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Sewing
<http://dbpedia.org/resource/Sewing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Specific_phobia
<http://dbpedia.org/resource/Specific_phobia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Sport
<http://dbpedia.org/resource/Sport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Stairway
<http://dbpedia.org/resource/Stairway> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Stroke
<http://dbpedia.org/resource/Stroke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Tailor
<http://dbpedia.org/resource/Tailor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Telephone_call
<http://dbpedia.org/resource/Telephone_call> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Tool
<http://dbpedia.org/resource/Tool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Tractor
<http://dbpedia.org/resource/Tractor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Transport
<http://dbpedia.org/resource/Transport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Travel
<http://dbpedia.org/resource/Travel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Tree_nut_allergy
<http://dbpedia.org/resource/Tree_nut_allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Truck
<http://dbpedia.org/resource/Truck> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Washing
<http://dbpedia.org/resource/Washing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Water_supply
<http://dbpedia.org/resource/Water_supply> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Wheat_allergy
<http://dbpedia.org/resource/Wheat_allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Woodworking
<http://dbpedia.org/resource/Woodworking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Zoophobia
<http://dbpedia.org/resource/Zoophobia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/:Carpentry
<http://dbpedia.org/resource/:Carpentry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Caregiving
<http://dbpedia.org/resource/Category:Caregiving> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Cleaning
<http://dbpedia.org/resource/Category:Cleaning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Consulting
<http://dbpedia.org/resource/Category:Consulting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Counseling
<http://dbpedia.org/resource/Category:Counseling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Food_and_drink_preparation
<http://dbpedia.org/resource/Category:Food_and_drink_preparation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Lawn_care
<http://dbpedia.org/resource/Category:Lawn_care> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Maintenance
<http://dbpedia.org/resource/Category:Maintenance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Office_work
<http://dbpedia.org/resource/Category:Office_work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Skills
<http://dbpedia.org/resource/Category:Skills> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Woodcarving
<http://dbpedia.org/resource/Category:Woodcarving> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Category:Writing
<http://dbpedia.org/resource/Category:Writing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Depression_(mood)
<http://dbpedia.org/resource/Depression_(mood)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Maintenance,_repair,_and_operations
<http://dbpedia.org/resource/Maintenance,_repair,_and_operations> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Precipitation_(meteorology)
<http://dbpedia.org/resource/Precipitation_(meteorology)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://dbpedia.org/resource/Trailer_(vehicle)
<http://dbpedia.org/resource/Trailer_(vehicle)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/E10-E14.9
<http://purl.bioontology.org/ontology/ICD10/E10-E14.9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/F00-F99.9
<http://purl.bioontology.org/ontology/ICD10/F00-F99.9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/F06.7
<http://purl.bioontology.org/ontology/ICD10/F06.7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/F20-F29.9
<http://purl.bioontology.org/ontology/ICD10/F20-F29.9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/F32
<http://purl.bioontology.org/ontology/ICD10/F32> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/F40.2
<http://purl.bioontology.org/ontology/ICD10/F40.2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/H54
<http://purl.bioontology.org/ontology/ICD10/H54> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/I10-I15.9
<http://purl.bioontology.org/ontology/ICD10/I10-I15.9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/I51.9
<http://purl.bioontology.org/ontology/ICD10/I51.9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/I60-I69.9
<http://purl.bioontology.org/ontology/ICD10/I60-I69.9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/I95
<http://purl.bioontology.org/ontology/ICD10/I95> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/M79.0
<http://purl.bioontology.org/ontology/ICD10/M79.0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/R26.2
<http://purl.bioontology.org/ontology/ICD10/R26.2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/T78.4
<http://purl.bioontology.org/ontology/ICD10/T78.4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/Z74.0
<http://purl.bioontology.org/ontology/ICD10/Z74.0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://purl.bioontology.org/ontology/ICD10/Z88
<http://purl.bioontology.org/ontology/ICD10/Z88> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/102490005
<http://snomed.info/id/102490005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/105597003
<http://snomed.info/id/105597003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/110352000
<http://snomed.info/id/110352000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/129016000
<http://snomed.info/id/129016000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/129039006
<http://snomed.info/id/129039006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/129045003
<http://snomed.info/id/129045003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/138049005
<http://snomed.info/id/138049005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/138050005
<http://snomed.info/id/138050005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/138787005
<http://snomed.info/id/138787005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/141258002
<http://snomed.info/id/141258002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/141259005
<http://snomed.info/id/141259005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/141260000
<http://snomed.info/id/141260000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/154965008
<http://snomed.info/id/154965008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/154966009
<http://snomed.info/id/154966009> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/154967000
<http://snomed.info/id/154967000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/156615004
<http://snomed.info/id/156615004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/157801005
<http://snomed.info/id/157801005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/157802003
<http://snomed.info/id/157802003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/191044006
<http://snomed.info/id/191044006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/197021003
<http://snomed.info/id/197021003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/231436002
<http://snomed.info/id/231436002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/286372005
<http://snomed.info/id/286372005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/29913006
<http://snomed.info/id/29913006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/386808001
<http://snomed.info/id/386808001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/426232007
<http://snomed.info/id/426232007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/441831003
<http://snomed.info/id/441831003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/54307006
<http://snomed.info/id/54307006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/56265001
<http://snomed.info/id/56265001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/58963008
<http://snomed.info/id/58963008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/74732009
<http://snomed.info/id/74732009> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/91934008
<http://snomed.info/id/91934008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/91937001
<http://snomed.info/id/91937001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://snomed.info/id/93431001
<http://snomed.info/id/93431001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#b1
<http://who.int/icf#b1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#b164
<http://who.int/icf#b164> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#b2102
<http://who.int/icf#b2102> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#b230
<http://who.int/icf#b230> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#b410
<http://who.int/icf#b410> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#b840
<http://who.int/icf#b840> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#d330
<http://who.int/icf#d330> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#d4
<http://who.int/icf#d4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#d450-d469
<http://who.int/icf#d450-d469> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#d530
<http://who.int/icf#d530> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# http://who.int/icf#d5400
<http://who.int/icf#d5400> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# https://w3id.org/timebank#Accessibility
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Environment> .
<https://w3id.org/timebank#Environment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Accessibility> .
# 
# https://w3id.org/timebank#AccessibleByPublicTransport
<https://w3id.org/timebank#AccessibleByPublicTransport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#AccessibleByPublicTransport> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Accessibility> .
<https://w3id.org/timebank#AccessibleByPublicTransport> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Public_transport> .
# 
# https://w3id.org/timebank#Advice
<https://w3id.org/timebank#Advice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Advice> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Skill> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Advice> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Category:Consulting> .
# 
# https://w3id.org/timebank#Allergy
<https://w3id.org/timebank#Allergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Allergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#Limitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Allergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Allergy> .
<https://w3id.org/timebank#Allergy> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/T78.4> .
# 
# https://w3id.org/timebank#Assembling
<https://w3id.org/timebank#Assembling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Assembling> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Crafting> .
<https://w3id.org/timebank#Crafting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# https://w3id.org/timebank#AutomobileRepair
<https://w3id.org/timebank#AutomobileRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#AutomobileRepair> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Repair> .
<https://w3id.org/timebank#Repair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#AutomobileRepair> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Auto_mechanic> .
# 
# https://w3id.org/timebank#Baking
<https://w3id.org/timebank#Baking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Baking> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodService> .
<https://w3id.org/timebank#FoodService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Baking> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Baking> .
# 
# https://w3id.org/timebank#Carpeting
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#WoodCrafting> .
<https://w3id.org/timebank#WoodCrafting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/:Carpentry> .
# 
# https://w3id.org/timebank#Catering
<https://w3id.org/timebank#Catering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Catering> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodService> .
<https://w3id.org/timebank#Catering> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Catering> .
# 
# https://w3id.org/timebank#Cats
<https://w3id.org/timebank#Cats> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Cats> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Pets> .
<https://w3id.org/timebank#Pets> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Cats> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Cat> .
# 
# https://w3id.org/timebank#ChildCare
<https://w3id.org/timebank#ChildCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ChildCare> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PeopleCare> .
<https://w3id.org/timebank#PeopleCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ChildCare> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Child_care> .
# 
# https://w3id.org/timebank#Cleaning
<https://w3id.org/timebank#Cleaning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Cleaning> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Maintenance> .
<https://w3id.org/timebank#Maintenance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Cleaning> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Category:Cleaning> .
# 
# https://w3id.org/timebank#ClimbingStairsDifficulty
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#MobilityProblem> .
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/129016000> .
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#d450-d469> .
# 
# https://w3id.org/timebank#ClothesWashing
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Cleaning> .
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Washing> .
# 
# https://w3id.org/timebank#CognitiveImpairment
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#MentalDisorder> .
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Cognitive_deficit> .
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/F06.7> .
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/110352000> .
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#b164> .
# 
# https://w3id.org/timebank#CommonDisease
<https://w3id.org/timebank#CommonDisease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#CommonDisease> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Limitation> .
# 
# https://w3id.org/timebank#ComputerProcessing
<https://w3id.org/timebank#ComputerProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ComputerProcessing> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#OfficeWork> .
<https://w3id.org/timebank#OfficeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ComputerProcessing> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Computer_skills> .
# 
# https://w3id.org/timebank#ComputerRepair
<https://w3id.org/timebank#ComputerRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ComputerRepair> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Repair> .
<https://w3id.org/timebank#ComputerRepair> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Computer_repair_technician> .
# 
# https://w3id.org/timebank#Cooking
<https://w3id.org/timebank#Cooking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Cooking> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodService> .
<https://w3id.org/timebank#Cooking> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Cooking> .
# 
# https://w3id.org/timebank#Counseling
<https://w3id.org/timebank#Counseling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Counseling> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Advice> .
<https://w3id.org/timebank#Counseling> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Category:Counseling> .
# 
# https://w3id.org/timebank#Crafting
<https://w3id.org/timebank#Crafting> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Crafting> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Craft> .
# 
# https://w3id.org/timebank#CraftingClothes
<https://w3id.org/timebank#CraftingClothes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#CraftingClothes> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Crafting> .
# 
# https://w3id.org/timebank#DancingCompanion
<https://w3id.org/timebank#DancingCompanion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DancingCompanion> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Recreation> .
<https://w3id.org/timebank#Recreation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DancingCompanion> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Dance> .
# 
# https://w3id.org/timebank#Depression
<https://w3id.org/timebank#Depression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#MentalDisorder> .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://purl.bioontology.org/ontology/ICD10/F32> .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Depression_(mood)> .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2004/02/skos/core#narrowMatch> <http://snomed.info/id/154965008> .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2004/02/skos/core#narrowMatch> <http://snomed.info/id/154966009> .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2004/02/skos/core#narrowMatch> <http://snomed.info/id/154967000> .
# 
# https://w3id.org/timebank#Diabetes
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CommonDisease> .
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Diabetes_mellitus> .
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.bioontology.org/ontology/ICD10/E10-E14.9> .
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/191044006> .
# 
# https://w3id.org/timebank#Dishwashing
<https://w3id.org/timebank#Dishwashing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Dishwashing> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodService> .
<https://w3id.org/timebank#Dishwashing> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Dishwashing> .
# 
# https://w3id.org/timebank#Dogs
<https://w3id.org/timebank#Dogs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Dogs> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Dogs> .
<https://w3id.org/timebank#Dogs> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Dog> .
# 
# https://w3id.org/timebank#DressingAssistance
<https://w3id.org/timebank#DressingAssistance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DressingAssistance> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PersonalService> .
<https://w3id.org/timebank#PersonalService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# https://w3id.org/timebank#DressingProblem
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#MobilityProblem> .
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/129039006> .
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#d5400> .
# 
# https://w3id.org/timebank#DrivingCars
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#DrivingLightVehicles> .
<https://w3id.org/timebank#DrivingLightVehicles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Automobile> .
# 
# https://w3id.org/timebank#DrivingHeavyVehicles
<https://w3id.org/timebank#DrivingHeavyVehicles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DrivingHeavyVehicles> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Transportation> .
<https://w3id.org/timebank#Transportation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
# 
# https://w3id.org/timebank#DrivingLightVehicles
<https://w3id.org/timebank#DrivingLightVehicles> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Transportation> .
# 
# https://w3id.org/timebank#DrivingTractors
<https://w3id.org/timebank#DrivingTractors> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DrivingTractors> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#DrivingHeavyVehicles> .
<https://w3id.org/timebank#DrivingTractors> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Tractor> .
# 
# https://w3id.org/timebank#DrivingTrucks
<https://w3id.org/timebank#DrivingTrucks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DrivingTrucks> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#DrivingHeavyVehicles> .
<https://w3id.org/timebank#DrivingTrucks> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Truck> .
# 
# https://w3id.org/timebank#DrivingVans
<https://w3id.org/timebank#DrivingVans> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DrivingVans> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#DrivingLightVehicles> .
<https://w3id.org/timebank#DrivingVans> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Automobile> .
# 
# https://w3id.org/timebank#DrivingWithTrailers
<https://w3id.org/timebank#DrivingWithTrailers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DrivingWithTrailers> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#DrivingHeavyVehicles> .
<https://w3id.org/timebank#DrivingWithTrailers> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Trailer_(vehicle)> .
# 
# https://w3id.org/timebank#DrugAllergy
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Allergy> .
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Drug_allergy> .
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/93431001> .
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/Z88> .
# 
# https://w3id.org/timebank#EggAllergy
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodAllergy> .
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Egg_allergy> .
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/157802003> .
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/138050005> .
# 
# https://w3id.org/timebank#ElderlyCare
<https://w3id.org/timebank#ElderlyCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ElderlyCare> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PeopleCare> .
<https://w3id.org/timebank#ElderlyCare> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Elderly_care> .
# 
# https://w3id.org/timebank#Electricity
<https://w3id.org/timebank#Electricity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Electricity> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Supplies> .
<https://w3id.org/timebank#Supplies> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Electricity> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Electricity> .
# 
# https://w3id.org/timebank#ElectronicRepair
<https://w3id.org/timebank#ElectronicRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ElectronicRepair> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Repair> .
# 
# https://w3id.org/timebank#Environment
# 
# https://w3id.org/timebank#EnvironmentalAllergy
<https://w3id.org/timebank#EnvironmentalAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#EnvironmentalAllergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Allergy> .
<https://w3id.org/timebank#EnvironmentalAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/426232007> .
# 
# https://w3id.org/timebank#EventPlanning
<https://w3id.org/timebank#EventPlanning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#EventPlanning> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Recreation> .
<https://w3id.org/timebank#EventPlanning> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Event_planning> .
# 
# https://w3id.org/timebank#FearOfAnimals
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#SpecificPhobia> .
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Zoophobia> .
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/54307006> .
# 
# https://w3id.org/timebank#FearOfCats
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FearOfAnimals> .
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Ailurophobia> .
# 
# https://w3id.org/timebank#FearOfDark
<https://w3id.org/timebank#FearOfDark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#FearOfDark> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#SpecificPhobia> .
<https://w3id.org/timebank#FearOfDark> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Fear_of_the_dark> .
# 
# https://w3id.org/timebank#FearOfDogs
<https://w3id.org/timebank#FearOfDogs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#FearOfDogs> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FearOfAnimals> .
<https://w3id.org/timebank#FearOfDogs> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Cynophobia> .
# 
# https://w3id.org/timebank#FearOfHeights
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#SpecificPhobia> .
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Acrophobia> .
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/58963008> .
# 
# https://w3id.org/timebank#FinancialAdvice
<https://w3id.org/timebank#FinancialAdvice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#FinancialAdvice> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Advice> .
<https://w3id.org/timebank#FinancialAdvice> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Financial_adviser> .
# 
# https://w3id.org/timebank#FoodAllergy
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Allergy> .
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Food_allergy> .
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/157801005> .
# 
# https://w3id.org/timebank#FoodPreparation
<https://w3id.org/timebank#FoodPreparation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#FoodPreparation> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodService> .
# 
# https://w3id.org/timebank#FoodService
<https://w3id.org/timebank#FoodService> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#FoodService> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Category:Food_and_drink_preparation> .
# 
# https://w3id.org/timebank#Games
<https://w3id.org/timebank#Games> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Games> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Recreation> .
# 
# https://w3id.org/timebank#GlutenAllergy
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodAllergy> .
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Wheat_allergy> .
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/441831003> .
# 
# https://w3id.org/timebank#Groceries
<https://w3id.org/timebank#Groceries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Groceries> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#SalesService> .
<https://w3id.org/timebank#SalesService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Groceries> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Grocery_store> .
# 
# https://w3id.org/timebank#HairCutting
<https://w3id.org/timebank#HairCutting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#HairCutting> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PersonalService> .
<https://w3id.org/timebank#HairCutting> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Hairdresser> .
# 
# https://w3id.org/timebank#HeartDisease
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CommonDisease> .
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Heart_disease> .
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/56265001> .
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/I51.9> .
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#b410> .
# 
# https://w3id.org/timebank#HouseholdEquipmentRepair
<https://w3id.org/timebank#HouseholdEquipmentRepair> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#HouseholdEquipmentRepair> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Repair> .
# 
# https://w3id.org/timebank#HygieneAssitance
<https://w3id.org/timebank#HygieneAssitance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#HygieneAssitance> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PersonalService> .
# 
# https://w3id.org/timebank#Hypertension
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CommonDisease> .
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Hypertension> .
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/I10-I15.9> .
# 
# https://w3id.org/timebank#Hypotension
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CommonDisease> .
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Hypotension> .
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.bioontology.org/ontology/ICD10/I95> .
# 
# https://w3id.org/timebank#Internet
<https://w3id.org/timebank#Internet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Internet> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Supplies> .
<https://w3id.org/timebank#Internet> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Internet> .
# 
# https://w3id.org/timebank#InventoryManagement
<https://w3id.org/timebank#InventoryManagement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#InventoryManagement> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#OfficeWork> .
<https://w3id.org/timebank#InventoryManagement> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Inventory> .
# 
# https://w3id.org/timebank#Knitting
<https://w3id.org/timebank#Knitting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Knitting> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CraftingClothes> .
<https://w3id.org/timebank#Knitting> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Knitting> .
# 
# https://w3id.org/timebank#LegalAdvice
<https://w3id.org/timebank#LegalAdvice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#LegalAdvice> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Advice> .
<https://w3id.org/timebank#LegalAdvice> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Lawyer> .
# 
# https://w3id.org/timebank#LevelHigh
<https://w3id.org/timebank#LevelHigh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#LevelHigh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#LevelHigh> <http://www.w3.org/2000/01/rdf-schema#comment> "Used if a Limitation has a high severity or a Skill is on a high level." .
<https://w3id.org/timebank#LevelHigh> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#LevelHigh> <http://www.w3.org/2000/01/rdf-schema#label> "Level: High" .
# 
# https://w3id.org/timebank#LevelLow
<https://w3id.org/timebank#LevelLow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#LevelLow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#LevelLow> <http://www.w3.org/2000/01/rdf-schema#comment> "Used if a Limitation only has a low severity or a Skill is on a low level." .
<https://w3id.org/timebank#LevelLow> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#LevelLow> <http://www.w3.org/2000/01/rdf-schema#label> "Level: Low" .
# 
# https://w3id.org/timebank#LevelMedium
<https://w3id.org/timebank#LevelMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#LevelMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/timebank#Level> .
<https://w3id.org/timebank#LevelMedium> <http://www.w3.org/2000/01/rdf-schema#comment> "Used if a Limitation has a medium severity or a Skill is on a medium level" .
<https://w3id.org/timebank#LevelMedium> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#LevelMedium> <http://www.w3.org/2000/01/rdf-schema#label> "Level: Medium" .
# 
# https://w3id.org/timebank#Lift
<https://w3id.org/timebank#Lift> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Lift> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Accessibility> .
<https://w3id.org/timebank#Lift> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Elevator> .
# 
# https://w3id.org/timebank#Limitation
# 
# https://w3id.org/timebank#LimitedAccessibilityRain
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#WeatherConstraint> .
<https://w3id.org/timebank#WeatherConstraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Precipitation_(meteorology)> .
# 
# https://w3id.org/timebank#LimitedAccessibilitySnow
<https://w3id.org/timebank#LimitedAccessibilitySnow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#LimitedAccessibilitySnow> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#WeatherConstraint> .
<https://w3id.org/timebank#LimitedAccessibilitySnow> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Precipitation_(meteorology)> .
# 
# https://w3id.org/timebank#Maintenance
<https://w3id.org/timebank#Maintenance> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Maintenance> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Category:Maintenance> .
# 
# https://w3id.org/timebank#MentalDisorder
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Limitation> .
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://purl.bioontology.org/ontology/ICD10/F00-F99.9> .
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Mental_disorder> .
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/74732009> .
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#b1> .
# 
# https://w3id.org/timebank#MentallyIllCare
<https://w3id.org/timebank#MentallyIllCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#MentallyIllCare> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PeopleCare> .
<https://w3id.org/timebank#MentallyIllCare> <http://www.w3.org/2004/02/skos/core#narrowMatch> <http://dbpedia.org/resource/Caring_for_people_with_dementia> .
# 
# https://w3id.org/timebank#MilkAllergy
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodAllergy> .
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://snomed.info/id/197021003> .
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Milk_allergy> .
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/138049005> .
# 
# https://w3id.org/timebank#MobilityProblem
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PhysicalInconvenience> .
<https://w3id.org/timebank#PhysicalInconvenience> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/Z74.0> .
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/102490005> .
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#d4> .
# 
# https://w3id.org/timebank#Mopping
<https://w3id.org/timebank#Mopping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Mopping> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Cleaning> .
# 
# https://w3id.org/timebank#Mowing
<https://w3id.org/timebank#Mowing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Mowing> <http://www.w3.org/2004/02/skos/core#broadMatch> <http://dbpedia.org/resource/Category:Lawn_care> .
<https://w3id.org/timebank#Mowing> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Maintenance> .
# 
# https://w3id.org/timebank#NutsAllergy
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodAllergy> .
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/91934008> .
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/2004/02/skos/core#narrowMatch> <http://dbpedia.org/resource/Tree_nut_allergy> .
# 
# https://w3id.org/timebank#OfficeWork
<https://w3id.org/timebank#OfficeWork> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#OfficeWork> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Category:Office_work> .
# 
# https://w3id.org/timebank#OnlineShopping
<https://w3id.org/timebank#OnlineShopping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#OnlineShopping> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#SalesService> .
<https://w3id.org/timebank#OnlineShopping> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Online_shopping> .
# 
# https://w3id.org/timebank#PeopleCare
<https://w3id.org/timebank#PeopleCare> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#PeopleCare> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Category:Caregiving> .
# 
# https://w3id.org/timebank#PerformingMusic
<https://w3id.org/timebank#PerformingMusic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#PerformingMusic> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Recreation> .
<https://w3id.org/timebank#PerformingMusic> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Musical_performance> .
# 
# https://w3id.org/timebank#PersonalService
<https://w3id.org/timebank#PersonalService> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#PersonalService> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Personal_Care_Assistant> .
# 
# https://w3id.org/timebank#Pets
<https://w3id.org/timebank#Pets> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Environment> .
<https://w3id.org/timebank#Pets> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Pet> .
# 
# https://w3id.org/timebank#PhoneCalls
<https://w3id.org/timebank#PhoneCalls> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#PhoneCalls> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#OfficeWork> .
<https://w3id.org/timebank#PhoneCalls> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Telephone_call> .
# 
# https://w3id.org/timebank#PhysicalInconvenience
<https://w3id.org/timebank#PhysicalInconvenience> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Limitation> .
# 
# https://w3id.org/timebank#PhysicallyDisabledCare
<https://w3id.org/timebank#PhysicallyDisabledCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#PhysicallyDisabledCare> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PeopleCare> .
<https://w3id.org/timebank#PhysicallyDisabledCare> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Nursing> .
# 
# https://w3id.org/timebank#Plumbing
<https://w3id.org/timebank#Plumbing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Plumbing> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Repair> .
<https://w3id.org/timebank#Plumbing> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Plumbing> .
# 
# https://w3id.org/timebank#PoorEyesight
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PhysicalInconvenience> .
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Blindness> .
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/H54> .
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/105597003> .
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#b2102> .
# 
# https://w3id.org/timebank#PoorHearing
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PhysicalInconvenience> .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2004/02/skos/core#narrowMatch> <http://snomed.info/id/141258002> .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2004/02/skos/core#narrowMatch> <http://snomed.info/id/141259005> .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2004/02/skos/core#narrowMatch> <http://snomed.info/id/141260000> .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Deafness> .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#b230> .
# 
# https://w3id.org/timebank#Pruning
<https://w3id.org/timebank#Pruning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Pruning> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Maintenance> .
<https://w3id.org/timebank#Pruning> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Pruning> .
# 
# https://w3id.org/timebank#PsychoticEpisode
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#MentalDisorder> .
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://snomed.info/id/231436002> .
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Psychotic_episode> .
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/F20-F29.9> .
# 
# https://w3id.org/timebank#RecordingNotes
<https://w3id.org/timebank#RecordingNotes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#RecordingNotes> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#OfficeWork> .
# 
# https://w3id.org/timebank#Recreation
<https://w3id.org/timebank#Recreation> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
# 
# https://w3id.org/timebank#Repair
<https://w3id.org/timebank#Repair> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Repair> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Maintenance,_repair,_and_operations> .
# 
# https://w3id.org/timebank#Rheumatism
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CommonDisease> .
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Rheumatism> .
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/29913006> .
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/M79.0> .
# 
# https://w3id.org/timebank#SalesService
<https://w3id.org/timebank#SalesService> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#SalesService> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Sales> .
# 
# https://w3id.org/timebank#SeafoodAllergy
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#FoodAllergy> .
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Seafood_allergy> .
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/91937001> .
# 
# https://w3id.org/timebank#SensitiveSkin
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PhysicalInconvenience> .
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Sensitive_skin_type> .
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#b840> .
# 
# https://w3id.org/timebank#Sewing
<https://w3id.org/timebank#Sewing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Sewing> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CraftingClothes> .
<https://w3id.org/timebank#Sewing> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Sewing> .
# 
# https://w3id.org/timebank#SickCare
<https://w3id.org/timebank#SickCare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#SickCare> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PeopleCare> .
<https://w3id.org/timebank#SickCare> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Nursing> .
# 
# https://w3id.org/timebank#Skill
<https://w3id.org/timebank#Skill> <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Category:Skills> .
# 
# https://w3id.org/timebank#SlipperyFloor
<https://w3id.org/timebank#SlipperyFloor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#SlipperyFloor> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#SpeakingProblem
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#PhysicalInconvenience> .
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/286372005> .
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#d330> .
# 
# https://w3id.org/timebank#SpecificPhobia
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#MentalDisorder> .
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Specific_phobia> .
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.bioontology.org/ontology/ICD10/F40.2> .
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/386808001> .
# 
# https://w3id.org/timebank#Sports
<https://w3id.org/timebank#Sports> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Sports> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Recreation> .
<https://w3id.org/timebank#Sports> <http://www.w3.org/2004/02/skos/core#relatedMatch> <dbt:Game> .
<https://w3id.org/timebank#Sports> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Sport> .
# 
# https://w3id.org/timebank#Stairs
<https://w3id.org/timebank#Stairs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Stairs> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Accessibility> .
<https://w3id.org/timebank#Stairs> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Stairway> .
# 
# https://w3id.org/timebank#StatusAssigned
<https://w3id.org/timebank#StatusAssigned> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#StatusAssigned> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#StatusAssigned> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a request is assigned to a helper but not yet completed." .
<https://w3id.org/timebank#StatusAssigned> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#StatusAssigned> <http://www.w3.org/2000/01/rdf-schema#label> "Status: Assigned" .
# 
# https://w3id.org/timebank#StatusCancelled
<https://w3id.org/timebank#StatusCancelled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#StatusCancelled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#StatusCancelled> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a request is cancelled and no helper is needed anymore." .
<https://w3id.org/timebank#StatusCancelled> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#StatusCancelled> <http://www.w3.org/2000/01/rdf-schema#label> "Status: Cancelled" .
# 
# https://w3id.org/timebank#StatusClosed
<https://w3id.org/timebank#StatusClosed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#StatusClosed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#StatusClosed> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a request is closed and that no helper is needed anymore." .
<https://w3id.org/timebank#StatusClosed> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#StatusClosed> <http://www.w3.org/2000/01/rdf-schema#label> "Status: Closed" .
# 
# https://w3id.org/timebank#StatusOpen
<https://w3id.org/timebank#StatusOpen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#StatusOpen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/timebank#Status> .
<https://w3id.org/timebank#StatusOpen> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a request is open and no helper is assigned to it." .
<https://w3id.org/timebank#StatusOpen> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#StatusOpen> <http://www.w3.org/2000/01/rdf-schema#label> "Status: Open" .
# 
# https://w3id.org/timebank#StrokeHistory
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CommonDisease> .
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/138787005> .
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Stroke> .
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/I60-I69.9> .
# 
# https://w3id.org/timebank#Supplies
<https://w3id.org/timebank#Supplies> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Environment> .
# 
# https://w3id.org/timebank#Tailoring
<https://w3id.org/timebank#Tailoring> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Tailoring> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#CraftingClothes> .
<https://w3id.org/timebank#Tailoring> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Tailor> .
# 
# https://w3id.org/timebank#ToiletUsingProblem
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#MobilityProblem> .
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://snomed.info/id/129045003> .
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#d530> .
# 
# https://w3id.org/timebank#Tools
<https://w3id.org/timebank#Tools> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Tools> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Supplies> .
<https://w3id.org/timebank#Tools> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Tool> .
# 
# https://w3id.org/timebank#Transportation
<https://w3id.org/timebank#Transportation> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Skill> .
<https://w3id.org/timebank#Transportation> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Transport> .
# 
# https://w3id.org/timebank#TransportationAvailable
<https://w3id.org/timebank#TransportationAvailable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#TransportationAvailable> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Accessibility> .
<https://w3id.org/timebank#TransportationAvailable> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Transport> .
# 
# https://w3id.org/timebank#TravelCompanion
<https://w3id.org/timebank#TravelCompanion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#TravelCompanion> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Recreation> .
<https://w3id.org/timebank#TravelCompanion> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Travel> .
# 
# https://w3id.org/timebank#UnevenTerrain
<https://w3id.org/timebank#UnevenTerrain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#UnevenTerrain> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Accessibility> .
# 
# https://w3id.org/timebank#WalkingProblem
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#MobilityProblem> .
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://snomed.info/id/156615004> .
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.bioontology.org/ontology/ICD10/R26.2> .
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://who.int/icf#d450-d469> .
# 
# https://w3id.org/timebank#Water
<https://w3id.org/timebank#Water> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Water> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Supplies> .
<https://w3id.org/timebank#Water> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Water_supply> .
# 
# https://w3id.org/timebank#WeatherConstraint
<https://w3id.org/timebank#WeatherConstraint> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Accessibility> .
<https://w3id.org/timebank#WeatherConstraint> <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://dbpedia.org/resource/Meteorology> .
# 
# https://w3id.org/timebank#WoodCarving
<https://w3id.org/timebank#WoodCarving> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#WoodCarving> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#WoodCrafting> .
<https://w3id.org/timebank#WoodCarving> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Category:Woodcarving> .
# 
# https://w3id.org/timebank#WoodCrafting
<https://w3id.org/timebank#WoodCrafting> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#Crafting> .
<https://w3id.org/timebank#WoodCrafting> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Woodworking> .
# 
# https://w3id.org/timebank#Writing
<https://w3id.org/timebank#Writing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/timebank#Writing> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <https://w3id.org/timebank#OfficeWork> .
<https://w3id.org/timebank#Writing> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Category:Writing> .
# 
# 
# 
# #################################################################
# #
# #    Annotations
# #
# #################################################################
# 
# 
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes any revelant information regarding the accessibility of a location of a request." .
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Accessibility> <http://www.w3.org/2000/01/rdf-schema#label> "Accessibility" .
# 
<https://w3id.org/timebank#AccessibleByPublicTransport> <http://www.w3.org/2000/01/rdf-schema#comment> "The location is accessible by public transport." .
<https://w3id.org/timebank#AccessibleByPublicTransport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#AccessibleByPublicTransport> <http://www.w3.org/2000/01/rdf-schema#label> "Accessible by Public Transport" .
# 
<https://w3id.org/timebank#Advice> <http://www.w3.org/2000/01/rdf-schema#comment> "Skills to provide particular services which requires some sort of education or training." .
<https://w3id.org/timebank#Advice> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Advice> <http://www.w3.org/2000/01/rdf-schema#label> "Advice" .
# 
<https://w3id.org/timebank#Allergy> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of allergies, which is caused by hypersensitivity of the immune system." .
<https://w3id.org/timebank#Allergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Allergy> <http://www.w3.org/2000/01/rdf-schema#label> "Allergy" .
# 
<https://w3id.org/timebank#Assembling> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assemble items like furniture and other things." .
<https://w3id.org/timebank#Assembling> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Assembling> <http://www.w3.org/2000/01/rdf-schema#label> "Assembling" .
# 
<https://w3id.org/timebank#AutomobileRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to repair automobiles." .
<https://w3id.org/timebank#AutomobileRepair> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#AutomobileRepair> <http://www.w3.org/2000/01/rdf-schema#label> "Automobile Repair" .
# 
<https://w3id.org/timebank#Baking> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with baking." .
<https://w3id.org/timebank#Baking> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Baking> <http://www.w3.org/2000/01/rdf-schema#label> "Baking" .
# 
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to do carpenting." .
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Carpeting> <http://www.w3.org/2000/01/rdf-schema#label> "Carpenting" .
# 
<https://w3id.org/timebank#Catering> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with catering requirements." .
<https://w3id.org/timebank#Catering> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Catering> <http://www.w3.org/2000/01/rdf-schema#label> "Catering" .
# 
<https://w3id.org/timebank#Cats> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that cats might be present." .
<https://w3id.org/timebank#Cats> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Cats> <http://www.w3.org/2000/01/rdf-schema#label> "Cats" .
# 
<https://w3id.org/timebank#ChildCare> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide care for children." .
<https://w3id.org/timebank#ChildCare> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#ChildCare> <http://www.w3.org/2000/01/rdf-schema#label> "Child Care" .
# 
<https://w3id.org/timebank#Cleaning> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with general cleaning tasks." .
<https://w3id.org/timebank#Cleaning> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Cleaning> <http://www.w3.org/2000/01/rdf-schema#label> "Cleaning" .
# 
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/2000/01/rdf-schema#comment> "The person has difficulty in climbing up stairs." .
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#ClimbingStairsDifficulty> <http://www.w3.org/2000/01/rdf-schema#label> "Difficulty in Climbing Stairs" .
# 
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with washing clothes." .
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#ClothesWashing> <http://www.w3.org/2000/01/rdf-schema#label> "Clothes Washing" .
# 
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2000/01/rdf-schema#comment> "A person with cognitive impairment can't think and remember things clearly." .
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#CognitiveImpairment> <http://www.w3.org/2000/01/rdf-schema#label> "Cognitive Impairment" .
# 
<https://w3id.org/timebank#CommonDisease> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of diseases that are common, especially for elderly people" .
<https://w3id.org/timebank#CommonDisease> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#CommonDisease> <http://www.w3.org/2000/01/rdf-schema#label> "Common Disease" .
# 
<https://w3id.org/timebank#ComputerProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with processing data computers." .
<https://w3id.org/timebank#ComputerProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#ComputerProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Computer Processing" .
# 
<https://w3id.org/timebank#ComputerRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to fix problems with computers." .
<https://w3id.org/timebank#ComputerRepair> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#ComputerRepair> <http://www.w3.org/2000/01/rdf-schema#label> "Computer Repair" .
# 
<https://w3id.org/timebank#Cooking> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with cooking in general." .
<https://w3id.org/timebank#Cooking> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Cooking> <http://www.w3.org/2000/01/rdf-schema#label> "Cooking" .
# 
<https://w3id.org/timebank#Counseling> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to advice people on psychological matters." .
<https://w3id.org/timebank#Counseling> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Counseling> <http://www.w3.org/2000/01/rdf-schema#label> "Counseling" .
# 
<https://w3id.org/timebank#Crafting> <http://www.w3.org/2000/01/rdf-schema#comment> "Crafting skills." .
<https://w3id.org/timebank#Crafting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Crafting> <http://www.w3.org/2000/01/rdf-schema#label> "Crafting" .
# 
<https://w3id.org/timebank#CraftingClothes> <http://www.w3.org/2000/01/rdf-schema#comment> "The ability to craft any kind of clothes." .
<https://w3id.org/timebank#CraftingClothes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#CraftingClothes> <http://www.w3.org/2000/01/rdf-schema#label> "Crafting Clothes" .
# 
<https://w3id.org/timebank#DancingCompanion> <http://www.w3.org/2000/01/rdf-schema#comment> "The ability to act as a dancing companion." .
<https://w3id.org/timebank#DancingCompanion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DancingCompanion> <http://www.w3.org/2000/01/rdf-schema#label> "Dancing Companion" .
# 
<https://w3id.org/timebank#Depression> <http://www.w3.org/2000/01/rdf-schema#comment> "A person with depression has a depressed mood over a long period and may even have thoughts of suicide." .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Depression> <http://www.w3.org/2000/01/rdf-schema#label> "Depression" .
# 
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/2000/01/rdf-schema#comment> "A disorder characterized by high blood sugar levels during a long period." .
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Diabetes> <http://www.w3.org/2000/01/rdf-schema#label> "Diabetes Mellitus" .
# 
<https://w3id.org/timebank#Dishwashing> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with washing dishes." .
<https://w3id.org/timebank#Dishwashing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Dishwashing> <http://www.w3.org/2000/01/rdf-schema#label> "Dishwashing" .
# 
<https://w3id.org/timebank#Dogs> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that dogs might be present." .
<https://w3id.org/timebank#Dogs> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Dogs> <http://www.w3.org/2000/01/rdf-schema#label> "Dogs" .
# 
<https://w3id.org/timebank#DressingAssistance> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist someone with dressing." .
<https://w3id.org/timebank#DressingAssistance> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DressingAssistance> <http://www.w3.org/2000/01/rdf-schema#label> "Dressing Assistance" .
# 
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/2000/01/rdf-schema#comment> "The person has difficulties dressing himself." .
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DressingProblem> <http://www.w3.org/2000/01/rdf-schema#label> "Dressing Problem" .
# 
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/2000/01/rdf-schema#comment> "Experience in driving cars." .
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DrivingCars> <http://www.w3.org/2000/01/rdf-schema#label> "Driving Cars" .
# 
<https://w3id.org/timebank#DrivingHeavyVehicles> <http://www.w3.org/2000/01/rdf-schema#comment> "Experience in driving heavy vehicles." .
<https://w3id.org/timebank#DrivingHeavyVehicles> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DrivingHeavyVehicles> <http://www.w3.org/2000/01/rdf-schema#label> "Driving Heavy Vehicles" .
# 
<https://w3id.org/timebank#DrivingLightVehicles> <http://www.w3.org/2000/01/rdf-schema#comment> "Experience in driving light vehicles." .
<https://w3id.org/timebank#DrivingLightVehicles> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DrivingLightVehicles> <http://www.w3.org/2000/01/rdf-schema#label> "Driving Light Vehicles" .
# 
<https://w3id.org/timebank#DrivingTractors> <http://www.w3.org/2000/01/rdf-schema#comment> "Experience in driving tractors." .
<https://w3id.org/timebank#DrivingTractors> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DrivingTractors> <http://www.w3.org/2000/01/rdf-schema#label> "Driving Tractors" .
# 
<https://w3id.org/timebank#DrivingTrucks> <http://www.w3.org/2000/01/rdf-schema#comment> "Experience in driving with trucks." .
<https://w3id.org/timebank#DrivingTrucks> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DrivingTrucks> <http://www.w3.org/2000/01/rdf-schema#label> "Driving Trucks" .
# 
<https://w3id.org/timebank#DrivingVans> <http://www.w3.org/2000/01/rdf-schema#comment> "Experience in driving vans." .
<https://w3id.org/timebank#DrivingVans> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DrivingVans> <http://www.w3.org/2000/01/rdf-schema#label> "Driving Vans" .
# 
<https://w3id.org/timebank#DrivingWithTrailers> <http://www.w3.org/2000/01/rdf-schema#comment> "Experience in driving with trailers." .
<https://w3id.org/timebank#DrivingWithTrailers> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DrivingWithTrailers> <http://www.w3.org/2000/01/rdf-schema#label> "Driving with Trailers" .
# 
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/2000/01/rdf-schema#comment> "An allergy to drugs." .
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#DrugAllergy> <http://www.w3.org/2000/01/rdf-schema#label> "Drug Allergy" .
# 
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/2000/01/rdf-schema#comment> "Allergy to eggs." .
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#EggAllergy> <http://www.w3.org/2000/01/rdf-schema#label> "Egg Allergy" .
# 
<https://w3id.org/timebank#ElderlyCare> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide care and support for the elderly." .
<https://w3id.org/timebank#ElderlyCare> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#ElderlyCare> <http://www.w3.org/2000/01/rdf-schema#label> "Care for Elderly" .
# 
<https://w3id.org/timebank#Electricity> <http://www.w3.org/2000/01/rdf-schema#comment> "Electric outlet available." .
<https://w3id.org/timebank#Electricity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Electricity> <http://www.w3.org/2000/01/rdf-schema#label> "Electricity" .
# 
<https://w3id.org/timebank#ElectronicRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to repair electronic devices." .
<https://w3id.org/timebank#ElectronicRepair> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#ElectronicRepair> <http://www.w3.org/2000/01/rdf-schema#label> "Electronic Repair" .
# 
<https://w3id.org/timebank#Environment> <http://www.w3.org/2000/01/rdf-schema#comment> "The environment describes relevant environmental factors of a request." .
<https://w3id.org/timebank#Environment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Environment> <http://www.w3.org/2000/01/rdf-schema#label> "Environment" .
# 
<https://w3id.org/timebank#EnvironmentalAllergy> <http://www.w3.org/2000/01/rdf-schema#comment> "An allergy to something in the environment such as dust mites, pollen, pet hair and cigarette smoke." .
<https://w3id.org/timebank#EnvironmentalAllergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#EnvironmentalAllergy> <http://www.w3.org/2000/01/rdf-schema#label> "Environmental Allergy" .
# 
<https://w3id.org/timebank#EventPlanning> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist in planning and hosting events." .
<https://w3id.org/timebank#EventPlanning> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#EventPlanning> <http://www.w3.org/2000/01/rdf-schema#label> "Event Planning" .
# 
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/2000/01/rdf-schema#comment> "Fear of animals. This can include dogs, cats, snakes, insects, etc." .
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FearOfAnimals> <http://www.w3.org/2000/01/rdf-schema#label> "Fear of Animals" .
# 
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/2000/01/rdf-schema#comment> "Fear of cats." .
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FearOfCats> <http://www.w3.org/2000/01/rdf-schema#label> "Fear of Cats" .
# 
<https://w3id.org/timebank#FearOfDark> <http://www.w3.org/2000/01/rdf-schema#comment> "Fear of dark places." .
<https://w3id.org/timebank#FearOfDark> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FearOfDark> <http://www.w3.org/2000/01/rdf-schema#label> "Fear of Dark" .
# 
<https://w3id.org/timebank#FearOfDogs> <http://www.w3.org/2000/01/rdf-schema#comment> "Fear of dogs." .
<https://w3id.org/timebank#FearOfDogs> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FearOfDogs> <http://www.w3.org/2000/01/rdf-schema#label> "Fear of Dogs" .
# 
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/2000/01/rdf-schema#comment> "Fear or phobia of heights." .
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FearOfHeights> <http://www.w3.org/2000/01/rdf-schema#label> "Fear of Heights" .
# 
<https://w3id.org/timebank#FinancialAdvice> <http://www.w3.org/2000/01/rdf-schema#comment> "Specialized in providing assistance with financial services. This can include helping with taxes and book keeping." .
<https://w3id.org/timebank#FinancialAdvice> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FinancialAdvice> <http://www.w3.org/2000/01/rdf-schema#label> "Financial Advice" .
# 
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/2000/01/rdf-schema#comment> "An allergy to food such as milk, peanuts, eggs, fish, tree nuts, and fruit." .
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FoodAllergy> <http://www.w3.org/2000/01/rdf-schema#label> "Food Allergy" .
# 
<https://w3id.org/timebank#FoodPreparation> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with food preparation like meat cutting, washing of food, etc." .
<https://w3id.org/timebank#FoodPreparation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FoodPreparation> <http://www.w3.org/2000/01/rdf-schema#label> "Food Preparation" .
# 
<https://w3id.org/timebank#FoodService> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide services related to food products." .
<https://w3id.org/timebank#FoodService> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#FoodService> <http://www.w3.org/2000/01/rdf-schema#label> "Food Service" .
# 
<https://w3id.org/timebank#Games> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to participate in board games, card games, etc." .
<https://w3id.org/timebank#Games> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Games> <http://www.w3.org/2000/01/rdf-schema#label> "Games" .
# 
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/2000/01/rdf-schema#comment> "Allergies to grains with gluten such as wheat, barley, rye, and oats." .
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#GlutenAllergy> <http://www.w3.org/2000/01/rdf-schema#label> "Gluten Allergy" .
# 
<https://w3id.org/timebank#Groceries> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to help buying groceries." .
<https://w3id.org/timebank#Groceries> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Groceries> <http://www.w3.org/2000/01/rdf-schema#label> "Groceries" .
# 
<https://w3id.org/timebank#HairCutting> <http://www.w3.org/2000/01/rdf-schema#comment> "Ability to cut someone else's hair." .
<https://w3id.org/timebank#HairCutting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#HairCutting> <http://www.w3.org/2000/01/rdf-schema#label> "Hair Cutting" .
# 
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2000/01/rdf-schema#comment> "A condition of diseases that negatively affect one's heart such as blood vessel diseases and heart rhythm problems." .
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#HeartDisease> <http://www.w3.org/2000/01/rdf-schema#label> "Heart Diseases" .
# 
<https://w3id.org/timebank#HouseholdEquipmentRepair> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to repair household equipment." .
<https://w3id.org/timebank#HouseholdEquipmentRepair> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#HouseholdEquipmentRepair> <http://www.w3.org/2000/01/rdf-schema#label> "Houseshold Equipment Repair" .
# 
<https://w3id.org/timebank#HygieneAssitance> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist someone on hygienical matters." .
<https://w3id.org/timebank#HygieneAssitance> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#HygieneAssitance> <http://www.w3.org/2000/01/rdf-schema#label> "Hygiene Assitance" .
# 
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/2000/01/rdf-schema#comment> "The blood pressure is high in a long period." .
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Hypertension> <http://www.w3.org/2000/01/rdf-schema#label> "Hypertension" .
# 
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/2000/01/rdf-schema#comment> "The blood pressure is low in a long period." .
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Hypotension> <http://www.w3.org/2000/01/rdf-schema#label> "Hypotension" .
# 
<https://w3id.org/timebank#Internet> <http://www.w3.org/2000/01/rdf-schema#comment> "Internet is available." .
<https://w3id.org/timebank#Internet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Internet> <http://www.w3.org/2000/01/rdf-schema#label> "Internet" .
# 
<https://w3id.org/timebank#InventoryManagement> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with inventory management." .
<https://w3id.org/timebank#InventoryManagement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#InventoryManagement> <http://www.w3.org/2000/01/rdf-schema#label> "Inventory Management" .
# 
<https://w3id.org/timebank#Knitting> <http://www.w3.org/2000/01/rdf-schema#comment> "Specialized in knitting clothes." .
<https://w3id.org/timebank#Knitting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Knitting> <http://www.w3.org/2000/01/rdf-schema#label> "Knitting" .
# 
<https://w3id.org/timebank#LegalAdvice> <http://www.w3.org/2000/01/rdf-schema#comment> "Specialized in providing legal assistance." .
<https://w3id.org/timebank#LegalAdvice> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#LegalAdvice> <http://www.w3.org/2000/01/rdf-schema#label> "Legal Advice" .
# 
<https://w3id.org/timebank#Lift> <http://www.w3.org/2000/01/rdf-schema#comment> "A lift/elevator is available." .
<https://w3id.org/timebank#Lift> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Lift> <http://www.w3.org/2000/01/rdf-schema#label> <https://w3id.org/Lift> .
# 
<https://w3id.org/timebank#Limitation> <http://www.w3.org/2000/01/rdf-schema#comment> "Limitations can be anything which prevents or limits the extent to which a user can help somebody else." .
<https://w3id.org/timebank#Limitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Limitation> <http://www.w3.org/2000/01/rdf-schema#label> "Limitation" .
# 
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/2000/01/rdf-schema#comment> "The place is difficult to access during rainfall." .
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#LimitedAccessibilityRain> <http://www.w3.org/2000/01/rdf-schema#label> "Limited Accessibility: Rain" .
# 
<https://w3id.org/timebank#LimitedAccessibilitySnow> <http://www.w3.org/2000/01/rdf-schema#comment> "The place is difficult to access during snowfall." .
<https://w3id.org/timebank#LimitedAccessibilitySnow> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#LimitedAccessibilitySnow> <http://www.w3.org/2000/01/rdf-schema#label> "Limited Accessibility: Snow" .
# 
<https://w3id.org/timebank#Maintenance> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to help with maintenance of equipment." .
<https://w3id.org/timebank#Maintenance> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Maintenance> <http://www.w3.org/2000/01/rdf-schema#label> "Maintenance" .
# 
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2000/01/rdf-schema#comment> "Disorders that affect the mental states of a person." .
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#MentalDisorder> <http://www.w3.org/2000/01/rdf-schema#label> "Mental Disorder" .
# 
<https://w3id.org/timebank#MentallyIllCare> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide care for the mentally ill." .
<https://w3id.org/timebank#MentallyIllCare> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#MentallyIllCare> <http://www.w3.org/2000/01/rdf-schema#label> "Care Mentally Ill People" .
# 
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/2000/01/rdf-schema#comment> "Allergy to milk." .
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#MilkAllergy> <http://www.w3.org/2000/01/rdf-schema#label> "Milk Allergy" .
# 
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/2000/01/rdf-schema#comment> "Difficulties with moving around physically such as having difficulties using toliet, dressing, walking and so on." .
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#MobilityProblem> <http://www.w3.org/2000/01/rdf-schema#label> "Mobility Problem" .
# 
<https://w3id.org/timebank#Mopping> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with mopping floors, etc." .
<https://w3id.org/timebank#Mopping> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Mopping> <http://www.w3.org/2000/01/rdf-schema#label> "Mopping" .
# 
<https://w3id.org/timebank#Mowing> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with mowing the grass." .
<https://w3id.org/timebank#Mowing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Mowing> <http://www.w3.org/2000/01/rdf-schema#label> "Mowing" .
# 
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/2000/01/rdf-schema#comment> "Allergy to nuts such as almonds, walnuts, pecans, and peanuts." .
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#NutsAllergy> <http://www.w3.org/2000/01/rdf-schema#label> "Nuts Allergy" .
# 
<https://w3id.org/timebank#OfficeWork> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide help with office related work." .
<https://w3id.org/timebank#OfficeWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#OfficeWork> <http://www.w3.org/2000/01/rdf-schema#label> "Office Work" .
# 
<https://w3id.org/timebank#OnlineShopping> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist in buying things online." .
<https://w3id.org/timebank#OnlineShopping> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#OnlineShopping> <http://www.w3.org/2000/01/rdf-schema#label> "Online Shopping" .
# 
<https://w3id.org/timebank#PeopleCare> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide care for people." .
<https://w3id.org/timebank#PeopleCare> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PeopleCare> <http://www.w3.org/2000/01/rdf-schema#label> "Care for People" .
# 
<https://w3id.org/timebank#PerformingMusic> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to entertain others by performing music." .
<https://w3id.org/timebank#PerformingMusic> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PerformingMusic> <http://www.w3.org/2000/01/rdf-schema#label> "Performing Music" .
# 
<https://w3id.org/timebank#PersonalService> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal services which include hygiene and daily care." .
<https://w3id.org/timebank#PersonalService> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PersonalService> <http://www.w3.org/2000/01/rdf-schema#label> "Personal Service" .
# 
<https://w3id.org/timebank#Pets> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that pets might be present." .
<https://w3id.org/timebank#Pets> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Pets> <http://www.w3.org/2000/01/rdf-schema#label> "Pets" .
# 
<https://w3id.org/timebank#PhoneCalls> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to perform phone calls." .
<https://w3id.org/timebank#PhoneCalls> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PhoneCalls> <http://www.w3.org/2000/01/rdf-schema#label> "Phone Calls" .
# 
<https://w3id.org/timebank#PhysicalInconvenience> <http://www.w3.org/2000/01/rdf-schema#comment> "This is a collection of physical disorders that negatively affect a person's daily life." .
<https://w3id.org/timebank#PhysicalInconvenience> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PhysicalInconvenience> <http://www.w3.org/2000/01/rdf-schema#label> "Physical Inconvenience" .
# 
<https://w3id.org/timebank#PhysicallyDisabledCare> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide care for the physically disabled." .
<https://w3id.org/timebank#PhysicallyDisabledCare> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PhysicallyDisabledCare> <http://www.w3.org/2000/01/rdf-schema#label> "Care for Physically Disabled" .
# 
<https://w3id.org/timebank#Plumbing> <http://www.w3.org/2000/01/rdf-schema#comment> "Skill to perform plumbing and repairs on pipe installation." .
<https://w3id.org/timebank#Plumbing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Plumbing> <http://www.w3.org/2000/01/rdf-schema#label> "Plumbing" .
# 
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2000/01/rdf-schema#comment> "Having difficulties seeing objects clearly." .
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PoorEyesight> <http://www.w3.org/2000/01/rdf-schema#label> "Poor Eyesight" .
# 
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2000/01/rdf-schema#comment> "Having difficulties hearing voices clearly." .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PoorHearing> <http://www.w3.org/2000/01/rdf-schema#label> "Poor Hearing" .
# 
<https://w3id.org/timebank#Pruning> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with pruning shrubs and twigs." .
<https://w3id.org/timebank#Pruning> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Pruning> <http://www.w3.org/2000/01/rdf-schema#label> "Pruning" .
# 
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/2000/01/rdf-schema#comment> "A person with psychotic episode can not tell the difference between the reality and unreality and may have difficulty with social activities in daily life." .
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#PsychoticEpisode> <http://www.w3.org/2000/01/rdf-schema#label> "Psychotic Episode" .
# 
<https://w3id.org/timebank#RecordingNotes> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with recording notes and entries." .
<https://w3id.org/timebank#RecordingNotes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#RecordingNotes> <http://www.w3.org/2000/01/rdf-schema#label> "Recording Notes" .
# 
<https://w3id.org/timebank#Recreation> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide services related to recreation." .
<https://w3id.org/timebank#Recreation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Recreation> <http://www.w3.org/2000/01/rdf-schema#label> "Recreation" .
# 
<https://w3id.org/timebank#Repair> <http://www.w3.org/2000/01/rdf-schema#comment> "The Skill to repair equipment and facilities." .
<https://w3id.org/timebank#Repair> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Repair> <http://www.w3.org/2000/01/rdf-schema#label> "Repair" .
# 
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/2000/01/rdf-schema#comment> "Diseases that causes chronic pain in joints and muscles such as back, shoulder and neck." .
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Rheumatism> <http://www.w3.org/2000/01/rdf-schema#label> "Rheumatism" .
# 
<https://w3id.org/timebank#SalesService> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to help with selling and buying products." .
<https://w3id.org/timebank#SalesService> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#SalesService> <http://www.w3.org/2000/01/rdf-schema#label> "Sales Service" .
# 
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/2000/01/rdf-schema#comment> "Allergy to any kind of seafood." .
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#SeafoodAllergy> <http://www.w3.org/2000/01/rdf-schema#label> "Seafood Allergy" .
# 
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/2000/01/rdf-schema#comment> "Skins are too sensitive to a wide variety of factors such as weather, pets, stress and dust." .
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#SensitiveSkin> <http://www.w3.org/2000/01/rdf-schema#label> "Sensitive Skin" .
# 
<https://w3id.org/timebank#Sewing> <http://www.w3.org/2000/01/rdf-schema#comment> "Specialized in sewing clothes." .
<https://w3id.org/timebank#Sewing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Sewing> <http://www.w3.org/2000/01/rdf-schema#label> "Sewing" .
# 
<https://w3id.org/timebank#SickCare> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide care for sick people." .
<https://w3id.org/timebank#SickCare> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#SickCare> <http://www.w3.org/2000/01/rdf-schema#label> "Care for Sick People" .
# 
<https://w3id.org/timebank#Skill> <http://www.w3.org/2000/01/rdf-schema#comment> "Skills define the capabilities of a user. Users and Timebank requests can be associated to a certain skill (or multiple skills) to facilitate the matching of helper and requester." .
<https://w3id.org/timebank#Skill> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Skill> <http://www.w3.org/2000/01/rdf-schema#label> "Skill" .
# 
<https://w3id.org/timebank#SlipperyFloor> <http://www.w3.org/2000/01/rdf-schema#comment> "The person needs to be aware of slippery floor." .
<https://w3id.org/timebank#SlipperyFloor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#SlipperyFloor> <http://www.w3.org/2000/01/rdf-schema#label> "Splippery Floor" .
# 
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/2000/01/rdf-schema#comment> "The person has difficulties speaking clearly due to body function problems such as injuries to the brain, mouth or throat." .
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#SpeakingProblem> <http://www.w3.org/2000/01/rdf-schema#label> "Speaking Problem" .
# 
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/2000/01/rdf-schema#comment> "Fear of specific objects such as dogs, cats, heights, dark places, and so on." .
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#SpecificPhobia> <http://www.w3.org/2000/01/rdf-schema#label> "Specific Phobia" .
# 
<https://w3id.org/timebank#Sports> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to participate in sport activities." .
<https://w3id.org/timebank#Sports> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Sports> <http://www.w3.org/2000/01/rdf-schema#label> "Sports" .
# 
<https://w3id.org/timebank#Stairs> <http://www.w3.org/2000/01/rdf-schema#comment> "The person might have to climb stairs to complete the task." .
<https://w3id.org/timebank#Stairs> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Stairs> <http://www.w3.org/2000/01/rdf-schema#label> "Stairs" .
# 
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/2000/01/rdf-schema#comment> "It indicates a person once had a storke. A stroke happens when blood flow to the brain is blocked and oxygen for the brain cells is insufficient, which could leads to cell death." .
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#StrokeHistory> <http://www.w3.org/2000/01/rdf-schema#label> "History of Strokes" .
# 
<https://w3id.org/timebank#Supplies> <http://www.w3.org/2000/01/rdf-schema#comment> "Availability of specific supplies to complete a task." .
<https://w3id.org/timebank#Supplies> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Supplies> <http://www.w3.org/2000/01/rdf-schema#label> "Supplies" .
# 
<https://w3id.org/timebank#Tailoring> <http://www.w3.org/2000/01/rdf-schema#comment> "Specialized in providing tailoring services." .
<https://w3id.org/timebank#Tailoring> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Tailoring> <http://www.w3.org/2000/01/rdf-schema#label> "Tailoring" .
# 
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/2000/01/rdf-schema#comment> "The person has difficulties using toilet." .
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#ToiletUsingProblem> <http://www.w3.org/2000/01/rdf-schema#label> "Toilet Using Problem" .
# 
<https://w3id.org/timebank#Tools> <http://www.w3.org/2000/01/rdf-schema#comment> "Tools can be provided." .
<https://w3id.org/timebank#Tools> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Tools> <http://www.w3.org/2000/01/rdf-schema#label> "Tools" .
# 
<https://w3id.org/timebank#Transportation> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to provide services related to transportation." .
<https://w3id.org/timebank#Transportation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Transportation> <http://www.w3.org/2000/01/rdf-schema#label> "TransportationServices" .
# 
<https://w3id.org/timebank#TransportationAvailable> <http://www.w3.org/2000/01/rdf-schema#comment> "Transportation necessary to complete the task can be provided." .
<https://w3id.org/timebank#TransportationAvailable> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#TransportationAvailable> <http://www.w3.org/2000/01/rdf-schema#label> "Transportation Available" .
# 
<https://w3id.org/timebank#TravelCompanion> <http://www.w3.org/2000/01/rdf-schema#comment> "The ability to act as a travel companion." .
<https://w3id.org/timebank#TravelCompanion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#TravelCompanion> <http://www.w3.org/2000/01/rdf-schema#label> "Travel Companion" .
# 
<https://w3id.org/timebank#UnevenTerrain> <http://www.w3.org/2000/01/rdf-schema#comment> "The person needs equipment (e.g. shoes) suitable for uneven terrain." .
<https://w3id.org/timebank#UnevenTerrain> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#UnevenTerrain> <http://www.w3.org/2000/01/rdf-schema#label> "Uneven Terrain" .
# 
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/2000/01/rdf-schema#comment> "The person has difficulties walking." .
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#WalkingProblem> <http://www.w3.org/2000/01/rdf-schema#label> "Walking Problem" .
# 
<https://w3id.org/timebank#Water> <http://www.w3.org/2000/01/rdf-schema#comment> "Water outlet is available." .
<https://w3id.org/timebank#Water> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Water> <http://www.w3.org/2000/01/rdf-schema#label> "Water" .
# 
<https://w3id.org/timebank#WeatherConstraint> <http://www.w3.org/2000/01/rdf-schema#comment> "The place is difficult to access during bad weather (e.g. snow)." .
<https://w3id.org/timebank#WeatherConstraint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#WeatherConstraint> <http://www.w3.org/2000/01/rdf-schema#label> "Weather Constraint" .
# 
<https://w3id.org/timebank#WoodCarving> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to Carve items out of wood." .
<https://w3id.org/timebank#WoodCarving> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#WoodCarving> <http://www.w3.org/2000/01/rdf-schema#label> "Wood Carving" .
# 
<https://w3id.org/timebank#WoodCrafting> <http://www.w3.org/2000/01/rdf-schema#comment> "Crafting skill with wood as base material." .
<https://w3id.org/timebank#WoodCrafting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#WoodCrafting> <http://www.w3.org/2000/01/rdf-schema#label> "Wood Crafting" .
# 
<https://w3id.org/timebank#Writing> <http://www.w3.org/2000/01/rdf-schema#comment> "The skill to assist with written work, like writing or reading a letter." .
<https://w3id.org/timebank#Writing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/timebank> .
<https://w3id.org/timebank#Writing> <http://www.w3.org/2000/01/rdf-schema#label> "Writing" .
# 
# 
# 
# #################################################################
# #
# #    General axioms
# #
# #################################################################
# 
# 
_:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid8 <http://www.w3.org/2002/07/owl#members> _:genid15 .
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#AccessibleByPublicTransport> .
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid14 .
_:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Lift> .
_:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid13 .
_:genid13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#SlipperyFloor> .
_:genid13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid12 .
_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Stairs> .
_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid11 .
_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#TransportationAvailable> .
_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid10 .
_:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#UnevenTerrain> .
_:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid9 .
_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#WeatherConstraint> .
_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid16 <http://www.w3.org/2002/07/owl#members> _:genid27 .
_:genid27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Advice> .
_:genid27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid26 .
_:genid26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Crafting> .
_:genid26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid25 .
_:genid25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#FoodService> .
_:genid25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid24 .
_:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Maintenance> .
_:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid23 .
_:genid23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#OfficeWork> .
_:genid23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid22 .
_:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PeopleCare> .
_:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid21 .
_:genid21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PersonalService> .
_:genid21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid20 .
_:genid20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Recreation> .
_:genid20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid19 .
_:genid19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Repair> .
_:genid19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid18 .
_:genid18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#SalesService> .
_:genid18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid17 .
_:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Transportation> .
_:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid28 <http://www.w3.org/2002/07/owl#members> _:genid32 .
_:genid32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Allergy> .
_:genid32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid31 .
_:genid31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#CommonDisease> .
_:genid31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid30 .
_:genid30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#MentalDisorder> .
_:genid30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid29 .
_:genid29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PhysicalInconvenience> .
_:genid29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid33 <http://www.w3.org/2002/07/owl#members> _:genid36 .
_:genid36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Assembling> .
_:genid36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid35 .
_:genid35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#CraftingClothes> .
_:genid35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid34 .
_:genid34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#WoodCrafting> .
_:genid34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid37 <http://www.w3.org/2002/07/owl#members> _:genid42 .
_:genid42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#AutomobileRepair> .
_:genid42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid41 .
_:genid41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#ComputerRepair> .
_:genid41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid40 .
_:genid40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#ElectronicRepair> .
_:genid40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid39 .
_:genid39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#HouseholdEquipmentRepair> .
_:genid39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid38 .
_:genid38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Plumbing> .
_:genid38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid43 <http://www.w3.org/2002/07/owl#members> _:genid48 .
_:genid48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Baking> .
_:genid48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid47 .
_:genid47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Catering> .
_:genid47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid46 .
_:genid46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Cooking> .
_:genid46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid45 .
_:genid45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Dishwashing> .
_:genid45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid44 .
_:genid44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#FoodPreparation> .
_:genid44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid49 <http://www.w3.org/2002/07/owl#members> _:genid54 .
_:genid54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#ChildCare> .
_:genid54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid53 .
_:genid53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#ElderlyCare> .
_:genid53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid52 .
_:genid52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#MentallyIllCare> .
_:genid52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid51 .
_:genid51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PhysicallyDisabledCare> .
_:genid51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid50 .
_:genid50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#SickCare> .
_:genid50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid55 <http://www.w3.org/2002/07/owl#members> _:genid58 .
_:genid58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Cleaning> .
_:genid58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid57 .
_:genid57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Mowing> .
_:genid57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid56 .
_:genid56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Pruning> .
_:genid56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid59 <http://www.w3.org/2002/07/owl#members> _:genid63 .
_:genid63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#ClimbingStairsDifficulty> .
_:genid63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid62 .
_:genid62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#DressingProblem> .
_:genid62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid61 .
_:genid61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#ToiletUsingProblem> .
_:genid61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid60 .
_:genid60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#WalkingProblem> .
_:genid60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid64 <http://www.w3.org/2002/07/owl#members> _:genid68 .
_:genid68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#CognitiveImpairment> .
_:genid68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid67 .
_:genid67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Depression> .
_:genid67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid66 .
_:genid66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PsychoticEpisode> .
_:genid66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid65 .
_:genid65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#SpecificPhobia> .
_:genid65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid69 <http://www.w3.org/2002/07/owl#members> _:genid74 .
_:genid74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#ComputerProcessing> .
_:genid74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid73 .
_:genid73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#InventoryManagement> .
_:genid73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid72 .
_:genid72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PhoneCalls> .
_:genid72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid71 .
_:genid71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#RecordingNotes> .
_:genid71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid70 .
_:genid70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Writing> .
_:genid70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid75 <http://www.w3.org/2002/07/owl#members> _:genid78 .
_:genid78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Counseling> .
_:genid78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid77 .
_:genid77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#FinancialAdvice> .
_:genid77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid76 .
_:genid76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#LegalAdvice> .
_:genid76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid79 <http://www.w3.org/2002/07/owl#members> _:genid85 .
_:genid85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#DancingCompanion> .
_:genid85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid84 .
_:genid84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#EventPlanning> .
_:genid84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid83 .
_:genid83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Games> .
_:genid83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid82 .
_:genid82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PerformingMusic> .
_:genid82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid81 .
_:genid81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Sports> .
_:genid81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid80 .
_:genid80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#TravelCompanion> .
_:genid80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid86 <http://www.w3.org/2002/07/owl#members> _:genid92 .
_:genid92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Diabetes> .
_:genid92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid91 .
_:genid91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#HeartDisease> .
_:genid91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid90 .
_:genid90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Hypertension> .
_:genid90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid89 .
_:genid89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Hypotension> .
_:genid89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid88 .
_:genid88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Rheumatism> .
_:genid88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid87 .
_:genid87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#StrokeHistory> .
_:genid87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid93 <http://www.w3.org/2002/07/owl#members> _:genid96 .
_:genid96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#DressingAssistance> .
_:genid96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid95 .
_:genid95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#HairCutting> .
_:genid95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid94 .
_:genid94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#HygieneAssitance> .
_:genid94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid97 <http://www.w3.org/2002/07/owl#members> _:genid100 .
_:genid100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#DrivingTractors> .
_:genid100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid99 .
_:genid99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#DrivingTrucks> .
_:genid99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid98 .
_:genid98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#DrivingWithTrailers> .
_:genid98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid101 <http://www.w3.org/2002/07/owl#members> _:genid104 .
_:genid104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#DrugAllergy> .
_:genid104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid103 .
_:genid103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#EnvironmentalAllergy> .
_:genid103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid102 .
_:genid102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#FoodAllergy> .
_:genid102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid105 <http://www.w3.org/2002/07/owl#members> _:genid110 .
_:genid110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#EggAllergy> .
_:genid110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid109 .
_:genid109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#GlutenAllergy> .
_:genid109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid108 .
_:genid108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#MilkAllergy> .
_:genid108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid107 .
_:genid107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#NutsAllergy> .
_:genid107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid106 .
_:genid106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#SeafoodAllergy> .
_:genid106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid111 <http://www.w3.org/2002/07/owl#members> _:genid114 .
_:genid114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#FearOfAnimals> .
_:genid114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid113 .
_:genid113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#FearOfDark> .
_:genid113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid112 .
_:genid112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#FearOfHeights> .
_:genid112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid115 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid115 <http://www.w3.org/2002/07/owl#members> _:genid118 .
_:genid118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Knitting> .
_:genid118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid117 .
_:genid117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Sewing> .
_:genid117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid116 .
_:genid116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#Tailoring> .
_:genid116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
_:genid119 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:genid119 <http://www.w3.org/2002/07/owl#members> _:genid124 .
_:genid124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#MobilityProblem> .
_:genid124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid123 .
_:genid123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PoorEyesight> .
_:genid123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid122 .
_:genid122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#PoorHearing> .
_:genid122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid121 .
_:genid121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#SensitiveSkin> .
_:genid121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid120 .
_:genid120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/timebank#SpeakingProblem> .
_:genid120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
# 
# Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/
