bedeo:CharacteristicKind


URI

https://csse.utoronto.ca/CharacteristicKind

Label

Characteristic Kind

Description

The kind of characteristic (e.g., length, time, mass)

Usage

Instances of bedeo:CharacteristicKind can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
bedeo:component_of owl:ObjectProperty Identifies the entity that the first entity is a component of owl:Thing
bedeo:for_partnership owl:ObjectProperty Associates an entity with its corresponding Partnership bedeo:Partnership
bedeo:for_partnership_opportunity owl:ObjectProperty Associates an entity with its corresponding Partnership Opportunity bedeo:PartnershipOpportunity
bedeo:has_acronym owl:DatatypeProperty Provides the acronym (i.e. abbreviation consisting of the initial letters or sounds of a name) for an entity xsd:string
bedeo:has_address owl:ObjectProperty Identifies the Address of an entity bedeo:Address
bedeo:has_application owl:ObjectProperty Identifies the Application (i.e., application to participate in a partnership opportunity) associated with an entity bedeo:Application
bedeo:has_asset owl:ObjectProperty Identifies an asset associated with an entity bedeo:Asset
bedeo:has_available_role_type owl:ObjectProperty Identifies the role types that are available bedeo:RoleType
bedeo:has_base_version owl:ObjectProperty owl:Thing
bedeo:has_characteristic owl:ObjectProperty Identifies a characteristic of the entity bedeo:Characteristic
bedeo:has_characteristic_kind owl:ObjectProperty Identifies the kind of characteristic associated with the entity bedeo:CharacteristicKind
bedeo:has_component owl:ObjectProperty Identifies a component of the entity owl:Thing
bedeo:has_constraint owl:ObjectProperty Identifies a constraint associated with an entity bedeo:CharacteristicConstraintClause
bedeo:has_current_full_first_name owl:DatatypeProperty Indicates the full first name that is currently used xsd:string
bedeo:has_current_full_last_name owl:DatatypeProperty Indicates the full last name that is currently used xsd:string
bedeo:has_current_full_middle_name owl:DatatypeProperty Indicates the full middle name that is currently in use xsd:string
bedeo:has_current_full_name owl:DatatypeProperty Indicates the full name that is currently used xsd:string
bedeo:has_current_legal_name owl:DatatypeProperty Indicates the legal name that is currently used xsd:string
bedeo:has_current_lessee owl:ObjectProperty Identifies the agent who is the current lessee bedeo:Agent
bedeo:has_data_value owl:DatatypeProperty Indicates the data value of an entity owl:Thing
bedeo:has_description owl:DatatypeProperty Provides a description that describes the entity xsd:string
bedeo:has_dob owl:DatatypeProperty Indicates the date of birth owl:Thing
bedeo:has_email owl:DatatypeProperty Indicates the email associated with an entity owl:Thing
bedeo:has_end_date owl:DatatypeProperty Indicates the end date of an entity xsd:date
bedeo:has_full_first_name owl:DatatypeProperty Indicates the full first name xsd:string
bedeo:has_full_last_name owl:DatatypeProperty Indicates the full last name xsd:string
bedeo:has_full_middle_name owl:DatatypeProperty Indicates the full middle name xsd:string
bedeo:has_identifier owl:DatatypeProperty Provides an identifier (i.e. a string) for uniquely identifying an entity xsd:string
bedeo:has_land owl:ObjectProperty Identifies the land that is associated with an entity bedeo:Land
bedeo:has_latest_version owl:ObjectProperty owl:Thing
bedeo:has_location owl:ObjectProperty Identifies the location associated with an entity bedeo:Location
bedeo:has_member owl:ObjectProperty Indicates the members who are part of an association bedeo:Agent
bedeo:has_monetary_value owl:ObjectProperty Indicates the monetary value of an entity bedeo:Value
bedeo:has_municipal_service owl:ObjectProperty Indicates the municipal services of an entity bedeo:Service
bedeo:has_municipal_service_description owl:DatatypeProperty A textual description of a municipal service xsd:string
bedeo:has_name owl:DatatypeProperty Provides the name of an entity xsd:string
bedeo:has_need_type owl:ObjectProperty Indicates the partnership opportunity need type bedeo:PartnershipOpportunityNeedType
bedeo:has_non_quantity_kind owl:ObjectProperty Identifies the non quantity kind associated with the entity bedeo:NonQuantityCharacteristicKind
bedeo:has_object_value owl:ObjectProperty Indicates the object value of an entity bedeo:Value
bedeo:has_organization owl:ObjectProperty Identifies the organization associated with an entity bedeo:Organization
bedeo:has_owner owl:ObjectProperty Identifies the owner of an entity bedeo:Agent
bedeo:has_part owl:ObjectProperty Identifies an entity that has another entity as a part of it owl:Thing
bedeo:has_partner_type owl:AnnotationProperty owl:Thing
bedeo:has_partnership_role_required owl:AnnotationProperty owl:Thing
bedeo:has_preference owl:ObjectProperty Identifies a preference for a certain characteristic bedeo:CharacteristicConstraintClause
bedeo:has_primary_address owl:ObjectProperty bedeo:Address
bedeo:has_project owl:ObjectProperty Identifies a project associated with an entity bedeo:Project
bedeo:has_read owl:AnnotationProperty owl:Thing
bedeo:has_real_estate_asset owl:ObjectProperty Identifies the real estate asset associated with an entity bedeo:real_estate_asset
bedeo:has_resource owl:DatatypeProperty Links an entity with an associated resource owl:Thing
bedeo:has_site_address owl:AnnotationProperty owl:Thing
bedeo:has_space_needs owl:AnnotationProperty owl:Thing
bedeo:has_spatial_representation owl:ObjectProperty Links an entity to a geospatial representation of the entity bedeo:SpatialRepresentation
bedeo:has_start_date owl:DatatypeProperty Identifies the start date of an entity xsd:date
bedeo:has_status owl:DatatypeProperty Identifies the status of an entity xsd:string
bedeo:has_telephone owl:DatatypeProperty A number assigned to a specific telephone line xsd:string
bedeo:has_telephone_ext owl:DatatypeProperty The extension for a telephone number xsd:string
bedeo:has_title owl:DatatypeProperty Indicates the title of an entity xsd:string
bedeo:has_type owl:ObjectProperty Identifies the type of the entity bedeo:Type
bedeo:has_username owl:AnnotationProperty owl:Thing
bedeo:has_value owl:DatatypeProperty Identifies the value of an entity bedeo:Value
bedeo:has_version owl:ObjectProperty owl:Thing
bedeo:isAKindOf owl:AsymmetricProperty An object property for defining hierarchies amongst individuals/instances owl:Thing
bedeo:is_depreciable owl:DatatypeProperty Indicates whether something is depreciable xsd:boolean
bedeo:is_movable owl:DatatypeProperty Indicates whether the entity is movable xsd:boolean
bedeo:non_numeric_value owl:ObjectProperty Identifies the non numeric value of an entity bedeo:NonQuantityValue
bedeo:non_quantity_value owl:ObjectProperty bedeo:NonQuantityValue
bedeo:part_of owl:ObjectProperty Identifies an entity that is part of another entity owl:Thing
bedeo:type owl:AnnotationProperty owl:Thing
skos:altLabel owl:AnnotationProperty owl:Thing

Implementation

@prefix bedeo: <https://csse.utoronto.ca/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bedeo:CharacteristicKind a owl:Class ;
    rdfs:label "Characteristic Kind"@en ;
    rdfs:comment "The kind of characteristic (e.g., length, time, mass)"@en .