Class: NegativePropertyAssertion
URI: owl:NegativePropertyAssertion
classDiagram
Resource <|-- NegativePropertyAssertion
NegativePropertyAssertion : annotatedProperty
NegativePropertyAssertion : annotatedSource
NegativePropertyAssertion : annotatedTarget
NegativePropertyAssertion : assertionProperty
NegativePropertyAssertion : members
NegativePropertyAssertion : sourceIndividual
NegativePropertyAssertion : targetIndividual
NegativePropertyAssertion : targetValue
Inheritance
- Resource
- NegativePropertyAssertion
Slots
Name | Cardinality and Range | Description |
---|---|---|
assertionProperty | 0..* Property |
|
sourceIndividual | 0..* Thing |
|
targetIndividual | 0..* Thing |
|
targetValue | 0..* Literal |
|
annotatedProperty | 0..* Resource |
|
annotatedSource | 0..* Resource |
|
annotatedTarget | 0..* Resource |
|
members | 0..* List |
Usages
Comments
- The class of negative property assertions.
Identifier and Mapping Information
Schema Source
- from schema: http://www.w3.org/2002/07/owl
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['owl:NegativePropertyAssertion'] |
native | ['owl:NegativePropertyAssertion'] |
LinkML Specification
Direct
name: NegativePropertyAssertion
comments:
- The class of negative property assertions.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Resource
slots:
- assertionProperty
- sourceIndividual
- targetIndividual
- targetValue
class_uri: owl:NegativePropertyAssertion
Induced
name: NegativePropertyAssertion
comments:
- The class of negative property assertions.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Resource
attributes:
assertionProperty:
name: assertionProperty
comments:
- The property that determines the predicate of a negative property assertion.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:assertionProperty
multivalued: true
alias: assertionProperty
owner: NegativePropertyAssertion
domain_of:
- NegativePropertyAssertion
range: Property
sourceIndividual:
name: sourceIndividual
comments:
- The property that determines the subject of a negative property assertion.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:sourceIndividual
multivalued: true
alias: sourceIndividual
owner: NegativePropertyAssertion
domain_of:
- NegativePropertyAssertion
range: Thing
targetIndividual:
name: targetIndividual
comments:
- The property that determines the object of a negative object property assertion.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:targetIndividual
multivalued: true
alias: targetIndividual
owner: NegativePropertyAssertion
domain_of:
- NegativePropertyAssertion
range: Thing
targetValue:
name: targetValue
comments:
- The property that determines the value of a negative data property assertion.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:targetValue
multivalued: true
alias: targetValue
owner: NegativePropertyAssertion
domain_of:
- NegativePropertyAssertion
range: Literal
annotatedProperty:
name: annotatedProperty
comments:
- The property that determines the predicate of an annotated axiom or annotated
annotation.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:annotatedProperty
multivalued: true
alias: annotatedProperty
owner: NegativePropertyAssertion
domain_of:
- Resource
range: Resource
annotatedSource:
name: annotatedSource
comments:
- The property that determines the subject of an annotated axiom or annotated
annotation.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:annotatedSource
multivalued: true
alias: annotatedSource
owner: NegativePropertyAssertion
domain_of:
- Resource
range: Resource
annotatedTarget:
name: annotatedTarget
comments:
- The property that determines the object of an annotated axiom or annotated annotation.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:annotatedTarget
multivalued: true
alias: annotatedTarget
owner: NegativePropertyAssertion
domain_of:
- Resource
range: Resource
members:
name: members
comments:
- The property that determines the collection of members in either a owl:AllDifferent,
owl:AllDisjointClasses or owl:AllDisjointProperties axiom.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:members
multivalued: true
alias: members
owner: NegativePropertyAssertion
domain_of:
- Resource
range: List
class_uri: owl:NegativePropertyAssertion