Slot: predicate_id
The ID of the predicate or relation that relates the subject and object of this match.
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
Mapping | Represents an individual mapping between a pair of entities | no |
Properties
-
Range: EntityReference
-
Required: True
Examples
Value |
---|
owl:sameAs |
owl:equivalentClass |
owl:equivalentProperty |
rdfs:subClassOf |
rdfs:subPropertyOf |
skos:relatedMatch |
skos:closeMatch |
skos:exactMatch |
skos:narrowMatch |
skos:broadMatch |
oboInOwl:hasDbXref |
rdfs:seeAlso |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sssom/schema/
LinkML Source
name: predicate_id
description: The ID of the predicate or relation that relates the subject and object
of this match.
examples:
- value: owl:sameAs
description: The subject and the object are instances (owl individuals), and the
two instances are the same.
- value: owl:equivalentClass
description: The subject and the object are classes (owl class), and the two classes
are the same.
- value: owl:equivalentProperty
description: The subject and the object are properties (owl object, data, annotation
properties), and the two properties are the same.
- value: rdfs:subClassOf
description: The subject and the object are classes (owl class), and the subject
is a subclass of the object.
- value: rdfs:subPropertyOf
description: The subject and the object are properties (owl object, data, annotation
properties), and the subject is a subproperty of the object.
- value: skos:relatedMatch
description: The subject and the object are associated in some unspecified way.
- value: skos:closeMatch
description: The subject and the object are sufficiently similar that they can be
used interchangeably in some information retrieval applications.
- value: skos:exactMatch
description: The subject and the object can, with a high degree of confidence, be
used interchangeably across a wide range of information retrieval applications.
- value: skos:narrowMatch
description: 'From the SKOS primer: A triple skos:narrower (and skos:narrowMatch)
asserts that , the object of the triple, is a narrower concept than , the subject
of the triple.'
- value: skos:broadMatch
description: 'From the SKOS primer: A triple skos:broader (and skos:broadMatch)
asserts that , the object of the triple, is a broader concept than , the subject
of the triple.'
- value: oboInOwl:hasDbXref
description: Two terms are related in some way. The meaning is frequently consistent
across a single set of mappings. Note this property is often overloaded even where
the terms are of a different nature (e.g. interpro2go)
- value: rdfs:seeAlso
description: The subject and the object are associated in some unspecified way.
The object IRI often resolves to a resource on the web that provides additional
information.
from_schema: https://w3id.org/sssom/schema/
mappings:
- owl:annotatedProperty
rank: 1000
slot_uri: owl:annotatedProperty
alias: predicate_id
domain_of:
- mapping
range: EntityReference
required: true