Class Record

    • Constructor Detail

      • Record

        public Record()
    • Method Detail

      • get

        public abstract List<Object> get​(String value)
        This method returns the objects for a reference in the record.
        Parameters:
        value - the reference for which objects need to be returned.
        Returns:
        a list of objects for the reference.
      • getDataType

        public String getDataType​(String value)
        This method returns the datatype of a reference in the record.
        Parameters:
        value - the reference for which the datatype needs to be returned.
        Returns:
        the IRI of the datatype.