predicate_id
Applicable to: Mapping
Description
The ID of the predicate or relation that relates the subject and object of this match.
Properties
-
Range: EntityReference. The range of the element is the type of the value that can be assigned to it.
-
Required?: Required (element has to be added to the mapping or mapping set.)
Examples
Example: owl:sameAs
Example value:
owl:sameAs
Description: The subject and the object are instances (owl individuals), and the two instances are the same.
Example: owl:equivalentClass
Example value:
owl:equivalentClass
Description: The subject and the object are classes (owl class), and the two classes are the same.
Example: owl:equivalentProperty
Example value:
owl:equivalentProperty
Description: The subject and the object are properties (owl object, data, annotation properties), and the two properties are the same.
Example: rdfs:subClassOf
Example value:
rdfs:subClassOf
Description: The subject and the object are classes (owl class), and the subject is a subclass of the object.
Example: rdfs:subPropertyOf
Example 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.
Example: skos:relatedMatch
Example value:
skos:relatedMatch
Description: The subject and the object are associated in some unspecified way.
Example: skos:closeMatch
Example value:
skos:closeMatch
Description: The subject and the object are sufficiently similar that they can be used interchangeably in some information retrieval applications.
Example: skos:exactMatch
Example 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.
Example: skos:narrowMatch
Example 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.
Example: skos:broadMatch
Example 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.
Example: oboInOwl:hasDbXref
Example 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).
Example: rdfs:seeAlso
Example 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.
Schema developer documentation
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