Interface PropertyValue

    • Method Detail

      • getPred

        @Default
        default String getPred()
        Predicates correspond to OWL properties. Like all preds in this datamodel, a pred is represented as a String which denotes a CURIE
        Returns:
        the pred
      • getVal

        @Default
        default String getVal()
        The value of the property-value
        Returns:
        the val
      • getXrefs

        List<String> getXrefs()
        An array denoting objects that support the property value assertion
        Returns:
        the xrefs
      • getMeta

        @Nullable
        Meta getMeta()