Property: marker:determinedByAssay

Relates a Marker to its MarkerAssay. In some cases you can simply declare a marker of rdf:type marker:Assay; in other cases you can use this predicate to relate a Marker object to an Assay object.

Types

owl:ObjectProperty

Super Properties

marker:objectProperties

Domain

marker:Markers

Range

marker:Assay

Inverse Property

marker:determinesMarker

Abstract Syntax

ObjectProperty(marker:determinedByAssay annotation(rdfs:comment "Relates a Marker to its MarkerAssay.  In some cases you can simply declare a marker of rdf:type marker:Assay; in other cases you can use this predicate to relate a Marker object to an Assay object."^^<http://www.w3.org/2001/XMLSchema#string>)
                                       super(marker:objectProperties)
                                       inverseOf(marker:determinesMarker)
                                       domain(marker:Markers)
                                       range(marker:Assay))

Generated with OWLDoc